PowerPC: memset optimization for POWER8/PPC64
[platform/upstream/glibc.git] / ChangeLog
1 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2
3         * benchtests/bench-memset.c (test_main): Add more test from size
4         from 32 to 512 bytes.
5         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
6         Add POWER8 memset object.
7         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
9         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
10         implementation.
11         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
12         Likewise.
13         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
14         multiarch POWER8 memset optimization.
15         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
16         POWER8 memset optimization.
17
18         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
19         Remove bzero multiarch objects.
20         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
21         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
22         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
23         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
24         Remove define.
25         [__bzero]: Redefine to specific name.
26         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
27         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
28         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
29         define.
30         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
31         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
32
33 2014-09-10  Florian Weimer  <fweimer@redhat.com>
34
35         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
36         warnings into errors.
37
38         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
39         __cxa_thread_atexit_impl prototype.
40
41 2014-09-09  Steve Ellcey  <sellcey@mips.com>
42
43         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
44         Fix capitalization of error message.
45
46 2014-09-09  Steve Ellcey  <sellcey@mips.com>
47
48         * sysdeps/mips/preconfigure: Modify ABI tests.
49
50 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
51
52         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
53
54 2014-09-07  Roland McGrath  <roland@hack.frob.com>
55             Carlos O'Donell  <carlos@systemhalted.org>
56
57         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
58         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
59         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
60         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
61         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
62         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
63         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
64         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
65         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
66         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
67         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
68         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
69         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
70         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
71         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
72         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
73         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
74         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
75         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
76         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
77         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
78         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
79         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
80         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
81         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
82         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
83         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
84         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
85         Deconditionalize the code that was previously under [RESET_PID].
86         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
87         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
88         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
89         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
90         include sysdep.h.
91
92 2014-09-08  Allan McRae  <allan@archlinux.org>
93
94         * version.h (RELEASE): Set to "development".
95         (VERSION): Set to "2.20.90"
96
97 2014-09-07  Allan McRae  <allan@archlinux.org
98
99         * version.h (RELEASE): Set to "stable".
100         (VERSION): Set to "2.20"
101         * include/features.h (__GLIBC_MINOR__): Set to 20.
102
103         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
104         Liebler.
105
106         * po/ko.po: Update Korean translation from translation project.
107
108 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
109
110         [BZ #17354]
111         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
112         macro for handling signed relocations.
113
114 2014-09-03  Florian Weimer  <fweimer@redhat.com>
115
116         [BZ #17325]
117         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
118         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
119         assert.
120         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
121         * iconvdata/ibm935.c (BODY): Likewise.
122         * iconvdata/ibm937.c (BODY): Likewise.
123         * iconvdata/ibm939.c (BODY): Likewise.
124         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
125         assert.
126         * iconvdata/Makefile (iconv-test.out): Pass module list to test
127         script.
128         * iconvdata/run-iconv-test.sh: New test loop for checking for
129         decoder crashers.
130
131 2014-09-02  Khem Raj  <raj.khem@gmail.com>
132
133         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
134         libm_hidden_ver.
135
136 2014-09-01  Allan McRae  <allan@archlinux.org>
137
138         * po/eo.po: Update Esperanto translation from translation project.
139
140         * po/ca.po: Update Catalan translation from translation project.
141
142 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
143
144         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
145         __proc_dostop call.
146
147 2014-08-27  Mark Wielaard  <mjw@redhat.com>
148
149         [BZ #17319]
150         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
151         to call set_thread_area instead of hand written asm.
152         (__NR_set_thread_area): Removed define.
153         (TLS_FLAG_WRITABLE): Likewise.
154         (__ASSUME_SET_THREAD_AREA): Remove check.
155         (TLS_EBX_ARG): Remove define.
156         (TLS_LOAD_EBX): Likewise.
157
158 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
159
160         Simplify atomicity of socket creation in bind.
161
162         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
163         looking up the name after linking the file.
164
165 2014-08-27  Allan McRae  <allan@archlinux.org>
166
167         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
168
169 2014-08-26  Florian Weimer  <fweimer@redhat.com>
170
171         [BZ #17187]
172         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
173         trans_compare, open_translit, __gconv_translit_find):
174         Remove module loading code.
175
176 2014-08-26  Allan McRae  <allan@archlinux.org>
177
178         * po/vi.po: Update Vietnamese translation from translation project.
179
180         * po/uk.po: Update Ukrainian translation from translation project.
181
182         * po/fr.po: Update French translation from translation project.
183
184         * po/ru.po: Update Russian translation from translation project.
185
186         * po/pl.po: Update Polish translation from translation project.
187
188         * po/cs.po: Update Czech translation from translation project.
189
190         * po/de.po: Update German translation from translation project.
191
192         * po/bg.po: Update Bulgarian translation from translation project.
193
194         * po/sv.po: Update Sweedish translation from translation project.
195
196         * po/nl.po: Update Dutch translation from translation project.
197
198         * po/es.po: Update Spanish translation from translation project.
199
200 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
201
202         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
203
204         * catgets/Makefile (CPPFLAGS-gencat): Remove.
205         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
206         (CPPFLAGS-iconvconfig): Likewise.
207         * timezone/Makefile (CPPFLAGS-zic): Likewise.
208
209         * include/libc-symbols.h: Remove unnecessary check for
210         NOT_IN_libc.
211         * nptl/pthreadP.h: Likewise.
212         * sysdeps/aarch64/setjmp.S: Likewise.
213         * sysdeps/alpha/setjmp.S: Likewise.
214         * sysdeps/arm/sysdep.h: Likewise.
215         * sysdeps/i386/setjmp.S: Likewise.
216         * sysdeps/m68k/setjmp.c: Likewise.
217         * sysdeps/posix/getcwd.c: Likewise.
218         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
219         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
220         * sysdeps/s390/s390-32/setjmp.S: Likewise.
221         * sysdeps/s390/s390-64/setjmp.S: Likewise.
222         * sysdeps/sh/sh3/setjmp.S: Likewise.
223         * sysdeps/sh/sh4/setjmp.S: Likewise.
224         * sysdeps/unix/alpha/sysdep.h: Likewise.
225         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
226         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
227         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
228         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
231         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
232         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
233         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
234         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
235         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
236         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
237         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
238         * sysdeps/x86_64/setjmp.S: Likewise.
239
240 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
241
242         [BZ #17263]
243         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
244         <stdint.h>.
245         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
246         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
247
248 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
249
250         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
251
252         [BZ #17262]
253         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
254         and __x86_64__ when disabling x87 inline functions.
255
256 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
257
258         [BZ #17259]
259         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
260         asm statement with __cpuid_count.
261
262 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
263
264         * configure.ac: Change __ehdr_start code to dereference the struct.
265         Run readelf on the output to look for relocations.
266         * configure: Regenerated.
267
268 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
269
270         [BZ #17261]
271         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
272         value to 0.
273         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
274
275 2014-08-12  Roland McGrath  <roland@hack.frob.com>
276
277         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
278
279 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
280
281         [BZ #16892]
282         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
283         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
284
285 2014-08-12  Sean Anderson  <seanga2@gmail.com>
286
287         * malloc/malloc.c: Fix typo in comment.
288
289 2014-08-09  Allan McRae  <allan@archlinux.org>
290
291         * Regenerate libc.po.
292
293 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
294
295         * intl/tst-gettext2.sh: Check every lang file for creation.
296
297 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
298
299         * sysdeps/aarch64/fpu/math_private.h
300         (libc_feholdsetround_noex_aarch64_ctx): New function.
301
302 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
303
304         * sysdeps/arm/armv6/strcpy.S (strcpy):
305         Fix performance issue in misaligned cases.
306
307 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
308
309         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
310         Move definition from termios.h.
311         (struct termio): Likewise.
312         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
313         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
314         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
315         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
316         Likewise.
317         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
318         Move definition to ioctl-types.h
319         (struct termio): Likewise.
320         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
321         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
322         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
323         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
324         Likewise.
325
326 2014-08-05  Richard Henderson  <rth@redhat.com>
327
328         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
329         exceptions.
330         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
331         Add fraiseexcpt.
332         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
333         Use __feraiseexcept.
334         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
335         Protect libm symbols with IS_IN_libm.
336
337         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
338
339 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
340
341         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
342
343 2014-08-04  Will Newton  <will.newton@linaro.org>
344
345         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
346         file.
347
348 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
349
350         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
351         variants for each function.
352
353 2014-08-04  Roland McGrath  <roland@hack.frob.com>
354
355         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
356         appended ...
357         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
358         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
359         appended ...
360         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
361         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
362         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
363         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
364         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
365         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
366         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
367         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
368         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
369         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
370         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
371         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
372         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
373         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
374         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
375         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
376         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
377         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
378         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
379         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
380         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
381         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
382         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
383         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
384         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
385         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
386         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
387         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
388         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
389         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
390         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
391         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
392         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
393         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
394         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
395         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
396         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
397         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
398         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
399         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
400         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
401         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
402         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
403         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
404         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
405         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
406         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
407         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
408         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
409         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
410         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
411         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
412         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
413         Update #include.
414         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
415         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
416
417 2014-08-04  Roland McGrath  <roland@hack.frob.com>
418
419         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
420         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
421         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
422         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
423         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
424         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
425
426 2014-08-04  Roland McGrath  <roland@hack.frob.com>
427
428         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
429         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
430         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
431         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
432
433 2014-08-04  Roland McGrath  <roland@hack.frob.com>
434
435         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
436         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
437         (__libc_vfork): Define function under this name.
438         (__vfork): Define as an alias.
439         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
440         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
441
442 2014-08-04  Roland McGrath  <roland@hack.frob.com>
443
444         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
445         that was previously under [RESET_PID].
446         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
447
448 2014-08-04  Andreas Schwab  <schwab@suse.de>
449
450         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
451
452 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
453
454         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
455         (main): Likewise.
456
457 2014-08-01  Roland McGrath  <roland@hack.frob.com>
458
459         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
460
461 2014-08-01  Richard Henderon  <rth@redhat.com>
462
463         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
464         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
465         typo in exact zero test.
466         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
467         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
468         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
469
470 2014-08-01  Roland McGrath  <roland@hack.frob.com>
471
472         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
473         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
474         * sysdeps/arm/sysdep.h: ... here.
475         [!__ASSEMBLER__]: Include <stdint.h>.
476
477 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
478
479         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
480         (HAVE_WCTYPE_H): Likewise.
481         (HAVE_ISWCTYPE): Likewise.
482         (ENABLE_NLS): Likewise.
483         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
484         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
485
486         * posix/regex_internal.c: Check if DEBUG is defined and is
487         set.
488
489         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
490         (HAVE_MBSRTOWCS): Likewise.
491         * posix/fnmatch.c: Include string.h unconditionally.
492
493 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
494
495         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
496         reversal.
497
498 2014-07-31  Roland McGrath  <roland@hack.frob.com>
499
500         * sysdeps/generic/safe-fatal.h: New file.
501         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
502         * nptl/forward.c: Include it.
503         (__pthread_unwind): Use __safe_fatal as default action, rather
504         than a bogus use of INTERNAL_SYSCALL that could never work.
505
506         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
507         * configure.ac (libc_cv_builtin_trap): New test.
508         * configure: Regenerated.
509         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
510         (ABORT_INSTRUCTION): Define using __builtin_trap.
511
512         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
513         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
514         * sysdeps/nptl/nptl-signals.h: New file.
515         * nptl/pthreadP.h: Include <nptl-signals.h>.
516
517 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
518
519         * sysdeps/s390/s390-64/utf16-utf32-z9.c
520         (ONE_DIRECTION): Define.
521         * sysdeps/s390/s390-64/utf8-utf16-z9.c
522         (ONE_DIRECTION): Define.
523         * sysdeps/s390/s390-64/utf8-utf32-z9.c
524         (ONE_DIRECTION): Define.
525
526 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
527
528         * sysdeps/s390/Makefile: Delete file.
529         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
530         * sysdeps/s390/__longjmp.c: Delete file.
531         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
532         Remove fields __flags and __reserved.
533         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
534         and add versioning.
535         * sysdeps/s390/rtld-__longjmp.c: Delete file.
536         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
537         * sysdeps/s390/rtld-setjmp.S: Likewise.
538         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
539         * sysdeps/s390/s390-32/__longjmp.c: ... here.
540         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
541         * sysdeps/s390/s390-32/setjmp.S: ... here.
542         Add versioning.
543         (__sigsetjmp): Remove setting __flags field.
544         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
545         * sysdeps/s390/s390-64/__longjmp.c: ... here.
546         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
547         * sysdeps/s390/s390-64/setjmp.S: ... here.
548         Add versioning.
549         (__sigsetjmp): Remove setting __flags field.
550         * sysdeps/s390/setjmp.S: Delete file.
551         * sysdeps/s390/sigjmp.c: Likewise.
552         * sysdeps/s390/v1-longjmp.c: Likewise.
553         * sysdeps/s390/v1-setjmp.h: Likewise.
554         * sysdeps/s390/v1-sigjmp.c: Likewise.
555         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
556         Remove v1-longjmp_chk.
557         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
558         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
559         Include debug/longjmp_chk.c and add versioning.
560         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
561         Include nptl/pt-longjmp.c and add versioning.
562         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
563         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
564         Include __longjmp.c.
565         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
566         Move to ...
567         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
568         (__getcontext): Remove setting __flags field.
569         Add versioning.
570         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
571         Don't restore upper high grps.
572         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
573         Likewise.
574         (__swapcontext): Remove setting uc_flags field.
575         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
576         Delete file.
577         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
578         Include __longjmp.c.
579         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
580         Move to ...
581         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
582         (__getcontext): Remove setting __flags field.
583         Add versioning.
584         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
585         (__swapcontext): Remove setting uc_flags field.
586         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
587         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
588         Remove fields uc_high_gprs and __reserved.
589         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
590         New file with reverted content.
591         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
592         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
593         Regenerated.
594         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
595         Regenerated.
596
597 2014-07-31  Andreas Schwab  <schwab@suse.de>
598
599         * config.h.in (HAVE_IFUNC): Define to 0.
600         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
601         definedness.
602
603 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
604
605         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
606         memmove-avx-unaligned, memcpy-avx-unaligned and
607         mempcpy-avx-unaligned.
608         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
609         Add tests for AVX memcpy functions.
610         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
611         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
612         memcpy_chk.
613         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
614         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
615         memmove_chk.
616         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
617         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
618         mempcpy_chk.
619         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
620         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
621         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
622
623 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
624
625         [BZ #17213]
626         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
627         powerpc64le.
628
629 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
630
631         [BZ #16839]
632         * manual/llio.texi: Add section about open file description locks.
633         * manual/examples/ofdlocks.c: Example of open file description
634         lock usage.
635         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
636         F_OFD_SETLK, and F_OFD_SETLKW.
637
638 2014-07-23  Allan McRae  <allan@archlinux.org>
639
640         * po/es.po: Update Spanish translation from translation project.
641
642 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
643
644         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
645
646 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
647
648         [BZ #17078]
649         * sysdeps/arm/dl-machine.h (elf_machine_rela)
650         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
651         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
652
653 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
654
655         [BZ #17088]
656         * math/fesetenv.c (__fesetenv)
657         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
658         * math/feupdateenv.c (__feupdateenv)
659         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
660
661         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
662         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
663         (__ASSUME_SOCKETCALL): Do not define.
664
665         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
666         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
667         (__ASSUME_SOCKETCALL): Do not define.
668         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
669         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
670         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
671         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
672         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
673         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
674         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
675         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
676
677         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
678         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
679         (__ASSUME_SOCKETCALL): Do not define.
680         (__ASSUME_IPC64): Define unconditionally.
681         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
682         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
683         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
684         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
685         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
686         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
687         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
688         Likewise.
689
690         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
691         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
692         (__ASSUME_SOCKETCALL): Do not define.
693         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
694         (__ASSUME_FUTEX_LOCK_PI): Likewise.
695         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
696         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
697         (__ASSUME_REQUEUE_PI): Define unconditionally.
698         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
699         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
700         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
701         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
702         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
703         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
704
705         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
706         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
707         (__ASSUME_SOCKETCALL): Do not define.
708         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
709         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
710         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
711         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
712         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
713         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
714
715         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
716         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
717         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
718         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
719         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
720         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
721         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
722         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
723         (__ASSUME_GETCPU_SYSCALL): Likewise.
724
725         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
726         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
727         cases for individual architectures.
728         * sysdeps/gnu/configure: Regenerated.
729         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
730         LIBC_SLIBDIR_RTLDDIR.
731         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
732         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
733         LIBC_SLIBDIR_RTLDDIR.
734         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
736         LIBC_SLIBDIR_RTLDDIR.
737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
738         Regenerated.
739         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
740         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
741         file.
742         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
743         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
744         file.
745         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
746         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
747         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
748         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
749
750         * sysdeps/aarch64/shlib-versions: Move to ...
751         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
752         * sysdeps/alpha/shlib-versions: Move to ...
753         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
754         * sysdeps/arm/shlib-versions: Move to ...
755         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
756         * sysdeps/hppa/shlib-versions: Move all contents except for
757         libgcc_s entry to ...
758         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
759         entry from ...
760         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
761         * sysdeps/ia64/shlib-versions: Move to ...
762         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
763         entry from ...
764         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
765         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
766         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
767         * sysdeps/microblaze/shlib-versions: Move to ...
768         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
769         * sysdeps/mips/shlib-versions: Move to ...
770         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
771         entry from ...
772         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
773         * sysdeps/tile/shlib-versions: Move to ...
774         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
775         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
776         from ...
777         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
778         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
779         entry from ...
780         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
781
782 2014-07-17  Will Newton  <will.newton@linaro.org>
783
784         * sysdeps/arm/bits/atomic.h
785         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
786         (__arch_compare_and_exchange_bool_16_int): Likewise.
787         (__arch_compare_and_exchange_bool_64_int): Likewise.
788
789         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
790         into an #else block.
791
792 2014-07-16  Roland McGrath  <roland@hack.frob.com>
793
794         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
795         just Linux configurations.  Test empirically that the compiler sets
796         __ARM_EABI__, rather than using the tuple to decide.
797         * sysdeps/arm/preconfigure: Regenerated.
798         * sysdeps/unix/sysv/linux/arm/configure: File removed.
799         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
800         contents appended ...
801         * sysdeps/arm/configure.ac: ... here.
802         * sysdeps/arm/configure: Regenerated.
803
804 2014-07-15  Roland McGrath  <roland@hack.frob.com>
805
806         * nptl/pthread_kill.c: New file.
807         * nptl/pthread_sigmask.c: New file.
808         * nptl/pthread_sigqueue.c: New file.
809
810         * sysdeps/nptl/lowlevellock.h: New file.
811         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
812         * sysdeps/nptl/lowlevellock-futex.h: New file.
813
814         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
815         Remove dead declarations.
816
817 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
818
819         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
820         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
821         config-cflags-avx2.
822         * sysdeps/x86_64/configure.ac: Likewise.
823         * sysdeps/i386/configure: Regenerated.
824         * sysdeps/x86_64/configure: Likewise.
825         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
826         memset-avx2 only if config-cflags-avx2 is yes.
827         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
828         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
829         defined.
830         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
831         only if HAVE_AVX2_SUPPORT is defined.
832         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
833
834 2014-07-14  Alan Modra  <amodra@gmail.com>
835
836         [BZ #17153]
837         * elf/elf.h (DT_PPC64_NUM): Correct value.
838         * NEWS: Add to fixed bug list.
839
840 2014-07-13  Jim Meyering  <meyering@fb.com>
841
842         [BZ 17150]
843         regex: don't deref NULL upon heap allocation failure
844         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
845         failure in one more place.
846         To trigger the segfault, configure grep -with-included-regex,
847         build it, and run these commands:
848         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
849
850 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
851
852         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
853
854 2014-07-11  Richard Henderson  <rth@redhat.com>
855
856         * sysdeps/aarch64/libm-test-ulps: Update.
857
858 2014-07-10  Florian Weimer  <fweimer@redhat.com>
859
860         [BZ #17135]
861         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
862         * nptl/allocatestack.c (__nptl_setxid_error): New function.
863         (__nptl_setxid): Initialize error member.  Call
864         __nptl_setxid_error.
865         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
866         * nptl/descr.h (struct xid_command): Add error member.
867         * nptl/tst-setuid3.c: New file.
868         * nptl/Makefile (tests): Add it.
869
870 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
871
872         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
873         New define.
874         (__lll_trylock): Use __lll_base_trylock.
875         (__lll_cond_trylock): Likewise.
876
877 2014-07-10  Roland McGrath  <roland@hack.frob.com>
878
879         * nptl/pthread_create.c (start_thread): Use atomic_or and
880         lll_futex_wake directly rather than lll_robust_dead.
881         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
882         (lll_robust_dead): Macro removed.
883         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
884         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
885         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
886         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
887         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
888         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
889         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
890         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
891         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
892         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
893         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
894         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
895         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
896         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
897         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
898
899         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
900         Use atomic_compare_and_exchange_val_acq directly rather than
901         lll_robust_trylock.
902         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
903         (__lll_robust_trylock, lll_robust_trylock): Removed.
904         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
905         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
906         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
907         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
908         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
909         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
910         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
911         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
912         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
913         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
914         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
915         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
916         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
917         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
918
919 2014-07-02  Florian Weimer  <fweimer@redhat.com>
920
921         * manual/locale.texi (Locale Names): New section documenting
922         locale name syntax.  Adjust menu and node chaining accordingly.
923         (Choosing Locale): Reference Locale Names, Locale Categories.
924         Mention setting LC_ALL=C.  Reflect that name syntax is now
925         documented.
926         (Locale Categories): New section title.  Reference Locale Names.
927         LC_ALL is an environment variable, but not a category.
928         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
929         description, now in Locale Name.  Reference that section.  Locale
930         name syntax is now documented.
931
932 2014-07-02  Florian Weimer  <fweimer@redhat.com>
933
934         [BZ #17137]
935         * locale/findlocale.c (name_present, valid_locale_name): New
936         functions.
937         (_nl_find_locale): Use the loc_name variable to store name
938         candidates.  Call name_present and valid_locale_name to check and
939         validate locale names.  Return an error if the locale is invalid.
940
941 2014-07-02  Florian Weimer  <fweimer@redhat.com>
942
943         * locale/setlocale.c (setlocale): Use strdup for allocating
944         composite name copy.
945
946 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
947
948         Sync up with gnulib.
949         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
950         [!_LIBC && ENABLE_NLS]: Include gettext.h.
951         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
952         and _GL_ARG_NONNULL.
953         [USE_UNLOCKED_IO]: Include unlocked-io.h.
954         [!_LIBC]: Include code for Windows and Cygwin.
955         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
956         Include prototype for int strerror_r.
957         [!_LIBC] (is_open): New function.
958         (flush_stdout): New function.
959         (print_errno_message): Use it.
960         (error): Likewise.
961         (error_at_line): Likewise.
962         (error_tail) Add function attribute macros.  Use
963         __builtin_expect.
964
965         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
966
967         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
968
969         * io/ftw.c: Include sys/param.h unconditionally.
970
971         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
972
973         [BZ #17125]
974         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
975         libc_freeres_ptr.
976         (freecache): New function to free CACHE on exit.
977
978         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
979         initialization.
980
981 2014-07-09  David S. Miller  <davem@davemloft.net>
982
983         * sysdeps/sparc/fpu/libm-test-ulps: Update.
984
985         * sysdeps/sparc/nptl/internaltypes.h: Delete.
986         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
987         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
988         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
989         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
990         * sysdeps/sparc/nptl/sem_init.c: Likewise.
991         * sysdeps/sparc/nptl/sem_post.c: Likewise.
992         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
993         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
994         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
995         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
996         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
997         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
998
999 2014-07-09  Andreas Schwab  <schwab@suse.de>
1000
1001         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
1002         output.
1003         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
1004         (do_test): Likewise.
1005
1006         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
1007
1008 2014-07-09  Will Newton  <will.newton@linaro.org>
1009
1010         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
1011         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
1012         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
1013         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
1014         * sysdeps/hppa/start.S (_start): Likewise.
1015
1016 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
1017
1018         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
1019
1020         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
1021         defined.
1022
1023 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1024
1025         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
1026         after checking that it is non-NULL.
1027
1028         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
1029
1030 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1031
1032         * sysdeps/powerpc/memmove.c: Remove file.
1033         * sysdeps/powerpc/powerpc32/power4/memcopy.h
1034         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
1035         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1036         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
1037         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
1038         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
1039         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
1040         string memmove instead of removed powerpc one.
1041
1042         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
1043         [weak_alias]: Fix compiler warning due trailing data.
1044         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
1045         [weak_alias]: Likewise.
1046         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
1047         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
1048
1049         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
1050         (__libc_ifunc_impl_list): Add memmove functions.
1051
1052 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1053
1054         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
1055         Remove code.
1056         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
1057         Likewise
1058         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
1059         Likewise
1060         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
1061         Likewise
1062         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
1063         Likewise
1064         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
1065         Likewise
1066         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
1067         Likewise
1068         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
1069         Likewise
1070         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
1071         Likewise
1072         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
1073         Likewise
1074         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
1075         Likewise
1076         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
1077         Likewise
1078         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
1079         Likewise
1080         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
1081         Likewise
1082         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
1083         Likewise
1084         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
1085         Likewise
1086         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
1087         Likewise
1088
1089 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1090
1091         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
1092         to avoid alignment traps in non-cacheable memory.
1093         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
1094
1095         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
1096         multiarch objects.
1097         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
1098         file: multiarch power7 memmove.
1099         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
1100         multiarch default memmove.
1101         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
1102         multiarch memove for powerpc32/power4.
1103
1104         * string/bcopy.c: Use full path to include memmove.c.
1105         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
1106         multiarch objects.
1107         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
1108         bcopy for powerpc64.
1109         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
1110         bcopy for powerpc64.
1111         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
1112         and memmove implementations.
1113         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
1114         optimized multiarch memmove for POWER7/powerpc64.
1115         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
1116         default multiarch memmove for powerpc64.
1117         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
1118         multiarch for powerpc64.
1119         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
1120         for POWER7/powerpc64.
1121         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
1122         memmove for POWER7/powerpc64.
1123
1124         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
1125         glibc default one.
1126
1127         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
1128         __ELF_NATIVE_CLASS equal to 64.
1129
1130 2014-07-07  Roland McGrath  <roland@hack.frob.com>
1131
1132         * sysdeps/nptl/lowlevellock.h: File removed.
1133
1134         * NEWS: NPTL is no longer an add-on!
1135         * nptl/internaltypes.h: Moved ...
1136         * sysdeps/nptl/internaltypes.h: ... here.
1137         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
1138         * sysdeps/nptl/fork.c: Likewise.
1139         * sysdeps/nptl/gai_misc.h: Likewise.
1140         * sysdeps/nptl/librt-cancellation.c: Likewise.
1141         * sysdeps/nptl/jmp-unwind.c: Likewise.
1142         * sysdeps/nptl/setxid.h: Likewise.
1143         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
1144         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
1145         * sysdeps/unix/sysv/linux/arm/Implies: New file.
1146         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
1147         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
1148         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
1149         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
1150         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
1151         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
1152         * sysdeps/unix/sysv/linux/mips/Implies: New file.
1153         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
1154         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
1155         * sysdeps/unix/sysv/linux/sh/Implies: New file.
1156         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
1157         * sysdeps/unix/sysv/linux/tile/Implies: New file.
1158         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
1159         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
1160         * nptl/Makeconfig: Moved ...
1161         * sysdeps/nptl/Makeconfig: ... here.
1162         * nptl/configure: File removed.
1163         * nptl/ANNOUNCE: File removed.
1164         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
1165         * sysdeps/unix/sysv/linux/configure: Regenerated.
1166
1167         * nptl/Makefile (routines): Add libc_pthread_init,
1168         libc_multiple_threads, register-atfork and unregister-atfork.
1169         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
1170         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
1171         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
1172         pthread-pi-defines.sym, structsem.sym.
1173         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
1174         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
1175         [$(subdir) = nptl] (tests): Add tst-setgetname.
1176         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
1177         * sysdeps/unix/sysv/linux/sigaction.c: Just include
1178         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
1179         [!LIBC_SIGACTION]: Remove aliases.
1180         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
1181         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1182         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1183         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
1184         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1185         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
1186         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
1187         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
1188         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
1189         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
1190         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
1191         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
1192         __libc_allocate_rtsig_private.
1193         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
1194         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
1195         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
1196         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
1197         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
1198         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
1199         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
1200         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
1201         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
1202         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
1203         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
1204         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
1205         * nptl/internaltypes.h: ... here.
1206         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
1207         * sysdeps/nptl/jmp-unwind.c: ... here.
1208         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
1209         * nptl/libc-lowlevellock.c: ... here.
1210         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
1211         * nptl/libc_multiple_threads.c: ... here.
1212         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
1213         * nptl/libc_pthread_init.c: ... here.
1214         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
1215         * nptl/lowlevelbarrier.sym: ... here.
1216         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
1217         * nptl/lowlevelcond.sym: ... here.
1218         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
1219         * nptl/lowlevellock.c: ... here.
1220         * nptl/lowlevellock.h: Moved ...
1221         * sysdeps/nptl/lowlevellock.h: ... here.
1222         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
1223         * nptl/lowlevelrobustlock.c: ... here.
1224         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
1225         * nptl/lowlevelrobustlock.sym: ... here.
1226         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
1227         * nptl/lowlevelrwlock.sym: ... here.
1228         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
1229         * nptl/pt-fork.c: ... here.
1230         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
1231         * nptl/pthread-pi-defines.sym: ... here.
1232         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
1233         * nptl/pthread_attr_getaffinity.c: ... here.
1234         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
1235         * nptl/pthread_attr_setaffinity.c: ... here.
1236         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
1237         * nptl/pthread_mutex_cond_lock.c: ... here.
1238         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
1239         Update #include.
1240         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
1241         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
1242         * nptl/pthread_once.c: ... here, replacing old file.
1243         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
1244         * nptl/pthread_yield.c: ... here.
1245         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
1246         * nptl/register-atfork.c: ... here.
1247         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
1248         * nptl/sem_post.c: ... here.
1249         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
1250         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
1251         * nptl/sem_timedwait.c: ... here.
1252         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
1253         * nptl/sem_trywait.c: ... here.
1254         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
1255         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
1256         * nptl/sem_wait.c: ... here.
1257         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
1258         * nptl/structsem.sym: ... here.
1259         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
1260         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
1261         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
1262         * nptl/unregister-atfork.c: ... here.
1263         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
1264         * nptl/unwindbuf.sym: ... here.
1265         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
1266         * sysdeps/nptl/fork.c: ... here.
1267         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
1268         * sysdeps/nptl/fork.h: ... here.
1269         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
1270         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
1271         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
1272         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
1273         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
1274         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
1275         * sysdeps/unix/sysv/linux/getpid.c: ... here.
1276         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
1277         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
1278         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
1279         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
1280         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
1281         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
1282         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
1283         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
1284         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
1285         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
1286         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
1287         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
1288         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
1289         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
1290         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
1291         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
1292         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
1293         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
1294         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
1295         * sysdeps/unix/sysv/linux/raise.c: ... here.
1296         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
1297         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
1298         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
1299         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
1300         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
1301         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
1302         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
1303         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
1304         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
1305         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
1306         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
1307         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
1308         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
1309         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
1310         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
1311
1312 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1313
1314         * sysdeps/generic/memcopy.h: Add comment for
1315         MEMCPY_OK_FOR_FWD_MEMMOVE.
1316
1317 2014-07-04  Will Newton  <will.newton@linaro.org>
1318
1319         * string/memchr.c: Merge from gnulib.
1320         [_LIBC]: Remove conditionals.
1321         (__ptr_t): Remove define.
1322         (LONG_MAX_32_BITS): Likewise.
1323         (LONG_MAX): Likewise.
1324         (MEMCHR): Use ANSI prototype and optimize algorithm.
1325
1326         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
1327
1328 2014-07-03  Roland McGrath  <roland@hack.frob.com>
1329
1330         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
1331         (lll_futex_timed_wait_bitset): Fix syscall argument count.
1332
1333         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
1334         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
1335         in a bare environment with no <stdlib.h> installed.
1336         * sysdeps/nptl/configure: Regenerated.
1337
1338         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
1339
1340         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
1341         AC_EGREP_CPP for kernel header checks, so they only succeed if
1342         including <linux/version.h> actually works right.
1343         * sysdeps/unix/sysv/linux/configure: Regenerated.
1344
1345         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
1346         value so it's not diagnosed as unused.
1347
1348         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
1349         thing) with "ifeq ($(subdir),rt)".
1350
1351 2014-07-03  Richard Henderson  <rth@redhat.com>
1352
1353         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
1354         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
1355         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
1356
1357         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
1358         (math_force_eval): New.
1359
1360         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
1361         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
1362
1363         * sysdeps/alpha/fpu/s_round.c: Remove file.
1364         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
1365
1366         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
1367         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
1368         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
1369         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
1370         (_dl_start, print_statistics): Likewise.
1371         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
1372         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
1373
1374         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1375         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1376         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1377         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1378         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1379         (HP_SMALL_TIMING_AVAIL): Define.
1380         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1381         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1382         (HP_SMALL_TIMING_AVAIL): Define.
1383         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1384         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1385
1386         * sysdeps/aarch64/hp-timing.h: New file.
1387
1388         * sysdeps/generic/hp-timing.h: Remove dead comment.
1389         * sysdeps/generic/hp-timing-common.h: New file.
1390         * sysdeps/alpha/hp-timing.h: Include it.
1391         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
1392         * sysdeps/i386/i686/hp-timing.h: Likewise.
1393         * sysdeps/ia64/hp-timing.h: Likewise.
1394         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
1395         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
1396         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
1397         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
1398         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
1399         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
1400         (hp_timing_t): New.
1401
1402         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
1403         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
1404         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
1405         * elf/rtld.c (_dl_start_final): Likewise.
1406         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
1407         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1408         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1409         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1410         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1411         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1412         (HP_TIMING_DIFF_INIT): Remove.
1413         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1414         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1415         (HP_TIMING_DIFF_INIT): Remove.
1416         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1417         * sysdeps/i386/i686/hp-timing.c: Remove file.
1418         * sysdeps/x86_64/hp-timing.c: Remove file.
1419         * sysdeps/ia64/hp-timing.c: Remove file.
1420         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
1421         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
1422         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
1423         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
1424
1425         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
1426         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
1427         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
1428         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1429         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1430         (HP_TIMING_ACCUM): Remove.
1431         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1432         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
1433         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1434
1435         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
1436         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
1437         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
1438         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
1439         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
1440         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1441         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
1442         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1443
1444         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
1445
1446 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
1447
1448         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
1449
1450 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1451
1452         Sync up with gettext.
1453         * intl/loadmsgcat.c: Define O_BINARY if not defined.
1454         [_MSC_VER]: Include malloc.h
1455         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
1456         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
1457         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
1458         TEMP_FAILURE_RETRY.  Cast return of alloca.
1459         [!_LIBC] Call gl_rwlock_init.
1460         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
1461
1462 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1463
1464         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
1465         before checking its value.
1466
1467 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1468
1469         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
1470
1471         * debug/memcpy_chk.c: Don't include pagecopy.h.
1472         * debug/mempcpy_chk.c: Likewise.
1473         * string/memcpy.c: Likewise.
1474         * string/memmove.c: Likewise.
1475         * sysdeps/powerpc/memmove.c: Likewise.
1476         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
1477         definition of PAGE_COPY_FWD_MAYBE here...
1478         * sysdeps/generic/pagecopy.h: ... from here.
1479         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
1480
1481 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
1482             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1483
1484         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
1485         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
1486         optimizations.
1487         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
1488         (__libc_ifunc_impl_list): Likewise.
1489         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
1490         multiarch strcat for PPC64.
1491         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
1492         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
1493
1494 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1495
1496         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
1497
1498 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1499
1500         * intl/loadmsgcat.c: Remove declaration of
1501         get_sysdep_segment_value.
1502         (get_sysdep_segment_value): Use ISO C style.
1503         (_nl_load_domain): Use ISO C style.  Get rid of redundant
1504         semicolon.  Fix typo and formatting in comment.
1505         (_nl_unload_domain): Use ISO C style.
1506
1507         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
1508
1509 2014-07-02  Will Newton  <will.newton@linaro.org>
1510
1511         * malloc/obstack.c: Merge from gnulib master.
1512         [HAVE_CONFIG_H]: Remove conditional code.
1513         [!_LIBC]: Include config.h.
1514         [!ELIDE_CODE]: Don't include inttypes.h, include
1515         stdint.h unconditionally.
1516         (print_and_abort): Mark as _Noreturn.
1517         (_obstack_allocated_p): Mark as __attribute_pure__.
1518         (obstack_free): Rename to __obstack_free.
1519         [!__attribute__]: Remove conditional code.
1520         * malloc/obstack.h: Merge from gnulib master.
1521         [__cplusplus]: Move conditional down.
1522         [!__attribute_pure__]: Define __attribute_pure__ here
1523         if it is not already defined.
1524         (_obstack_memory_used): Mark as __attribute_pure__.
1525         [!__obstack_free]: Define as obstack_free.
1526         [__GNUC__]: Remove check for ancient NeXT gcc.
1527
1528 2014-07-02  Will Newton  <will.newton@linaro.org>
1529             Paul Eggert  <eggert@cs.ucla.edu>
1530
1531         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
1532
1533 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1534
1535         * resolv/gethnamaddr.c: Add comment warning that the file is
1536         not maintained.
1537
1538 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
1539
1540         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
1541         entries.
1542
1543         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
1544         entry for aio_cancel and aio_cancel64.
1545         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
1546         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
1547         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
1548         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
1549         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
1550         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
1551         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
1552         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
1553         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
1554         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
1555         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
1556         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
1557         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
1558
1559 2014-07-01  Roland McGrath  <roland@hack.frob.com>
1560
1561         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
1562         * nptl/pthread_mutex_lock.c: Likewise.
1563         * nptl/pthread_mutex_timedlock.c: Likewise.
1564         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
1565
1566 2014-07-01  Richard henderson  <rth@redhat.com>
1567
1568         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
1569         (__isnan, __isnanl): Remove.
1570         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
1571
1572         * sysdeps/alpha/fpu/libm-test-ulps: Update.
1573
1574 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1575
1576         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1577
1578 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1579
1580         * resolv/nss_dns/dns-host.c (getanswer_r)
1581         [MULTI_PTRS_ARE_ALIASES]: Remove code.
1582
1583 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
1584
1585         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1586         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
1587         undefine.
1588         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
1589         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
1590
1591 2014-07-01  Roland McGrath <roland@hack.frob.com>
1592
1593         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
1594         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
1595
1596         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
1597         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
1598
1599         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
1600         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
1601         ... here.
1602         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
1603         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
1604
1605         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
1606         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
1607         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
1608         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
1609
1610         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
1611         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
1612         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
1613         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
1614         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
1615         Moved ...
1616         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
1617         ... here.
1618         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
1619         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
1620         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
1621         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
1622         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
1623         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
1624         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
1625         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
1626         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
1627         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
1628         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
1629         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
1630         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
1631         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
1632         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
1633         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
1634         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
1635         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
1636         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
1637         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
1638         ... here.
1639         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
1640         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
1641         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
1642         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
1643         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
1644         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
1645         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
1646         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
1647
1648 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
1649
1650         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
1651         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
1652         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
1653         Add sysdep.
1654
1655 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1656
1657         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1658
1659 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1660
1661         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
1662         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
1663
1664         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
1665
1666         * sysdeps/arm/libm-test-ulps: Regenerated.
1667
1668 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
1669             Roland McGrath <roland@hack.frob.com>
1670
1671         * test-skeleton.c (signal_handler): Kill the whole process group
1672         before killing the child individually.
1673         (main): Report any failure on `setpgid'.
1674
1675 2014-06-30  Roland McGrath  <roland@hack.frob.com>
1676
1677         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
1678         from _TLS_H to _ARM_NPTL_TLS_H.
1679         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
1680         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
1681
1682 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1683
1684         [BZ #16539]
1685         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
1686         (__expm1l): Return argument unchanged when small but not
1687         subnormal.
1688
1689         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
1690         include macro name.
1691         (_FP_UNPACK_RAW_1_P): Likewise.
1692         (_FP_PACK_RAW_1): Likewise.
1693         (_FP_PACK_RAW_1_P): Likewise.
1694         (_FP_MUL_MEAT_1_wide): Likewise.
1695         (_FP_MUL_MEAT_DW_1_hard): Likewise.
1696         (_FP_MUL_MEAT_1_hard): Likewise.
1697         (_FP_DIV_MEAT_1_imm): Likewise.
1698         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
1699         (_FP_DIV_MEAT_1_udiv): Likewise.
1700         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
1701         (_FP_UNPACK_RAW_2): Likewise.
1702         (_FP_UNPACK_RAW_2_P): Likewise.
1703         (_FP_PACK_RAW_2): Likewise.
1704         (_FP_PACK_RAW_2_P): Likewise.
1705         (_FP_MUL_MEAT_DW_2_wide): Likewise.
1706         (_FP_MUL_MEAT_2_wide): Likewise.
1707         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
1708         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
1709         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
1710         (_FP_MUL_MEAT_2_gmp): Likewise.
1711         (_FP_DIV_MEAT_2_udiv): Likewise.
1712         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
1713         (_FP_FRAC_SRL_4): Likewise.
1714         (_FP_FRAC_SRST_4): Likewise.
1715         (_FP_FRAC_SRS_4): Likewise.
1716         (_FP_UNPACK_RAW_4): Likewise.
1717         (_FP_UNPACK_RAW_4_P): Likewise.
1718         (_FP_PACK_RAW_4): Likewise.
1719         (_FP_PACK_RAW_4_P): Likewise.
1720         (_FP_MUL_MEAT_DW_4_wide): Likewise.
1721         (_FP_MUL_MEAT_4_wide): Likewise.
1722         (_FP_MUL_MEAT_4_gmp): Likewise.
1723         (umul_ppppmnnn): Likewise.
1724         (_FP_DIV_MEAT_4_udiv): Likewise.
1725         (__FP_FRAC_ADD_4): Likewise.
1726         (__FP_FRAC_SUB_3): Likewise.
1727         (__FP_FRAC_SUB_4): Likewise.
1728         (__FP_FRAC_DEC_3): Likewise.
1729         (__FP_FRAC_DEC_4): Likewise.
1730         (__FP_FRAC_ADDI_4): Likewise.
1731         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
1732         (_FP_FRAC_SRL_8): Likewise.
1733         (_FP_FRAC_SRS_8): Likewise.
1734
1735         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
1736         include macro name.
1737         (FP_UNPACK_RAW_EP): Likewise.
1738         (FP_PACK_RAW_E): Likewise.
1739         (FP_PACK_RAW_EP): Likewise.
1740         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
1741         (_FP_ISSIGNAN): Likewise.
1742         (_FP_ADD_INTERNAL): Likewise.
1743         (_FP_FMA): Likewise.
1744         (_FP_CMP): Likewise.
1745         (_FP_SQRT): Likewise.
1746         (_FP_TO_INT): Likewise.
1747         (_FP_FROM_INT): Likewise.
1748         (FP_EXTEND): Likewise.
1749         (_FP_DIV_MEAT_N_loop): Likewise.
1750
1751 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
1752
1753         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
1754         throughout.
1755
1756 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
1757
1758         [BZ #17097]
1759         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
1760         result with correct sign in case of exponents that produce
1761         overflow except for X very close to 1.
1762
1763 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
1764
1765         mktime: merge #if/#ifdef usage from glibc
1766         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
1767         as that works with both Glibc's and Gnulib's style.
1768         See thread starting at Siddhesh Poyarekar's bug report at:
1769         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
1770
1771 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
1772
1773         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
1774         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
1775         * sysdeps/tile/tilegx/memmove.c: Remove file.
1776
1777 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
1778
1779         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
1780         abi-name definition.
1781         * scripts/soversions.awk: Do not handle or generate ABI lines.
1782         * shlib-versions: Remove ABI entries.
1783         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
1784         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
1785
1786 2014-06-27  Roland McGrath  <roland@hack.frob.com>
1787
1788         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
1789         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
1790         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
1791         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
1792         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
1793         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
1794         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
1795         Moved ...
1796         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
1797         ... here.
1798         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
1799         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
1800         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
1801         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
1802         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
1803         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
1804         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
1805         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
1806         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
1807         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
1808         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
1809         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
1810         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
1811         Moved ...
1812         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
1813         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
1814         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
1815         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
1816         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
1817         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
1818         Moved ...
1819         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
1820         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
1821         Moved ...
1822         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
1823         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
1824         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
1825         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
1826         Moved ...
1827         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
1828         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
1829         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
1830         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
1831         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
1832         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
1833         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
1834         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
1835         Moved ...
1836         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
1837         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
1838         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
1839         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
1840         Moved ...
1841         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
1842         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
1843         Moved ...
1844         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
1845         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
1846         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
1847         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
1848         Moved ...
1849         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
1850         ... here.
1851         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
1852         Identical file removed.
1853         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
1854         Moved ...
1855         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
1856         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
1857         Identical file removed.
1858         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
1859         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
1860         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
1861         Moved ...
1862         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
1863         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
1864         Identical file removed.
1865         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
1866         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
1867         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
1868         Identical file removed.
1869         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
1870         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
1871         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
1872         Identical file removed.
1873         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
1874         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
1875         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
1876         Identical file removed.
1877         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
1878         Moved ...
1879         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
1880         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
1881         Identical file removed.
1882         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
1883         Moved ...
1884         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
1885         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
1886         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
1887         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
1888         Identical file removed.
1889         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
1890         Moved ...
1891         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
1892         ... here.
1893         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
1894         Identical file removed.
1895         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
1896         Moved ...
1897         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
1898         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
1899         Identical file removed.
1900         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
1901         Moved ...
1902         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
1903         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
1904         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
1905         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
1906         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
1907         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
1908         Moved ...
1909         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
1910         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
1911         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
1912
1913         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
1914         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
1915         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
1916         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
1917         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
1918
1919 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
1920
1921         [BZ #17092]
1922         * nscd/nscd.c (monitor_child): Return exit status of child
1923         instead of return value from wait syscall.
1924
1925 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
1926
1927         * configure.ac (libc_commonpagesize): Remove variable.
1928         (libc_relro_required): Likewise.
1929         (libc_cv_z_relro): Remove configure test.
1930         * configure: Regenerated.
1931         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
1932         variable.
1933         (libc_relro_required): Likewise.
1934         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
1935         (libc_relro_required): Likewise.
1936         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
1937         (libc_relro_required): Likewise.
1938         * sysdeps/arm/preconfigure: Regenerated.
1939         * sysdeps/ia64/preconfigure: Remove file.
1940         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
1941         variable.
1942         (libc_relro_required): Likewise.
1943
1944         [BZ #16561]
1945         [BZ #16562]
1946         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
1947         (__ieee754_yn): Set FE_TONEAREST mode internally and then
1948         recompute overflowing results in original rounding mode.
1949         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
1950         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
1951         recompute overflowing results in original rounding mode.
1952         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
1953         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1954         recompute overflowing results in original rounding mode.
1955         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
1956         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1957         recompute overflowing results in original rounding mode.
1958         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
1959         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1960         recompute overflowing results in original rounding mode.
1961         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
1962         (libc_feholdsetround_ctx): New macro.
1963         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
1964         * sysdeps/i386/fpu/libm-test-ulps: Update.
1965         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
1966
1967 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1968
1969         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1970         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
1971         corresponding .cpsetup call.
1972
1973 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1974
1975         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
1976         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
1977         * sysdeps/arm/Makefile [$(subdir) = csu]
1978         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
1979         (static-only-routines): Add aeabi_read_tp here.
1980         (shared-only-routines): Add libc-aeabi_read_tp here.
1981         (CFLAGS-libc-start.c): Add -fexceptions here.
1982         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
1983         (sysdep_routines, static-only-routines, shared-only-routines):
1984         Don't add to these here.
1985         (CFLAGS-libc-start.c): Likewise.
1986
1987         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
1988         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
1989         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
1990         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
1991         * sysdeps/arm/Makefile [$(subdir) = rt]
1992         (librt-sysdep_routines, librt-shared-only-routines):
1993         Append rt-aeabi_unwind_cpp_pr1 here.
1994         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
1995         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
1996         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
1997         (libpthread-sysdep_routines, libpthread-shared-only-routines):
1998         Append nptl-aeabi_unwind_cpp_pr1 here.
1999         (tests): Filter out tst-cleanupx4 here.
2000         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
2001         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
2002         Don't do those here.
2003
2004 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2005
2006         * scripts/list-sources.sh: Do not handle ports specially.
2007
2008 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2009
2010         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
2011         * sysdeps/arm/feupdateenv.c: Likewise.
2012
2013         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
2014
2015 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2016
2017         * manual/texinfo.tex: Update to version 2014-05-05.10 with
2018         trailing whitespace removed.
2019         * scripts/config.guess: Update to version 2014-03-23.
2020         * scripts/config.sub: Update to version 2014-05-01
2021         * scripts/install-sh: Update to version 2013-12-25.23.
2022         * scripts/move-if-change: Update from gnulib.
2023
2024 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2025
2026         * debug/memmove_chk.c: Remove pagecopy.h include.
2027
2028 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
2029
2030         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
2031         identical to gnulib mktime.
2032
2033 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
2034
2035         * configure.ac: Do not test for machine being rs6000.  Do not test
2036         for powerpc*-*soft.
2037         * configure: Regenerated.
2038
2039         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
2040         test.
2041         * configure: Regenerated.
2042         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
2043         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
2044         Remove configure test.
2045         * sysdeps/arm/configure: Regenerated.
2046         * sysdeps/nptl/configure.ac: Do not check
2047         libc_cv_asm_cfi_directives.
2048         * sysdeps/nptl/configure: Regenerated.
2049         * sysdeps/x86_64/nptl/configure.ac: Remove file.
2050         * sysdeps/x86_64/nptl/configure: Remove generated file.
2051         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
2052         unconditional.
2053         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
2054
2055 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2056
2057         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
2058         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
2059         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
2060         it is defined.
2061
2062         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
2063         instead of whether it is defined.
2064         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
2065         * sysdeps/hppa/dl-machine.h: Likewise.
2066         * sysdeps/ia64/dl-machine.h: Likewise.
2067         * sysdeps/m68k/dl-machine.h: Likewise.
2068         * sysdeps/microblaze/dl-machine.h: Likewise.
2069         * sysdeps/mips/dl-machine.: Likewise.
2070         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
2071         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
2072         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
2073         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
2074         * sysdeps/sh/dl-machine.h: Likewise.
2075         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
2076         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
2077         * sysdeps/tile/dl-machine.h: Likewise.
2078         * sysdeps/x86_64/dl-machine.h: Likewise.
2079
2080         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
2081         code.
2082         (verify_persistent_db): Likewise.
2083
2084 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2085
2086         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
2087         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
2088         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
2089         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
2090         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
2091         Moved ...
2092         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
2093         ... here.
2094         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
2095         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
2096         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
2097         Identical file removed.
2098         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
2099         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
2100         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
2101         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
2102         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
2103         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
2104         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
2105         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
2106         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
2107         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
2108         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
2109         Moved ...
2110         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
2111         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
2112         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
2113         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
2114         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
2115         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
2116         Moved ...
2117         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
2118         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
2119         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
2120         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
2121         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
2122         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
2123         Identical file removed.
2124         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
2125         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
2126         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
2127         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
2128         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
2129         Moved ...
2130         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
2131         ... here.
2132         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
2133         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
2134         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
2135         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
2136         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
2137         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
2138         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
2139         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
2140         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
2141         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
2142         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
2143         Moved ...
2144         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
2145         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
2146         Moved ...
2147         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
2148         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
2149         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
2150         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
2151         Moved ...
2152         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
2153         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
2154         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
2155
2156         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
2157         folded into ...
2158         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
2159         * sysdeps/unix/sysv/linux/s390/Versions
2160         (libpthread: GLIBC_2.19): New version set.
2161         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
2162         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
2163         (librt: GLIBC_2.3.3): New version set.
2164         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
2165         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
2166         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
2167         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
2168         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
2169         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
2170         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
2171         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
2172         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
2173         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
2174         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
2175         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
2176         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
2177         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
2178         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
2179         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
2180         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
2181         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
2182         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
2183         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
2184         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
2185         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
2186         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
2187         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
2188         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
2189         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
2190         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
2191         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
2192         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
2193         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
2194         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
2195         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
2196         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
2197         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
2198         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
2199         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
2200         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
2201         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
2202         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
2203         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
2204         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
2205         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
2206         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
2207         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
2208         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
2209
2210         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
2211         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
2212         (__libc_vfork): Define the function under this name.
2213         [!NOT_IN_libc] (__vfork): Make this an alias.
2214         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2215         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
2216         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
2217         (__libc_vfork): Define the function under this name.
2218         [!NOT_IN_libc] (__vfork): Make this an alias.
2219         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2220         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
2221         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
2222         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
2223         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
2224         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2225
2226         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
2227         code that was previously under [RESET_PID].
2228         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
2229         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
2230         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
2231
2232         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
2233         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
2234         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
2235         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
2236         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
2237         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
2238         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
2239         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
2240         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
2241         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
2242         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
2243         Moved ...
2244         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
2245         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
2246         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
2247         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
2248         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
2249         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
2250         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
2251         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
2252         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
2253         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
2254         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
2255         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
2256         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
2257         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
2258         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
2259         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
2260         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
2261         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
2262         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
2263         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
2264         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
2265         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
2266         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
2267         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
2268         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
2269         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
2270         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
2271         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
2272         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
2273
2274 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2275
2276         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
2277         that was previously under [RESET_PID].
2278         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
2279
2280 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2281
2282         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
2283         not undefine and redefine.
2284         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
2285         [O_CLOEXEC]: Make code unconditional.
2286         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
2287         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
2288         <kernel-features.h>.
2289         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
2290         conditional variable definition.
2291         (shm_open) [O_CLOEXEC]: Make code unconditional.
2292         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
2293         code.
2294
2295         * configure.ac (USE_REGPARMS): Don't define here.
2296         * configure: Regenerated.
2297         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
2298         * sysdeps/i386/configure: Regenerated.
2299
2300         * nptl/createthread.c: Don't include kernel-features.h.
2301         * nptl/pthread_cancel.c: Likewise.
2302         * nptl/pthread_condattr_setclock.c: Likewise.
2303         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
2304         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
2305         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
2306         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
2307         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
2308         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
2309         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
2310         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
2311         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
2312         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
2313         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
2314         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
2315         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
2316         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
2317         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
2318         * nscd/gai.c: Likewise.
2319         * nss/nss_db/db-open.c: Likewise.
2320         * sysdeps/generic/ldsodefs.h: Likewise.
2321         * sysdeps/sh/nptl/tls.h: Likewise.
2322         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2323         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
2324         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
2325         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
2326         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
2327         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2328         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
2329         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
2330         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
2331         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
2332         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
2333         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
2334         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
2335         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
2336         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
2337         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
2338         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
2339         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
2340         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
2341         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
2342         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
2343         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
2344         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
2345         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
2346         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
2347         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
2348         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
2349         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
2350         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
2351         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
2352         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
2353         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
2354         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
2355         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
2356         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
2357         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2358         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
2359         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
2360         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
2361         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2362         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
2363         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
2364         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
2365         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
2366         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
2367         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
2368         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
2369         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
2370         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
2371         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
2372         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
2373         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
2374         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
2375         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2376         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
2377         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
2378         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
2379         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
2380         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
2381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
2382         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
2384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
2385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
2386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
2387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
2388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
2389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
2390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
2391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
2392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
2394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
2395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
2396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
2400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
2402         * sysdeps/unix/sysv/linux/pread.c: Likewise.
2403         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
2404         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
2405         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
2406         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
2407         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
2408         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
2409         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
2410         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
2411         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
2412         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
2413         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
2414         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
2415         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
2416         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
2417         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
2418         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
2419         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
2420         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
2421         * sysdeps/unix/sysv/linux/system.c: Likewise.
2422         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
2423         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
2424         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
2425         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
2426         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
2427         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2428         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
2429
2430         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
2431         * configure: Regenerated.
2432         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
2433
2434         * configure.ac (base_machine): Do not set specially for particular
2435         machines here.
2436         * configure: Regenerated.
2437         * sysdeps/powerpc/preconfigure: Move machine and base_machine
2438         settings from configure.ac.
2439         * sysdeps/i386/preconfigure: New file.
2440         * sysdeps/s390/preconfigure: Likewise.
2441         * sysdeps/sh/preconfigure: Likewise.
2442         * sysdeps/sparc/preconfigure: Likewise.
2443
2444 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2445
2446         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
2447         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
2448         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
2449         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
2450         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
2451         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
2452         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
2453         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
2454         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
2455         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
2456         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
2457         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
2458         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
2459         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
2460         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
2461         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
2462         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
2463         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
2464         * sysdeps/sparc/sparc64/Makefile: ... appended here.
2465
2466         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
2467         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
2468         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
2469         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
2470         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
2471         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
2472         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
2473         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
2474         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
2475         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
2476         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
2477         * sysdeps/sparc/sparc32/sem_post.c: ... here.
2478         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
2479         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
2480         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
2481         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
2482         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
2483         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
2484         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
2485         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
2486         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
2487         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
2488         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
2489         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
2490         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
2491         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
2492         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
2493         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
2494         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
2495         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
2496         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
2497         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
2498         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
2499         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
2500         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
2501         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
2502         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
2503         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
2504
2505         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
2506         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
2507         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
2508         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
2509         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
2510         Moved ...
2511         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
2512         ... here.
2513         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
2514         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
2515         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
2516         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
2517         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
2518         Moved ...
2519         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
2520         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
2521         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
2522         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
2523         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
2524         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
2525         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
2526         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
2527         Moved ...
2528         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
2529         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
2530         Moved ...
2531         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
2532         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
2533         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
2534         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
2535         Moved ...
2536         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
2537         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
2538         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
2539         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
2540         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
2541         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
2542         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
2543         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
2544         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
2545         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
2546         Moved ...
2547         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
2548         ... here.
2549         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
2550         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
2551         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
2552         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
2553         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
2554         Moved ...
2555         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
2556         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
2557         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
2558         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
2559         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
2560         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
2561         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
2562         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
2563         Moved ...
2564         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
2565         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
2566         Moved ...
2567         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
2568         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
2569         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
2570         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
2571         Moved ...
2572         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
2573         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
2574         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
2575         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
2576         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
2577
2578 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2579
2580         * timezone/checktab.awk: Update from tzcode 2014e.
2581         * timezone/private.h: Likewise.
2582         * timezone/tzfile.h: Likewise.
2583         * timezone/zdump.c: Likewise.
2584         * timezone/zic.c: Likewise.
2585
2586         * sysdeps/unix/sysv/linux/kernel-features.h
2587         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
2588         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
2589         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
2590         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
2591         Remove conditional code.
2592
2593 2014-06-25  Will Newton  <will.newton@linaro.org>
2594
2595         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
2596         (_dl_arm_cap_flags): Add HWCAP2 values.
2597         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
2598         (_DL_HWCAP_COUNT): Increase to 37.
2599         (_DL_HWCAP_LAST): New define.
2600         (_DL_HWCAP2_LAST): New define.
2601         (_dl_procinfo): Add support for printing
2602         AT_HWCAP2 entries.
2603         (_dl_string_hwcap): Use _dl_hwcap_string.
2604
2605 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2606
2607         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2608
2609 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2610
2611         * README: Do not mention ports directory.
2612
2613         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
2614         Remove macro.
2615         * sysdeps/unix/sysv/linux/futimes.c: Do not include
2616         <kernel-features.h>.
2617         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
2618         conditional variable definition.
2619         (__futimes): Update comment.
2620         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
2621         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
2622
2623         [BZ #16560]
2624         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
2625         arguments close to 0.
2626         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
2627         Likewise.
2628         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
2629         Likewise.
2630         * math/auto-libm-test-in: Add more tests of exp10.
2631         * math/auto-libm-test-out: Regenerated.
2632         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2633
2634         * sysdeps/unix/sysv/linux/kernel-features.h
2635         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
2636         * sysdeps/unix/sysv/linux/readv.c: Do not include
2637         <kernel-features.h>.
2638         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2639         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2640         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2641         unconditional.
2642         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2643         conditional code.
2644         * sysdeps/unix/sysv/linux/writev.c: Do not include
2645         <kernel-features.h>.
2646         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2647         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2648         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2649         unconditional.
2650         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2651         conditional code.
2652
2653 2014-06-25  Will Newton  <will.newton@linaro.org>
2654
2655         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
2656         comment changes throughout the file.  Remove checks
2657         for HAVE_*_H definitions that are not required.
2658         (__gen_tempname): Call abort if an unknown kind value is
2659         passed.
2660
2661 2014-06-25  Andreas Schwab  <schwab@suse.de>
2662
2663         [BZ #17086]
2664         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
2665         scalbln, scalblnf, scalblnl in libc.
2666
2667 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2668
2669         [BZ #17086]
2670         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
2671         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
2672         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
2673
2674 2014-06-24  Roland McGrath  <roland@hack.frob.com>
2675
2676         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
2677         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
2678         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
2679         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
2680         Update #include.
2681         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
2682         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
2683         Update #include.
2684         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
2685         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
2686         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
2687         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
2688         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
2689         * sysdeps/x86/bits/pthreadtypes.h: ... here.
2690         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
2691         * sysdeps/x86/bits/semaphore.h: ... here.
2692         * sysdeps/x86/nptl/elide.h: Moved ...
2693         * sysdeps/x86/elide.h: ... here.
2694         * sysdeps/x86_64/nptl/Implies: File removed.
2695         * sysdeps/i386/nptl/Implies: File removed.
2696
2697 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
2698
2699         [BZ #16539]
2700         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
2701         return the argument for normal arguments with exponent below -64.
2702         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
2703         Likewise.
2704         * math/auto-libm-test-in: Add another test of expm1.
2705         * math/auto-libm-test-out: Regenerated.
2706
2707         [BZ #16287]
2708         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
2709         calling __erfcl for arguments at least 16.
2710         * math/auto-libm-test-in: Add more tests of erf.
2711         * math/auto-libm-test-out: Regenerated.
2712
2713         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
2714         individual architectures.
2715         * sysdeps/unix/sysv/linux/configure: Regenerated.
2716         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
2717         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
2718         * sysdeps/unix/sysv/linux/powerpc/configure.ac
2719         (ldd_rewrite_script): Define variable.
2720         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
2721         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
2722         file.
2723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
2724         generated file.
2725         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
2726         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
2727         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
2728         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
2729         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
2730         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
2731         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
2732         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
2733
2734 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2735
2736         [BZ #17084]
2737         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
2738         Rename member __data.d to __data.__elision_data.
2739
2740 2014-06-24  Wilco  <wdijkstr@arm.com>
2741
2742         * NEWS: Add 16918 to fixed bug list.
2743
2744 2014-06-24  Wilco  <wdijkstr@arm.com>
2745
2746         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
2747
2748 2014-06-24  Wilco  <wdijkstr@arm.com>
2749
2750         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
2751         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
2752         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
2753         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
2754         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
2755         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
2756         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
2757         Use _FPU_MASK_RM.
2758
2759 2014-06-24  Wilco  <wdijkstr@arm.com>
2760
2761         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
2762
2763 2014-06-24  Wilco  <wdijkstr@arm.com>
2764
2765         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
2766         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
2767         * sysdeps/arm/fesetround.c (fesetround): Remove space.
2768         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
2769
2770 2014-06-24  Wilco  <wdijkstr@arm.com>
2771
2772         [BZ #16918]
2773         * sysdeps/arm/feupdateenv.c (feupdateenv):
2774         Rewrite to reduce FPSCR accesses and fix return value.
2775
2776 2014-06-24  Wilco  <wdijkstr@arm.com>
2777
2778         * sysdeps/arm/fclrexcpt.c (feclearexcept):
2779         Optimize to avoid unnecessary FPSCR writes.
2780         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
2781         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
2782         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
2783         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
2784
2785 2014-06-24  Wilco  <wdijkstr@arm.com>
2786
2787         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
2788         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
2789         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
2790         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
2791         Call libc_fetestexcept_vfp.
2792         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
2793         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
2794         __SOFTFP__ ifdef so that they can be built for softfp.
2795
2796 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2797
2798         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
2799         argument type signed char.
2800
2801         * Makerules (check-abi): Dump diff of symlist if the test
2802         fails.
2803
2804 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2805
2806         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
2807         using abort.
2808
2809         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
2810         Remove unused variable ST.
2811
2812 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
2813
2814         [BZ #16354]
2815         [BZ #17061]
2816         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
2817         small arguments before calling __expm1.
2818         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
2819         small arguments before calling __expm1f.
2820         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
2821         small arguments before calling __expm1l.
2822         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
2823         Likewise.
2824         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
2825         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
2826         spurious underflow for some cosh tests.
2827         * math/auto-libm-test-out: Regenerated.
2828         * sysdeps/i386/fpu/libm-test-ulps: Update.
2829
2830         [BZ #17050]
2831         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
2832         (__ieee754_y1): Set errno if return value overflows.
2833         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
2834         (__ieee754_y1f): Set errno if return value overflows.
2835         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
2836         (__ieee754_y1l): Set errno if return value overflows.
2837         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
2838         (__ieee754_y1l): Set errno if return value overflows.
2839         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
2840         * math/auto-libm-test-out: Regenerated.
2841
2842         * math/gen-auto-libm-tests.c: Document use of
2843         ignore-zero-inf-sign.
2844         (input_flag_type): Add value flag_ignore_zero_inf_sign.
2845         (input_flags): Add ignore-zero-inf-sign.
2846         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
2847         * math/gen-libm-test.pl (generate_testfile): Handle
2848         ignore-zero-inf-sign.
2849         * math/auto-libm-test-in: Mark some cpow tests with
2850         ignore-zero-inf-sign and some with xfail-rounding.
2851         * math/auto-libm-test-out: Regenerated.
2852         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
2853         * sysdeps/i386/fpu/libm-test-ulps: Update.
2854         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2855
2856         [BZ #16315]
2857         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
2858         overflowing or underflowing operations take place with sign of
2859         result.
2860         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
2861         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
2862         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
2863         (__ieee754_pow): Recompute overflowing and underflowing results in
2864         original rounding mode.
2865         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
2866         (__powl_helper): Allow negative argument X and scale negated value
2867         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
2868         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
2869         overflowing or underflowing operations take place with sign of
2870         result.
2871         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
2872         Include <math.h>.
2873         * math/auto-libm-test-in: Add more tests of pow.
2874         * math/auto-libm-test-out: Regenerated.
2875         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
2876         (pow_tonearest_test_data): Remove.
2877         (pow_test_tonearest): Likewise.
2878         (pow_towardzero_test_data): Likewise.
2879         (pow_test_towardzero): Likewise.
2880         (pow_downward_test_data): Likewise.
2881         (pow_test_downward): Likewise.
2882         (pow_upward_test_data): Likewise.
2883         (pow_test_upward): Likewise.
2884         (main): Don't call removed functions.
2885         * sysdeps/i386/fpu/libm-test-ulps: Update.
2886         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2887
2888 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2889
2890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
2891         Moved ...
2892         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
2893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
2894         Moved ...
2895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
2896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
2897         Moved ...
2898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
2899         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
2900         Moved ...
2901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
2902         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
2903         File removed.
2904         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
2905         File removed.
2906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
2907         File removed.
2908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
2909         File removed.
2910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
2911         File removed.
2912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
2913         File removed.
2914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
2915         File removed.
2916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
2917         File removed.
2918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
2919         File removed.
2920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
2921         File removed.
2922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
2923         File removed.
2924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
2925         File removed.
2926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
2927         Moved ...
2928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
2929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
2930         Moved ...
2931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
2932         ... here.
2933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
2934         Moved ...
2935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
2936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
2937         Moved ...
2938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
2939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
2940         Moved ...
2941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
2942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
2943         Moved ...
2944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
2945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
2946         Moved ...
2947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
2948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
2949         Moved ...
2950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
2951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
2952         Moved ...
2953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
2954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
2955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
2956         ... here.
2957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
2958         Moved ...
2959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
2960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
2961         Moved ...
2962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
2963         ... here.
2964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
2965         Moved ...
2966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
2967         ... here.
2968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
2969         Moved ...
2970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2971         ... here.
2972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
2973         Moved ...
2974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
2975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
2976         Moved ...
2977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
2978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
2979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
2980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
2981         Moved ...
2982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
2983         ... here.
2984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
2985         Moved ...
2986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
2987         ... here.
2988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
2989         Moved ...
2990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
2991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
2992         Moved ...
2993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
2994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
2995         Moved ...
2996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
2997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
2998         Moved ...
2999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
3000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
3001         Moved ...
3002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
3003         ... here.
3004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
3005         Moved ...
3006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
3007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
3008         Moved ...
3009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
3010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
3011         Moved ...
3012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
3013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
3014         Moved ...
3015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
3016         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
3017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
3018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
3019         Moved ...
3020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
3021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
3022         Moved ...
3023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
3024         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
3025         Moved ...
3026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
3027         ... here.
3028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
3029         Moved ...
3030         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
3031         ... here.
3032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
3033         Moved ...
3034         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
3035         ... here.
3036         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
3037         Moved ...
3038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
3039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
3040         Moved ...
3041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
3042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
3043         Moved ...
3044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
3045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
3046         Moved ...
3047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
3048         ... here.
3049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
3050         Moved ...
3051         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
3052         ... here.
3053         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
3054         Moved ...
3055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
3056         ... here.
3057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
3058         Moved ...
3059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
3060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
3061         Moved ...
3062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
3063
3064 2014-06-23  Will Newton  <will.newton@linaro.org>
3065             Wilco  <wdijkstr@arm.com>
3066
3067         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
3068         implementation.  Include get-rounding-mode.h.
3069         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
3070         [!libc_feholdsetround_noex_ctx]: Define
3071         libc_feholdsetround_noex_ctx.
3072         [!libc_feholdsetround_noexf_ctx]: Define
3073         libc_feholdsetround_noexf_ctx.
3074         [!libc_feholdsetround_noexl_ctx]: Define
3075         libc_feholdsetround_noexl_ctx.
3076         (libc_feholdsetround_ctx): New function.
3077         (libc_feresetround_ctx): New function.
3078         (libc_feholdsetround_noex_ctx): New function.
3079         (libc_feresetround_noex_ctx): New function.
3080
3081 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3082
3083         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
3084         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
3085         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
3086         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
3087         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
3088         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
3089
3090         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
3091         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
3092         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
3093         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
3094         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
3095         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
3096         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
3097         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
3098         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
3099         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
3100         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
3101         Moved ...
3102         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
3103         ... here.
3104         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
3105         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
3106         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
3107         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
3108         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
3109         Moved ...
3110         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
3111         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
3112         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
3113         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
3114         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
3115         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
3116         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
3117         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
3118         Moved ...
3119         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
3120         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
3121         Moved ...
3122         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
3123         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
3124         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
3125         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
3126         Moved ...
3127         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
3128         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
3129         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
3130         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
3131         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
3132         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
3133         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
3134         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
3135         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
3136         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
3137         Moved ...
3138         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
3139         ... here.
3140         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
3141         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
3142         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
3143         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
3144         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
3145         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
3146         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
3147         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
3148         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
3149         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
3150         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
3151         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
3152         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
3153         Moved ...
3154         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
3155         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
3156         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
3157         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
3158         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
3159         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
3160         Moved ...
3161         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
3162         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
3163         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
3164         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
3165         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
3166
3167         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
3168         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
3169         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
3170         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
3171         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
3172         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
3173         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
3174         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
3175         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
3176         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
3177         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
3178         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
3179         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
3180         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
3181         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
3182         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
3183         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
3184         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
3185         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
3186         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
3187         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
3188         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
3189         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
3190         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
3191         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
3192         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
3193         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
3194         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
3195
3196 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3197
3198         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
3199         (FALLOC_FL_COLLAPSE_RANGE): New macro.
3200         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
3201         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
3202         (IPV6_PMTUDISC_INTERFACE): Likewise.
3203         (IPV6_PMTUDISC_OMIT): Likewise.
3204
3205 2014-06-23  Andreas Schwab  <schwab@suse.de>
3206
3207         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
3208         Remove unused errout label.
3209
3210 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3211
3212         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
3213         macro: hardware supports Vector Crypto instructions.
3214
3215 2014-06-23  Will Newton  <will.newton@linaro.org>
3216
3217         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
3218         rather than __builtin_expect.
3219
3220         * elf/dl-lookup.c (undefined_msg): Remove variable.
3221         (_dl_lookup_symbol_x): Replace undefined_msg with string
3222         literal.
3223
3224         * elf/dl-lookup.c (do_lookup_unique): New function.
3225         (do_lookup_x): Move STB_GNU_UNIQUE handling code
3226         to a separate function.
3227
3228 2014-06-23  Andreas Schwab  <schwab@suse.de>
3229
3230         [BZ #17079]
3231         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
3232         before reading the next line.
3233
3234 2014-06-23  Will Newton  <will.newton@linaro.org>
3235
3236         * test-skeleton.c (signal_handler): Use printf and %m
3237         rather than perror.  Use printf rather than fprintf to
3238         stderr.  Use puts rather than fputs to stderr.
3239         (main): Likewise.
3240
3241 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
3242
3243         * nscd/nscd.c (thread_info_t): Remove typedef.
3244         (thread_info): Remove variable.
3245
3246 2014-06-21  Allan McRae  <allan@archlinux.org>
3247
3248         * NEWS: Mention CVE-2014-4043.
3249
3250 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3251
3252         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
3253         * nptl/smp.h: ... here.
3254
3255         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
3256
3257         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
3258         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
3259         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
3260         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
3261
3262         * nptl/allocatestack.c: Include <stack-aliasing.h>.
3263         * nptl/stack-aliasing.h: New file.
3264         * sysdeps/i386/i686/stack-aliasing.h: New file.
3265         * sysdeps/i386/i686/nptl/Makefile: File removed.
3266         * sysdeps/x86_64/stack-aliasing.h: New file.
3267         * sysdeps/x86_64/nptl/Makefile
3268         (CFLAGS-pthread_create.c): Variable removed.
3269
3270         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
3271         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
3272         old file.
3273         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
3274         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
3275         old file.
3276
3277 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
3278
3279         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3280         (__ASSUME_SIGFRAME_V2): Remove macro.
3281         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
3282         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
3283         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
3284         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
3285         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
3286         Declare as function.  Remove conditional macro definitions.
3287         (__default_rt_sa_restorer): Likewise.
3288         (__default_sa_restorer_v1): Remove declaration.
3289         (__default_sa_restorer_v2): Likewise.
3290         (__default_rt_sa_restorer_v1): Likewise.
3291         (__default_rt_sa_restorer_v2): Likewise.
3292         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
3293         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
3294         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
3295
3296 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3297
3298         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
3299         (libpthread-routines): Add sysdep.
3300         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
3301         * sysdeps/unix/sysv/linux/sparc/Versions
3302         (libpthread: GLIBC_2.3.3): New version set.
3303         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
3304         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
3305         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
3306         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
3307         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
3308         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
3309         Moved ...
3310         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
3311         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
3312         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
3313         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
3314         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
3315         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
3316         * sysdeps/sparc/nptl/sem_init.c: ... here.
3317         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
3318         * sysdeps/sparc/nptl/sem_post.c: ... here.
3319         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
3320         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
3321         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
3322         * sysdeps/sparc/nptl/sem_wait.c: ... here.
3323         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
3324         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
3325         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
3326         (libpthread-routines): Add cpu_relax.
3327         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
3328         File removed.
3329         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
3330         (librt: GLIBC_2.3.3): New version set.
3331         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
3332         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
3333         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
3334         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
3335         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
3336         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
3337         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
3338         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
3339         Moved ...
3340         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
3341         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
3342         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
3343         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
3344         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
3345         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
3346         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
3347         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
3348         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
3349         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
3350         Moved ...
3351         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
3352         Update #include.
3353         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
3354         Moved ...
3355         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
3356         Update #include.
3357         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
3358         Moved ...
3359         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
3360         Update #include.
3361         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
3362         Moved ...
3363         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
3364         Update #include.
3365         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
3366         Moved ...
3367         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
3368         Update #include.
3369         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
3370         Moved ...
3371         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
3372         Update #include.
3373         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
3374         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
3375         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
3376         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
3377         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
3378         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
3379         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
3380         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
3381         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
3382         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
3383         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
3384         Moved ...
3385         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
3386         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
3387         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
3388         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
3389         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
3390
3391 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3392
3393         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
3394         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
3395         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3396         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
3397         * nscd/nscd.c: Likewise.
3398         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
3399         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
3400         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
3401         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
3402
3403         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
3404         <kernel-features.h>.
3405         (init_mq_netlink): Remove conditional have_sock_cloexec
3406         definitions.  Remove code conditional on have_sock_cloexec < 0.
3407         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
3408         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
3409         * sysdeps/unix/sysv/linux/opensock.c: Do not include
3410         <kernel-features.h>.
3411         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
3412         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
3413
3414 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3415
3416         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
3417         Add tests for memset_chk and memset.
3418
3419         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
3420         with AVX2_Usable.
3421
3422 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3423
3424         [BZ #16046]
3425         * elf/tst-dl-iter-static.c: New file.
3426         * elf/Makefile (tests-static): Add tst-dl-iter-static.
3427
3428         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
3429         error.
3430
3431 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3432
3433         * sysdeps/unix/sysv/linux/kernel-features.h
3434         (__ASSUME_F_GETOWN_EX): Remove macro.
3435         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
3436         <kernel-features.h>.
3437         (miss_F_GETOWN_EX): Remove variable or macro.
3438         (do_fcntl): Do not check miss_F_GETOWN_EX.
3439         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
3440
3441         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
3442         Remove macro.
3443         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
3444         [!__ASSUME_AT_RANDOM]: Remove conditional code.
3445         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
3446
3447         * sysdeps/unix/sysv/linux/kernel-features.h
3448         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
3449         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
3450         [ADJ_OFFSET_SS_READ]: Make code unconditional.
3451         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
3452
3453 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3454
3455         [BZ #17075]
3456         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
3457         Fix calculation of the symbol's value.
3458         * sysdeps/arm/tst-armtlsdescloc.c: New file.
3459         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
3460         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
3461         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
3462         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
3463         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
3464         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
3465         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
3466         (modules-names): Add `tst-armtlsdescmod',
3467         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
3468         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
3469         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3470         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
3471         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
3472         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3473         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
3474         ($(objpfx)tst-armtlsdescloc): New dependency.
3475         ($(objpfx)tst-armtlsdescextnow): Likewise.
3476         ($(objpfx)tst-armtlsdescextlazy): Likewise.
3477         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
3478         TLS scheme support.
3479         * sysdeps/arm/configure: Regenerate.
3480
3481 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3482
3483         * include/fcntl.h (__atfct_seterrno): Remove prototype.
3484         (__atfct_seterrno_2): Likewise.
3485         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
3486         <kernel-features.h>.
3487         (__ASSUME_ATFCTS): Do not undefine and redefine.
3488         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
3489         (__have_atfcts): Remove conditional definition.
3490         (__fxstatat([__NR_fstatat64]: Make code unconditional.
3491         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
3492         unreachable if [__ASSUME_ATFCTS].
3493         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
3494         not undefine and redefine.
3495         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
3496         <kernel-features.h>.
3497         (faccessat) [__NR_faccessat]: Make code unconditional.
3498         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
3499         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
3500         <kernel-features.h>.
3501         (fchmodat) [__NR_fchmodat]: Make code unconditional.
3502         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3503         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
3504         <kernel-features.h>.
3505         (fchownat) [__NR_fchownat]: Make code unconditional.
3506         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
3507         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
3508         <kernel-features.h>.
3509         (futimesat) [__NR_futimesat]: Make code unconditional.
3510         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
3511         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
3512         <kernel-features.h>.
3513         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3514         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3515         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
3516         <kernel-features.h>.
3517         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
3518         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3519         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
3520         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
3521         <kernel-features.h>.
3522         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
3523         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3524         * sysdeps/unix/sysv/linux/linkat.c: Do not include
3525         <kernel-features.h>.
3526         (linkat) [__NR_linkat]: Make code unconditional.
3527         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3528         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
3529         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
3530         <kernel-features.h>.
3531         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
3532         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3533         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
3534         <kernel-features.h>.
3535         (mkdirat) [__NR_mkdirat]: Make code unconditional.
3536         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
3537         * sysdeps/unix/sysv/linux/openat.c: Do not include
3538         <kernel-features.h>.
3539         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
3540         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
3541         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
3542         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
3543         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
3544         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
3545         <kernel-features.h>.
3546         (readlinkat) [__NR_readlinkat]: Make code unconditional.
3547         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
3548         result of INLINE_SYSCALL directly, not via int variable.
3549         * sysdeps/unix/sysv/linux/renameat.c: Do not include
3550         <kernel-features.h>.
3551         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
3552         (renameat) [__NR_renameat]: Make code unconditional.
3553         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
3554         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
3555         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
3556         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
3557         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
3558         (__ASSUME_ATFCTS): Do not undefine and redefine.
3559         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
3560         <kernel-features.h>.
3561         (symlinkat) [__NR_symlinkat]: Make code unconditional.
3562         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3563         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
3564         <kernel-features.h>.
3565         (unlinkat) [__NR_unlinkat]: Make code unconditional.
3566         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3567         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
3568         (__ASSUME_ATFCTS): Do not undefine and redefine.
3569         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
3570         <kernel-features.h>.
3571         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3572         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3573         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
3574         <kernel-features.h>.
3575         (__xmknodat) [__NR_mknodat]: Make code unconditional.
3576         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3577
3578 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3579
3580         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
3581
3582 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
3583
3584         [BZ #17069]
3585         * posix/regcomp.c (parse_reg_exp): Deallocate partially
3586         constructed tree before returning error.
3587         * posix/bug-regexp36.c: Expand test case.
3588
3589 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
3590
3591         [BZ #6803]
3592         * math/libm-test.inc (scalbln_test_date):
3593         Add errno expectations.
3594         * math/w_scalblnf.c: New File.
3595         Add wrapper which checks for setting errno to ERANGE.
3596         Add weak_alias for corresponding scalbln function.
3597         * math/w_scalbln.c: Likewise.
3598         * math/w_scalblnl.c: Likewise.
3599         * math/Makefile (libm-calls): Add w_scalbln.
3600         * sysdeps/ieee754/flt-32/s_scalblnf.c:
3601         Remove weak_alias for corresponding scalbln function.
3602         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
3603         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
3604         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
3605         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
3606         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
3607         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3608         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
3609         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3610         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
3611         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
3612         Remove long_double_symbol for scalblnl function in libm, libc.
3613         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
3614         Add wrapper which checks for setting errno to ERANGE.
3615         Add long_double_symbol for scalblnl function in libm, libc.
3616         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
3617         Remove long_double_symbol for scalblnl in libm.
3618         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
3619         Add wrapper which checks for setting errno to ERANGE.
3620         Add long_double_symbol for scalblnl function in libm.
3621         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
3622         Do not use wrapper because of own implementation.
3623
3624 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
3625
3626         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
3627         3 bytes for __pad1 for x32.
3628         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
3629
3630 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
3631             H.J. Lu  <hongjiu.lu@intel.com>
3632
3633         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
3634         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
3635         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3636         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3637         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
3638
3639 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
3640
3641         [BZ #17069]
3642         * posix/regcomp.c (parse_expression): Deallocate partially
3643         constructed tree before returning error.
3644         * posix/Makefile.c (tests): Add bug-regex36.
3645         (generated): Add bug-regex36.mtrace.
3646         (tests-special): Add $(objpfx)bug-regex36-mem.out
3647         (bug-regex36-ENV): New variable.
3648         ($(objpfx)bug-regex36-mem.out): New rule.
3649         * posix/bug-regex36.c: New file.
3650
3651 2014-06-19  Will Newton  <will.newton@linaro.org>
3652
3653         * malloc/malloc.c (systrim): If extra is zero then return
3654         early.
3655
3656 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
3657
3658         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
3659
3660 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
3661
3662         * sysdeps/aarch64/strchr.S: New file.
3663
3664 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3665
3666         [BZ #17022]
3667         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
3668         from arguments -2 or below.
3669         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
3670         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
3671
3672 2014-06-18  Andreas Schwab  <schwab@suse.de>
3673
3674         [BZ #17062]
3675         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
3676         of a bracket expr not to run off the end of the string.
3677         * posix/Makefile (tests): Add tst-fnmatch3.
3678         * posix/tst-fnmatch3.c: New file.
3679
3680 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3681
3682         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
3683         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
3684         [$(cross-compiling) = no]: Likewise.
3685         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
3686         [$(cross-compiling) = no]: Likewise.
3687
3688 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3689
3690         [BZ #17031]
3691         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
3692         double, adjusted for any remainder from the high double.
3693         * math/libm-test.inc (nearbyint): Add tests.
3694         (rint): Likewise.
3695
3696 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3697
3698         * nptl/sysdeps/powerpc/Makefile: Moved ...
3699         * sysdeps/powerpc/nptl/Makefile: ... here.
3700         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
3701         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
3702         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
3703         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
3704         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
3705         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
3706         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
3707         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
3708         * nptl/sysdeps/powerpc/tls.h: Moved ...
3709         * sysdeps/powerpc/nptl/tls.h: ... here.
3710
3711 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
3712
3713         [BZ #16681]
3714         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
3715         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
3716         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
3717         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
3718         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
3719         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
3720         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
3721         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
3722         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
3723
3724 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
3725
3726         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
3727
3728 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
3729
3730         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
3731         defined operator.
3732
3733         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
3734         $TIMEOUTFACTOR.
3735
3736 2014-06-16  Florian Weimer  <fweimer@redhat.com>
3737
3738         [BZ #17058]
3739         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
3740         non-executed part of the test.
3741
3742 2014-06-16  Andreas Schwab  <schwab@suse.de>
3743
3744         * string/bits/string2.h (strdup, strndup): Update feature guard.
3745
3746 2014-06-14  David S. Miller  <davem@davemloft.net>
3747
3748         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3749
3750 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
3751
3752         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
3753         that was previously under [RESET_PID].
3754         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
3755
3756         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
3757         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
3758         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
3759         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
3760         (__libc_vfork): New strong alias.
3761         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
3762
3763 2014-06-14 Andi Kleen  <ak@linux.intel.com>
3764
3765         * sysdeps/generic/elide.h: New file.
3766
3767 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3768
3769         * Makefile (installed-headers): Adjust path of pthread.h header.
3770
3771 2014-06-13  Roland McGrath  <roland@hack.frob.com>
3772
3773         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
3774         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
3775         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
3776         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
3777
3778         * nptl/sysdeps/s390/Makefile: Moved ...
3779         * sysdeps/s390/nptl/Makefile: ... here.
3780         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
3781         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
3782         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
3783         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
3784         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
3785         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
3786         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
3787         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
3788         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
3789         * sysdeps/s390/nptl/pthreaddef.h: ... here.
3790         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
3791         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
3792         * nptl/sysdeps/s390/tls.h: Moved ...
3793         * sysdeps/s390/nptl/tls.h: ... here.
3794
3795         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
3796         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
3797
3798 2014-06-13  David S. Miller  <davem@davemloft.net>
3799
3800         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
3801         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
3802         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
3803         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
3804         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
3805         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
3806         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
3807         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
3808         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
3809         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
3810         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
3811         Remove RESET_PID cpp guards.
3812         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
3813         Remove RESET_PID cpp guards.
3814         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
3815
3816 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
3817
3818         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
3819         __sp to uintptr_t.
3820
3821 2014-06-13  Andi Kleen  <ak@linux.intel.com>
3822
3823         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
3824         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
3825         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
3826         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
3827         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
3828         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
3829         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
3830         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
3831         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
3832         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
3833         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
3834         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
3835         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
3836         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
3837         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
3838         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
3839         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
3840         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
3841         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
3842         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
3843
3844         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
3845         (pthread_rwlock_rdlock): Add elision.
3846         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
3847         (pthread_rwlock_wrlock): Add elision.
3848         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
3849         (pthread_rwlock_trywrlock): Add elision.
3850         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
3851         (pthread_rwlock_tryrdlock): Add elision.
3852         * nptl/pthread_rwlock_unlock.c: Include elide.h.
3853         (pthread_rwlock_tryrdlock): Add elision unlock.
3854         * nptl/sysdeps/pthread/pthread.h:
3855         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
3856         (PTHREAD_RWLOCK_INITIALIZER,
3857         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
3858         Handle new elision field.
3859         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
3860         * sysdeps/arm/nptl/bits/pthreadtypes.h
3861         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3862         * sysdeps/sh/nptl/bits/pthreadtypes.h
3863         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3864         * sysdeps/tile/nptl/bits/pthreadtypes.h
3865         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3866         * sysdeps/a/nptl/bits/pthreadtypes.h
3867         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3868         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
3869         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3870         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
3871         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3872         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
3873         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3874         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
3875         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3876         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
3877         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3878         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
3879         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3880         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
3881         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3882         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
3883         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3884         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
3885         (elision_init): Set try_xbegin to zero when no RTM.
3886         * sysdeps/x86/nptl/bits/pthreadtypes.h
3887         (pthread_rwlock_t): Change __pad1 to __rwelision.
3888         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3889
3890 2014-06-13  Andi Kleen  <ak@linux.intel.com>
3891
3892         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
3893         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
3894         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
3895         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
3896
3897 2014-06-13  Meador Inge  <meadori@codesourcery.com>
3898
3899         [BZ #16996]
3900         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
3901         that the cached result has been set before returning it.
3902
3903 2014-06-12  Roland McGrath  <roland@hack.frob.com>
3904
3905         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
3906         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
3907         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
3908         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
3909         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
3910         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
3911
3912         * nptl/sysdeps/sparc/Makefile: Moved ...
3913         * sysdeps/sparc/nptl/Makefile: ... here.
3914         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
3915         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
3916         * nptl/sysdeps/sparc/tls.h: Moved ...
3917         * sysdeps/sparc/nptl/tls.h: ... here.
3918         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
3919         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
3920         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
3921         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
3922         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
3923         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
3924         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
3925         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
3926         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
3927         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
3928         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
3929         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
3930         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
3931         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
3932         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
3933         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
3934         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
3935         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
3936         Update #include.
3937         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
3938         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
3939         Update #include.
3940         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
3941         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
3942         Update #include.
3943         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
3944         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
3945         Update #include.
3946
3947         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
3948
3949         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
3950         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
3951
3952         * sysdeps/pthread/posix-timer.h: Include <list.h>.
3953         (struct list_links): Type removed.
3954         (struct thread_node, struct timer_node): Replace struct list_links
3955         with struct list_head.
3956         (list_unlink_ip): Likewise.
3957         * sysdeps/pthread/timer_routines.c
3958         (timer_free_list, thread_free_list, thread_active_list): Likewise.
3959         (list_append, list_insbefore): Likewise.
3960         (list_init): Function removed.
3961         (thread_init, init_module): Use INIT_LIST_HEAD instead.
3962         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
3963         * sysdeps/pthread/Makefile: ... here, new file.
3964
3965         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
3966         * sysdeps/nptl/Implies: ... here.
3967         * sysdeps/unix/sysv/linux/Implies: Add nptl.
3968         * nptl/sysdeps/pthread/list.h: Moved ...
3969         * include/list.h: ... here.
3970         * nptl/sysdeps/pthread/createthread.c: Moved ...
3971         * nptl/createthread.c: ... here.
3972         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
3973         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
3974         * nptl/pt-longjmp.c: ... here.
3975         * nptl/sysdeps/pthread/Makefile: Moved ...
3976         * sysdeps/nptl/Makefile: ... here.
3977         * nptl/sysdeps/pthread/Subdirs: Moved ...
3978         * sysdeps/nptl/Subdirs: ... here.
3979         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
3980         * sysdeps/nptl/aio_misc.h: ... here.
3981         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
3982         * sysdeps/nptl/bits/libc-lock.h: ... here.
3983         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
3984         * sysdeps/nptl/bits/libc-lockP.h: ... here.
3985         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
3986         * sysdeps/nptl/bits/stdio-lock.h: ... here.
3987         * nptl/sysdeps/pthread/configure: Moved ...
3988         * sysdeps/nptl/configure: ... here.
3989         * nptl/sysdeps/pthread/configure.ac: Moved ...
3990         * sysdeps/nptl/configure.ac: ... here.
3991         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
3992         * sysdeps/nptl/gai_misc.h: ... here.
3993         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
3994         * sysdeps/nptl/librt-cancellation.c: ... here.
3995         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
3996         * sysdeps/nptl/malloc-machine.h: ... here.
3997         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
3998         * sysdeps/nptl/pthread-functions.h: ... here.
3999         * nptl/sysdeps/pthread/pthread.h: Moved ...
4000         * sysdeps/nptl/pthread.h: ... here.
4001         * nptl/sysdeps/pthread/setxid.h: Moved ...
4002         * sysdeps/nptl/setxid.h: ... here.
4003         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
4004         * sysdeps/nptl/sigfillset.c: ... here.
4005         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
4006         * sysdeps/nptl/tcb-offsets.h: ... here.
4007         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
4008         * sysdeps/nptl/tst-mqueue8x.c: ... here.
4009         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
4010         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
4011         * nptl/sysdeps/pthread/allocalim.h: Moved ...
4012         * sysdeps/pthread/allocalim.h: ... here.
4013         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
4014         * sysdeps/pthread/bits/sigthread.h: ... here.
4015         * nptl/sysdeps/pthread/flockfile.c: Moved ...
4016         * sysdeps/pthread/flockfile.c: ... here.
4017         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
4018         * sysdeps/pthread/ftrylockfile.c: ... here.
4019         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
4020         * sysdeps/pthread/funlockfile.c: ... here.
4021         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
4022         * sysdeps/pthread/posix-timer.h: ... here.
4023         * nptl/sysdeps/pthread/timer_create.c: Moved ...
4024         * sysdeps/pthread/timer_create.c: ... here.
4025         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
4026         * sysdeps/pthread/timer_delete.c: ... here.
4027         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
4028         * sysdeps/pthread/timer_getoverr.c: ... here.
4029         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
4030         * sysdeps/pthread/timer_gettime.c: ... here.
4031         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
4032         * sysdeps/pthread/timer_routines.c: ... here.
4033         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
4034         * sysdeps/pthread/timer_settime.c: ... here.
4035         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
4036         * sysdeps/pthread/tst-timer.c: ... here.
4037         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
4038         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
4039
4040         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
4041         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
4042
4043         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
4044         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
4045         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
4046         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
4047         Update #include target.
4048         * nptl/sysdeps/i386/i686/Makefile: Moved ...
4049         * sysdeps/i386/i686/nptl/Makefile: ... here.
4050         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
4051         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
4052         Update #include target.
4053         * nptl/sysdeps/i386/i686/tls.h: Moved ...
4054         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
4055         * nptl/sysdeps/i386/Makefile: Moved ...
4056         * sysdeps/i386/nptl/Makefile: ... here.
4057         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
4058         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
4059         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
4060         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
4061         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
4062         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
4063         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
4064         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
4065         * sysdeps/i386/nptl/pthreaddef.h: ... here.
4066         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
4067         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
4068         * nptl/sysdeps/i386/tls.h: Moved ...
4069         * sysdeps/i386/nptl/tls.h: ... here.
4070
4071         * sysdeps/sh/Makefile [$(subdir) = csu]
4072         (gen-as-const-headers): Add tcb-offsets.sym.
4073         * nptl/sysdeps/sh/Makefile: File removed.
4074         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
4075         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
4076         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
4077         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
4078         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
4079         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
4080         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
4081         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
4082         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
4083         * sysdeps/sh/nptl/pthreaddef.h: ... here.
4084         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
4085         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
4086         * nptl/sysdeps/sh/tls.h: Moved ...
4087         * sysdeps/sh/nptl/tls.h: ... here.
4088         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
4089         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
4090         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
4091         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
4092         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
4093         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
4094         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
4095         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
4096         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
4097         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
4098         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
4099         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
4100         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
4101         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
4102         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
4103         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
4104         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
4105         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
4106         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
4107         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
4108         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
4109         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
4110         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
4111         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
4112         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
4113         Moved ...
4114         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
4115         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
4116         Moved ...
4117         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
4118         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
4119         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
4120         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
4121         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
4122         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
4123         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
4124         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
4125         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
4126         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
4127         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
4128         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
4129         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
4130         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
4131         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
4132         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
4133         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
4134         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
4135         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
4136
4137 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4138
4139         * posix/spawn_faction_addopen.c: Include string.h.
4140
4141 2014-06-11  Roland McGrath  <roland@hack.frob.com>
4142
4143         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
4144         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
4145         * nptl/sysdeps/x86_64/Makefile: Moved ...
4146         * sysdeps/x86_64/nptl/Makefile: ... here.
4147         * nptl/sysdeps/x86_64/configure: Moved ...
4148         * sysdeps/x86_64/nptl/configure: ... here.
4149         * nptl/sysdeps/x86_64/configure.ac: Moved ...
4150         * sysdeps/x86_64/nptl/configure.ac: ... here.
4151         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
4152         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
4153         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
4154         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
4155         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
4156         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
4157         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
4158         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
4159         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
4160         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
4161         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
4162         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
4163         * nptl/sysdeps/x86_64/tls.h: Moved ...
4164         * sysdeps/x86_64/nptl/tls.h: ... here.
4165         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
4166         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
4167         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
4168         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
4169
4170         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
4171
4172 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4173
4174         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4175
4176 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
4177
4178         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
4179         type.
4180         [POSIX] (off_t): Likewise.
4181         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
4182         [POSIX] (S_ISBLK): Require macro.
4183         [POSIX] (S_ISCHR): Likewise.
4184         [POSIX] (S_ISDIR): Likewise.
4185         [POSIX] (S_ISFIFO): Likewise.
4186         [POSIX] (S_ISREG): Likewise.
4187         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
4188         optional-macro.
4189         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
4190         type.
4191         [POSIX] (time_t): Likewise.
4192         [POSIX] (timer_t): Likewise.
4193
4194 2014-06-11  Florian Weimer  <fweimer@redhat.com>
4195
4196         [BZ #17048]
4197         * posix/spawn_int.h (struct __spawn_action): Make the path string
4198         non-const to support deallocation.
4199         * posix/spawn_faction_addopen.c
4200         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
4201         * posix/spawn_faction_destroy.c
4202         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
4203         path in all spawn_do_open actions.
4204         * posix/tst-spawn.c (do_test): Exercise the copy operation in
4205         posix_spawn_file_actions_addopen.
4206
4207 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
4208
4209         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
4210         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
4211         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
4212         conditional code always true.
4213         (__libc_vfork): New alias.
4214
4215 2014-06-11  Roland McGrath  <roland@hack.frob.com>
4216
4217         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4218         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
4219
4220         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
4221
4222         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4223         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
4224
4225         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4226         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
4227
4228         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4229         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
4230
4231 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
4232
4233         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
4234         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
4235         multiarch strcmp for PPC64.
4236         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
4237         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
4238         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
4239         multiarch optimizations.
4240         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
4241         (__libc_ifunc_impl_list): Likewise.
4242
4243 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
4244
4245         * benchtests/scripts/validate_benchout.py: New script.
4246         * benchtests/Makefile (bench-func): Call it.
4247         * benchtests/scripts/benchout.schema.json: New file.
4248
4249 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
4250
4251         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
4252         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
4253         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
4254         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
4255         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
4256         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
4257         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
4258         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
4259         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
4260         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
4261         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
4262         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
4263         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
4264         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
4265         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
4266         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
4267         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
4268         Moved ...
4269         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
4270         ... here.
4271         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
4272         Moved ...
4273         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
4274         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
4275         Moved ...
4276         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
4277         ... here.
4278         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
4279         Moved ...
4280         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
4281         ... here.
4282         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
4283         Moved ...
4284         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
4285         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
4286         Moved ...
4287         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
4288         ... here.
4289         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
4290         Moved ...
4291         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
4292         ... here.
4293         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
4294         Moved ...
4295         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
4296         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
4297         Moved ...
4298         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
4299         ... here.
4300         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
4301         Moved ...
4302         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
4303         ... here.
4304         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
4305         Moved ...
4306         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
4307         ... here.
4308         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
4309         Moved ...
4310         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
4311         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
4312         Moved ...
4313         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
4314         ... here.
4315         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
4316         Moved ...
4317         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
4318         ... here.
4319         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
4320         Moved ...
4321         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
4322         ... here.
4323         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
4324         Moved ...
4325         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
4326         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
4327         Moved ...
4328         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
4329         ... here.
4330         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
4331         Moved ...
4332         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
4333         ... here.
4334         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
4335         Moved ...
4336         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
4337         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
4338         Moved ...
4339         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
4340         ... here.
4341         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
4342         Moved ...
4343         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
4344         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
4345         Moved ...
4346         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
4347         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
4348         Moved ...
4349         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
4350         ... here.
4351         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
4352         Moved ...
4353         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
4354         ... here.
4355         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
4356         Moved ...
4357         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
4358         ... here.
4359         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
4360         Moved ...
4361         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
4362         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
4363         Moved ...
4364         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
4365         ... here.
4366         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
4367         Moved ...
4368         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
4369         ... here.
4370         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
4371         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
4372         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
4373         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
4374         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
4375         Moved ...
4376         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
4377         ... here.
4378         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
4379         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
4380         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
4381         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
4382         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
4383         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
4384         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
4385         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
4386         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
4387         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
4388         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
4389         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
4390         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
4391         Moved ...
4392         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
4393         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
4394         Moved ...
4395         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
4396         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
4397         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
4398         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
4399         Moved ...
4400         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
4401         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
4402         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
4403         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
4404         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
4405         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
4406         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
4407
4408 2014-06-10  Wilco  <wdijkstr@arm.com>
4409
4410         * math/test-fenv-return.c: New file.
4411         * math/Makefile: Add new test test-fenv-return.
4412
4413 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
4414
4415         [BZ #17042]
4416         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
4417         when x - 1 is zero.
4418         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
4419         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
4420         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
4421         0.0L for an argument of 1.0L.
4422         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
4423         Likewise.
4424         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
4425         value when x - 1 is zero.
4426         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
4427         * sysdeps/i386/fpu/libm-test-ulps: Update.
4428         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4429
4430 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
4431
4432         [BZ #15119]
4433         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
4434
4435 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4436
4437         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
4438         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
4439
4440 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4441
4442         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4443         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
4444
4445         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4446         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
4447
4448         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4449         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
4450
4451         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4452         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
4453
4454         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
4455         if not already defined.
4456         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
4457         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
4458         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
4459         (TLS_INIT_TP): Use it.
4460         (TLS_DEFINE_INIT_TP): New macro.
4461         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
4462
4463 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
4464
4465         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
4466         constant.
4467         [POSIX] (IXANY): Likewise.
4468         [POSIX] (OLCUC): Likewise.
4469         [POSIX || POSIX2008] (CBAUD): Do not allow.
4470         [POSIX || POSIX2008] (DEFECHO): Likewise.
4471         [POSIX || POSIX2008] (ECHOCTL): Likewise.
4472         [POSIX || POSIX2008] (ECHOKE): Likewise.
4473         [POSIX || POSIX2008] (ECHOPRT): Likewise.
4474         [POSIX || POSIX2008] (EXTA): Likewise.
4475         [POSIX || POSIX2008] (EXTB): Likewise.
4476         [POSIX || POSIX2008] (FLUSHO): Likewise.
4477         [POSIX || POSIX2008] (LOBLK): Likewise.
4478         [POSIX || POSIX2008] (PENDIN): Likewise.
4479         [POSIX || POSIX2008] (SWTCH): Likewise.
4480         [POSIX || POSIX2008] (VDISCARD): Likewise.
4481         [POSIX || POSIX2008] (VDSUSP): Likewise.
4482         [POSIX || POSIX2008] (VLNEXT): Likewise.
4483         [POSIX || POSIX2008] (VREPRINT): Likewise.
4484         [POSIX || POSIX2008] (VSTATUS): Likewise.
4485         [POSIX || POSIX2008] (VWERASE): Likewise.
4486         (B*): Change to B[0123456789]*.
4487         * conform/data/time.h-data [POSIX || UNIX98]
4488         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
4489         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
4490         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
4491         [POSIX] (tm_*): Do not allow.
4492
4493 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
4494
4495         * Makefile (install): Don't set LANGUAGE.
4496         * Makefile.in (install): Likewise.
4497         * assert/Makefile (test-assert-ENV): Remove variable.
4498         (test-assert-perr-ENV): Likewise.
4499         * elf/Makefile (neededtest4-ENV): Likewise.
4500         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4501         [$(cross-compiling) = no]: Don't set LANGUAGE.
4502         * io/ftwtest-sh (LANG): Remove variable.
4503         * libio/Makefile (tst-widetext-ENV): Likewise.
4504         * manual/install.texi (Running make install): Don't refer to
4505         environment settings for make install.
4506         * INSTALL: Regenerated.
4507         * nptl/tst-tls6.sh: Don't set LANG.
4508         * posix/globtest.sh (LANG): Remove variable.
4509         * string/Makefile (tester-ENV): Likewise.
4510         (inl-tester-ENV): Likewise.
4511         (noinl-tester-ENV): Likewise.
4512         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4513         [$(cross-compiling) = no]: Don't set LANGUAGE.
4514         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
4515         without explicit environment settings.
4516
4517 2014-06-06  Roland McGrath  <roland@hack.frob.com>
4518
4519         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
4520         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
4521         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
4522         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
4523
4524 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
4525
4526         * crypt/crypt-private.h [DOS]: Add some includes taken from the
4527         other files in the crypt directory.
4528         * crypt/crypt.c: Remove duplicate includes.
4529         * crypt/crypt-entry.c: Likewise.
4530         * crypt/crypt_util.c: Likewise.
4531
4532 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
4533
4534         * Makeconfig (run-program-env): New variable.
4535         (run-program-prefix-before-env): Likewise.
4536         (run-program-prefix-after-env): Likewise.
4537         (run-program-prefix): Define in terms of new variables.
4538         (built-program-cmd-before-env): New variable.
4539         (built-program-cmd-after-env): Likewise.
4540         (built-program-cmd): Define in terms of new variables.
4541         (test-program-prefix-before-env): New variable.
4542         (test-program-prefix-after-env): Likewise.
4543         (test-program-prefix): Define in terms of new variables.
4544         (test-program-cmd-before-env): New variable.
4545         (test-program-cmd-after-env): Likewise.
4546         (test-program-cmd): Define in terms of new variables.
4547         * Rules (make-test-out): Use $(run-program-env).
4548         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
4549         (help): Do not mention environment variables.  Mention
4550         --timeoutfactor option.
4551         (timeoutfactor): New variable.
4552         (blacklist_exports): Remove function.
4553         (exports): Remove variable.
4554         (command): Do not include ${exports}.
4555         * manual/install.texi (Configuring and compiling): Do not mention
4556         test wrappers preserving environment variables.  Mention that last
4557         assignment to a variable must take precedence.
4558         * INSTALL: Regenerated.
4559         * benchtests/Makefile (run-bench): Use $(run-program-env).
4560         * catgets/Makefile ($(objpfx)test1.cat): Use
4561         $(built-program-cmd-before-env), $(run-program-env) and
4562         $(built-program-cmd-after-env).
4563         ($(objpfx)test2.cat): Do not specify environment variables
4564         explicitly.
4565         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
4566         $(run-program-env) and $(built-program-cmd-after-env).
4567         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
4568         $(run-program-env) and $(test-program-cmd-after-env).
4569         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
4570         explicitly.
4571         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
4572         run_program_env and test_program_cmd_after_env arguments.
4573         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
4574         * elf/tst-pathopt.sh: Use run_program_env argument.
4575         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
4576         $(test-wrapper-env) and $(run-program-env).
4577         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
4578         run_program_env arguments.
4579         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
4580         * intl/Makefile ($(objpfx)tst-gettext.out): Use
4581         $(test-program-prefix-before-env), $(run-program-env) and
4582         $(test-program-prefix-after-env).
4583         ($(objpfx)tst-gettext2.out): Likewise.
4584         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
4585         run_program_env and test_program_prefix_after_env arguments.
4586         * intl/tst-gettext2.sh: Likewise.
4587         * intl/tst-gettext4.sh: Do not set environment variables
4588         explicitly.
4589         * intl/tst-gettext6.sh: Likewise.
4590         * intl/tst-translit.sh: Likewise.
4591         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
4592         $(test-program-prefix-before-env), $(run-program-env) and
4593         $(test-program-prefix-after-env).
4594         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
4595         run_program_env and test_program_prefix_after_env arguments.
4596         * math/Makefile (run-regen-ulps): Use $(run-program-env).
4597         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
4598         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
4599         explicitly with each use of ${test_wrapper_env}.
4600         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
4601         $(test-program-prefix-before-env), $(run-program-env) and
4602         $(test-program-prefix-after-env).
4603         * posix/tst-getconf.sh: Do not set environment variables
4604         explicitly.
4605         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
4606         run_program_env and test_program_prefix_after_env arguments.
4607         * stdio-common/tst-printf.sh: Do not set environment variables
4608         explicitly.
4609         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
4610         $(test-program-prefix-before-env), $(run-program-env) and
4611         $(test-program-prefix-after-env).
4612         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
4613         run_program_env and test_program_prefix_after_env arguments.
4614         Split $test calls into $test_pre and $test.
4615         * timezone/Makefile (build-testdata): Use
4616         $(built-program-cmd-before-env), $(run-program-env) and
4617         $(built-program-cmd-after-env).
4618
4619 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4620
4621         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
4622         strlen for non SHARED builds.
4623
4624 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
4625
4626         * nptl/allocatestack.c (check_list): Inlined function...
4627         (__reclaim_stacks): ... here.
4628
4629 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4630
4631         [BZ #15698]
4632         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4633         memory overrun.
4634
4635 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
4636
4637         * Rules (make-test-out): Include
4638         LOCPATH=$(common-objpfx)localedata in default environment.
4639         * debug/Makefile (tst-chk1-ENV): Remove variable.
4640         (tst-chk2-ENV): Likewise.
4641         (tst-chk3-ENV): Likewise.
4642         (tst-chk4-ENV): Likewise.
4643         (tst-chk5-ENV): Likewise.
4644         (tst-chk6-ENV): Likewise.
4645         (tst-lfschk1-ENV): Likewise.
4646         (tst-lfschk2-ENV): Likewise.
4647         (tst-lfschk3-ENV): Likewise.
4648         (tst-lfschk4-ENV): Likewise.
4649         (tst-lfschk5-ENV): Likewise.
4650         (tst-lfschk6-ENV): Likewise.
4651         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
4652         (tst-iconv7-ENV): Likewise.
4653         * intl/Makefile (LOCPATH-ENV): Likewise.
4654         (tst-codeset-ENV): Likewise.
4655         (tst-gettext3-ENV): Likewise.
4656         (tst-gettext5-ENV): Likewise.
4657         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
4658         (tst-fopenloc-ENV): Likewise.
4659         (tst-fgetws-ENV): Remove variable.
4660         (tst-ungetwc1-ENV): Likewise.
4661         (tst-ungetwc2-ENV): Likewise.
4662         (bug-ungetwc2-ENV): Likewise.
4663         (tst-swscanf-ENV): Likewise.
4664         (bug-ftell-ENV): Likewise.
4665         (tst-fgetwc-ENV): Likewise.
4666         (tst-fseek-ENV): Likewise.
4667         (tst-ftell-partial-wide-ENV): Likewise.
4668         (tst-ftell-active-handler-ENV): Likewise.
4669         (tst-ftell-append-ENV): Likewise.
4670         * posix/Makefile (tst-fnmatch-ENV): Likewise.
4671         (tst-regexloc-ENV): Likewise.
4672         (bug-regex1-ENV): Likewise.
4673         (tst-regex-ENV): Likewise.
4674         (tst-regex2-ENV): Likewise.
4675         (bug-regex5-ENV): Likewise.
4676         (bug-regex6-ENV): Likewise.
4677         (bug-regex17-ENV): Likewise.
4678         (bug-regex18-ENV): Likewise.
4679         (bug-regex19-ENV): Likewise.
4680         (bug-regex20-ENV): Likewise.
4681         (bug-regex22-ENV): Likewise.
4682         (bug-regex23-ENV): Likewise.
4683         (bug-regex25-ENV): Likewise.
4684         (bug-regex26-ENV): Likewise.
4685         (bug-regex30-ENV): Likewise.
4686         (bug-regex32-ENV): Likewise.
4687         (bug-regex33-ENV): Likewise.
4688         (bug-regex34-ENV): Likewise.
4689         (bug-regex35-ENV): Likewise.
4690         (tst-rxspencer-ENV): Likewise.
4691         (tst-rxspencer-no-utf8-ENV): Likewise.
4692         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
4693         (tst-sscanf-ENV): Likewise.
4694         (tst-swprintf-ENV): Likewise.
4695         (tst-swscanf-ENV): Likewise.
4696         (test-vfprintf-ENV): Likewise.
4697         (scanf13-ENV): Likewise.
4698         (bug14-ENV): Likewise.
4699         (tst-grouping-ENV): Likewise.
4700         * stdlib/Makefile (tst-strtod-ENV): Likewise.
4701         (tst-strtod3-ENV): Likewise.
4702         (tst-strtod4-ENV): Likewise.
4703         (tst-strtod5-ENV): Likewise.
4704         (testmb2-ENV): Likewise./
4705         * string/Makefile (tst-strxfrm-ENV): Likewise.
4706         (tst-strxfrm2-ENV): Likewise.
4707         (bug-strcoll1-ENV): Likewise.
4708         (test-strcasecmp-ENV): Likewise.
4709         (test-strncasecmp-ENV): Likewise.
4710         * time/Makefile (tst-strptime-ENV): Likewise.
4711         (tst-ftime_l-ENV): Likewise.
4712         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
4713         (tst-mbrtowc-ENV): Likewise.
4714         (tst-wcrtomb-ENV): Likewise.
4715         (tst-mbrtowc2-ENV): Likewise.
4716         (tst-c16c32-1-ENV): Likewise.
4717         (tst-mbsnrtowcs-ENV): Likewise.
4718
4719 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4720
4721         * manual/resource.texi (How to get information about the memory
4722         subsystem?): Fix typo.
4723         Reported by Peon de la Parra Ivan <peon@keba.com>
4724
4725 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
4726
4727         [BZ #16882]
4728         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
4729         (pthread_spin_lock): Branch out of spin loop to proper location.
4730         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
4731         (pthread_spin_lock): Likewise.
4732
4733         * nptl/tst-spin4.c: New test.
4734         * nptl/Makefile (tests): Add tst-spin4.
4735
4736 2014-06-03  Andreas Schwab  <schwab@suse.de>
4737
4738         [BZ #15946]
4739         * resolv/res_send.c (send_dg): Reload file descriptor after
4740         calling reopen.
4741
4742 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
4743
4744         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
4745
4746 2014-06-03  Richard Henderson  <rth@redhat.com>
4747
4748         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
4749         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
4750         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
4751         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
4752         in the SAVE_PID block.
4753         (__libc_vfork): New alias.
4754         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
4755
4756         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
4757         child in registers, not on the stack.  Remove RESET_PID conditionals.
4758         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
4759
4760 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4761
4762         * sysdeps/aarch64/libm-test-ulps: Regenerate.
4763
4764 2014-06-03  Wilco  <wdijkstr@arm.com>
4765
4766         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
4767         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
4768         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
4769         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
4770         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
4771         Likewise.
4772
4773 2014-06-03  Wilco  <wdijkstr@arm.com>
4774
4775         * sysdeps/aarch64/fpu/math_private.h
4776         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
4777         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
4778         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
4779         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
4780         Fix declarations.
4781
4782 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4783
4784         * crypt/crypt-private.h: Include ufc-crypt.h.
4785         (__b64_from_24bit): Declare extern.
4786         * crypt/crypt_util.c(__b64_from_24bit): New function.
4787         (b64t): New static const variable.
4788         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
4789         (b64t): Remove variable.
4790         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
4791         * crypt/sha256-crypt.c: Include crypt-private.h.
4792         (b64t): Remove variable.
4793         (__sha256_crypt_r): Remove b64_from_24bit and replace
4794         with __b64_from_24bit.
4795         * crypt/sha512-crypt.c: Likewise.
4796
4797 2014-06-02  Roland McGrath  <roland@hack.frob.com>
4798
4799         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
4800         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
4801         Label the code __libc_vfork rather than __vfork.
4802         [!NOT_IN_libc] (vfork): Define as weak alias.
4803         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
4804         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
4805         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
4806
4807 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
4808
4809         * malloc/malloc.c (malloc_info): Fix format specifier for
4810         n_mmaps.
4811
4812 2014-06-02  Wilco  <wdijkstr@arm.com>
4813
4814         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
4815         FPCR write.
4816
4817 2014-06-02  Wilco  <wdijkstr@arm.com>
4818
4819         [BZ #17009]
4820         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
4821         Rewrite to reduce FPCR/FPSR accesses.
4822
4823 2014-06-01  David S. Miller  <davem@davemloft.net>
4824
4825         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4826
4827 2014-05-31  David S. Miller  <davem@davemloft.net>
4828
4829         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
4830         to occur in round to nearest mode when |x| >= 2.0
4831
4832 2014-05-30  Richard Henderson  <rth@twiddle.net>
4833
4834         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
4835         (PSEUDO_RET_NOERRNO): Remove.
4836         (ret): Don't redefine.
4837         (ret_NOERRNO): Define in terms of ret.
4838         (ret_ERRVAL): Likewise.
4839
4840         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
4841         use of PSEUDO_RET; perform the error check directly.
4842
4843 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
4844
4845         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
4846         with __int128_t.
4847
4848 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
4849
4850         * malloc/malloc (malloc_info): Fix formatting.
4851
4852 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
4853             Roland McGrath  <roland@hack.frob.com>
4854
4855         * malloc/malloc (malloc_info): Also print mmapped statistics.
4856
4857 2014-05-30  Roland McGrath  <roland@hack.frob.com>
4858
4859         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
4860         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
4861
4862 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
4863
4864         * malloc/malloc.c (malloc_info): Inline mi_arena.
4865
4866 2014-05-29  Richard Henderson  <rth@twiddle.net>
4867
4868         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
4869         Remove comma before expanding ASM_ARGS_##nr.
4870         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
4871         Make _x0 a strict output; make _x8 a strict input; adjust expansion
4872         of ASM_ARGS_##nr.
4873         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
4874         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
4875         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
4876         (ASM_ARGS_1): Add leading comma.
4877
4878         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
4879         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
4880         to __errno_location.
4881         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
4882         Remove the expected plt for __errno_location.
4883
4884         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4885         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
4886         call to __read_tp.
4887
4888         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4889         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
4890         it and break it down.
4891         (DOCARGS_0, DOCARGS_1): Do nothing.
4892         (DOCARGS_2): Update to store into the new stack frame.
4893         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
4894         (UNDOCARGS_1): Update to restore from the new stack frame.
4895         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
4896         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
4897
4898         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4899         (SINGLE_THREAD_P): New parameter for result regno.
4900         (PSEUDO): Update to match; use cbz instead of beq.
4901
4902         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4903         Use ENTRY to define the _nocancel entry point.  Share the syscall
4904         and syscall error check paths with the cancel path.
4905         (PSEUDO_END): New.
4906
4907         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
4908         whitespace; tabs before and after asm mnemonics.
4909
4910 2014-05-29  Eric Wong  <normalperson@yhbt.net>
4911
4912         [BZ #15132]
4913         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
4914         Call fstat64 or stat64 internally, depending on arguments passed.
4915         Replace stat buffer argument with file descriptor argument.
4916         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
4917         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
4918         Pass fd to __internal_statvfs instead of calling fstat64.
4919         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
4920         Pass fd to __internal_statvfs64 instead of calling fstat64.
4921         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
4922         Pass -1 to __internal_statvfs instead of calling stat64.
4923         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
4924         Pass -1 to __internal_statvfs64 instead of calling stat64.
4925
4926 2014-05-28  Roland McGrath  <roland@hack.frob.com>
4927
4928         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
4929         that was previously under [RESET_PID].
4930         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
4931
4932         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
4933         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
4934
4935 2014-05-27  Roland McGrath  <roland@hack.frob.com>
4936
4937         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
4938
4939         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
4940         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
4941
4942 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
4943
4944         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
4945
4946 2014-05-27  Andreas Schwab  <schwab@suse.de>
4947
4948         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
4949         TLS_INIT_TP macro.
4950         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
4951         * elf/rtld.c (init_tls, dl_main): Likewise.
4952         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
4953         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
4954         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
4955         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
4956         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
4957         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
4958         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
4959         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
4960         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
4961         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
4962         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
4963         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
4964         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
4965         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
4966         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
4967         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
4968         * sysdeps/generic/tls.h: Update description.
4969
4970 2014-05-27  Will Newton  <will.newton@linaro.org>
4971
4972         [BZ #16990]
4973         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
4974         and restore r2 rather than just restoring.
4975
4976 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4977
4978         [BZ #16724]
4979         * libio/tst-ftell-append.c: New test case.
4980         * libio/Makefile (tests): Add test case.
4981         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
4982         append mode.
4983         * libio/wfileops.c (do_ftell_wide): Likewise.
4984
4985 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4986
4987         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4988
4989         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
4990         ...
4991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
4992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
4993         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
4994         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
4995         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
4996         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
4997         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
4998         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
4999         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5000         Moved ...
5001         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
5002         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5003         Moved ...
5004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
5005         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
5006         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
5007         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
5008         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
5009         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
5010         ...
5011         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
5012         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
5013         Moved ...
5014         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
5015         here.
5016         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
5017         ...
5018         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
5019         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
5020         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
5021
5022         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
5023         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
5024         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
5025         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
5026
5027         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
5028         merge into ...
5029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
5030         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
5031         ...
5032         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
5033         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
5034         ...
5035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
5036         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
5037         Moved ...
5038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
5039         here.
5040         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
5041         Moved ...
5042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
5043         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
5044         Moved ...
5045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
5046
5047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
5048         conditional [RESET_PID].
5049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
5050         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
5051         removed.
5052         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
5053         removed.
5054
5055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
5056         <tcb-offsets.h>.
5057         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5058         (__libc_vfork): New strong alias.
5059         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
5060         removed.
5061         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
5062         Removed.
5063
5064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
5065         <tcb-offsets.h>.
5066         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
5067         (__libc_vfork): New strong alias.
5068         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
5069         removed.
5070         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
5071         removed.
5072
5073 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
5074
5075         * malloc/malloc.c (mi_arena): New function.
5076         (malloc_info): Remove nested function mi_arena. Call non-nosted
5077         function mi_arena.
5078
5079 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5080
5081         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
5082         by insrwi.
5083         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
5084         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
5085         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
5086         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
5087         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
5088         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
5089         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
5090
5091 2014-05-26  Andreas Schwab  <schwab@suse.de>
5092
5093         [BZ #16984]
5094         * locale/programs/repertoire.c (repertoire_read): Add slash
5095         between I18NPATH element and file name.
5096         * locale/programs/locfile.c (locfile_read): Likewise.
5097
5098 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
5099
5100         * nptl/pthread_mutexattr_settype.c
5101         (__pthread_mutexattr_settype):
5102         Disable lock elision for PTHREAD_MUTEX_NORMAL.
5103
5104 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
5105
5106         * nptl/tst-mutex5 (do_test):
5107         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
5108
5109 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5110
5111         * benchtests/README: Document 'init' directive.
5112         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
5113         BENCH_INIT.
5114         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
5115         (parse_file): Recognize 'init' directive.
5116
5117 2014-05-26  Kyle McMartin  <kyle@redhat.com>
5118
5119         [BZ #16796]
5120         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
5121         alignment of struct pthread.
5122
5123 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5124
5125         [BZ #16878]
5126         * nscd/netgroupcache.c (addgetnetgrentX): Look for
5127         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5128         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
5129         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5130
5131 2014-05-25  Richard Henderson  <rth@twiddle.net>
5132
5133         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5134         (SINGLE_THREAD_P_PIC): Remove.
5135         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
5136         (SINGLE_THREAD_P_PIC): Remove.
5137
5138         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
5139         branch to syscall error ...
5140         (PSEUDO): ... here.
5141         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
5142         from __local_syscall_error to .Lsyscall_error.
5143         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
5144         (SYSCALL_ERROR): Update label name.
5145
5146         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5147         Do not use DOARGS/UNDOARGS.
5148         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
5149         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
5150         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
5151         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
5152         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
5153
5154         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
5155         block comment.
5156
5157         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
5158         define if !NOT_IN_libc.
5159         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
5160         define with non-default symbol versions.
5161
5162 2014-05-23  Richard Henderson  <rth@twiddle.net>
5163
5164         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
5165         (vfork, __vfork): Define via compat_symbol.
5166
5167         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
5168         [!HAVE_IFUNC] (vfork_compat): Remove.
5169         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
5170
5171 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
5172
5173         [BZ #16978]
5174         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
5175         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
5176         variable.
5177
5178 2014-05-23  Richard Henderson  <rth@twiddle.net>
5179
5180         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
5181         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
5182         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
5183         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
5184
5185         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
5186         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
5187         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
5188         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
5189         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
5190         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
5191         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
5192         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
5193         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
5194         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
5195         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
5196         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
5197         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
5198         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
5199         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
5200         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
5201         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
5202         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
5203         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
5204         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
5205         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
5206         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
5207         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
5208         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
5209         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
5210         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
5211         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
5212         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
5213         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
5214         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
5215         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
5216         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
5217         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
5218         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
5219         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
5220         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
5221         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
5222         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
5223         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
5224         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
5225         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
5226         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
5227         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
5228         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
5229         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
5230         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
5231         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
5232         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
5233         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
5234         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
5235         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
5236         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
5237         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
5238         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
5239         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
5240         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
5241
5242         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
5243         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
5244         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
5245         before exiting on error.
5246         (__libc_vfork): New strong alias.
5247         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
5248         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
5249
5250         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
5251         that was previously under [RESET_PID].
5252         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
5253
5254         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
5255
5256 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
5257
5258         [BZ #16977]
5259         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
5260         value when x - 1 is zero.
5261         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
5262         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
5263         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
5264         0.0L for an argument of 1.0L.
5265         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
5266         Likewise.
5267         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
5268         value when x - 1 is zero.
5269         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
5270         * sysdeps/i386/fpu/libm-test-ulps: Update.
5271         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5272
5273 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
5274
5275         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
5276         alphasort and versionsort.
5277
5278 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5279
5280         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
5281         macro.
5282         [copysignf]: Likewise.
5283
5284 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
5285
5286         * crypt/md5-crypt.c: Fix formatting.
5287
5288 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5289
5290         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
5291         (b64_from_24bit): New function.
5292
5293 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5294
5295         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
5296         libc_hidden_builtin_def to ifunc.
5297         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
5298         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
5299
5300 2014-05-21  Roland McGrath  <roland@hack.frob.com>
5301
5302         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
5303         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
5304
5305 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
5306
5307         * nscd/Depend (linuxthreads): Remove.
5308         (nptl): Add.
5309         * resolv/Depend (linuxthreads): Remove.
5310         * rt/Depend (linuxthreads): Remove.
5311
5312         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
5313         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
5314         $(common-objpfx)elf/.
5315         (link-libc-before-gnulib): Likewise.
5316         (elfobjdir): Remove variable.
5317         * Makefile (install): Use $(elf-objpfx) instead of
5318         $(common-objpfx)elf/.
5319         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
5320         $(elfobjdir)/.
5321         (link-libc-deps): Likewise.
5322         ($(common-objpfx)libc.so): Likewise.
5323         ($(common-objpfx)linkobj/libc.so): Likewise.
5324         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
5325         instead of $(common-objpfx)elf/.
5326         (symbolic-link-list): Likewise.
5327         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5328         [$(cross-compiling) = no]: Likewise.
5329         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
5330         $(elfobjdir)/.
5331         (static-gnulib-arch): Likewise.
5332         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5333         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
5334         $(common-objpfx)elf/.
5335
5336 2014-05-21  Richard Henderson  <rth@redhat.com>
5337
5338         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5339         (SINGLE_THREAD_P): Use the correct width load.  Fold
5340         into the ldr offset.
5341
5342         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
5343         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
5344
5345 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
5346
5347         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
5348         (libgcc_s_resume): Use __attribute_used__.
5349         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
5350         Likewise.
5351
5352 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5353
5354         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
5355         optimization when used with float constants.
5356
5357         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5358
5359 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
5360
5361         [BZ #16915]
5362         * locale/nl_langinfo_l.c: Make direct reference to every
5363         _nl_current_CATEGORY symbol.
5364         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
5365         (tests-static): Add tst-langinfo-static.
5366         (tests-special): Add tst-langinfo-static.out.
5367         ($(objpfx)tst-langinfo.out): Redirect output.
5368         ($(objpfx)tst-langinfo-static.out): New.
5369         * localedata/tst-langinfo.sh: Send output to stdout.
5370         * localedata/tst-langinfo-static.c: New file.
5371
5372         [BZ #16965]
5373         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
5374         when the shift amount is modulo the limb size.
5375
5376 2014-05-20  Richard Henderson  <rth@redhat.com>
5377
5378         [BZ #16967]
5379         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
5380         Change type of sa_flags from unsigned int to int.
5381
5382         [BZ #16966]
5383         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
5384
5385         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
5386
5387 2014-05-20  Will Newton  <will.newton@linaro.org>
5388
5389         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5390         Test the return value of the system call in the nocancel case.
5391
5392 2014-05-20  Will Newton  <will.newton@linaro.org>
5393             Yvan Roux  <yvan.roux@linaro.org>
5394
5395         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
5396         #include of asm/ptrace.h.
5397         (PTRACE_GET_THREAD_AREA): Remove #undef.
5398         (PTRACE_GETHBPREGS): Likewise.
5399         (PTRACE_SETHBPREGS): Likewise.
5400         (struct user_regs_struct): New structure.
5401         (struct user_fpsimd_struct): New structure.
5402         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
5403         #include of asm/ptrace.h and second #include of sys/user.h.
5404         (PTRACE_GET_THREAD_AREA): Remove #undef.
5405         (PTRACE_GETHBPREGS): Likewise.
5406         (PTRACE_SETHBPREGS): Likewise.
5407         (ELF_NGREG): Use new struct user_regs_struct.
5408         (elf_fpregset_t): Use new struct user_fpsimd_struct.
5409
5410 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5411
5412         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
5413         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
5414
5415 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
5416
5417         [BZ #16958]
5418         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
5419         membar to avoid block loads/stores to overlap previous stores.
5420
5421 2014-05-17  Richard Henderson  <rth@redhat.com>
5422
5423         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
5424         Create the __##syscall_name##_nocancel entry point.
5425         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
5426         Remove; let the sysdep-cancel.h code create it.
5427
5428 2014-05-17  David S. Miller  <davem@davemloft.net>
5429
5430         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
5431         Protect with __USE_GNU.
5432         (TIOCSET_TEMPT): Likewise.
5433         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5434         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
5435         these are already provided in bits/ioctl-types.h
5436
5437 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5438
5439         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
5440         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
5441
5442         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
5443         Use wait4 regardless of [__NR_waitpid].
5444
5445 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5446
5447         PR libgcc/60166
5448         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
5449         (_FP_NANSIGN_Q): Set the quiet bit.
5450
5451 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
5452
5453         * benchtests/Makefile
5454         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
5455         not $(common-objpfx)math/libm.so.
5456         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
5457         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
5458         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
5459         $(common-objpfx)dlfcn/libdl.so.
5460         ($(objpfx)tst-audit8): Depend on $(libm), not
5461         $(common-objpfx)math/libm.so.
5462         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
5463         not $(common-objpfx)dlfcn/libdl.so.
5464         * math/Makefile
5465         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
5466         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
5467         [$(build-shared) = yes].
5468         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
5469         $(common-objpfx)nptl/libpthread.so.
5470         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
5471         $(common-objpfx)math/libm.so$(libm.so-version) or
5472         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
5473         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
5474         $(common-objpfx)dlfcn/libdl.so.
5475         * setjmp/Makefile (link-libm): Remove variable.
5476         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
5477         * stdio-common/Makefile (link-libm): Remove variable.
5478         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
5479         * stdlib/Makefile (link-libm): Remove variable.
5480         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
5481         ($(objpfx)tst-strtod-round): Likewise.
5482         ($(objpfx)tst-tininess): Likewise.
5483         ($(objpfx)tst-strtod-underflow): Likewise.
5484         ($(objpfx)tst-strtod6): Likewise.
5485         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
5486         $(libdl), not $(common-objpfx)nptl/libpthread.so and
5487         $(common-objpfx)dlfcn/libdl.so.
5488
5489 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5490
5491         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
5492         BSD terminal modes definitions.
5493
5494 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5495
5496         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
5497         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
5498
5499         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
5500         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
5501         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
5502         Don't do #include_next.
5503         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
5504         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
5505         Don't do #include_next.
5506         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
5507         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
5508         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
5509         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
5510
5511 2014-05-16  Allan McRae  <allan@archlinux.org>
5512
5513         * po/sv.po: Update Swedish translation from translation project.
5514
5515         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
5516         in sed expression.
5517
5518 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
5519
5520         [BZ #16917]
5521         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
5522         errno if the TIOCGPTN ioctl fails with an error different than
5523         EINVAL.
5524         * login/tst-ptsname.c: New file.
5525         * login/Makefile (tests): Add tst-ptsname.
5526
5527         [BZ #16943]
5528         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
5529         and prlimit64.
5530
5531 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5532
5533         [BZ #16849]
5534         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
5535         herrno to return EAI_AGAIN.
5536
5537 2014-05-14  Roland McGrath  <roland@hack.frob.com>
5538
5539         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
5540         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
5541         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
5542         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
5543         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
5544         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
5545         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
5546         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
5547         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
5548         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
5549         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
5550         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
5551         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
5552         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
5553         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
5554         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
5555         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
5556         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
5557         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
5558         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
5559         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
5560         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
5561         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
5562         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
5563         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
5564         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
5565         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
5566         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
5567         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
5568         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
5569         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
5570         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
5571         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
5572         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
5573         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
5574         Moved ...
5575         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
5576         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
5577         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
5578         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
5579         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
5580         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
5581         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
5582         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
5583         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
5584         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
5585         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
5586         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
5587         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
5588         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
5589         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
5590         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
5591         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
5592         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
5593         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
5594         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
5595         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
5596         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
5597         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
5598         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
5599         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
5600         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
5601         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
5602         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
5603         Moved ...
5604         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
5605         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
5606         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
5607         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
5608         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
5609         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
5610         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
5611         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
5612         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
5613         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
5614         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
5615         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
5616         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
5617         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
5618         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
5619         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
5620         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
5621         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
5622         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
5623         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
5624         Moved ...
5625         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
5626         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
5627         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
5628
5629         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
5630         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
5631         (libpthread-sysdep_routines): Add elision-related stuff here instead.
5632         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
5633         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
5634         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
5635         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
5636         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
5637         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
5638         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
5639         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
5640         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
5641         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
5642         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
5643         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
5644         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
5645         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
5646         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
5647         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
5648         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
5649         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
5650         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
5651         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
5652         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
5653         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
5654         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
5655         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
5656         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
5657         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
5658         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
5659         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
5660
5661         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
5662         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
5663
5664         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
5665         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
5666         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
5667         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
5668         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
5669         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
5670         Moved ...
5671         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
5672         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
5673         Moved ...
5674         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
5675         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
5676         Moved ...
5677         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
5678         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
5679         Moved ...
5680         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
5681         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
5682         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
5683         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
5684         Moved ...
5685         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
5686         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
5687         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
5688         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
5689         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
5690         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
5691         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
5692         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
5693         Moved ...
5694         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
5695         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5696         Moved ...
5697         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5698         ... here.
5699         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
5700         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
5701         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
5702         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
5703         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5704         Moved ...
5705         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5706         ... here.
5707         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
5708         Moved ...
5709         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
5710         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
5711         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
5712         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
5713         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
5714         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
5715         Moved ...
5716         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
5717         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
5718         Moved ...
5719         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
5720         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
5721         Moved ...
5722         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
5723         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
5724         Moved ...
5725         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
5726         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
5727         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
5728         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
5729         Moved ...
5730         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
5731         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
5732         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
5733         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
5734         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
5735         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
5736         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
5737         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
5738         Moved ...
5739         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
5740         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5741         Moved ...
5742         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5743         ... here.
5744         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
5745         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
5746         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
5747         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
5748         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
5749         Moved ...
5750         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
5751         ... here.
5752         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
5753         Moved ...
5754         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
5755         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
5756         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
5757         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
5758         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
5759         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
5760         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
5761         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
5762         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
5763         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
5764         Moved ...
5765         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
5766         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
5767         Moved ...
5768         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
5769         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
5770         Moved ...
5771         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
5772         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
5773         Moved ...
5774         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
5775         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
5776         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
5777         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
5778         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
5779         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
5780         Moved ...
5781         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
5782         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
5783         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
5784         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
5785         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
5786         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
5787         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
5788         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
5789         Moved ...
5790         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
5791         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
5792         Moved ...
5793         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
5794         ... here.
5795         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
5796         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
5797         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
5798         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
5799         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
5800         Moved ...
5801         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
5802         ... here.
5803         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
5804         Moved ...
5805         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
5806         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
5807         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
5808         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
5809         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
5810         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
5811         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
5812         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
5813         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
5814         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
5815         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
5816
5817         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
5818         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
5819
5820         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
5821         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
5822
5823         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
5824         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
5825         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
5826         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
5827         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
5828         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
5829         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
5830         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
5831         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
5832         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
5833         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
5834         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
5835         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
5836         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
5837         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
5838         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
5839         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
5840         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
5841         Moved ...
5842         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
5843         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
5844         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
5845         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
5846         Moved ...
5847         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
5848         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
5849         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
5850         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
5851         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
5852         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
5853         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
5854         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
5855         Moved ...
5856         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
5857         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
5858         Moved ...
5859         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
5860         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
5861         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
5862         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
5863         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
5864         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
5865         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
5866         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
5867         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
5868         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
5869         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
5870         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
5871         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
5872         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
5873         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
5874         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
5875         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
5876
5877         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
5878         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
5879         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
5880         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
5881         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
5882
5883         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
5884         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
5885         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
5886         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
5887         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
5888         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
5889         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
5890         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
5891         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
5892         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
5893
5894         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
5895         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
5896
5897         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
5898         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
5899         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
5900         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
5901         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
5902         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
5903         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
5904         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
5905         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
5906         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
5907         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
5908         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
5909         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
5910         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
5911         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
5912         Update #include.
5913         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
5914         Likewise.
5915         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
5916         Likewise.
5917         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
5918         Likewise.
5919         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
5920         Likewise.
5921         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
5922         Likewise.
5923         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
5924         Likewise.
5925         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
5926         Likewise.
5927         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
5928         Likewise.
5929         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
5930         Likewise.
5931         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
5932         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
5933         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
5934         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
5935         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
5936         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
5937         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
5938         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
5939         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
5940         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
5941         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
5942         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
5943         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
5944         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
5945         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
5946
5947         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
5948         that was previously under [RESET_PID].
5949         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
5950         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
5951         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
5952
5953         * sysdeps/i386/nptl/Implies: New file.
5954         * sysdeps/x86_64/nptl/Implies: New file.
5955         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
5956         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
5957         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
5958         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
5959
5960         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
5961         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5962         (__libc_vfork): New strong alias.
5963         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
5964         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
5965
5966         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
5967         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5968         (__libc_vfork): New strong alias.
5969         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
5970         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
5971
5972         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
5973         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5974         (__libc_vfork): New strong alias.
5975         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
5976         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
5977         * nptl/pt-vfork.c: New file.
5978         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
5979         (libpthread: GLIBC_2.20): New version set (empty).
5980
5981 2014-05-14  Will Newton  <will.newton@linaro.org>
5982
5983         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
5984         rather than #if.
5985
5986 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
5987
5988         [BZ #16564]
5989         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
5990         arguments with exponent 65 or above.
5991         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
5992         arguments 0x1p113L or above.
5993         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
5994         to arguments 0x1p107L or above.
5995         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
5996         positive arguments with exponent 65 or above.
5997         * math/auto-libm-test-in: Add more tests of log1p.
5998         * math/auto-libm-test-out: Regenerated.
5999
6000         [BZ #16928]
6001         * math/s_cacos.c (__cacos): Ensure zero real part of result from
6002         non-finite arguments is +0.
6003         * math/s_cacosf.c (__cacosf): Likewise.
6004         * math/s_cacosl.c (__cacosl): Likewise.
6005         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
6006         * sysdeps/i386/fpu/libm-test-ulps: Update.
6007         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6008
6009         [BZ #16927]
6010         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
6011         value.
6012         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
6013         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
6014         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
6015         for explicit high bit of mantissa when testing for argument equal
6016         to 1.
6017         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
6018         * sysdeps/i386/fpu/libm-test-ulps: Update.
6019         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6020
6021         [BZ #16516]
6022         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
6023         (__erf): Scale by 16 instead of 8 in potentially underflowing
6024         case.  Ensure exception if result actually underflows.
6025         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
6026         (__erff): Scale by 16 instead of 8 in potentially underflowing
6027         case.  Ensure exception if result actually underflows.
6028         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
6029         (efx8): Remove variable.
6030         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6031         case.  Ensure exception if result actually underflows.
6032         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
6033         (efx8): Remove variable.
6034         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6035         case.  Ensure exception if result actually underflows.
6036         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
6037         (efx8): Remove variable.
6038         (__erfl): Scale by 16 instead of 8 in potentially underflowing
6039         case.  Ensure exception if result actually underflows.
6040         * math/auto-libm-test-in: Add more tests of erf.
6041         * math/auto-libm-test-out: Regenerated.
6042
6043 2014-05-14  Andreas Schwab  <schwab@suse.de>
6044
6045         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
6046         Remove code conditionalized on USE___THREAD.
6047
6048         * config.h.in (HAVE_PT_CHOWN): Define as 0.
6049         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
6050         not definedness.
6051
6052 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
6053
6054         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
6055         Define unconditionally.
6056         (__ASSUME_O_CLOEXEC): Likewise.
6057         (__ASSUME_SOCK_CLOEXEC): Likewise.
6058         (__ASSUME_IN_NONBLOCK): Likewise.
6059         (__ASSUME_PIPE2): Likewise.
6060         (__ASSUME_EVENTFD2): Likewise.
6061         (__ASSUME_SIGNALFD4): Likewise.
6062         (__ASSUME_DUP3): Likewise.
6063         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
6064         (__ASSUME_DUP3): Do not define.
6065         (__ASSUME_EVENTFD2): Likewise.
6066         (__ASSUME_IN_NONBLOCK): Likewise.
6067         (__ASSUME_O_CLOEXEC): Likewise.
6068         (__ASSUME_PIPE2): Likewise.
6069         (__ASSUME_SIGNALFD4): Likewise.
6070         (__ASSUME_SOCK_CLOEXEC): Likewise.
6071         (__ASSUME_UTIMES): Undefine.
6072         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6073         (__ASSUME_UTIMES): Do not define.
6074         (__ASSUME_O_CLOEXEC): Likewise.
6075         (__ASSUME_SOCK_CLOEXEC): Likewise.
6076         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
6077         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
6078         0x020621].
6079         (__ASSUME_PIPE2): Likewise.
6080         (__ASSUME_EVENTFD2): Likewise.
6081         (__ASSUME_SIGNALFD4): Likewise.
6082         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
6083         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
6084         Do not define.
6085         (__ASSUME_EVENTFD2): Likewise.
6086         (__ASSUME_SIGNALFD4): Likewise.
6087         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
6088         (__ASSUME_32BITUIDS): Likewise.
6089         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
6090         (__ASSUME_IPC64): Likewise.
6091         (__ASSUME_ST_INO_64_BIT): Likewise.
6092         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
6093         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
6094         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6095         (__ASSUME_UTIMES): Do not define.
6096         (__ASSUME_PSELECT): Likewise.
6097         (__ASSUME_PPOLL): Likewise.
6098         (__ASSUME_O_CLOEXEC): Likewise.
6099         (__ASSUME_SOCK_CLOEXEC): Likewise.
6100         (__ASSUME_IN_NONBLOCK): Likewise.
6101         (__ASSUME_PIPE2): Likewise.
6102         (__ASSUME_EVENTFD2): Likewise.
6103         (__ASSUME_SIGNALFD4): Likewise.
6104         (__ASSUME_DUP3): Likewise.
6105         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6106         (__ASSUME_UTIMES): Likewise.
6107         (__ASSUME_O_CLOEXEC): Likewise.
6108         (__ASSUME_SOCK_CLOEXEC): Likewise.
6109         (__ASSUME_IN_NONBLOCK): Likewise.
6110         (__ASSUME_PIPE2): Likewise.
6111         (__ASSUME_EVENTFD2): Likewise.
6112         (__ASSUME_SIGNALFD4): Likewise.
6113         (__ASSUME_DUP3): Likewise.
6114         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6115         (__ASSUME_UTIMES): Likewise.
6116         (__ASSUME_O_CLOEXEC): Likewise.
6117         (__ASSUME_SOCK_CLOEXEC): Likewise.
6118         (__ASSUME_IN_NONBLOCK): Likewise.
6119         (__ASSUME_PIPE2): Likewise.
6120         (__ASSUME_EVENTFD2): Likewise.
6121         (__ASSUME_SIGNALFD4): Likewise.
6122         (__ASSUME_DUP3): Likewise.
6123         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
6124         Likewise.
6125         (__ASSUME_UTIMES): Likewise.
6126         (__ASSUME_EVENTFD2): Likewise.
6127         (__ASSUME_SIGNALFD4): Likewise.
6128         * sysdeps/unix/sysv/linux/tile/kernel-features.h
6129         (__ASSUME_O_CLOEXEC): Likewise.
6130         (__ASSUME_SOCK_CLOEXEC): Likewise.
6131         (__ASSUME_IN_NONBLOCK): Likewise.
6132         (__ASSUME_PIPE2): Likewise.
6133         (__ASSUME_EVENTFD2): Likewise.
6134         (__ASSUME_SIGNALFD4): Likewise.
6135         (__ASSUME_DUP3): Likewise.
6136         (__ASSUME_UTIMES): Undefine.
6137
6138         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
6139         feclearexcept.  Remove symbol versioning code.
6140         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
6141         symbol versioning code.
6142         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
6143         symbol versioning code.
6144         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
6145         feupdateenv.  Remove symbol versioning code.
6146         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
6147         fegetexceptflag.  Remove symbol versioning code.
6148         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
6149         fesetexceptflag.  Remove symbol versioning code.
6150         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
6151         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
6152         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
6153         (__posix_fadvise64_l32): Remove prototype.
6154         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
6155         code.
6156
6157 2014-05-13  Roland McGrath  <roland@hack.frob.com>
6158
6159         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
6160         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
6161         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
6162         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
6163
6164 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
6165
6166         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
6167         current working directory
6168
6169 2014-05-13  Roland McGrath  <roland@hack.frob.com>
6170
6171         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
6172         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
6173         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
6174         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
6175         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
6176         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
6177         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
6178         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
6179         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
6180         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
6181         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
6182         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
6183         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
6184         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
6185         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
6186         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
6187         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
6188         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
6189         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
6190         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
6191         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
6192         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
6193         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
6194         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
6195         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
6196         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
6197         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
6198         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
6199         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
6200         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
6201         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
6202         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
6203         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
6204         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
6205         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
6206         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
6207         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
6208         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
6209         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
6210         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
6211         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
6212         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
6213
6214         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
6215         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
6216
6217         * sysdeps/unix/sysv/linux/arm/Makefile
6218         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
6219         Add rt-aeabi_unwind_cpp_pr1.
6220         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
6221         Add nptl-aeabi_unwind_cpp_pr1.
6222         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
6223         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
6224         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
6225         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6226         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
6227         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6228
6229         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
6230         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
6231         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
6232         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
6233
6234         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
6235         Deconditionalize the code that was previously under [RESET_PID].
6236         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
6237
6238         * sysdeps/generic/exit-thread.h: New file.
6239         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
6240         * include/unistd.h (__exit_thread): Remove declaration.
6241         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
6242         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
6243         * csu/libc-start.c: Include <exit-thread.h>.
6244         (LIBC_START_MAIN): Pass no argument to __exit_thread.
6245         * nptl/pthread_create.c: Include <exit-thread.h>.
6246         (start_thread): Call __exit_thread in place of __exit_thread_inline.
6247         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
6248         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
6249         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
6250         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
6251         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
6252         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
6253         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
6254         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
6255         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
6256         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
6257         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
6258         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
6259         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
6260         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
6261         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
6262         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
6263
6264 2014-05-13  Andreas Schwab  <schwab@suse.de>
6265
6266         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
6267
6268 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
6269
6270         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
6271         (__ASSUME_UTIMES): Do not condition on kernel version.
6272         (__ASSUME_PSELECT): Define unconditionally.
6273         (__ASSUME_PPOLL): Likewise.
6274         (__ASSUME_ATFCTS): Likewise.
6275         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
6276         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
6277         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
6278         (__ASSUME_UTIMENSAT): Define unconditionally.
6279         (__ASSUME_PRIVATE_FUTEX): Likewise.
6280         (__ASSUME_FALLOCATE): Likewise.
6281         (__ASSUME_O_CLOEXEC): Likewise.
6282         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
6283         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
6284         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
6285         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
6286         (__ASSUME_IN_NONBLOCK): Likewise.
6287         (__ASSUME_PIPE2): Likewise.
6288         (__ASSUME_EVENTFD2): Likewise.
6289         (__ASSUME_SIGNALFD4): Likewise.
6290         (__ASSUME_DUP3): Likewise.
6291         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6292         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
6293         (__ASSUME_AT_RANDOM): Likewise.
6294         (__ASSUME_PREADV): Likewise.
6295         (__ASSUME_PWRITEV): Likewise.
6296         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
6297         (__ASSUME_F_GETOWN_EX): Define unconditionally.
6298         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
6299         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
6300         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
6301         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6302         (__ASSUME_O_CLOEXEC): Define unconditionally.
6303         (__ASSUME_PSELECT): Do not undefine conditionally.
6304         (__ASSUME_PPOLL): Likewise.
6305         (__ASSUME_ATFCTS): Likewise.
6306         (__ASSUME_SET_ROBUST_LIST): Likewise.
6307         (__ASSUME_UTIMENSAT): Likewise.
6308         (__ASSUME_FDATASYNC): Define unconditionally.
6309         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6310         (__ASSUME_SIGFRAME_V2): Likewise.
6311         )__ASSUME_EVENTFD2): Likewise.
6312         (__ASSUME_SIGNALFD4): Likewise.
6313         (__ASSUME_PSELECT): Do not undefine conditionally.
6314         (__ASSUME_PPOLL): Likewise.
6315         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6316         (__ASSUME_PSELECT): Define unconditionally.
6317         (__ASSUME_PPOLL): Likewise.
6318         (__ASSUME_O_CLOEXEC): Likewise.
6319         (__ASSUME_SOCK_CLOEXEC): Likewise.
6320         (__ASSUME_IN_NONBLOCK): Likewise.
6321         (__ASSUME_PIPE2): Likewise.
6322         (__ASSUME_EVENTFD2): Likewise.
6323         (__ASSUME_SIGNALFD4): Likewise.
6324         (__ASSUME_DUP3): Likewise.
6325         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6326         (__ASSUME_O_CLOEXEC): Likewise.
6327         (__ASSUME_SOCK_CLOEXEC): Likewise.
6328         (__ASSUME_IN_NONBLOCK): Likewise.
6329         (__ASSUME_PIPE2): Likewise.
6330         (__ASSUME_EVENTFD2): Likewise.
6331         (__ASSUME_SIGNALFD4): Likewise.
6332         (__ASSUME_DUP3): Likewise.
6333         * sysdeps/unix/sysv/linux/mips/kernel-features.h
6334         (__ASSUME_EVENTFD2): Likewise.
6335         (__ASSUME_SIGNALFD4): Likewise.
6336         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6337
6338 2014-05-12  Andreas Schwab  <schwab@suse.de>
6339
6340         [BZ #16932]
6341         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
6342         (_nss_nis_gethostbyname4_r): Return error if item length is larger
6343         than maximum RPC packet size.
6344         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
6345         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
6346         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
6347         (_nss_nis_getservbyport_r): Likewise.
6348
6349 2014-05-12  Will Newton  <will.newton@linaro.org>
6350
6351         * malloc/Makefile (tests): Add tst-mallopt.
6352         * malloc/tst-mallopt.c: New file.
6353
6354 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6355
6356         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
6357         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
6358
6359 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6360
6361         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
6362         (tst-tlsmod6.so): Likewise.
6363
6364 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6365
6366         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
6367
6368 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
6369
6370         [BZ #16064]
6371         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
6372         and <dl-procinfo.h>.
6373         (__fegetenv): Save SSE state in envp->__eip if supported.
6374         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
6375         envp->__eip if supported.
6376         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
6377         and <dl-procinfo.h>.
6378         (__fesetenv): Always set __eip, __cs_selector, __opcode,
6379         __data_offset and __data_selector in environment to 0.  Set SSE
6380         state if supported.
6381         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
6382         test-fenv-sse.
6383         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
6384         -mfpmath=sse.
6385         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
6386
6387 2014-05-09  Will Newton  <will.newton@linaro.org>
6388
6389         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
6390         and libc_relro_required for ARM.
6391         * sysdeps/arm/preconfigure: Regenerate.
6392
6393 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6394             Stefan Liebler  <stli@linux.vnet.ibm.com>
6395
6396         * config.make.in (enable-lock-elision): New Makefile variable.
6397         * configure.ac: Likewise.
6398         * configure: Regenerate.
6399         * sysdeps/s390/configure.ac:
6400         Add check for gcc transactions support.
6401         * sysdeps/s390/configure: Regenerate.
6402         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
6403         Build elision files if enabled.
6404         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
6405         Add lock elision support for s390.
6406         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
6407         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
6408         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
6409         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
6410         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
6411         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
6412         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
6413         Likewise.
6414         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
6415         Likewise.
6416         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
6417         Likewise.
6418         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
6419         Likewise.
6420         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
6421         (__lll_timedlock_elision, __lll_lock_elision)
6422         (__lll_unlock_elision, __lll_trylock_elision)
6423         (lll_timedlock_elision, lll_lock_elision)
6424         (lll_unlock_elision, lll_trylock_elision): Add.
6425         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6426         (pthread_mutex_t): Add lock elision support for s390.
6427
6428 2014-05-14  Wilco  <wdijkstr@arm.com>
6429
6430         * sysdeps/arm/fclrexcpt.c: Cleanup.
6431         * sysdeps/arm/fedisblxcpt.c: Cleanup.
6432         * sysdeps/arm/feenablxcpt.c: Cleanup.
6433         * sysdeps/arm/fegetenv.c: Cleanup.
6434         * sysdeps/arm/fegetexcept.c: Cleanup.
6435         * sysdeps/arm/fegetround.c: Cleanup.
6436         * sysdeps/arm/feholdexcpt.c: Cleanup.
6437         * sysdeps/arm/fesetenv.c: Cleanup.
6438         * sysdeps/arm/fesetround.c: Cleanup.
6439         * sysdeps/arm/feupdateenv.c: Cleanup.
6440         * sysdeps/arm/fgetexcptflg.c: Cleanup.
6441         * sysdeps/arm/fraiseexcpt.c: Cleanup.
6442         * sysdeps/arm/fsetexcptflg.c: Cleanup.
6443         * sysdeps/arm/ftestexcept.c: Cleanup.
6444         * sysdeps/arm/get-rounding-mode.h: Cleanup.
6445         * sysdeps/arm/setfpucw.c: Cleanup.
6446
6447 2014-05-09  Will Newton  <will.newton@linaro.org>
6448
6449         * sysdeps/arm/armv7/strcmp.S: New file.
6450         * NEWS: Mention addition of ARMv7 optimized strcmp.
6451
6452 2014-05-08  Roland McGrath  <roland@hack.frob.com>
6453
6454         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
6455         look for %.ac rather than %.in.
6456
6457         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
6458         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
6459         * sysdeps/mach/hurd/configure: Regenerated.
6460         * sysdeps/unix/sysv/linux/configure: Regenerated.
6461
6462         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
6463
6464 2014-05-07  Steve Ellcey  <sellcey@mips.com>
6465
6466         [BZ# 16922]
6467         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
6468         (LONG_SUB): Ditto.
6469         (PTR_SUB): Ditto.
6470
6471 2014-05-07  Andreas Schwab  <schwab@suse.de>
6472
6473         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
6474         when skipping over non-matching result from nscd.
6475
6476 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
6477
6478         [BZ #16876]
6479         * nptl/sockperf.c (client): Check socket return value.
6480
6481         [BZ #16877]
6482         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
6483         nscd security class.
6484
6485 2014-05-06  Roland McGrath  <roland@hack.frob.com>
6486
6487         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
6488         * sysdeps/arm/unwind.h: ... here.
6489
6490 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
6491
6492         [BZ# 16916]
6493         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
6494         Define.
6495
6496 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6497
6498         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
6499         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
6500         multiarch strncpy for PPC64.
6501         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
6502         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
6503         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
6504         multiarch optimizations.
6505         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6506         (__libc_ifunc_impl_list): Likewise.
6507         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
6508         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
6509         multiarch stpncpy for PPC64.
6510         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
6511         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
6512
6513 2014-05-06  Andreas Schwab  <schwab@suse.de>
6514
6515         [BZ #16912]
6516         * gmon/mcount.c (_MCOUNT_DECL): Use
6517         atomic_compare_and_exchange_bool_acq instead of
6518         catomic_compare_and_exchange_bool_acq.
6519
6520 2014-05-05  Roland McGrath  <roland@hack.frob.com>
6521
6522         * elf/Makefile (others, install-bin): Remove pldd.
6523         (pldd-modules): Variable removed.
6524         ($(objpfx)pldd): Target removed.
6525         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
6526         (others, install-bin): Append pldd here.
6527         ($(objpfx)pldd): New target.
6528
6529         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
6530         to 0, so the first #if test emitted later doesn't see it undefined.
6531         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
6532         * sysdeps/gnu/errlist.c: Regenerated.
6533
6534 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6535
6536         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6537         [libc_hidden_builtin_def]: Define to empty value.
6538         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
6539         [libc_hidden_builtin_def]: Likewise.
6540         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
6541         [libc_hidden_builtin_def]: Likewise.
6542         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
6543         [libc_hidden_builtin_def]: Likewise.
6544         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
6545         __redirect_memcpy and define ifunc as default hidden symbol.
6546         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
6547         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
6548
6549 2014-05-04  Adam Conrad  <adconrad@0c3.net>
6550
6551         * locale/iso-4217.def: Reintroduce XDR currency.
6552
6553 2014-05-04  Allan McRae  <allan@archlinux.org>
6554
6555         * po/eo.po: Update Esperanto translation from translation project.
6556
6557 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
6558
6559         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
6560         and FEATURE_INDEX_MAX to 1.
6561         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
6562
6563 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6564
6565         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
6566         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
6567         * iconvdata/big5.c (ONE_DIRECTION): Define.
6568         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
6569         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
6570         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
6571         * iconvdata/cp932.c (ONE_DIRECTION): Define.
6572         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
6573         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
6574         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
6575         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
6576         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
6577         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
6578         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
6579         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
6580         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
6581         * iconvdata/gbk.c (ONE_DIRECTION): Define.
6582         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
6583         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
6584         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
6585         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
6586         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
6587         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
6588         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
6589         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
6590         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
6591         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
6592         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
6593         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
6594         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
6595         * iconvdata/iso646.c (ONE_DIRECTION): Define.
6596         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
6597         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
6598         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
6599         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
6600         * iconvdata/johab.c (ONE_DIRECTION): Define.
6601         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
6602         * iconvdata/sjis.c (ONE_DIRECTION): Define.
6603         * iconvdata/t.61.c (ONE_DIRECTION): Define.
6604         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
6605         * iconvdata/tscii.c (ONE_DIRECTION): Define.
6606         * iconvdata/uhc.c (ONE_DIRECTION): Define.
6607         * iconvdata/unicode.c (ONE_DIRECTION): Define.
6608         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
6609         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
6610         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
6611
6612 2014-05-01  Roland McGrath  <roland@hack.frob.com>
6613
6614         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
6615         (_IO_JUMPS_OFFSET): Define to 0.
6616
6617         * nptl/sysdeps/pthread/bits/libc-lock.h
6618         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6619         (__libc_lock_define_initialized_recursive): Always define using
6620         initializer.  Modern compilers treat uninitialized (implicit zero) and
6621         explicit zero initializers the same (i.e. put the datum in bss).
6622
6623 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6624
6625         * nscd/nscd-client.h: Include <string.h>.
6626
6627 2014-05-01  David S. Miller  <davem@davemloft.net>
6628
6629         [BZ #16885]
6630         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
6631         multiple zero bytes exist at the end of a string.
6632         Reported by Aurelien Jarno <aurelien@aurel32.net>
6633
6634         * string/test-strcmp.c (check): Add explicit test for situations where
6635         there are multiple zero bytes after the first.
6636
6637 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6638
6639         [BZ #16890]
6640         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
6641         when compiling wprintf.
6642         * stdio-common/tstdiomisc.c (t3): New function.
6643         (main): Call it.
6644
6645 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6646
6647         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
6648         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
6649         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
6650         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
6651
6652 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6653
6654         * stdlib/longlong.h: Updated from GCC.
6655
6656 2014-05-01  Will Newton  <will.newton@linaro.org>
6657             Bernard Ogden  <bernie.ogden@linaro.org>
6658
6659         * NEWS: Update fixed bug list.
6660
6661         [BZ #15119]
6662         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
6663
6664 2014-04-30  David S. Miller  <davem@davemloft.net>
6665
6666         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
6667         (libc_feholdexcept_setround_sparc_ctx): New function.
6668         (libc_fesetenv_sparc_ctx): Likewise.
6669         (libc_feupdateenv_sparc_ctx): Likewise.
6670         (libc_feholdsetround_sparc_ctx): Likewise.
6671         (libc_feholdexcept_setround_ctx): Define.
6672         (libc_feholdexcept_setroundf_ctx): Likewise.
6673         (libc_feholdexcept_setroundl_ctx): Likewise.
6674         (libc_fesetenv_ctx): Likewise.
6675         (libc_fesetenvf_ctx): Likewise.
6676         (libc_fesetenvl_ctx): Likewise.
6677         (libc_feupdateenv_ctx): Likewise.
6678         (libc_feupdateenvf_ctx): Likewise.
6679         (libc_feupdateenvl_ctx): Likewise.
6680         (libc_feresetround_ctx): Likewise.
6681         (libc_feresetroundf_ctx): Likewise.
6682         (libc_feresetroundl_ctx): Likewise.
6683         (libc_feholdsetround_ctx): Likewise.
6684         (libc_feholdsetroundf_ctx): Likewise.
6685         (libc_feholdsetroundl_ctx): Likewise.
6686
6687         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6688         with __USE_GNU instead of XOPEN cpp guards.
6689
6690         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
6691         0.
6692
6693         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6694         with XOPEN cpp guards.
6695
6696 2014-04-30  Julian Brown  <julian@codesourcery.com>
6697
6698         [BZ #16888]
6699         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
6700         handling.
6701
6702 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
6703
6704         [BZ #9894]
6705         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
6706         Change to 2.6.32.
6707         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
6708         * sysdeps/unix/sysv/linux/configure: Regenerated.
6709         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
6710         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
6711         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
6712         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
6713         * README: Update reference to required Linux kernel version.
6714         * manual/install.texi (Linux): Update reference to required Linux
6715         kernel headers version.
6716         * INSTALL: Regenerated.
6717
6718         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
6719         header inclusion.
6720         [POSIX] (limits.h): Likewise.
6721         [POSIX] (math.h): Likewise.
6722         [POSIX] (sys/wait.h): Likewise.
6723         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
6724         function.
6725         [POSIX] (stddef.h): Do not allow header inclusion.
6726
6727 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6728
6729         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
6730
6731 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
6732
6733         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
6734         Return immediately after lll_futex_wake.
6735
6736 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6737
6738         [BZ #16791]
6739         * nscd/nscd-client.h (datahead_init_common): Initialize entire
6740         structure.
6741         (datahead_init_pos): Call datahead_init_common early.
6742         (datahead_init_neg): Likewise.
6743
6744         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
6745         datahead_init_neg): New functions.
6746         * nscd/aicache.c (addhstaiX): Use them.
6747         * nscd/grpcache.c (cache_addgr): Likewise.
6748         * nscd/hstcache.c (cache_addhst): Likewise.
6749         * nscd/initgrcache.c (addinitgroupsX): Likewise.
6750         * nscd/netgroupcache.c (do_notfound): Likewise.
6751         (addgetnetgrentX): Likewise.
6752         (addinnetgrX): Likewise.
6753         * nscd/pwdcache.c (cache_addpw): Likewise.
6754         * nscd/servicescache.c (cache_addserv): Likewise.
6755
6756 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6757             Atsushi Onoe  <atsushi@onoe.org>
6758
6759         [BZ #14308]
6760         [BZ #12994]
6761         [BZ #13651]
6762         * resolv/res_query.c (__libc_res_nsearch): Return if at least
6763         one response is valid.
6764         * resolv/res_send.c (send_dg): Check for validity of other
6765         response if the current response is a referral.
6766
6767 2014-04-29  Steve Ellcey  <sellcey@mips.com>
6768
6769         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
6770
6771 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
6772
6773         [BZ #16823]
6774         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
6775         Always divide by positive zero when computing -Inf result.
6776         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
6777         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
6778
6779 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6780
6781         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
6782         FPSCR if value do not change.
6783         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
6784         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
6785         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
6786         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
6787         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
6788         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
6789         function.
6790
6791 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
6792
6793         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
6794         * sysdeps/unix/sysv/linux/hppa: Move directory from
6795         ports/systeps/unix/sysv/linux/hppa.
6796         * README: Update listing for hppa-*-linux-gnu.
6797
6798 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
6799
6800         [BZ #16754]
6801         * manual/stdio.texi (Hook functions): Fix types of stream hook
6802         functions.
6803         [BZ #16854]
6804         * socket/sys/socket.h: Fix typo in comment.
6805
6806 2014-04-28  Wilco  <wdijkstr@arm.com>
6807
6808         * sysdeps/arm/fenv_private.h: New file.
6809         * sysdeps/arm/math_private.h: New file.
6810         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
6811
6812 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
6813
6814         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
6815         with __int128_t.
6816         (La_x86_64_retval): Likewise.
6817
6818 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
6819
6820         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
6821         fpsr if value didn't change.
6822         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
6823         to fpcr if value didn't change.
6824         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
6825         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
6826         fpsr or fpcr if value didn't change.
6827         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
6828         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
6829         fpcr if value didn't change.
6830         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
6831         to fpsr if value didn't change.
6832
6833 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
6834
6835         * nptl/tst-sem3.c: Use test-skeleton.c
6836         (main): Rename to do_test.  Use return instead of
6837         exit.
6838         * nptl/tst-sem4.c: Use test-skeleton.c
6839         (main): Rename to do_test.
6840
6841 2014-04-22  David S. Miller  <davem@davemloft.net>
6842
6843         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
6844         (struct sigaction): New struct member __glibc_reserved0, change
6845         type of sa_flags to int.
6846
6847 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
6848
6849         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
6850         (COUNT_LEADING_ZEROS_0): Define for AArch64.
6851
6852 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
6853
6854         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
6855         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
6856
6857 2014-04-22  Will Newton  <will.newton@linaro.org>
6858             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
6859
6860         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
6861         (__longjmp): Add longjmp and longjmp_target SystemTap
6862         probes.
6863         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
6864         (__sigsetjmp): Add setjmp SystemTap probe.
6865
6866 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
6867
6868         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
6869         match manual order.
6870
6871 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6872
6873         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
6874
6875         * sysdeps/powerpc/fpu/fenv_private.h
6876         (libc_feholdexcept_setroundl_ctx): Define to
6877         libc_feholdexcept_setround_ppc_ctx.
6878         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
6879         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
6880         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
6881         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
6882
6883 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
6884
6885         * sysdeps/aarch64/math-tests.h: New file.
6886
6887 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
6888
6889         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
6890         New.
6891         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
6892         Check and set bit_AVX2_Usable.
6893         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
6894         macro.
6895         (bit_AVX2): Likewise.
6896         (index_AVX2_Usable): Likewise.
6897         (CPUID_AVX2): Likewise.
6898         (HAS_AVX2): Likewise.
6899
6900 2014-04-17  Will Newton  <will.newton@linaro.org>
6901
6902         * manual/setjmp.texi (System V contexts): Add note that
6903         calling setcontext on a context created by a call to a
6904         signal handler is undefined.  Update text to note that
6905         setcontext from a signal handler is possible but not
6906         recommended.
6907
6908         [BZ #16629]
6909         * stdlib/tst-setcontext.c: Include signal.h.
6910         (main): Check that the signal stack before and
6911         after swapcontext is the same.
6912
6913         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
6914         Re-implement to restore registers in user code and avoid
6915         rt_sigreturn system call.
6916
6917 2014-04-17  Wilco  <wdijkstr@arm.com>
6918
6919         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
6920         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
6921         * math/test-fenv.c: Skip exception trap tests on targets which only
6922         support non-stop mode.
6923
6924 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
6925             Wilco Dijkstra  <wilco.dijkstra@arm.com>
6926
6927         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
6928         (libc_feholdsetround_aarch64_ctx)
6929         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
6930         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
6931         (libc_feresetround_ctx, libc_feresetroundf_ctx)
6932         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
6933         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
6934         (libc_feresetround_noexl_ctx): Define.
6935
6936 2014-04-16  Richard Henderson  <rth@redhat.com>
6937
6938         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
6939
6940         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
6941         unwind tables.
6942
6943         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
6944         const from the non-libc, non-ldso copy.
6945
6946         * sysdeps/alpha/libm-test-ulps: Regenerate.
6947
6948 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
6949             Wilco Dijkstra  <wilco.dijkstra@arm.com>
6950
6951         * sysdeps/aarch64/fpu/math_private.h: New file.
6952
6953 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6954
6955         * sysdeps/aarch64/libm-test-ulps: Regenerate.
6956
6957 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
6958
6959         [BZ #16275]
6960         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
6961         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
6962         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
6963         Intel MPX bound registers before _dl_profile_fixup.
6964         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
6965         registers after _dl_profile_fixup.  Save and restore bound
6966         registers bnd0/bnd1 when calling _dl_call_pltexit.
6967         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
6968         (LR_BND_OFFSET): Likewise.
6969         (LRV_BND0_OFFSET): Likewise.
6970         (LRV_BND1_OFFSET): Likewise.
6971
6972 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6973
6974         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
6975         to...
6976         * sysdeps/mach/hurd/i386/tls.h: ... here.
6977         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
6978         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
6979         fields.
6980
6981 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6982
6983         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
6984
6985 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
6986
6987         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6988
6989 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
6990
6991         [BZ #14770]
6992         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
6993         * sysdeps/s390/configure: Regenerate.
6994
6995         [BZ #16824]
6996         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
6997         Set round-to-nearest internally to reduce error accumulation.
6998
6999 2014-04-16  Alan Modra  <amodra@gmail.com>
7000
7001         [BZ #16740]
7002         [BZ #16619]
7003         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
7004         * math/libm-test.inc (frexp_test_data): Add tests.
7005         * NEWS: Update fixed bug list.
7006
7007 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7008
7009         * benchtests/Makefile: Depend on libraries in build directory.
7010         (bench-math): Separate out math tests.
7011         (bench-pthread): Separate out pthread tests.
7012         (bench): Include math and pthread tests.
7013
7014 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
7015
7016         [BZ #16831]
7017         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
7018         _dl_debug_initialize.
7019
7020         * configure.ac: Remove SELinux header check.
7021         * configure: Regenerate.
7022         * nscd/selinux.c (perms): Array of const char* to permission names.
7023         (nscd_request_avc_has_perm): Call security_deny_unknown to find
7024         default policy. Call string_to_security_class and string_to_av_perm to
7025         translate strings. Enforce default policy and call avs_has_perm with
7026         results of translated strings.
7027
7028 2014-04-13  David S. Miller  <davem@davemloft.net>
7029
7030         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7031
7032 2014-04-12  Allan McRae  <allan@archlinux.org>
7033
7034         [BZ #16838]
7035         * manual/string.texi (Collation Functions): Fix qsort argument
7036         order in example.
7037         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
7038
7039 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
7040
7041         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
7042         Make the test a no-op if there are no exceptions defined.
7043
7044 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
7045
7046         * elf/Makefile (tests): make tst-dlopen-aout conditional on
7047         enable-hardcoded-path-in-tests
7048
7049 2014-04-11  Will Newton  <will.newton@linaro.org>
7050
7051         * benchtests/Makefile (extra-objs): Add json-lib.o.
7052         (bench-func): Tidy up JSON output.
7053         * benchtests/bench-skeleton.c: Include json-lib.h.
7054         (main): Use JSON library functions to do output of
7055         benchmark results.
7056         * benchtests/bench-timing-type.c (main): Output the
7057         timing type simply, leaving formatting to the user.
7058         * benchtests/json-lib.c: New file.
7059         * benchtests/json-lib.h: Likewise.
7060
7061 2014-04-11  Torvald Riegel  <triegel@redhat.com>
7062
7063         [BZ #15215]
7064         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
7065         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
7066         memory barriers.  Add comments.
7067         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
7068         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
7069         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
7070         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
7071         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
7072         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
7073
7074 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
7075
7076         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
7077         * sysdeps/s390/s390-64/configure.ac: ... this ...
7078         * sysdeps/s390/configure.ac: ... to here.
7079         * sysdeps/s390/s390-32/configure: Delete file.
7080         * sysdeps/s390/s390-64/configure: Delete file.
7081         * sysdeps/s390/configure: Regenerate.
7082
7083 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
7084
7085         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
7086
7087 2014-04-11  Will Newton  <will.newton@linaro.org>
7088
7089         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
7090         to zero if it is not defined elsewhere.  (mtrim): Test
7091         the value of MALLOC_DEBUG with #if rather than #ifdef.
7092
7093 2014-04-10 Torvald Riegel  <triegel@redhat.com>
7094
7095         * benchtests/pthread_once-inputs: New file.
7096         * benchtests/pthread_once-source.c: New file.
7097         * benchtests/README: Update documentation.
7098
7099 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
7100             H.J. Lu  <hongjiu.lu@intel.com>
7101
7102         [BZ #16275]
7103         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
7104         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
7105         * sysdeps/x86_64/configure: Regenerated.
7106         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
7107         macro.
7108         (REGISTER_SAVE_RAX): Likewise.
7109         (REGISTER_SAVE_RCX): Likewise.
7110         (REGISTER_SAVE_RDX): Likewise.
7111         (REGISTER_SAVE_RSI): Likewise.
7112         (REGISTER_SAVE_RDI): Likewise.
7113         (REGISTER_SAVE_R8): Likewise.
7114         (REGISTER_SAVE_R9): Likewise.
7115         (REGISTER_SAVE_BND0): Likewise.
7116         (REGISTER_SAVE_BND1): Likewise.
7117         (REGISTER_SAVE_BND2): Likewise.
7118         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
7119         bound registers when calling _dl_fixup.
7120
7121 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7122
7123         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
7124         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
7125         of its definition.
7126         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
7127         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
7128         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
7129         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
7130         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
7131         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
7132         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
7133
7134 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
7135
7136         [BZ #15514]
7137         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
7138         pathconf(_PC_NAME_MAX).
7139
7140 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7141
7142         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
7143         Remove macro usage.
7144         (__PTHREAD_SPINS): Move definition to ...
7145         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7146         (__PTHREAD_SPINS): ... here.
7147         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7148         (__PTHREAD_SPIN): Likewise.
7149         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
7150         (__PTHREAD_SPIN): Likewise.
7151         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
7152         (__PTHREAD_SPIN): Likewise.
7153         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
7154         (__PTHREAD_SPIN): Likewise.
7155         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7156         (__PTHREAD_SPIN): Likewise.
7157         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7158         (__PTHREAD_SPIN): Likewise.
7159         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
7160         (__PTHREAD_SPIN): Likewise.
7161         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7162         (__PTHREAD_SPIN): Likewise.
7163         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7164         (__PTHREAD_SPIN): Likewise.
7165         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7166         (__PTHREAD_SPIN): Likewise.
7167         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7168         (__PTHREAD_SPIN): Likewise.
7169         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
7170         (__PTHREAD_SPIN): Likewise.
7171
7172         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
7173         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
7174         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
7175         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
7176         imply folder.
7177         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
7178         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
7179         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
7180         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
7181         correct imply path.
7182         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
7183         strlen symbol for non multi-arch builds.
7184         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
7185         missing hidden_def and weak_alias.
7186
7187 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
7188
7189         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
7190
7191 2014-04-07  Will Newton  <will.newton@linaro.org>
7192
7193         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
7194         and contents.  [!_LIBC] Remove #ifndef and contents.
7195         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
7196         * string/memccpy.c (__memccpy): Use ANSI prototype.
7197         * string/memfrob.c (memfrob): Likewise.
7198         * string/strcoll.c (STRCOLL): Likewise.
7199         * string/strlen.c (strlen): Likewise.
7200         * string/strtok.c (STRTOK): Likewise.
7201         * string/strcat.c: Remove unused #include of memcopy.h.
7202         (strcat): Use ANSI prototype.
7203         * string/strchr.c: Remove unused #include of memcopy.h.
7204         (strchr): Use ANSI prototype.
7205         * string/strcmp.c: Remove unused #include of memcopy.h.
7206         (strcmp): Use ANSI prototype.
7207         * string/strcpy.c: Remove unused #include of memcopy.h.
7208         (strcpy): Use ANSI prototype.
7209
7210 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7211
7212         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
7213         * config.make.in (config-extra-cppflags): Set it from
7214         libc_extra_cppflags.
7215         * configure.ac (libc_extra_cflags): Make it accumulate over
7216         configure fragments.
7217         (libc_extra_cppflags): New flag.
7218         * configure. Regenerate.
7219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7220         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
7221         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
7223
7224         [BZ #16815]
7225         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
7226         result for FE_DOWNWARD rounding mode.
7227         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
7228         Likewise.
7229         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7230
7231 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
7232
7233         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
7234         in function argument name.
7235
7236 2014-04-03  David Svoboda  <svoboda@cert.org>
7237
7238         [BZ #5666]
7239         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
7240         explicitly.
7241
7242 2014-04-03  Roland McGrath  <roland@hack.frob.com>
7243
7244         * elf/dl-unmap-segments.h: New file.
7245         * sysdeps/generic/ldsodefs.h
7246         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
7247         * elf/dl-close.c: Include <dl-unmap-segments.h>.
7248         * elf/dl-fptr.c: Likewise.
7249         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
7250         * sysdeps/aarch64/tlsdesc.c: Likewise.
7251         * sysdeps/arm/tlsdesc.c: Likewise.
7252         * sysdeps/i386/tlsdesc.c: Likewise.
7253         * sysdeps/tile/dl-runtime.c: Likewise.
7254         * sysdeps/x86_64/tlsdesc.c: Likewise.
7255         * elf/dl-load.h: New file.
7256         * elf/dl-load.c: Include it.
7257         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
7258         Macros moved to dl-load.h.
7259         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
7260         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
7261         Use _dl_unmap_segments in place of __munmap.
7262         Break out segment-mapping loop into ...
7263         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
7264
7265 2014-04-03  Will Newton  <will.newton@linaro.org>
7266
7267         * elf/dl-lookup.c (do_lookup_x): Remove comment
7268         referring to nested function and move variable
7269         declarations down to before first use.
7270
7271 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
7272
7273         [BZ #16799]
7274         [BZ #16800]
7275         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
7276         with 0 numerator.
7277         * math/s_catanf.c (__catanf): Likewise.
7278         * math/s_catanh.c (__catanh): Likewise.
7279         * math/s_catanhf.c (__catanhf): Likewise.
7280         * math/s_catanhl.c (__catanhl): Likewise.
7281         * math/s_catanl.c (__catanl): Likewise.
7282         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
7283         by positive zero when computing -Inf result.
7284         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
7285         (catanh_test): Likewise.
7286         * sysdeps/i386/fpu/libm-test-ulps: Update.
7287         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7288
7289         [BZ #16789]
7290         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
7291         instead of using underflowing value in computing result.
7292         * math/s_clog10.c (__clog10): Likewise.
7293         * math/s_clog10f.c (__clog10f): Likewise.
7294         * math/s_clog10l.c (__clog10l): Likewise.
7295         * math/s_clogf.c (__clogf): Likewise.
7296         * math/s_clogl.c (__clogl): Likewise.
7297         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
7298         (clog10_test): Likewise.
7299         * sysdeps/i386/fpu/libm-test-ulps: Update.
7300         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7301
7302 2014-04-02  Alan Modra  <amodra@gmail.com>
7303
7304         [BZ #16739]
7305         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
7306         output when value is near a power of two.  Use int64_t for lx and
7307         remove casts.  Use decimal rather than hex exponent constants.
7308         Don't use long double multiplication when double will suffice.
7309         * math/libm-test.inc (nextafter_test_data): Add tests.
7310         * NEWS: Add 16739 and 16786 to bug list.
7311
7312         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
7313
7314         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
7315
7316 2014-04-01  Will Newton  <will.newton@linaro.org>
7317
7318         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
7319         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
7320
7321 2014-04-01  Florian Weimer  <fweimer@redhat.com>
7322
7323         [BZ #13347]
7324         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
7325         * nptl/tst-setuid2.c: New file.
7326         * nptl/Makefile (xtests): Add tst-setuid2.
7327
7328 2014-04-01  Alan Modra  <amodra@gmail.com>
7329
7330         [BZ #16786]
7331         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
7332
7333 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7334
7335         [BZ #6803]
7336         [BZ #6804]
7337         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
7338         set errno as appropriate.
7339         * math/w_scalbf.c (__scalbf): Likewise.
7340         * math/w_scalbl.c (__scalbl): Likewise.
7341         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
7342         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
7343         * math/libm-test.inc (scalb_test_data): Add errno expectations.
7344         Add more NaN tests.
7345
7346         [BZ #16349]
7347         * math/w_atan2.c: Include <errno.h>.
7348         (__atan2): Set errno for result underflowing to zero.
7349         * math/w_atan2f.c: Include <errno.h>.
7350         (__atan2f): Set errno for result underflowing to zero.
7351         * math/w_atan2l.c: Include <errno.h>.
7352         (__atan2l): Set errno for result underflowing to zero.
7353         * math/auto-libm-test-in: Don't allow missing errno for some atan2
7354         tests.
7355         * math/auto-libm-test-out: Regenerated.
7356
7357 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7358
7359         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
7360         Encode instruction correctly in little endian.
7361         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
7362         Likewise.
7363         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
7364         Likewise.
7365         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
7366         Likewise.
7367         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
7368         Likewise.
7369
7370 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7371
7372         [BZ #9894]
7373         * sysdeps/unix/sysv/linux/kernel-features.h
7374         [__sparc__ && !__arch64__ && !__sparc_v9__]
7375         (__ASSUME_SET_ROBUST_LIST): Do not define.
7376         [__sparc__ && !__arch64__ && !__sparc_v9__]
7377         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7378         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
7379         Likewise.
7380         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7381         (__ASSUME_FUTEX_LOCK_PI): Undefine.
7382         (__ASSUME_REQUEUE_PI): Likewise.
7383         (__ASSUME_SET_ROBUST_LIST): Likewise.
7384         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7385         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
7386         Undefine.
7387         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7388         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
7389         Likewise.
7390         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
7391         Likewise.
7392         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
7393         Likewise.
7394         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7395         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
7396         Undefine.
7397         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
7398         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
7399         Likewise.
7400
7401         [BZ #16648]
7402         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7403         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
7404         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
7405
7406 2014-03-31  Will Newton  <will.newton@linaro.org>
7407
7408         * benchtests/Makefile (bench): Add ffs and ffsll to list
7409         of tests.
7410         * benchtests/ffs-inputs: New file.
7411         * benchtests/ffsll-inputs: Likewise.
7412
7413 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
7414
7415         [BZ #16770]
7416         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
7417         too large before casting to int.
7418         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
7419         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
7420         * math/libm-test.inc (scalb_test_data): Add more tests.
7421
7422 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
7423
7424         * benchtests/Makefile (DETAILED_OPT): New make option.
7425         (bench-func): Run benchmark program with -d if DETAILED_OPT is
7426         set.
7427         * benchtests/bench-skeleton.c: Include stdbool.h.
7428         (main): Store and print timings per input.
7429         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
7430         member to each argument value.
7431         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
7432         (_print_arg_data): Initialize per-input timing to 0.
7433
7434         * benchtests/Makefile (timing-type): New binary.
7435         (bench-clean): Also remove bench-timing-type.
7436         (bench): New target for timing-type.
7437         (bench-func): Print output in JSON format.
7438         * benchtests/bench-skeleton.c (main): Print output in JSON
7439         format.
7440         * benchtests/bench-timing-type.c: New file.
7441         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
7442         (TIMING_PRINT_STATS): Remove.
7443         * benchtests/scripts/bench.py (_print_arg_data): Store variant
7444         name separately.
7445
7446         * benchtests/bench-modf.c: Remove.
7447         * benchtests/modf-inputs: New inputs file.
7448
7449 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
7450
7451         [BZ #16362]
7452         * math/s_clog10.c (M_PI_LOG10E): New macro.
7453         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
7454         imaginary parts are 0.
7455         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
7456         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
7457         imaginary parts are 0.
7458         * math/s_clog10l.c (M_PI_LOG10El): New macro.
7459         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
7460         imaginary parts are 0.
7461         * math/libm-test.inc (clog10_test_data): Update expected results
7462         for when real and imaginary parts are 0.
7463
7464 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
7465
7466         * elf/dl-load.c: Finish conversion of __builtin_expect into
7467         __glibc_{un}likely.
7468
7469 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
7470
7471         [BZ #16348]
7472         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
7473         1+x for argument with exponent below -67.
7474         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
7475         Likewise.
7476         * math/auto-libm-test-in: Add more tests of exp.
7477         * math/auto-libm-test-out: Regenerated.
7478
7479 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7480
7481         [BZ #16759]
7482         * inet/getnetgrent_r.c (get_nonempty_val): New function.
7483         (nscd_getnetgrent): Use it.
7484
7485         [BZ #16760]
7486         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
7487         of stpcpy.
7488
7489 2014-03-27  Andi Kleen  <ak@linux.intel.com>
7490
7491         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
7492         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7493         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7494         (lll_robust_unlock): Remove out of line section. Use cfi
7495         intrinsics.
7496         (LLL_STUB_UNWIND_INFO*): Remove.
7497         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
7498         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7499         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7500         (lll_robust_unlock): Remove out of line section. Use cfi
7501         intrinsics.
7502         (LLL_STUB_UNWIND_INFO*): Remove.
7503
7504 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7505
7506         [BZ #16758]
7507         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
7508         blank values.
7509
7510 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
7511
7512         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
7513
7514 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
7515
7516         [BZ #16198]
7517         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
7518         fnstenv.
7519         * math/test-fenv-preserve.c: New file.
7520         * math/Makefile (tests): Add test-fenv-preserve.
7521
7522 2014-03-26  Will Newton <will.newton@linaro.org>
7523
7524         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
7525
7526 2014-03-25  Roland McGrath  <roland@hack.frob.com>
7527
7528         * scripts/versionlist.awk: Partition the version sets and emit all
7529         GLIBC_* (sorted) before all others (sorted).
7530
7531 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7532
7533         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
7534         GLIBC_2.2.5 version.
7535
7536 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7537
7538         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
7539         calls.
7540
7541         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
7542         previous change.
7543
7544         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7545
7546 2014-03-25  Andreas Schwab  <schwab@suse.de>
7547
7548         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
7549         label to be used after in6ailist is initialized.
7550
7551 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7552
7553         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7554         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7555
7556 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7557
7558         [BZ #16357]
7559         [BZ #16599]
7560         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
7561         min_plus_half.
7562         (fp_formats): Update initializers.
7563         (init_fp_formats): Initialize new field.
7564         (output_for_one_input_case): Allow underflow for results up to
7565         min_plus_half.
7566         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
7567         * math/auto-libm-test-in: Don't mark some underflows from asin and
7568         atanh as spurious.
7569         * math/auto-libm-test-out: Regenerated.
7570         * sysdeps/i386/fpu/libm-test-ulps: Update.
7571         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7572
7573 2014-03-25  Andreas Schwab  <schwab@suse.de>
7574
7575         * libio/Makefile (tst-ftell-partial-wide-ENV)
7576         (tst-ftell-active-handler-ENV): Define.
7577
7578 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
7579
7580         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
7581
7582 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7583
7584         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
7585
7586 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7587
7588         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
7589         * sysdeps/x86_64/fpu/multiarch/e_exp.c
7590         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
7591
7592 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7593
7594         [BZ #16634]
7595         * elf/dl-load.c (open_verify): Add mode parameter.
7596         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
7597         (open_path): Change from boolean 'secure' to complete flag 'mode'
7598         (_dl_map_object): Adjust.
7599         * elf/Makefile (tests): Add tst-dlopen-aout.
7600         * elf/tst-dlopen-aout.c: New test.
7601
7602 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
7603
7604         [BZ #16714]
7605         * sysdeps/unix/sysv/linux/s390/bits/stat.h
7606         (struct stat): Rename member pad0 to __glibc_reserved0.
7607
7608         [BZ #16712]
7609         * sysdeps/s390/s390-32/bits/wordsize.h
7610         (__WORDSIZE32_SIZE_ULONG): New define.
7611         * sysdeps/s390/s390-64/bits/wordsize.h
7612         (__WORDSIZE32_SIZE_ULONG): Likewise.
7613         * sysdeps/generic/stdint.h (SIZE_MAX):
7614         Define as UL if __WORDSIZE32_SIZE_ULONG.
7615
7616         [BZ #16713]
7617         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
7618         (__glibc_reserved0): New variable.
7619         (sa_flags): Change type to int.
7620
7621         * posix/Makefile (before-compile): Use += before-compile instead
7622         of a :=.
7623
7624         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7625         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7626
7627 2014-03-20  Andreas Schwab  <schwab@suse.de>
7628
7629         [BZ #16743]
7630         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
7631         non-matching result from nscd.
7632
7633 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7634
7635         * scripts/bench.py: Moved to ...
7636         * benchtests/scripts/bench.py: ... here.
7637         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
7638
7639 2014-03-24  Andreas Schwab  <schwab@suse.de>
7640
7641         [BZ #16002]
7642         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
7643         alloca_account and account alloca use for struct in6ailist.
7644
7645 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7646
7647         [BZ #16284]
7648         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
7649         rounding mode to recompute results that overflow to infinity or
7650         underflow to zero.
7651         * math/auto-libm-test-in: Don't mark tests as expected to fail for
7652         bug 16284.
7653         * math/auto-libm-test-out: Regenerated.
7654         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
7655         (ccosh_test): Likewise.
7656         (csin_test_data): Use plus_oflow.
7657         (csin_test): Use ALL_RM_TEST.
7658         (csinh_test_data): Use plus_oflow.
7659         (csinh_test): Use ALL_RM_TEST.
7660         * sysdeps/i386/fpu/libm-test-ulps: Update.
7661         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7662
7663 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
7664
7665         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
7666         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
7667         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
7668
7669         [BZ #16731]
7670         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
7671         when x - 1 is zero.
7672         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7673         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7674         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7675         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
7676         argument is 1.
7677         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
7678         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
7679         zero.
7680         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
7681         * sysdeps/i386/fpu/libm-test-ulps: Update.
7682         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7683
7684 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7685
7686         * scripts/bench.pl: Remove file.
7687         * scripts/bench.py: New benchmark script.
7688         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
7689         * benchtests/README: Mention python dependency.
7690         * scripts/pylintrc: New file.
7691         * scripts/pylint: New file.
7692
7693         * bits/mathdef.h: Use #ifdef instead of #if.
7694         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
7695         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7696         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
7697         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7698         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
7699         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7700
7701 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7702             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7703
7704         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
7705         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
7706         and strpbrk-ppc64 objects.
7707         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7708         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
7709         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
7710         multiarch strpbrk for POWER7.
7711         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
7712         multiarch strpbrk for PPC64.
7713         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
7714         ifunc selector.
7715         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
7716         strpbrk for POWER7.
7717
7718 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
7719
7720         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
7721         (atan_test): Likewise.
7722         (atanh_test_data): Use NO_TEST_INLINE for two tests.
7723         (atanh_test): Use ALL_RM_TEST.
7724         (atan2_test_data): Likewise.
7725         (cabs_test): Likewise.
7726         (cacosh_test): Likewise.
7727         (carg_test): Likewise.
7728         (casin_test): Likewise.
7729         (casinh_test): Likewise.
7730         (cbrt_test): Likewise.
7731         (csqrt_test): Likewise.
7732         (erf_test): Likewise.
7733         (erfc_test): Likewise.
7734         (pow10_test): Likewise.
7735         (exp2_test): Likewise.
7736         (hypot_test): Likewise.
7737         (j0_test): Likewise.
7738         (j1_test): Likewise.
7739         (lgamma_test): Likewise.
7740         (gamma_test): Likewise.
7741         (sincos_test): Likewise.
7742         (tanh_test): Likewise.
7743         (y0_test): Likewise.
7744         (y1_test): Likewise.
7745         * sysdeps/i386/fpu/libm-test-ulps: Update.
7746         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7747
7748 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7749
7750         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
7751         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
7752         and strcspn-ppc64 objects.
7753         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7754         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
7755         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
7756         multiarch strcspn for POWER7.
7757         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
7758         multiarch strcspn for PPC64.
7759         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
7760         ifunc selector.
7761         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
7762         strcspn for POWER7.
7763
7764 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
7765
7766         * math/gen-libm-test.pl (generate_testfile): Expect only function
7767         name as argument to AUTO_TESTS_* and pass results for all rounding
7768         modes to parse_args.
7769         (parse_auto_input): Separate inputs of automatic tests from
7770         outputs before storing in %auto_tests.
7771         * math/libm-test.inc (acos_test_data): Update call to
7772         AUTO_TESTS_f_f.
7773         (acos_test): Use ALL_RM_TEST.
7774         (acos_tonearest_test_data): Remove.
7775         (acos_test_tonearest): Likewise.
7776         (acos_towardzero_test_data): Likewise.
7777         (acos_test_towardzero): Likewise.
7778         (acos_downward_test_data): Likewise.
7779         (acos_test_downward): Likewise.
7780         (acos_upward_test_data): Likewise.
7781         (acos_test_upward): Likewise.
7782         (acosh_test_data): Update call to AUTO_TESTS_f_f.
7783         (asin_test_data): Likewise.
7784         (asin_test): Use ALL_RM_TEST.
7785         (asin_tonearest_test_data): Remove.
7786         (asin_test_tonearest): Likewise.
7787         (asin_towardzero_test_data): Likewise.
7788         (asin_test_towardzero): Likewise.
7789         (asin_downward_test_data): Likewise.
7790         (asin_test_downward): Likewise.
7791         (asin_upward_test_data): Likewise.
7792         (asin_test_upward): Likewise.
7793         (asinh_test_data): Update call to AUTO_TESTS_f_f.
7794         (atan_test_data): Likewise.
7795         (atanh_test_data): Likewise.
7796         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
7797         (cabs_test_data): Update call to AUTO_TESTS_c_f.
7798         (carg_test_data): Likewise.
7799         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
7800         (ccos_test_data): Update call to AUTO_TESTS_c_c.
7801         (ccosh_test_data): Likewise.
7802         (cexp_test_data): Likewise.
7803         (clog_test_data): Likewise.
7804         (clog10_test_data): Likewise.
7805         (cos_test_data): Update call to AUTO_TESTS_f_f.
7806         (cos_test): Use ALL_RM_TEST.
7807         (cos_tonearest_test_data): Remove.
7808         (cos_test_tonearest): Likewise.
7809         (cos_towardzero_test_data): Likewise.
7810         (cos_test_towardzero): Likewise.
7811         (cos_downward_test_data): Likewise.
7812         (cos_test_downward): Likewise.
7813         (cos_upward_test_data): Likewise.
7814         (cos_test_upward): Likewise.
7815         (cosh_test_data): Update call to AUTO_TESTS_f_f.
7816         (cosh_test): Use ALL_RM_TEST.
7817         (cosh_tonearest_test_data): Remove.
7818         (cosh_test_tonearest): Likewise.
7819         (cosh_towardzero_test_data): Likewise.
7820         (cosh_test_towardzero): Likewise.
7821         (cosh_downward_test_data): Likewise.
7822         (cosh_test_downward): Likewise.
7823         (cosh_upward_test_data): Likewise.
7824         (cosh_test_upward): Likewise.
7825         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
7826         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
7827         (ctan_test_data): Likewise.
7828         (ctan_test): Use ALL_RM_TEST.
7829         (ctan_tonearest_test_data): Remove.
7830         (ctan_test_tonearest): Likewise.
7831         (ctan_towardzero_test_data): Likewise.
7832         (ctan_test_towardzero): Likewise.
7833         (ctan_downward_test_data): Likewise.
7834         (ctan_test_downward): Likewise.
7835         (ctan_upward_test_data): Likewise.
7836         (ctan_test_upward): Likewise.
7837         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
7838         (ctanh_test): Use ALL_RM_TEST.
7839         (ctanh_tonearest_test_data): Remove.
7840         (ctanh_test_tonearest): Likewise.
7841         (ctanh_towardzero_test_data): Likewise.
7842         (ctanh_test_towardzero): Likewise.
7843         (ctanh_downward_test_data): Likewise.
7844         (ctanh_test_downward): Likewise.
7845         (ctanh_upward_test_data): Likewise.
7846         (ctanh_test_upward): Likewise.
7847         (erf_test_data): Update call to AUTO_TESTS_f_f.
7848         (erfc_test_data): Likewise.
7849         (exp_test_data): Likewise.
7850         (exp_test): Use ALL_RM_TEST.
7851         (exp_tonearest_test_data): Remove.
7852         (exp_test_tonearest): Likewise.
7853         (exp_towardzero_test_data): Likewise.
7854         (exp_test_towardzero): Likewise.
7855         (exp_downward_test_data): Likewise.
7856         (exp_test_downward): Likewise.
7857         (exp_upward_test_data): Likewise.
7858         (exp_test_upward): Likewise.
7859         (exp10_test_data): Update call to AUTO_TESTS_f_f.
7860         (exp10_test): Use ALL_RM_TEST.
7861         (exp10_tonearest_test_data): Remove.
7862         (exp10_test_tonearest): Likewise.
7863         (exp10_towardzero_test_data): Likewise.
7864         (exp10_test_towardzero): Likewise.
7865         (exp10_downward_test_data): Likewise.
7866         (exp10_test_downward): Likewise.
7867         (exp10_upward_test_data): Likewise.
7868         (exp10_test_upward): Likewise.
7869         (exp2_test_data): Update call to AUTO_TESTS_f_f.
7870         (expm1_test_data): Likewise.
7871         (expm1_test): Use ALL_RM_TEST.
7872         (expm1_tonearest_test_data): Remove.
7873         (expm1_test_tonearest): Likewise.
7874         (expm1_towardzero_test_data): Likewise.
7875         (expm1_test_towardzero): Likewise.
7876         (expm1_downward_test_data): Likewise.
7877         (expm1_test_downward): Likewise.
7878         (expm1_upward_test_data): Likewise.
7879         (expm1_test_upward): Likewise.
7880         (fma_test_data): Update call to AUTO_TESTS_fff_f.
7881         (fma_test): Use ALL_RM_TEST.
7882         (fma_towardzero_test_data): Remove.
7883         (fma_test_towardzero): Likewise.
7884         (fma_downward_test_data): Likewise.
7885         (fma_test_downward): Likewise.
7886         (fma_upward_test_data): Likewise.
7887         (fma_test_upward): Likewise.
7888         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
7889         (j0_test_data): Update call to AUTO_TESTS_f_f.
7890         (j1_test_data): Likewise.
7891         (jn_test_data): Update call to AUTO_TESTS_if_f.
7892         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
7893         (log_test_data): Update call to AUTO_TESTS_f_f.
7894         (log10_test_data): Likewise.
7895         (log1p_test_data): Likewise.
7896         (log2_test_data): Likewise.
7897         (pow_test_data): Update call to AUTO_TESTS_ff_f.
7898         (pow_tonearest_test_data): Likewise.
7899         (sin_test_data): Update call to AUTO_TESTS_f_f.
7900         (sin_test): Use ALL_RM_TEST.
7901         (sin_tonearest_test_data): Remove.
7902         (sin_test_tonearest): Likewise.
7903         (sin_towardzero_test_data): Likewise.
7904         (sin_test_towardzero): Likewise.
7905         (sin_downward_test_data): Likewise.
7906         (sin_test_downward): Likewise.
7907         (sin_upward_test_data): Likewise.
7908         (sin_test_upward): Likewise.
7909         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
7910         (sinh_test_data): Update call to AUTO_TESTS_f_f.
7911         (sinh_test): Use ALL_RM_TEST.
7912         (sinh_tonearest_test_data): Remove.
7913         (sinh_test_tonearest): Likewise.
7914         (sinh_towardzero_test_data): Likewise.
7915         (sinh_test_towardzero): Likewise.
7916         (sinh_downward_test_data): Likewise.
7917         (sinh_test_downward): Likewise.
7918         (sinh_upward_test_data): Likewise.
7919         (sinh_test_upward): Likewise.
7920         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
7921         (sqrt_test): Use ALL_RM_TEST.
7922         (sqrt_tonearest_test_data): Remove.
7923         (sqrt_test_tonearest): Likewise.
7924         (sqrt_towardzero_test_data): Likewise.
7925         (sqrt_test_towardzero): Likewise.
7926         (sqrt_downward_test_data): Likewise.
7927         (sqrt_test_downward): Likewise.
7928         (sqrt_upward_test_data): Likewise.
7929         (sqrt_test_upward): Likewise.
7930         (tan_test_data): Update call to AUTO_TESTS_f_f.
7931         (tan_test): Use ALL_RM_TEST.
7932         (tan_tonearest_test_data): Remove.
7933         (tan_test_tonearest): Likewise.
7934         (tan_towardzero_test_data): Likewise.
7935         (tan_test_towardzero): Likewise.
7936         (tan_downward_test_data): Likewise.
7937         (tan_test_downward): Likewise.
7938         (tan_upward_test_data): Likewise.
7939         (tan_test_upward): Likewise.
7940         (tanh_test_data): Update call to AUTO_TESTS_f_f.
7941         (tgamma_test_data): Likewise.
7942         (y0_test_data): Likewise.
7943         (y1_test_data): Likewise.
7944         (yn_test_data): Update call to AUTO_TESTS_if_f.
7945         (main): Do not call removed functions.
7946
7947 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
7948
7949         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
7950         (ldexp_test_data): Remove.
7951         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
7952         scalbn_test_data.
7953         (scalb_test): Use ALL_RM_TEST.
7954
7955 2014-03-19  Andreas Schwab  <schwab@suse.de>
7956
7957         * nscd/nscd.service: Also invalidate netgroup cache on reload.
7958
7959 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
7960
7961         [BZ #16649]
7962         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7963         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
7964         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
7965         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7966         (__ASSUME_PREADV): Undefine.
7967         (__ASSUME_PWRITEV): Likewise.
7968
7969 2014-03-18  Roland McGrath  <roland@hack.frob.com>
7970
7971         * bits/mman-linux.h: Add comment about non-Linux use.
7972         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
7973         bits/mman-linux.h resting place.
7974
7975         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
7976         * bits/mman-linux.h: ... here.
7977
7978 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7979
7980         * conform/conformtest.pl: Add standard definition when calling C
7981         preprocessor on data files.
7982         (checknamespace): Remove unused variable.
7983
7984 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
7985
7986         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
7987         minus_oflow, plus_uflow and minus_uflow in expected results.
7988         * math/libm-test.inc (scalbn_test_data): Add more tests of
7989         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
7990         minus_uflow.
7991         (scalbn_test): Use ALL_RM_TEST.
7992         (scalbln_test_data): Add more tests of negative arguments.  Use
7993         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
7994         (scalbln_test): Use ALL_RM_TEST.
7995
7996 2014-03-18  Roland McGrath  <roland@hack.frob.com>
7997
7998         * scripts/abilist.awk: Ignore symbols marked with .hidden.
7999
8000 2014-03-18  Will Newton  <will.newton@linaro.org>
8001
8002         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
8003         inaccurate comment.
8004
8005 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
8006
8007         * Makerules [!subdir] (check-abi): Exit with error status if a
8008         test failed.
8009
8010 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
8011
8012         * math/libm-test.inc (nearbyint_test_data): Include all tests used
8013         for rint.  Include results for all rounding modes.
8014         (nearbyint_test): Use ALL_RM_TEST.
8015         (rint_test_data): Include all tests used for nearbyint.
8016
8017 2014-03-17  Will Newton  <will.newton@linaro.org>
8018
8019         * nptl/sysdeps/pthread/pthread.h: Revert previous
8020         change.
8021
8022         * sysdeps/generic/ldsodefs.h: Revert previous
8023         change.
8024
8025         * libio/genops.c: Revert previous change.
8026         * libio/libioP.h: Likewise.
8027         * stdio-common/vfprintf.c: Likewise.
8028
8029         * sysdeps/generic/math_private.h: Revert previous
8030         change.
8031
8032         * sysdeps/generic/math_private.h: Check whether
8033         HAVE_RM_CTX is defined with #ifdef rather
8034         than #if.
8035
8036         * argp/argp-fmtstream.h: Check whether
8037         __STRICT_ANSI__ is defined with #ifdef rather
8038         than #if.
8039         * argp/argp.h: Likewise.
8040
8041         * libio/genops.c: Check whether
8042         _IO_JUMPS_OFFSET is defined with #ifdef rather
8043         than #if.
8044         * libio/libioP.h: Likewise.
8045         * stdio-common/vfprintf.c: Likewise.
8046
8047         * sysdeps/generic/ldsodefs.h: Check whether
8048         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
8049         than #if.
8050
8051         * nptl/sysdeps/pthread/pthread.h: Check
8052         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
8053         its value.
8054
8055 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
8056
8057         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
8058         setting O_APPEND.
8059         * libio/tst-ftell-active-handler.c (do_append_test): Add a
8060         test case.
8061
8062         [BZ #16680]
8063         * libio/fileops.c (_IO_file_open): Seek to end of file but
8064         don't cache the offset.
8065         (get_file_offset): Remove function.
8066         (do_ftell): Use cached offset when available.
8067         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
8068         don't cache the offset.
8069         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
8070         case.
8071         (do_one_test): Call it.
8072         (do_ftell_test): Fix up expected old offset for a+ mode.
8073         * libio/wfileops.c (do_ftell_wide): Used cached offset when
8074         available.
8075
8076         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
8077         up test status with function return status.
8078         (do_write_test): Likewise.
8079         (do_append_test): Likewise.
8080
8081         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
8082         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
8083         Remove.
8084
8085 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
8086
8087         * math/gen-libm-test.pl (parse_args): Handle results specified for
8088         each rounding mode separately.
8089         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
8090         tests and results from lrint_tonearest_test_data,
8091         lrint_towardzero_test_data, lrint_downward_test_data and
8092         lrint_upward_test_data.
8093         (lrint_test): Use ALL_RM_TEST.
8094         (lrint_tonearest_test_data): Remove.
8095         (lrint_test_tonearest): Likewise.
8096         (lrint_towardzero_test_data): Likewise.
8097         (lrint_test_towardzero): Likewise.
8098         (lrint_downward_test_data): Likewise.
8099         (lrint_test_downward): Likewise.
8100         (lrint_upward_test_data): Likewise.
8101         (lrint_test_upward): Likewise.
8102         (llrint_test_data): Merge in per-rounding-mode tests and results
8103         from llrint_tonearest_test_data, llrint_towardzero_test_data,
8104         llrint_downward_test_data and llrint_upward_test_data.
8105         (llrint_test): Use ALL_RM_TEST.
8106         (llrint_tonearest_test_data): Remove.
8107         (llrint_test_tonearest): Likewise.
8108         (llrint_towardzero_test_data): Likewise.
8109         (llrint_test_towardzero): Likewise.
8110         (llrint_downward_test_data): Likewise.
8111         (llrint_test_downward): Likewise.
8112         (llrint_upward_test_data): Likewise.
8113         (llrint_test_upward): Likewise.
8114         (rint_test_data): Merge in per-rounding-mode tests and results
8115         from rint_tonearest_test_data, rint_towardzero_test_data,
8116         rint_downward_test_data and rint_upward_test_data.  Add
8117         per-rounding-mode results for tests not in those arrays.
8118         (rint_test): Use ALL_RM_TEST.
8119         (rint_tonearest_test_data): Remove.
8120         (rint_test_tonearest): Likewise.
8121         (rint_towardzero_test_data): Likewise.
8122         (rint_test_towardzero): Likewise.
8123         (rint_downward_test_data): Likewise.
8124         (rint_test_downward): Likewise.
8125         (rint_upward_test_data): Likewise.
8126         (rint_test_upward): Likewise.
8127         (main): Don't call removed functions.
8128
8129 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8130
8131         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
8132         "Compiled on ..." crapola.  It is anti-useful.
8133
8134 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
8135
8136         * scripts/evaluate-test.sh: Handle fourth argument to determine
8137         whether test run should stop on failure.
8138         * Makeconfig (stop-on-test-failure): New variable.
8139         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
8140         $(stop-on-test-failure).
8141         * Makefile (tests): Give a summary of results from testing and
8142         exit with failure status if they include an ERROR or FAIL.
8143         (xtests): Likewise.
8144         * manual/install.texi (Configuring and compiling): Mention
8145         stop-on-test-failure=y.
8146         * INSTALL: Regenerated.
8147
8148 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8149
8150         * scripts/versionlist.awk: New file.
8151         * Makerules [$(build-shared) = yes]
8152         (postclean-generated): Add Versions.def, not Versions.def.v and
8153         Versions.def.v.i.
8154         ($(common-objpfx)Versions.def.v.i): Target removed.
8155         ($(common-objpfx)Versions.def): New target.
8156         ($(common-objpfx)Versions.all): Depend on that rather that
8157         $(common-objpfx)Versions.def.v.
8158         * Versions.def: File removed.
8159
8160         * Makeconfig (+gccwarn): Add -Wundef.
8161         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
8162         a dl-sysdep.h breaking its contract.
8163         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
8164         * include/stackinfo.h: New file.
8165         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
8166         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
8167         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
8168         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
8169         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
8170         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
8171         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8172         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8173         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8174         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8175         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8176         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
8177         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8178         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8179         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8180
8181 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8182
8183         [BZ #16707]
8184         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
8185         implementation.
8186         * math/libm-test.inc (round_test_data): Add more tests.
8187
8188         [BZ #16706]
8189         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
8190         implementation.
8191         * math/libm-test.inc (nearbyint_test_data): Add more tests.
8192
8193         [BZ #16701]
8194         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
8195         implementation.
8196         * math/libm-test.inc (ceil_test_data): Add more tests.
8197
8198         * math/libm-test.inc (trunc_test_data): Add more tests related to
8199         BZ#16414.
8200
8201 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8202
8203         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
8204         with #if rather than #ifdef.
8205         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
8206
8207 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
8208
8209         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
8210         first.  Disable AVX-512 GCC support if assembler doesn't support
8211         it.
8212         * sysdeps/x86_64/configure: Regenerated.
8213
8214 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
8215
8216         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
8217         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
8218         (__old_pthread_attr_setstack): Likewise.
8219         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
8220         [!_STACK_GROWS_DOWN]: Likewise.
8221
8222 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
8223
8224         * config.make.in (have-bash2): Delete.
8225         * configure.ac (libc_cv_have_bash2): Delete.
8226         * configure: Regenerate.
8227         * elf/Makefile (common-ldd-rewrite): Rename to ...
8228         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
8229         (sh-ldd-rewrite): Delete.
8230         (bash-ldd-rewrite): Delete.
8231         (have-bash2): Delete checks.
8232         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
8233         ldd-rewrite.
8234
8235         * config.make.in (have-ksh): Delete.
8236         (KSH): Delete.
8237         * configure.ac (libc_cv_have_ksh): Delete.
8238         * configure: Regenerate.
8239
8240         * elf/Makefile: Delete $(have-ksh) check.
8241         ($(objpfx)sotruss): Change KSH to BASH.
8242         * elf/sotruss.ksh: Rename to ...
8243         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
8244         function style to match POSIX.  Drop ksh vim mode setting.
8245
8246         * manual/time.texi (Specifying the Time Zone with TZ): Change
8247         Tuesday to Thursday.
8248
8249         * debug/tst-longjmp_chk2.c: Update header comment.
8250         (stackoverflow_handler): Add comment.  Call assert on pass value.
8251
8252 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
8253
8254         [BZ #16194]
8255         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
8256         (HAVE_AVX512_ASM_SUPPORT): Likewise.
8257         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
8258         (La_x86_64_vector): Add zmm.
8259         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
8260         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
8261         ($(objpfx)tst-audit10): New target.
8262         ($(objpfx)tst-audit10.out): Likewise.
8263         (tst-audit10-ENV): New.
8264         (AVX512-CFLAGS): Likewise.
8265         (CFLAGS-tst-audit10.c): Likewise.
8266         (CFLAGS-tst-auditmod10a.c): Likewise.
8267         (CFLAGS-tst-auditmod10b.c): Likewise.
8268         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
8269         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
8270         * sysdeps/x86_64/configure: Regenerated.
8271         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
8272         AVX-512 zmm register support.
8273         (_dl_x86_64_save_sse): Likewise.
8274         (_dl_x86_64_restore_sse): Likewise.
8275         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
8276         size vector registers.
8277         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
8278         (ZMM_SIZE): Likewise.
8279         * sysdeps/x86_64/tst-audit10.c: New file.
8280         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
8281         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
8282
8283 2014-03-13  Roland McGrath  <roland@hack.frob.com>
8284
8285         * configure.ac (HAVE_EHDR_START): New check.
8286         * configure: Regenerated.
8287         * config.h.in (HAVE_EHDR_START): New #undef.
8288         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
8289         assuming the lowest-addressed segment maps the start of the file.
8290
8291 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
8292
8293         * INSTALL: Regenerated.
8294
8295 2014-03-13  Will Newton  <will.newton@linaro.org>
8296
8297         * manual/setjmp.texi (System V contexts): Improve
8298         clarity and grammar of documentation.
8299
8300 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
8301
8302         [BZ #16381]
8303         * elf/Makefile (tests): Add tst-pie2.
8304         (tests-pie): Add tst-pie2.
8305         * elf/tst-pie2.c: New file.
8306         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
8307         for ET_EXEC.
8308         * elf/rtld.c (map_doit): Load executable as lt_executable.
8309         (dl_main): Likewise.
8310
8311 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
8312
8313         [BZ #16642]
8314         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8315         (__ASSUME_PSELECT): Undefine.
8316
8317 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8318
8319         [BZ #16689]
8320         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
8321         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
8322         static build.
8323         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
8324         selector for static builds.
8325
8326 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8327
8328         [BZ #16695]
8329         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
8330         key in the buffer.
8331
8332 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8333
8334         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
8335         IFUNC selector for static builds.
8336
8337 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
8338
8339         * sysdeps/mips/math_private.h [__mips_hard_float]
8340         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
8341         libc_feresetround_mips_ctx.
8342         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
8343         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
8344         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
8345
8346         [BZ #16677]
8347         * math/s_nextafter.c (__nextafter): Do not return value from
8348         overflowing computation.
8349         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
8350         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
8351         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
8352         Likewise.
8353         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
8354         Likewise.
8355         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
8356         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
8357
8358 2014-03-11  Roland McGrath  <roland@hack.frob.com>
8359
8360         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
8361         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
8362         Move sfi_sp use from the load-multiple (that no longer sets sp) to
8363         the new mov targetting sp.
8364
8365 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8366
8367         [BZ #16683]
8368         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
8369         Define it for static builds as well.
8370         (NO_BZERO_IMPL): Likewise.
8371
8372 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8373
8374         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
8375         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
8376         multiarch strspn for PPC64.
8377         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
8378         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
8379         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8380         (__libc_ifunc_impl_list): Likewise.
8381         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
8382         multiarch optimizations
8383         * string/strspn.c (strspn): Using macro to redefine symbol name.
8384
8385 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8386             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8387
8388         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
8389         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
8390         multiarch strncat for PPC64.
8391         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
8392         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
8393         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8394         (__libc_ifunc_impl_list): Likewise.
8395         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
8396         multiarch optimizations
8397
8398 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8399
8400         [BZ #16639]
8401         * nscd/nscd.service: Make service type forking.
8402
8403 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8404
8405         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
8406         sign in non default rounding modes.
8407         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
8408
8409 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
8410
8411         * math/libm-test.inc (ALL_RM_TEST): New macro.
8412         (ceil_test): Use ALL_RM_TEST.
8413         (cimag_test): Likewise.
8414         (conj_test): Likewise.
8415         (copysign_test): Likewise.
8416         (cproj_test): Likewise.
8417         (creal_test): Likewise.
8418         (fabs_test): Likewise.
8419         (floor_test): Likewise.
8420         (fmax_test): Likewise.
8421         (fmin_test): Likewise.
8422         (fmod_test): Likewise.
8423         (fpclassify_test): Likewise.
8424         (frexp_test): Likewise.
8425         (ilogb_test): Likewise.
8426         (isfinite_test): Likewise.
8427         (finite_test): Likewise.
8428         (isgreater_test): Likewise.
8429         (isgreaterequal_test): Likewise.
8430         (isinf_test): Likewise.
8431         (isless_test): Likewise.
8432         (islessequal_test): Likewise.
8433         (islessgreater_test): Likewise.
8434         (isnan_test): Likewise.
8435         (isnormal_test): Likewise.
8436         (issignaling_test): Likewise.
8437         (isunordered_test): Likewise.
8438         (logb_test): Likewise.
8439         (logb_downward_test_data): Remove.
8440         (logb_test_downward): Likewise.
8441         (lround_test): Use ALL_RM_TEST.
8442         (llround_test): Likewise.
8443         (modf_test): Likewise.
8444         (nexttoward_test): Likewise.
8445         (remainder_test): Likewise.
8446         (drem_test): Likewise.
8447         (remainder_tonearest_test_data): Likewise.
8448         (remainder_test_tonearest): Likewise.
8449         (drem_test_tonearest): Likewise.
8450         (remainder_towardzero_test_data): Likewise.
8451         (remainder_test_towardzero): Likewise.
8452         (drem_test_towardzero): Likewise.
8453         (remainder_downward_test_data): Likewise.
8454         (remainder_test_downward): Likewise.
8455         (drem_test_downward): Likewise.
8456         (remainder_upward_test_data): Likewise.
8457         (remainder_test_upward): Likewise.
8458         (drem_test_upward): Likewise.
8459         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
8460         (round_test): Use ALL_RM_TEST.
8461         (signbit_test): Likewise.
8462         (trunc_test): Likewise.
8463         (significand_test): Likewise.
8464         (main): Don't call removed functions.
8465
8466 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
8467
8468         [BZ #16674]
8469         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
8470         || __USE_XOPEN2K8].
8471         (ILL_ILLOPN): Likewise.
8472         (ILL_ILLADR): Likewise.
8473         (ILL_ILLTRP): Likewise.
8474         (ILL_PRVOPC): Likewise.
8475         (ILL_PRVREG): Likewise.
8476         (ILL_COPROC): Likewise.
8477         (ILL_BADSTK): Likewise.
8478         (FPE_INTDIV): Likewise.
8479         (FPE_INTOVF): Likewise.
8480         (FPE_FLTDIV): Likewise.
8481         (FPE_FLTOVF): Likewise.
8482         (FPE_FLTUND): Likewise.
8483         (FPE_FLTRES): Likewise.
8484         (FPE_FLTINV): Likewise.
8485         (FPE_FLTSUB): Likewise.
8486         (SEGV_MAPERR): Likewise.
8487         (SEGV_ACCERR): Likewise.
8488         (BUS_ADRALN): Likewise.
8489         (BUS_ADRERR): Likewise.
8490         (BUS_OBJERR): Likewise.
8491         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8492         (TRAP_TRACE): Likewise.
8493         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8494         __USE_XOPEN2K8].
8495         (CLD_KILLED): Likewise.
8496         (CLD_DUMPED): Likewise.
8497         (CLD_TRAPPED): Likewise.
8498         (CLD_STOPPED): Likewise.
8499         (CLD_CONTINUED): Likewise.
8500         (POLL_IN): Likewise.
8501         (POLL_OUT): Likewise.
8502         (POLL_MSG): Likewise.
8503         (POLL_ERR): Likewise.
8504         (POLL_PRI): Likewise.
8505         (POLL_HUP): Likewise.
8506         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
8507         Likewise.
8508         (ILL_ILLOPN): Likewise.
8509         (ILL_ILLADR): Likewise.
8510         (ILL_ILLTRP): Likewise.
8511         (ILL_PRVOPC): Likewise.
8512         (ILL_PRVREG): Likewise.
8513         (ILL_COPROC): Likewise.
8514         (ILL_BADSTK): Likewise.
8515         (FPE_INTDIV): Likewise.
8516         (FPE_INTOVF): Likewise.
8517         (FPE_FLTDIV): Likewise.
8518         (FPE_FLTOVF): Likewise.
8519         (FPE_FLTUND): Likewise.
8520         (FPE_FLTRES): Likewise.
8521         (FPE_FLTINV): Likewise.
8522         (FPE_FLTSUB): Likewise.
8523         (SEGV_MAPERR): Likewise.
8524         (SEGV_ACCERR): Likewise.
8525         (BUS_ADRALN): Likewise.
8526         (BUS_ADRERR): Likewise.
8527         (BUS_OBJERR): Likewise.
8528         (BUS_MCEERR_AR): Likewise.
8529         (BUS_MCEERR_AO): Likewise.
8530         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8531         (TRAP_TRACE): Likewise.
8532         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8533         __USE_XOPEN2K8].
8534         (CLD_KILLED): Likewise.
8535         (CLD_DUMPED): Likewise.
8536         (CLD_TRAPPED): Likewise.
8537         (CLD_STOPPED): Likewise.
8538         (CLD_CONTINUED): Likewise.
8539         (POLL_IN): Likewise.
8540         (POLL_OUT): Likewise.
8541         (POLL_MSG): Likewise.
8542         (POLL_ERR): Likewise.
8543         (POLL_PRI): Likewise.
8544         (POLL_HUP): Likewise.
8545         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
8546         (ILL_ILLOPN): Likewise.
8547         (ILL_ILLADR): Likewise.
8548         (ILL_ILLTRP): Likewise.
8549         (ILL_PRVOPC): Likewise.
8550         (ILL_PRVREG): Likewise.
8551         (ILL_COPROC): Likewise.
8552         (ILL_BADSTK): Likewise.
8553         (FPE_INTDIV): Likewise.
8554         (FPE_INTOVF): Likewise.
8555         (FPE_FLTDIV): Likewise.
8556         (FPE_FLTOVF): Likewise.
8557         (FPE_FLTUND): Likewise.
8558         (FPE_FLTRES): Likewise.
8559         (FPE_FLTINV): Likewise.
8560         (FPE_FLTSUB): Likewise.
8561         (SEGV_MAPERR): Likewise.
8562         (SEGV_ACCERR): Likewise.
8563         (BUS_ADRALN): Likewise.
8564         (BUS_ADRERR): Likewise.
8565         (BUS_OBJERR): Likewise.
8566         (BUS_MCEERR_AR): Likewise.
8567         (BUS_MCEERR_AO): Likewise.
8568         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8569         (TRAP_TRACE): Likewise.
8570         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8571         __USE_XOPEN2K8].
8572         (CLD_KILLED): Likewise.
8573         (CLD_DUMPED): Likewise.
8574         (CLD_TRAPPED): Likewise.
8575         (CLD_STOPPED): Likewise.
8576         (CLD_CONTINUED): Likewise.
8577         (POLL_IN): Likewise.
8578         (POLL_OUT): Likewise.
8579         (POLL_MSG): Likewise.
8580         (POLL_ERR): Likewise.
8581         (POLL_PRI): Likewise.
8582         (POLL_HUP): Likewise.
8583         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
8584         Likewise.
8585         (ILL_ILLOPN): Likewise.
8586         (ILL_ILLADR): Likewise.
8587         (ILL_ILLTRP): Likewise.
8588         (ILL_PRVOPC): Likewise.
8589         (ILL_PRVREG): Likewise.
8590         (ILL_COPROC): Likewise.
8591         (ILL_BADSTK): Likewise.
8592         (ILL_BADIADDR): Likewise.
8593         (ILL_BREAK): Likewise.
8594         (FPE_INTDIV): Likewise.
8595         (FPE_INTOVF): Likewise.
8596         (FPE_FLTDIV): Likewise.
8597         (FPE_FLTOVF): Likewise.
8598         (FPE_FLTUND): Likewise.
8599         (FPE_FLTRES): Likewise.
8600         (FPE_FLTINV): Likewise.
8601         (FPE_FLTSUB): Likewise.
8602         (FPE_DECOVF): Likewise.
8603         (FPE_DECDIV): Likewise.
8604         (FPE_DECERR): Likewise.
8605         (FPE_INVASC): Likewise.
8606         (FPE_INVDEC): Likewise.
8607         (SEGV_MAPERR): Likewise.
8608         (SEGV_ACCERR): Likewise.
8609         (SEGV_PSTKOVF): Likewise.
8610         (BUS_ADRALN): Likewise.
8611         (BUS_ADRERR): Likewise.
8612         (BUS_OBJERR): Likewise.
8613         (BUS_MCEERR_AR): Likewise.
8614         (BUS_MCEERR_AO): Likewise.
8615         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8616         (TRAP_TRACE): Likewise.
8617         (TRAP_BRANCH): Likewise.
8618         (TRAP_HWBKPT): Likewise.
8619         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8620         __USE_XOPEN2K8].
8621         (CLD_KILLED): Likewise.
8622         (CLD_DUMPED): Likewise.
8623         (CLD_TRAPPED): Likewise.
8624         (CLD_STOPPED): Likewise.
8625         (CLD_CONTINUED): Likewise.
8626         (POLL_IN): Likewise.
8627         (POLL_OUT): Likewise.
8628         (POLL_MSG): Likewise.
8629         (POLL_ERR): Likewise.
8630         (POLL_PRI): Likewise.
8631         (POLL_HUP): Likewise.
8632         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
8633         (ILL_ILLOPN): Likewise.
8634         (ILL_ILLADR): Likewise.
8635         (ILL_ILLTRP): Likewise.
8636         (ILL_PRVOPC): Likewise.
8637         (ILL_PRVREG): Likewise.
8638         (ILL_COPROC): Likewise.
8639         (ILL_BADSTK): Likewise.
8640         (FPE_INTDIV): Likewise.
8641         (FPE_INTOVF): Likewise.
8642         (FPE_FLTDIV): Likewise.
8643         (FPE_FLTOVF): Likewise.
8644         (FPE_FLTUND): Likewise.
8645         (FPE_FLTRES): Likewise.
8646         (FPE_FLTINV): Likewise.
8647         (FPE_FLTSUB): Likewise.
8648         (SEGV_MAPERR): Likewise.
8649         (SEGV_ACCERR): Likewise.
8650         (BUS_ADRALN): Likewise.
8651         (BUS_ADRERR): Likewise.
8652         (BUS_OBJERR): Likewise.
8653         (BUS_MCEERR_AR): Likewise.
8654         (BUS_MCEERR_AO): Likewise.
8655         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8656         (TRAP_TRACE): Likewise.
8657         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8658         __USE_XOPEN2K8].
8659         (CLD_KILLED): Likewise.
8660         (CLD_DUMPED): Likewise.
8661         (CLD_TRAPPED): Likewise.
8662         (CLD_STOPPED): Likewise.
8663         (CLD_CONTINUED): Likewise.
8664         (POLL_IN): Likewise.
8665         (POLL_OUT): Likewise.
8666         (POLL_MSG): Likewise.
8667         (POLL_ERR): Likewise.
8668         (POLL_PRI): Likewise.
8669         (POLL_HUP): Likewise.
8670         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
8671         (ILL_ILLOPN): Likewise.
8672         (ILL_ILLADR): Likewise.
8673         (ILL_ILLTRP): Likewise.
8674         (ILL_PRVOPC): Likewise.
8675         (ILL_PRVREG): Likewise.
8676         (ILL_COPROC): Likewise.
8677         (ILL_BADSTK): Likewise.
8678         (FPE_INTDIV): Likewise.
8679         (FPE_INTOVF): Likewise.
8680         (FPE_FLTDIV): Likewise.
8681         (FPE_FLTOVF): Likewise.
8682         (FPE_FLTUND): Likewise.
8683         (FPE_FLTRES): Likewise.
8684         (FPE_FLTINV): Likewise.
8685         (FPE_FLTSUB): Likewise.
8686         (SEGV_MAPERR): Likewise.
8687         (SEGV_ACCERR): Likewise.
8688         (BUS_ADRALN): Likewise.
8689         (BUS_ADRERR): Likewise.
8690         (BUS_OBJERR): Likewise.
8691         (BUS_MCEERR_AR): Likewise.
8692         (BUS_MCEERR_AO): Likewise.
8693         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8694         (TRAP_TRACE): Likewise.
8695         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8696         __USE_XOPEN2K8].
8697         (CLD_KILLED): Likewise.
8698         (CLD_DUMPED): Likewise.
8699         (CLD_TRAPPED): Likewise.
8700         (CLD_STOPPED): Likewise.
8701         (CLD_CONTINUED): Likewise.
8702         (POLL_IN): Likewise.
8703         (POLL_OUT): Likewise.
8704         (POLL_MSG): Likewise.
8705         (POLL_ERR): Likewise.
8706         (POLL_PRI): Likewise.
8707         (POLL_HUP): Likewise.
8708         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
8709         (ILL_ILLOPN): Likewise.
8710         (ILL_ILLADR): Likewise.
8711         (ILL_ILLTRP): Likewise.
8712         (ILL_PRVOPC): Likewise.
8713         (ILL_PRVREG): Likewise.
8714         (ILL_COPROC): Likewise.
8715         (ILL_BADSTK): Likewise.
8716         (FPE_INTDIV): Likewise.
8717         (FPE_INTOVF): Likewise.
8718         (FPE_FLTDIV): Likewise.
8719         (FPE_FLTOVF): Likewise.
8720         (FPE_FLTUND): Likewise.
8721         (FPE_FLTRES): Likewise.
8722         (FPE_FLTINV): Likewise.
8723         (FPE_FLTSUB): Likewise.
8724         (SEGV_MAPERR): Likewise.
8725         (SEGV_ACCERR): Likewise.
8726         (BUS_ADRALN): Likewise.
8727         (BUS_ADRERR): Likewise.
8728         (BUS_OBJERR): Likewise.
8729         (BUS_MCEERR_AR): Likewise.
8730         (BUS_MCEERR_AO): Likewise.
8731         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8732         (TRAP_TRACE): Likewise.
8733         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8734         __USE_XOPEN2K8].
8735         (CLD_KILLED): Likewise.
8736         (CLD_DUMPED): Likewise.
8737         (CLD_TRAPPED): Likewise.
8738         (CLD_STOPPED): Likewise.
8739         (CLD_CONTINUED): Likewise.
8740         (POLL_IN): Likewise.
8741         (POLL_OUT): Likewise.
8742         (POLL_MSG): Likewise.
8743         (POLL_ERR): Likewise.
8744         (POLL_PRI): Likewise.
8745         (POLL_HUP): Likewise.
8746         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
8747         (ILL_ILLOPN): Likewise.
8748         (ILL_ILLADR): Likewise.
8749         (ILL_ILLTRP): Likewise.
8750         (ILL_PRVOPC): Likewise.
8751         (ILL_PRVREG): Likewise.
8752         (ILL_COPROC): Likewise.
8753         (ILL_BADSTK): Likewise.
8754         (ILL_DBLFLT): Likewise.
8755         (ILL_HARDWALL): Likewise.
8756         (FPE_INTDIV): Likewise.
8757         (FPE_INTOVF): Likewise.
8758         (FPE_FLTDIV): Likewise.
8759         (FPE_FLTOVF): Likewise.
8760         (FPE_FLTUND): Likewise.
8761         (FPE_FLTRES): Likewise.
8762         (FPE_FLTINV): Likewise.
8763         (FPE_FLTSUB): Likewise.
8764         (SEGV_MAPERR): Likewise.
8765         (SEGV_ACCERR): Likewise.
8766         (BUS_ADRALN): Likewise.
8767         (BUS_ADRERR): Likewise.
8768         (BUS_OBJERR): Likewise.
8769         (BUS_MCEERR_AR): Likewise.
8770         (BUS_MCEERR_AO): Likewise.
8771         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8772         (TRAP_TRACE): Likewise.
8773         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8774         __USE_XOPEN2K8].
8775         (CLD_KILLED): Likewise.
8776         (CLD_DUMPED): Likewise.
8777         (CLD_TRAPPED): Likewise.
8778         (CLD_STOPPED): Likewise.
8779         (CLD_CONTINUED): Likewise.
8780         (POLL_IN): Likewise.
8781         (POLL_OUT): Likewise.
8782         (POLL_MSG): Likewise.
8783         (POLL_ERR): Likewise.
8784         (POLL_PRI): Likewise.
8785         (POLL_HUP): Likewise.
8786         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
8787         (ILL_ILLOPN): Likewise.
8788         (ILL_ILLADR): Likewise.
8789         (ILL_ILLTRP): Likewise.
8790         (ILL_PRVOPC): Likewise.
8791         (ILL_PRVREG): Likewise.
8792         (ILL_COPROC): Likewise.
8793         (ILL_BADSTK): Likewise.
8794         (FPE_INTDIV): Likewise.
8795         (FPE_INTOVF): Likewise.
8796         (FPE_FLTDIV): Likewise.
8797         (FPE_FLTOVF): Likewise.
8798         (FPE_FLTUND): Likewise.
8799         (FPE_FLTRES): Likewise.
8800         (FPE_FLTINV): Likewise.
8801         (FPE_FLTSUB): Likewise.
8802         (SEGV_MAPERR): Likewise.
8803         (SEGV_ACCERR): Likewise.
8804         (BUS_ADRALN): Likewise.
8805         (BUS_ADRERR): Likewise.
8806         (BUS_OBJERR): Likewise.
8807         (BUS_MCEERR_AR): Likewise.
8808         (BUS_MCEERR_AO): Likewise.
8809         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8810         (TRAP_TRACE): Likewise.
8811         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8812         __USE_XOPEN2K8].
8813         (CLD_KILLED): Likewise.
8814         (CLD_DUMPED): Likewise.
8815         (CLD_TRAPPED): Likewise.
8816         (CLD_STOPPED): Likewise.
8817         (CLD_CONTINUED): Likewise.
8818         (POLL_IN): Likewise.
8819         (POLL_OUT): Likewise.
8820         (POLL_MSG): Likewise.
8821         (POLL_ERR): Likewise.
8822         (POLL_PRI): Likewise.
8823         (POLL_HUP): Likewise.
8824         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
8825         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
8826
8827         [BZ #16670]
8828         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
8829         before #include of <time.h>.
8830         [!__USE_XOPEN2K] (__need_timespec): Likewise.
8831         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
8832         (test-xfail-UNIX98/sched.h/conform): Likewise.
8833
8834 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8835
8836         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
8837         error absence of trapping exception support.
8838         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
8839
8840 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
8841
8842         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
8843         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
8844         * timezone/Makefile (testdata): Move definition above include of
8845         Rules.
8846         (test-zones): New variable.
8847         (tests-special): Add zone files.
8848         (build-testdata): Use $(evaluate-test).
8849
8850         * elf/Makefile (tests-special): Rename tests to end with .out.
8851         ($(objpfx)noload-mem): Likewise.
8852         ($(objpfx)tst-leaks1-mem): Likewise.
8853         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
8854         * iconv/Makefile (xtests-special): Change test-iconvconfig to
8855         $(objpfx)test-iconvconfig.out.
8856         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
8857         set -e inside subshell and redirect output to file.
8858         * iconvdata/Makefile (generated): Rename tests to end with .out.
8859         Correct type.
8860         (tests-special): Rename tests to end with .out.
8861         ($(objpfx)mtrace-tst-loading): Likewise.
8862         * intl/Makefile (generated): Likewise.
8863         (tests-special): Likewise.
8864         ($(objpfx)mtrace-tst-gettext): Likewise.
8865         * misc/Makefile (generated): Likewise.
8866         (tests-special): Likewise.
8867         ($(objpfx)tst-error1-mem): Likewise.
8868         * nptl/Makefile (tests-special): Likewise.
8869         ($(objpfx)tst-stack3-mem): Likewise.
8870         (generated): Likewise.
8871         * posix/Makefile (generated): Likewise.
8872         (tests-special): Likewise.
8873         (xtests-special): Likewise.
8874         ($(objpfx)tst-fnmatch-mem): Likewise.
8875         ($(objpfx)bug-regex2-mem): Likewise.
8876         ($(objpfx)bug-regex14-mem): Likewise.
8877         ($(objpfx)bug-regex21-mem): Likewise.
8878         ($(objpfx)bug-regex31-mem): Likewise.
8879         ($(objpfx)tst-vfork3-mem): Likewise.
8880         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
8881         ($(objpfx)tst-pcre-mem): Likewise.
8882         ($(objpfx)tst-boost-mem): Likewise.
8883         ($(objpfx)bug-ga2-mem): Likewise.
8884         ($(objpfx)bug-glob2-mem): Likewise.
8885         * resolv/Makefile (generate): Likewise.
8886         (tests-special): Likewise.
8887         (xtests-special): Likewise.
8888         (generated): Likewise.
8889         ($(objpfx)mtrace-tst-leaks): Likewise.
8890         ($(objpfx)mtrace-tst-leaks2): Likewise.
8891
8892         * scripts/merge-test-results.sh: New file.
8893         * Makefile (tests-special-notdir): New variable.
8894         (tests): Run merge-test-results.sh.
8895         (xtests): Likewise.
8896         * Rules (tests-special-notdir): New variable.
8897         (xtests-special-notdir): Likewise.
8898         (tests): Run merge-test-results.sh
8899         (xtests): Likewise.
8900
8901         * Makeconfig (test-xfail-name): New variable.
8902         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
8903         compute variable name for expected failures.
8904         * conform/Makefile (conformtest-headers-data): New variable.
8905         (conformtest-standards): Likewise.
8906         (conformtest-headers-ISO): Likewise.
8907         (conformtest-headers-ISO99): Likewise.
8908         (conformtest-headers-ISO11): Likewise.
8909         (conformtest-headers-POSIX): Likewise.
8910         (conformtest-headers-XPG3): Likewise.
8911         (conformtest-headers-XPG4): Likewise.
8912         (conformtest-headers-UNIX98): Likewise.
8913         (conformtest-headers-XOPEN2K): Likewise.
8914         (conformtest-headers-POSIX2008): Likewise.
8915         (conformtest-headers-XOPEN2K8): Likewise.
8916         (conformtest-header-list-base): Likewise.
8917         (conformtest-header-list-tests): Likewise.
8918         (conformtest-header-base): Likewise.
8919         (conformtest-header-tests): Likewise.
8920         (tests-special): Add $(conformtest-header-list-tests).  If
8921         [$(fast-check) && !$(cross-compiling)], add
8922         $(conformtest-header-tests) instead of
8923         $(objpfx)run-conformtest.out.
8924         (generated): Add $(conformtest-header-list-base).  If
8925         [$(fast-check) && !$(cross-compiling)], add
8926         $(conformtest-header-base).  Remove previous setting.
8927         ($(conformtest-header-list-tests)): New target.
8928         (test-xfail-run-conformtest): Remove variable.
8929         ($(objpfx)run-conformtest.out): Remove target.
8930         (test-xfail-ISO11/complex.h/conform): New variable.
8931         (test-xfail-ISO11/stdalign.h/conform): Likewise.
8932         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
8933         (test-xfail-XPG3/varargs.h/conform): Likewise.
8934         (test-xfail-XPG4/varargs.h/conform): Likewise.
8935         (test-xfail-UNIX98/varargs.h/conform): Likewise.
8936         (test-xfail-XPG4/ndbm.h/conform): Likewise.
8937         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
8938         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
8939         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
8940         (test-xfail-XPG3/fcntl.h/conform): Likewise.
8941         (test-xfail-XPG3/ftw.h/conform): Likewise.
8942         (test-xfail-XPG3/grp.h/conform): Likewise.
8943         (test-xfail-XPG3/langinfo.h/conform): Likewise.
8944         (test-xfail-XPG3/limits.h/conform): Likewise.
8945         (test-xfail-XPG3/pwd.h/conform): Likewise.
8946         (test-xfail-XPG3/search.h/conform): Likewise.
8947         (test-xfail-XPG3/signal.h/conform): Likewise.
8948         (test-xfail-XPG3/stdio.h/conform): Likewise.
8949         (test-xfail-XPG3/stdlib.h/conform): Likewise.
8950         (test-xfail-XPG3/string.h/conform): Likewise.
8951         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
8952         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
8953         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
8954         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
8955         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
8956         (test-xfail-XPG3/sys/types.h/conform): Likewise.
8957         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
8958         (test-xfail-XPG3/termios.h/conform): Likewise.
8959         (test-xfail-XPG3/time.h/conform): Likewise.
8960         (test-xfail-XPG3/unistd.h/conform): Likewise.
8961         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
8962         (test-xfail-XPG4/fcntl.h/conform): Likewise.
8963         (test-xfail-XPG4/langinfo.h/conform): Likewise.
8964         (test-xfail-XPG4/netdb.h/conform): Likewise.
8965         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
8966         (test-xfail-XPG4/signal.h/conform): Likewise.
8967         (test-xfail-XPG4/stdio.h/conform): Likewise.
8968         (test-xfail-XPG4/stdlib.h/conform): Likewise.
8969         (test-xfail-XPG4/stropts.h/conform): Likewise.
8970         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
8971         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
8972         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
8973         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
8974         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
8975         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
8976         (test-xfail-XPG4/sys/time.h/conform): Likewise.
8977         (test-xfail-XPG4/sys/types.h/conform): Likewise.
8978         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
8979         (test-xfail-XPG4/termios.h/conform): Likewise.
8980         (test-xfail-XPG4/ucontext.h/conform): Likewise.
8981         (test-xfail-XPG4/unistd.h/conform): Likewise.
8982         (test-xfail-XPG4/utmpx.h/conform): Likewise.
8983         (test-xfail-POSIX/sched.h/conform): Likewise.
8984         (test-xfail-POSIX/signal.h/conform): Likewise.
8985         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
8986         (test-xfail-POSIX/tar.h/conform): Likewise.
8987         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
8988         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
8989         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
8990         (test-xfail-UNIX98/netdb.h/conform): Likewise.
8991         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
8992         (test-xfail-UNIX98/sched.h/conform): Likewise.
8993         (test-xfail-UNIX98/signal.h/conform): Likewise.
8994         (test-xfail-UNIX98/stdio.h/conform): Likewise.
8995         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
8996         (test-xfail-UNIX98/stropts.h/conform): Likewise.
8997         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
8998         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
8999         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
9000         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
9001         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
9002         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
9003         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
9004         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
9005         (test-xfail-UNIX98/unistd.h/conform): Likewise.
9006         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
9007         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
9008         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
9009         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
9010         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
9011         (test-xfail-XOPEN2K/math.h/conform): Likewise.
9012         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
9013         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
9014         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
9015         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
9016         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
9017         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
9018         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
9019         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
9020         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
9021         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
9022         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
9023         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
9024         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
9025         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
9026         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
9027         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
9028         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
9029         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
9030         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
9031         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
9032         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
9033         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
9034         (test-xfail-POSIX2008/signal.h/conform): Likewise.
9035         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
9036         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
9037         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
9038         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
9039         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
9040         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
9041         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
9042         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
9043         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
9044         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
9045         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
9046         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
9047         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
9048         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
9049         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
9050         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
9051         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
9052         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
9053         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
9054         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
9055         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
9056         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
9057         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
9058         (conformtest-cc-flags): Likewise.
9059         ($(conformtest-header-tests): New target.
9060         * conform/check-header-lists.sh: New file.
9061         * conform/run-conformtest.sh: Remove.
9062
9063         * conform/conformtest.pl: Allow ' and \ in values given for
9064         constants.
9065         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
9066         inclusion.
9067         [POSIX] (sys/types.h): Likewise.
9068         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
9069         inclusion.
9070         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
9071         inclusion.
9072         * conform/data/signal.h-data (SIGIO): Remove expectation.
9073         [XPG3] (SIGBUS): Do not expect.
9074         [POSIX || XPG3] (SIGPOLL): Likewise.
9075         [POSIX || XPG3] (SIGPROF): Likewise.
9076         [POSIX || XPG3] (SIGSYS): Likewise.
9077         [XPG3] (SIGTRAP): Likewise.
9078         [POSIX || XPG3] (SIGURG): Likewise.
9079         [POSIX || XPG3] (SIGVTALRM): Likewise.
9080         [POSIX || XPG3] (SIGXCPU): Likewise.
9081         [POSIX || XPG3] (SIGXFSZ): Likewise.
9082         [POSIX] (SA_SIGINFO): Expect.
9083         [XPG3] (siginfo_t): Do not expect type or contents.
9084         [POSIX] (si_pid): Do not expect element.
9085         [POSIX] (si_uid): Likewise.
9086         [POSIX] (si_addr): Likewise.
9087         [POSIX] (si_status): Likewise.
9088         [POSIX] (si_band): Likewise.
9089         [XPG4] (si_value): Likewise.
9090         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
9091         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
9092         [POSIX || XPG3] (ILL_ILLADR): Likewise.
9093         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
9094         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
9095         [POSIX || XPG3] (ILL_PRVREG): Likewise.
9096         [POSIX || XPG3] (ILL_COPROC): Likewise.
9097         [POSIX || XPG3] (ILL_BADSTK): Likewise.
9098         [POSIX || XPG3] (FPE_INTDIV): Likewise.
9099         [POSIX || XPG3] (FPE_INTOVF): Likewise.
9100         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
9101         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
9102         [POSIX || XPG3] (FPE_FLTUND): Likewise.
9103         [POSIX || XPG3] (FPE_FLTRES): Likewise.
9104         [POSIX || XPG3] (FPE_FLTINV): Likewise.
9105         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
9106         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
9107         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
9108         [POSIX || XPG3] (BUS_ADRALN): Likewise.
9109         [POSIX || XPG3] (BUS_ADRERR): Likewise.
9110         [POSIX || XPG3] (BUS_OBJERR): Likewise.
9111         [POSIX || XPG3] (CLD_EXITED): Likewise.
9112         [POSIX || XPG3] (CLD_KILLED): Likewise.
9113         [POSIX || XPG3] (CLD_DUMPED): Likewise.
9114         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
9115         [POSIX || XPG3] (CLD_STOPPED): Likewise.
9116         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
9117         [POSIX || XPG3] (POLL_IN): Likewise.
9118         [POSIX || XPG3] (POLL_OUT): Likewise.
9119         [POSIX || XPG3] (POLL_MSG): Likewise.
9120         [POSIX || XPG3] (POLL_ERR): Likewise.
9121         [POSIX || XPG3] (POLL_PRI): Likewise.
9122         [POSIX || XPG3] (POLL_HUP): Likewise.
9123         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
9124         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
9125         (SIG*): Do not allow.
9126         [XPG3] (si_*): Likewise.
9127         [XPG3] (SI_*): Likewise.
9128         [XPG3 || XPG4] (sigev_*): Likewise.
9129         [XPG3 || XPG4] (SIGEV_*): Likewise.
9130         [XPG3 || XPG4] (sival_*): Likewise.
9131         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
9132         [POSIX || XPG3] (BUS_*): Likewise.
9133         [POSIX || XPG3] (CLD_*): Likewise.
9134         [POSIX || XPG3] (FPE_*): Likewise.
9135         [POSIX || XPG3] (ILL_*): Likewise.
9136         [POSIX || XPG3] (POLL_*): Likewise.
9137         [POSIX || XPG3] (SEGV_*): Likewise.
9138         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
9139         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
9140         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
9141         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
9142         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
9143         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
9144         Specify type and value.
9145         (TVERSLEN): Likewise.
9146         (REGTYPE): Likewise.
9147         (AREGTYPE): Likewise.
9148         (LNKTYPE): Likewise.
9149         (SYMTYPE): Likewise.
9150         (CHRTYPE): Likewise.
9151         (BLKTYPE): Likewise.
9152         (DIRTYPE): Likewise.
9153         (FIFOTYPE): Likewise.
9154         (CONTTYPE): Likewise.
9155         (TSUID): Likewise.
9156         (TSGID): Likewise.
9157         (TSVTX): Likewise.
9158         (TUREAD): Likewise.
9159         (TUWRITE): Likewise.
9160         (TUEXEC): Likewise.
9161         (TGREAD): Likewise.
9162         (TGWRITE): Likewise.
9163         (TGEXEC): Likewise.
9164         (TOREAD): Likewise.
9165         (TOWRITE): Likewise.
9166         (TOEXEC): Likewise.
9167         [POSIX] (TSVTX): Expect constant.
9168
9169 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
9170
9171         * Makefile (tests): Change dependencies to ....
9172         (tests-special): ... additions to this variable.
9173         (tests): Depend on $(tests-special).
9174         * Makerules (check-abi-list): New variable.
9175         (check-abi): Depend on $(check-abi-list).
9176         [$(subdir) = elf] (tests-special): Add
9177         $(objpfx)check-abi-libc.out.
9178         [$(build-shared) = yes && subdir] (tests-special): Add
9179         $(check-abi-list).
9180         [$(build-shared) = yes && subdir] (tests): Do not depend on
9181         check-abi.
9182         * Rules (tests): Depend on $(tests-special).
9183         (xtests): Depend on $(xtests-special).
9184         * catgets/Makefile (tests): Change dependencies to ....
9185         (tests-special): ... additions to this variable.
9186         * conform/Makefile (tests): Change dependencies to ....
9187         (tests-special): ... additions to this variable.
9188         * elf/Makefile (tests): Change dependencies to ....
9189         (tests-special): ... additions to this variable.
9190         * grp/Makefile (tests): Change dependencies to ....
9191         (tests-special): ... additions to this variable.
9192         * iconv/Makefile (xtests): Change dependencies to ....
9193         (xtests-special): ... additions to this variable.
9194         * iconvdata/Makefile (tests): Change dependencies to ....
9195         (tests-special): ... additions to this variable.
9196         * intl/Makefile (tests): Change dependencies to ....
9197         (tests-special): ... additions to this variable.  Also add
9198         $(objpfx)tst-gettext.out.
9199         * io/Makefile (tests): Change dependencies to ....
9200         (tests-special): ... additions to this variable.
9201         * libio/Makefile (tests): Change dependencies to ....
9202         (tests-special): ... additions to this variable.
9203         * malloc/Makefile (tests): Change dependencies to ....
9204         (tests-special): ... additions to this variable.
9205         * misc/Makefile (tests): Change dependencies to ....
9206         (tests-special): ... additions to this variable.
9207         * nptl/Makefile (tests): Change dependencies to ....
9208         (tests-special): ... additions to this variable.
9209         * nptl_db/Makefile (tests): Change dependencies to ....
9210         (tests-special): ... additions to this variable.
9211         * posix/Makefile (tests): Change dependencies to ....
9212         (tests-special): ... additions to this variable.
9213         (xtests): Change dependencies to ....
9214         (xtests-special): ... additions to this variable.
9215         * resolv/Makefile (tests): Change dependencies to ....
9216         (tests-special): ... additions to this variable.
9217         (xtests): Change dependencies to ....
9218         (xtests-special): ... additions to this variable.
9219         * stdio-common/Makefile (tests): Change dependencies to ....
9220         (tests-special): ... additions to this variable.
9221         (do-tst-unbputc): Remove target.
9222         (do-tst-printf): Likewise.
9223         * stdlib/Makefile (tests): Change dependencies to ....
9224         (tests-special): ... additions to this variable.
9225         * string/Makefile (tests): Change dependencies to ....
9226         (tests-special): ... additions to this variable.
9227         * sysdeps/x86/Makefile (tests): Change dependencies to ....
9228         (tests-special): ... additions to this variable.
9229
9230         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
9231         whole file.
9232         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
9233         whole file.
9234         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
9235         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
9236
9237         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
9238         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
9239         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
9240         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
9241         * conform/data/libgen.h-data [XPG3]: Likewise.
9242         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
9243         * conform/data/ndbm.h-data [XPG3]: Likewise.
9244         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9245         * conform/data/netdb.h-data [XPG3]: Likewise.
9246         * conform/data/netinet/in.h-data [XPG3]: Likewise.
9247         * conform/data/poll.h-data [XPG3]: Likewise.
9248         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9249         * conform/data/strings.h-data [XPG3]: Likewise.
9250         * conform/data/stropts.h-data [XPG3]: Likewise.
9251         * conform/data/sys/mman.h-data [XPG3]: Likewise.
9252         * conform/data/sys/resource.h-data [XPG3]: Likewise.
9253         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
9254         Likewise.
9255         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
9256         * conform/data/sys/time.h-data [XPG3]: Likewise.
9257         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
9258         * conform/data/sys/uio.h-data [XPG3]: Likewise.
9259         * conform/data/sys/un.h-data [XPG3]: Likewise.
9260         * conform/data/syslog.h-data [XPG3]: Likewise.
9261         * conform/data/ucontext.h-data [XPG3]: Likewise.
9262         * conform/data/utmpx.h-data [XPG3]: Likewise.
9263         * conform/data/varargs.h-data [UNIX98]: Enable file.
9264
9265         * manual/Makefile (INSTALL_INFO): Remove variable setting.
9266
9267         * math/libm-test.inc (struct test_f_f_data): Move expected results
9268         into structure for each rounding mode.
9269         (struct test_ff_f_data): Likewise.
9270         (struct test_ff_f_data_nexttoward): Likewise.
9271         (struct test_fi_f_data): Likewise.
9272         (struct test_fl_f_data): Likewise.
9273         (struct test_if_f_data): Likewise.
9274         (struct test_fff_f_data): Likewise.
9275         (struct test_c_f_data): Likewise.
9276         (struct test_f_f1_data): Likewise.
9277         (struct test_fF_f1_data): Likewise.
9278         (struct test_ffI_f1_data): Likewise.
9279         (struct test_c_c_data): Likewise.
9280         (struct test_cc_c_data): Likewise.
9281         (struct test_f_i_data): Likewise.
9282         (struct test_ff_i_data): Likewise.
9283         (struct test_f_l_data): Likewise.
9284         (struct test_f_L_data): Likewise.
9285         (struct test_fFF_11_data): Likewise.
9286         (RM_): New macro.
9287         (RM_FE_DOWNWARD): Likewise.
9288         (RM_FE_TONEAREST): Likewise.
9289         (RM_FE_TOWARDZERO): Likewise.
9290         (RM_FE_UPWARD): Likewise.
9291         (RUN_TEST_LOOP_f_f): Update references to expected results.
9292         (RUN_TEST_LOOP_2_f): Likewise.
9293         (RUN_TEST_LOOP_fff_f): Likewise.
9294         (RUN_TEST_LOOP_c_f): Likewise.
9295         (RUN_TEST_LOOP_f_f1): Likewise.
9296         (RUN_TEST_LOOP_fF_f1): Likewise.
9297         (RUN_TEST_LOOP_fI_f1): Likewise.
9298         (RUN_TEST_LOOP_ffI_f1): Likewise.
9299         (RUN_TEST_LOOP_c_c): Likewise.
9300         (RUN_TEST_LOOP_cc_c): Likewise.
9301         (RUN_TEST_LOOP_f_i): Likewise.
9302         (RUN_TEST_LOOP_f_i_tg): Likewise.
9303         (RUN_TEST_LOOP_ff_i_tg): Likewise.
9304         (RUN_TEST_LOOP_f_b): Likewise.
9305         (RUN_TEST_LOOP_f_b_tg): Likewise.
9306         (RUN_TEST_LOOP_f_l): Likewise.
9307         (RUN_TEST_LOOP_f_L): Likewise.
9308         (RUN_TEST_LOOP_fFF_11): Likewise.
9309         * math/gen-libm-test.pl (parse_args): Output four copies of
9310         expected results for each test.
9311
9312         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9313         (__ASSUME_UTIMES): Remove.
9314         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9315         (__ASSUME_UTIMES): Likewise.
9316
9317         * math/gen-auto-libm-tests.c: Update comment on output format.
9318         (output_for_one_input_case): Generate before-rounding and
9319         after-rounding information as conditions on output flags not
9320         floating-point format.
9321         * math/auto-libm-test-out: Regenerated.
9322         * math/gen-libm-test.pl (cond_value): New function.
9323         (or_cond_value): Use cond_value.
9324         (generate_testfile): Handle conditional exceptions.
9325
9326 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
9327
9328         * math/libm-test.inc (max_valid_error): New variable.
9329         (init_max_error): Take new argument specifying whether function
9330         results are exactly determined.  Set max_valid_error and bound
9331         other variables for errors based on this argument.
9332         (set_max_error): Do not record results above max_valid_error.
9333         (check_float_internal): Only accept errors of up to 0.5ulps if
9334         also at most max_valid_error.
9335         (START): Take new argument EXACT and pass it to init_max_error.
9336         (acos_test): Update call to START.
9337         (acos_test_tonearest): Likewise.
9338         (acos_test_towardzero): Likewise.
9339         (acos_test_downward): Likewise.
9340         (acos_test_upward): Likewise.
9341         (acosh_test): Likewise.
9342         (asin_test): Likewise.
9343         (asin_test_tonearest): Likewise.
9344         (asin_test_towardzero): Likewise.
9345         (asin_test_downward): Likewise.
9346         (asin_test_upward): Likewise.
9347         (asinh_test): Likewise.
9348         (atan_test): Likewise.
9349         (atanh_test): Likewise.
9350         (atan2_test): Likewise.
9351         (cabs_test): Likewise.
9352         (cacos_test): Likewise.
9353         (cacosh_test): Likewise.
9354         (carg_test): Likewise.
9355         (casin_test): Likewise.
9356         (casinh_test): Likewise.
9357         (catan_test): Likewise.
9358         (catanh_test): Likewise.
9359         (cbrt_test): Likewise.
9360         (ccos_test): Likewise.
9361         (ccosh_test): Likewise.
9362         (ceil_test): Likewise.
9363         (cexp_test): Likewise.
9364         (cimag_test): Likewise.
9365         (clog_test): Likewise.
9366         (clog10_test): Likewise.
9367         (conj_test): Likewise.
9368         (copysign_test): Likewise.
9369         (cos_test): Likewise.
9370         (cos_test_tonearest): Likewise.
9371         (cos_test_towardzero): Likewise.
9372         (cos_test_downward): Likewise.
9373         (cos_test_upward): Likewise.
9374         (cosh_test): Likewise.
9375         (cosh_test_tonearest): Likewise.
9376         (cosh_test_towardzero): Likewise.
9377         (cosh_test_downward): Likewise.
9378         (cosh_test_upward): Likewise.
9379         (cpow_test): Likewise.
9380         (cproj_test): Likewise.
9381         (creal_test): Likewise.
9382         (csin_test): Likewise.
9383         (csinh_test): Likewise.
9384         (csqrt_test): Likewise.
9385         (ctan_test): Likewise.
9386         (ctan_test_tonearest): Likewise.
9387         (ctan_test_towardzero): Likewise.
9388         (ctan_test_downward): Likewise.
9389         (ctan_test_upward): Likewise.
9390         (ctanh_test): Likewise.
9391         (ctanh_test_tonearest): Likewise.
9392         (ctanh_test_towardzero): Likewise.
9393         (ctanh_test_downward): Likewise.
9394         (ctanh_test_upward): Likewise.
9395         (erf_test): Likewise.
9396         (erfc_test): Likewise.
9397         (exp_test): Likewise.
9398         (exp_test_tonearest): Likewise.
9399         (exp_test_towardzero): Likewise.
9400         (exp_test_downward): Likewise.
9401         (exp_test_upward): Likewise.
9402         (exp10_test): Likewise.
9403         (exp10_test_tonearest): Likewise.
9404         (exp10_test_towardzero): Likewise.
9405         (exp10_test_downward): Likewise.
9406         (exp10_test_upward): Likewise.
9407         (pow10_test): Likewise.
9408         (exp2_test): Likewise.
9409         (expm1_test): Likewise.
9410         (expm1_test_tonearest): Likewise.
9411         (expm1_test_towardzero): Likewise.
9412         (expm1_test_downward): Likewise.
9413         (expm1_test_upward): Likewise.
9414         (fabs_test): Likewise.
9415         (fdim_test): Likewise.
9416         (floor_test): Likewise.
9417         (fma_test): Likewise.
9418         (fma_test_towardzero): Likewise.
9419         (fma_test_downward): Likewise.
9420         (fma_test_upward): Likewise.
9421         (fmax_test): Likewise.
9422         (fmin_test): Likewise.
9423         (fmod_test): Likewise.
9424         (fpclassify_test): Likewise.
9425         (frexp_test): Likewise.
9426         (hypot_test): Likewise.
9427         (ilogb_test): Likewise.
9428         (isfinite_test): Likewise.
9429         (finite_test): Likewise.
9430         (isgreater_test): Likewise.
9431         (isgreaterequal_test): Likewise.
9432         (isinf_test): Likewise.
9433         (isless_test): Likewise.
9434         (islessequal_test): Likewise.
9435         (islessgreater_test): Likewise.
9436         (isnan_test): Likewise.
9437         (isnormal_test): Likewise.
9438         (issignaling_test): Likewise.
9439         (isunordered_test): Likewise.
9440         (j0_test): Likewise.
9441         (j1_test): Likewise.
9442         (jn_test): Likewise.
9443         (ldexp_test): Likewise.
9444         (lgamma_test): Likewise.
9445         (gamma_test): Likewise.
9446         (lrint_test): Likewise.
9447         (lrint_test_tonearest): Likewise.
9448         (lrint_test_towardzero): Likewise.
9449         (lrint_test_downward): Likewise.
9450         (lrint_test_upward): Likewise.
9451         (llrint_test): Likewise.
9452         (llrint_test_tonearest): Likewise.
9453         (llrint_test_towardzero): Likewise.
9454         (llrint_test_downward): Likewise.
9455         (llrint_test_upward): Likewise.
9456         (log_test): Likewise.
9457         (log10_test): Likewise.
9458         (log1p_test): Likewise.
9459         (log2_test): Likewise.
9460         (logb_test): Likewise.
9461         (logb_test_downward): Likewise.
9462         (lround_test): Likewise.
9463         (llround_test): Likewise.
9464         (modf_test): Likewise.
9465         (nearbyint_test): Likewise.
9466         (nextafter_test): Likewise.
9467         (nexttoward_test): Likewise.
9468         (pow_test): Likewise.
9469         (pow_test_tonearest): Likewise.
9470         (pow_test_towardzero): Likewise.
9471         (pow_test_downward): Likewise.
9472         (pow_test_upward): Likewise.
9473         (remainder_test): Likewise.
9474         (drem_test): Likewise.
9475         (remainder_test_tonearest): Likewise.
9476         (drem_test_tonearest): Likewise.
9477         (remainder_test_towardzero): Likewise.
9478         (drem_test_towardzero): Likewise.
9479         (remainder_test_downward): Likewise.
9480         (drem_test_downward): Likewise.
9481         (remainder_test_upward): Likewise.
9482         (drem_test_upward): Likewise.
9483         (remquo_test): Likewise.
9484         (rint_test): Likewise.
9485         (rint_test_tonearest): Likewise.
9486         (rint_test_towardzero): Likewise.
9487         (rint_test_downward): Likewise.
9488         (rint_test_upward): Likewise.
9489         (round_test): Likewise.
9490         (scalb_test): Likewise.
9491         (scalbn_test): Likewise.
9492         (scalbln_test): Likewise.
9493         (signbit_test): Likewise.
9494         (sin_test): Likewise.
9495         (sin_test_tonearest): Likewise.
9496         (sin_test_towardzero): Likewise.
9497         (sin_test_downward): Likewise.
9498         (sin_test_upward): Likewise.
9499         (sincos_test): Likewise.
9500         (sinh_test): Likewise.
9501         (sinh_test_tonearest): Likewise.
9502         (sinh_test_towardzero): Likewise.
9503         (sinh_test_downward): Likewise.
9504         (sinh_test_upward): Likewise.
9505         (sqrt_test): Likewise.
9506         (sqrt_test_tonearest): Likewise.
9507         (sqrt_test_towardzero): Likewise.
9508         (sqrt_test_downward): Likewise.
9509         (sqrt_test_upward): Likewise.
9510         (tan_test): Likewise.
9511         (tan_test_tonearest): Likewise.
9512         (tan_test_towardzero): Likewise.
9513         (tan_test_downward): Likewise.
9514         (tan_test_upward): Likewise.
9515         (tanh_test): Likewise.
9516         (tgamma_test): Likewise.
9517         (trunc_test): Likewise.
9518         (y0_test): Likewise.
9519         (y1_test): Likewise.
9520         (yn_test): Likewise.
9521         (significand_test): Likewise.
9522
9523         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
9524         individual tests in comment.
9525         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
9526         (prev_max_error): New variable.
9527         (prev_real_max_error): Likewise.
9528         (prev_imag_max_error): Likewise.
9529         (compare_ulp_data): Don't refer to test names in comment.
9530         (find_test_ulps): Remove function.
9531         (find_function_ulps): Likewise.
9532         (find_complex_function_ulps): Likewise.
9533         (init_max_error): Take function name as argument.  Look up ulps
9534         for that function.
9535         (print_ulps): Remove function.
9536         (print_max_error): Use prev_max_error instead of calling
9537         find_function_ulps.
9538         (print_complex_max_error): Use prev_real_max_error and
9539         prev_imag_max_error instead of calling find_complex_function_ulps.
9540         (check_float_internal): Take max_ulp parameter instead of calling
9541         find_test_ulps.  Don't call print_ulps.
9542         (check_float): Update call to check_float_internal.
9543         (check_complex): Update calls to check_float_internal.
9544         (START): Pass argument to init_max_error.
9545         * math/gen-libm-test.pl (%results): Don't include "kind"
9546         information.
9547         (parse_ulps): Don't handle ulps of individual tests.
9548         (print_ulps_file): Likewise.
9549         (output_ulps): Likewise.
9550         * math/README.libm-test: Update.
9551         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
9552         individual tests.
9553         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
9554         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
9555         * sysdeps/arm/libm-test-ulps: Likewise.
9556         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
9557         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
9558         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
9559         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
9560         * sysdeps/microblaze/libm-test-ulps: Likewise.
9561         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
9562         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9563         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
9564         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
9565         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
9566         * sysdeps/sh/libm-test-ulps: Likewise.
9567         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
9568         * sysdeps/tile/libm-test-ulps: Likewise.
9569         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9570
9571 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
9572
9573         * math/libm-test.inc (print_complex_max_error): Check separately
9574         whether real and imaginary errors are within allowed range and
9575         pass 0 to print_complex_function_ulps instead of value within
9576         allowed range.
9577
9578 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9579
9580         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
9581         formatting.
9582         (get_handles_fopen): Likewise.
9583         (do_write_test): Likewise.
9584
9585         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
9586
9587         * libio/fileops.c (do_ftell): Use cached offset when
9588         available.
9589         * libio/iofwide.c (do_ftell_wide): Likewise.
9590         * libio/iofdopen.c (_IO_new_fdopen): Don't use
9591         _IO_file_attach.
9592         * libio/wfileops.c (_IO_fwide): Don't cache offset.
9593
9594         [BZ #16532]
9595         * libio/libioP.h (get_file_offset): New function.
9596         * libio/fileops.c (get_file_offset): Likewise.
9597         (do_ftell): Likewise.
9598         (_IO_new_file_seekoff): Split out ftell logic.
9599         * libio/wfileops.c (do_ftell_wide): Likewise.
9600         (_IO_wfile_seekoff): Split out ftell logic.
9601         * libio/tst-ftell-active-handler.c: New test case.
9602         * libio/Makefile (tests): Add it.
9603
9604 2014-03-03  Roland McGrath  <roland@hack.frob.com>
9605
9606         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
9607         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
9608
9609 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
9610
9611         [BZ #16639]
9612         * nscd/connections.c (nscd_init): Call do_exit.
9613         (start_threads): Call do_exit and notify_parent.
9614         (begin_drop_privileges): Call do_exit.
9615         (finish_drop_privileges): Likewise.
9616         * nscd/selinux.c (preserve_capabilities): Likewise.
9617         (install_real_capabilities): Likewise.
9618         (nscd_selinux_enabled): Likewise.
9619         (avc_create_thread): Likewise.
9620         (avc_alloc_lock): Likewise.
9621         (nscd_avc_init): Likewise.
9622         * nscd/nscd.c (parent_fd): New static variable.
9623         (main): Create a pipe between parent and child processes.
9624         Skip closing parent_fd.
9625         (monitor_child): New function.
9626         (do_exit): Likewise.
9627         (notify_parent): Likewise.
9628         * nscd/nscd.h (notify_parent): Likewise.
9629         (do_exit): Likewise.
9630
9631 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
9632
9633         * malloc/malloc.c (__libc_calloc): Revert last change.
9634
9635 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9636
9637         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9638
9639 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9640
9641         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
9642         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
9643         implementation.
9644         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9645         (__libc_ifunc_impl_list): Likewise.
9646         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
9647         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
9648         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
9649         * string/strrchr.c: Define STRRCHR.
9650
9651 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
9652
9653         * benchtest/bench-strtok.c (simple_strtok): Delete.
9654         (strtok_string): Use as benchmark.
9655         * string/strtok (STRTOK): New macro.
9656
9657 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
9658
9659         * manual/threads.texi: Add header and standard comments to all
9660         functions.
9661
9662         * elf/dl-lookup.c (check_match): New function.
9663         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
9664         (do_lookup_x): Remove nested function check_match. Use non-nested
9665         function check_match.
9666
9667 2014-02-28  Roland McGrath  <roland@hack.frob.com>
9668
9669         * csu/Makefile (generated, before-compile): Use += rather than =.
9670         * catgets/Makefile (generated, generated-dirs): Likewise.
9671         * debug/Makefile (generated): Likewise.
9672         * dlfcn/Makefile (generated): Likewise.
9673         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
9674         * iconvdata/Makefile (before-compile, generated): Likewise.
9675         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
9676         * libio/Makefile (generated): Likewise.
9677         * malloc/Makefile (generated): Likewise.
9678         * manual/Makefile (generated, generated-dirs): Likewise.
9679         * misc/Makefile (generated): Likewise.
9680         * posix/Makefile (generated): Likewise.
9681         * resolv/Makefile (generated): Likewise.
9682         * sunrpc/Makefile (generated, generated-dirs): Likewise.
9683         * timezone/Makefile (generated, generated-dirs): Likewise.
9684
9685         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
9686
9687 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9688
9689         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
9690         power8 implementation.
9691         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
9692         file: POWER8 llround ifunc implementation.
9693         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
9694         (__lllround): Add POWER8 implementation.
9695         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
9696         POWER8 llround implementation.
9697
9698         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
9699         power8 implementation.
9700         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
9701         file: POWER8 llrint ifunc implementation.
9702         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
9703         Add POWER8 implementation.
9704         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
9705         POWER8 llrint implementation.
9706
9707         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
9708         power8 implementation.
9709         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
9710         file: POWER8 finite ifunc implementation.
9711         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
9712         Add POWER8 implementation.
9713         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
9714         Likewise.
9715         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
9716         POWER8 finite implementation.
9717         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
9718
9719         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
9720         power8 implementation.
9721         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
9722         file: POWER8 isinf ifunc implementation.
9723         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
9724         POWER8 implementation.
9725         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
9726         Likewise.
9727         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
9728         isinf implementation.
9729         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
9730
9731         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
9732         (INIT_ARCH): Add hwcap2 initialization.
9733         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
9734         power8 implementation.
9735         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
9736         file: POWER8 isnan ifunc implementation.
9737         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
9738         POWER8 implementation.
9739         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
9740         Likewise.
9741         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
9742         isnan implementation.
9743         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
9744
9745 2014-02-27  Joey Ye  <joey.ye@arm.com>
9746
9747         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9748         (_FP_NANFRAC_Q): Set to zero.
9749
9750 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9751
9752         [BZ #16623]
9753         * math/auto-libm-test-in: New test inputs.
9754         * math/auto-libm-test-out: Regenerate.
9755         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
9756         and DA.
9757         (__cos): Likewise.
9758         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
9759
9760 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
9761
9762         * scripts/evaluate-test.sh: Take new argument indicating whether
9763         failure is expected.
9764         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
9765         indicating whether failure is expected.
9766         * conform/Makefile (test-xfail-run-conformtest): New variable.
9767         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
9768         level.
9769         * posix/Makefile (test-xfail-annexc): New variable.
9770         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
9771
9772 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
9773
9774         * argp/Makefile: Include Makeconfig immediately after defining
9775         subdir.
9776         * assert/Makefile: Likewise.
9777         * benchtests/Makefile: Likewise.
9778         * catgets/Makefile: Likewise.
9779         * conform/Makefile: Likewise.
9780         * crypt/Makefile: Likewise.
9781         * csu/Makefile: Likewise.
9782         (all): Remove target.
9783         * ctype/Makefile: Include Makeconfig immediately after defining
9784         subdir.
9785         * debug/Makefile: Likewise.
9786         * dirent/Makefile: Likewise.
9787         * dlfcn/Makefile: Likewise.
9788         * gmon/Makefile: Likewise.
9789         * gnulib/Makefile: Likewise.
9790         * grp/Makefile: Likewise.
9791         * gshadow/Makefile: Likewise.
9792         * hesiod/Makefile: Likewise.
9793         * hurd/Makefile: Likewise.
9794         (all): Remove target.
9795         * iconvdata/Makefile: Include Makeconfig immediately after
9796         defining subdir.
9797         * inet/Makefile: Likewise.
9798         * intl/Makefile: Likewise.
9799         * io/Makefile: Likewise.
9800         * libio/Makefile: Likewise.
9801         (all): Remove target.
9802         * locale/Makefile: Include Makeconfig immediately after defining
9803         subdir.
9804         * login/Makefile: Likewise.
9805         * mach/Makefile: Likewise.
9806         (all): Remove target.
9807         * malloc/Makefile: Include Makeconfig immediately after defining
9808         subdir.
9809         (all): Remove target.
9810         * manual/Makefile: Include Makeconfig immediately after defining
9811         subdir.
9812         * math/Makefile: Likewise.
9813         * misc/Makefile: Likewise.
9814         * nis/Makefile: Likewise.
9815         * nss/Makefile: Likewise.
9816         * po/Makefile: Likewise.
9817         (all): Remove target.
9818         * posix/Makefile: Include Makeconfig immediately after defining
9819         subdir.
9820         * pwd/Makefile: Likewise.
9821         * resolv/Makefile: Likewise.
9822         * resource/Makefile: Likewise.
9823         * rt/Makefile: Likewise.
9824         * setjmp/Makefile: Likewise.
9825         * shadow/Makefile: Likewise.
9826         * signal/Makefile: Likewise.
9827         * socket/Makefile: Likewise.
9828         * soft-fp/Makefile: Likewise.
9829         * stdio-common/Makefile: Likewise.
9830         * stdlib/Makefile: Likewise.
9831         * streams/Makefile: Likewise.
9832         * string/Makefile: Likewise.
9833         * sunrpc/Makefile: Likewise.
9834         (all): Remove target.
9835         * sysvipc/Makefile: Include Makeconfig immediately after defining
9836         subdir.
9837         * termios/Makefile: Likewise.
9838         * time/Makefile: Likewise.
9839         * timezone/Makefile: Likewise.
9840         (all): Remove target.
9841         * wcsmbs/Makefile: Include Makeconfig immediately after defining
9842         subdir.
9843         * wctype/Makefile: Likewise.
9844
9845 2014-02-26  Steve Ellcey  <sellcey@mips.com>
9846
9847         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
9848         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
9849         (libc_feholdexcept_setround_mips): Ditto.
9850         (libc_feholdsetround): New.
9851         (libc_feholdsetroundf): New.
9852         (libc_feholdsetroundl): New.
9853         (libc_feupdateenv_test_mips): New.
9854         (libc_feupdateenv_test): New.
9855         (libc_feupdateenv_testf): New.
9856         (libc_feupdateenv_testl): New.
9857         (libc_feresetround): New.
9858         (libc_feresetroundf): New.
9859         (libc_feresetroundl): New.
9860         (libc_fetestexcept_mips): New.
9861         (libc_fetestexcept): New.
9862         (libc_fetestexceptf): New.
9863         (libc_fetestexceptl): New.
9864         (HAVE_RM_CTX): New.
9865         (libc_feholdexcept_setround_mips_ctx): New.
9866         (libc_feholdexcept_setround_ctx): New.
9867         (libc_feholdexcept_setroundf_ctx): New.
9868         (libc_feholdexcept_setroundl_ctx): New.
9869         (libc_fesetenv_mips_ctx): New.
9870         (libc_fesetenv_ctx): New.
9871         (libc_fesetenv_ctxf): New.
9872         (libc_fesetenv_ctxl): New.
9873         (libc_feupdateenv_mips_ctx): New.
9874         (libc_feupdateenv_ctx): New.
9875         (libc_feupdateenvf_ctx): New.
9876         (libc_feupdateenvl_ctx): New.
9877         (libc_feholdsetround_mips_ctx): New.
9878         (libc_feholdsetround_ctx): New.
9879         (libc_feholdsetroundf_ctx): New.
9880         (libc_feholdsetroundl_ctx): New.
9881         (libc_feresetround_mips_ctx): New.
9882         (libc_feresetround_ctx): New.
9883         (libc_feresetroundf_ctx): New.
9884         (libc_feresetroundl_ctx): New.
9885
9886 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
9887
9888         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
9889
9890         * manual/ipc.texi: New file.
9891         * manual/Makefile (chapters): Add ipc.
9892         * manual/job.texi: Add "Inter-Process Communication" to next.
9893         * manual/process.texi: Add "Inter-Process Communication" to prev.
9894
9895 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9896
9897         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9898
9899 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
9900
9901         * malloc/malloc.c (__libc_calloc): Simplify implementation.
9902
9903         * manual/arith.texi: Fix spaces after sentences.
9904         * manual/charset.texi: Likewise.
9905         * manual/errno.texi: Likewise.
9906         * manual/install.texi: Likewise.
9907         * manual/llio.texi: Likewise.
9908         * manual/locale.texi: Likewise.
9909         * manual/maint.texi: Likewise.
9910         * manual/math.texi: Likewise.
9911         * manual/memory.texi: Likewise.
9912         * manual/message.texi: Likewise.
9913         * manual/probes.texi: Likewise.
9914         * manual/resource.texi: Likewise.
9915         * manual/signal.texi: Likewise.
9916         * manual/socket.texi: Likewise.
9917         * manual/stdio.texi: Likewise.
9918         * manual/string.texi: Likewise.
9919         * manual/time.texi: Likewise.
9920         * manual/users.texi: Likewise.
9921
9922 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
9923
9924         [BZ #16632]
9925         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
9926         _DEFAULT_SOURCE is defined.
9927
9928 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
9929             Carlos O'Donell  <carlos@redhat.com>
9930
9931         [BZ #16613]
9932         * elf/dl-tls.c (_dl_count_modids): New function.
9933         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
9934         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
9935         audit library and increment generation counter.
9936         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
9937         * elf/tst-audit9.c: New file.
9938         * elf/tst-auditmod9a.c: New file.
9939         * elf/tst-auditmod9b.c: New file.
9940         * elf/Makefile: Add rules to build and run tst-audit9.
9941
9942 2014-02-25  Florian Weimer  <fweimer@redhat.com>
9943
9944         [BZ #15347]
9945         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
9946
9947 2014-02-25  Will Newton  <will.newton@linaro.org>
9948
9949         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
9950         (__longjmp): Restore sp and lr before restoring callee
9951         saved registers.  Add longjmp and longjmp_target
9952         SystemTap probe point.
9953         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
9954         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
9955         Define to zero to match jmpbuf layout.
9956         * sysdeps/arm/setjmp.S: Include stap-probe.h.
9957         (__sigsetjmp): Save sp and lr before saving callee
9958         saved registers.  Add setjmp SystemTap probe point.
9959
9960 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
9961
9962         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9963
9964 2014-02-24  Andreas Schwab  <schwab@suse.de>
9965
9966         [BZ #15804]
9967         * elf/pldd.c (wait_for_ptrace_stop): New function.
9968         (main): Call it after attaching.
9969
9970 2014-02-22  Roland McGrath  <roland@hack.frob.com>
9971
9972         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
9973         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
9974         Versions files is now verboten.
9975         * hurd/Versions (libc: GLIBC_2.0):
9976         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
9977         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
9978         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
9979         * mach/Versions: Likewise.
9980
9981         * csu/Versions: Remove unused %include.
9982         * resolv/Versions: Likewise.
9983
9984 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
9985
9986         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
9987         ($(objpfx)check-local-headers.out): Likewise.
9988         ($(objpfx)begin-end-check.out): Likewise.
9989         * Makerules (check-abi-%.out): Likewise.
9990         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
9991         ($(objpfx)test2.cat): Likewise.
9992         ($(objpfx)de/libc.cat): Likewise.
9993         ($(objpfx)test-gencat.out): Likewise.
9994         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
9995         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
9996         ($(objpfx)noload-mem): Likewise.
9997         ($(objpfx)tst-pathopt.out): Likewise.
9998         ($(objpfx)tst-rtld-load-self.out): Likewise.
9999         ($(objpfx)tst-array1-cmp.out): Likewise.
10000         ($(objpfx)tst-array1-static-cmp.out): Likewise.
10001         ($(objpfx)tst-array2-cmp.out): Likewise.
10002         ($(objpfx)tst-array3-cmp.out): Likewise.
10003         ($(objpfx)tst-array4-cmp.out): Likewise.
10004         ($(objpfx)tst-array5-cmp.out): Likewise.
10005         ($(objpfx)tst-array5-static-cmp.out): Likewise.
10006         ($(objpfx)check-textrel.out): Likewise.
10007         ($(objpfx)check-execstack.out): Likewise.
10008         ($(objpfx)check-localplt.out): Likewise.
10009         ($(objpfx)order2-cmp.out): Likewise.
10010         ($(objpfx)tst-leaks1-mem): Likewise.
10011         ($(objpfx)tst-leaks1-static-mem): Likewise.
10012         ($(objpfx)tst-initorder-cmp.out): Likewise.
10013         ($(objpfx)tst-initorder2-cmp.out): Likewise.
10014         ($(objpfx)tst-unused-dep.out): Likewise.
10015         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
10016         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
10017         * iconv/Makefile (test-iconvconfig): Likewise.
10018         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
10019         ($(objpfx)iconv-test.out): Likewise.
10020         ($(objpfx)tst-tables.out): Likewise.
10021         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
10022         ($(objpfx)tst-gettext.out): Likewise.
10023         ($(objpfx)tst-translit.out): Likewise.
10024         ($(objpfx)tst-gettext2.out): Likewise.
10025         ($(objpfx)tst-gettext4.out): Likewise.
10026         ($(objpfx)tst-gettext6.out): Likewise.
10027         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
10028         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
10029         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
10030         ($(objpfx)tst-fopenloc-mem.out): Likewise.
10031         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
10032         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
10033         * posix/Makefile ($(objpfx)globtest.out): Likewise.
10034         ($(objpfx)wordexp-tst.out): Likewise.
10035         ($(objpfx)annexc.out): Likewise.
10036         ($(objpfx)tst-fnmatch-mem): Likewise.
10037         ($(objpfx)bug-regex2-mem): Likewise.
10038         ($(objpfx)bug-regex14-mem): Likewise.
10039         ($(objpfx)bug-regex21-mem): Likewise.
10040         ($(objpfx)bug-regex31-mem): Likewise.
10041         ($(objpfx)tst-vfork3-mem): Likewise.
10042         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
10043         ($(objpfx)tst-pcre-mem): Likewise.
10044         ($(objpfx)tst-boost-mem): Likewise.
10045         ($(objpfx)tst-getconf.out): Likewise.
10046         ($(objpfx)bug-ga2-mem): Likewise.
10047         ($(objpfx)bug-glob2-mem): Likewise.
10048         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
10049         ($(objpfx)mtrace-tst-leaks2): Likewise.
10050         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
10051         ($(objpfx)tst-printf.out): Likewise.
10052         ($(objpfx)tst-setvbuf1.out): Likewise.
10053         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
10054         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
10055         ($(objpfx)tst-fmtmsg.out): Likewise.
10056         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
10057         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
10058
10059         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
10060         * bits/sigaction.h [__USE_MISC]: Likewise.
10061         * bits/waitstatus.h: Update #endif comments.
10062         * ctype/ctype.h: Likewise.
10063         * dirent/dirent.h: Likewise.
10064         [__USE_MISC]: Remove redundant conditionals.
10065         * grp/grp.h: Update #endif comments.
10066         [__USE_GNU]: Remove redundant conditionals.
10067         [__USE_MISC]: Likewise.
10068         * inet/netinet/in.h [__USE_GNU]: Likewise.
10069         * io/sys/stat.h [__USE_MISC]: Likewise.
10070         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
10071         * libio/bits/stdio.h: Update #endif comments.
10072         [__USE_MISC]: Remove redundant conditionals.
10073         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
10074         * libio/stdio.h: Update #endif comments.
10075         [__USE_MISC]: Remove redundant conditionals.
10076         * math/bits/math-finite.h [__USE_MISC]: Likewise.
10077         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
10078         * math/math.h: Update #else and #endif comments.
10079         [__USE_MISC]: Remove redundant conditionals.
10080         * misc/sys/uio.h: Update #endif comments.
10081         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
10082         * posix/glob.h [__USE_MISC]: Likewise.
10083         * posix/sys/types.h: Update #endif comments.
10084         [__USE_MISC]: Remove redundant conditionals.
10085         * posix/sys/wait.h: Update #endif comments.
10086         [__USE_MISC]: Remove redundant conditionals.
10087         * posix/unistd.h: Update #endif comments.
10088         [__USE_MISC]: Remove redundant conditionals.
10089         * pwd/pwd.h [__USE_GNU]: Likewise.
10090         [__USE_MISC]: Likewise.
10091         * resolv/netdb.h [__USE_GNU]: Likewise.
10092         * signal/signal.h: Update #endif comments.
10093         [__USE_MISC]: Remove redundant conditionals.
10094         * stdlib/stdlib.h: Update #else and #endif comments.
10095         [__USE_MISC]: Remove redundant conditionals.
10096         [__USE_GNU]: Likewise.
10097         * string/bits/string2.h [__USE_MISC]: Likewise.
10098         * string/string.h: Update #endif comments.
10099         [__USE_MISC]: Remove redundant conditionals.
10100         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
10101         Likewise.
10102         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
10103         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
10104         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
10105         Likewise.
10106         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
10107         Likewise.
10108         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
10109         comments.
10110         [__USE_MISC]: Remove redundant conditionals.
10111         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
10112         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
10113         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
10114         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
10115         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
10116         Likewise.
10117         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
10118         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
10119         Likewise.
10120         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
10121         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
10122         Likewise.
10123         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
10124         Likewise.
10125         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
10126         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
10127         Likewise.
10128         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
10129         Likewise.
10130         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
10131         * sysdeps/x86/bits/string.h: Update #endif comments.
10132         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
10133         conditionals.
10134         * time/sys/time.h: Update #endif comments.
10135         * time/time.h: Likewise.
10136         [__USE_MISC]: Remove redundant conditionals.
10137
10138 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
10139
10140         [BZ #16600]
10141         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
10142
10143 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
10144
10145         * Versions.def (librt): Add GLIBC_2.17.
10146
10147 2014-02-21  Adam Conrad  <adconrad@0c3.net>
10148
10149         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
10150         synonym for _SYS_AUXV_H to allow direct inclusion.
10151         * sysdeps/sparc/bits/hwcap.h: Likewise.
10152         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
10153         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
10154         * sysdeps/sparc/sysdep.h: Likewise.
10155
10156 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
10157
10158         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
10159
10160 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
10161
10162         * benchtests/bench-strrchr.c: Print length instead of position.
10163
10164 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
10165
10166         [BZ #16611]
10167         * sysdeps/unix/sysv/linux/kernel-features.h
10168         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
10169         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
10170         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
10171         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
10172         Likewise.
10173         [__i386__ || __powerpc__ || __sh__ || __sparc__]
10174         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10175         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
10176         (__ASSUME_SENDMMSG): Define instead of using previous
10177         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
10178         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10179         (__ASSUME_SENDMMSG_SYSCALL): Define.
10180         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10181         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
10182         Likewise.
10183         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10184         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10185         Likewise.
10186         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10187         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10188         Likewise.
10189         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
10190         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10191         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10192         [__ASSUME_SENDMMSG]: Change conditionals to
10193         [__ASSUME_SENDMMSG_SOCKETCALL].
10194         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10195         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
10196         Define.
10197         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10198         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
10199         Likewise.
10200         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
10201         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10202         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10203         [!__ASSUME_SENDMMSG]: Change conditional to
10204         [!__ASSUME_SENDMMSG_SOCKETCALL].
10205         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10206         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10207         Define.
10208
10209         [BZ #16610]
10210         * sysdeps/unix/sysv/linux/kernel-features.h
10211         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
10212         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
10213         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
10214         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
10215         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10216         [__i386__ || __sparc__]
10217         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10218         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
10219         (__ASSUME_RECVMMSG): Define instead of using previous
10220         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
10221         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10222         (__ASSUME_RECVMMSG_SYSCALL): Define.
10223         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10224         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10225         Likewise.
10226         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10227         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10228         Likewise.
10229         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10230         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10231         Likewise.
10232         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
10233         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10234         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10235         [__ASSUME_RECVMMSG]: Change condition to
10236         [__ASSUME_RECVMMSG_SOCKETCALL].
10237         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10238         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10239         Define.
10240         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10241         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10242         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10243         Likewise.
10244         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
10245         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10246         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10247         [!__ASSUME_RECVMMSG]: Change condition to
10248         [!__ASSUME_RECVMMSG_SOCKETCALL].
10249         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10250         (__ASSUME_RECVMMSG_SYSCALL): Define.
10251
10252         [BZ #16609]
10253         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
10254         __powerpc__ || __s390__ || __sh__ || __sparc__]
10255         (__ASSUME_SOCKETCALL): Define.
10256         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
10257         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
10258         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
10259         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
10260         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10261         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
10262         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
10263         (__ASSUME_ACCEPT4): Define instead of using previous
10264         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
10265         __powerpc__ || __sparc__ || __s390__)] condition.
10266         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10267         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10268         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
10269         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10270         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10271         [!__ASSUME_ACCEPT4]: Change condition to
10272         [!__ASSUME_ACCEPT4_SOCKETCALL].
10273         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10274         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
10275         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
10276         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10277         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
10278         __ASSUME_ACCEPT4_SYSCALL.
10279         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
10280         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
10281         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10282         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
10283         __ASSUME_ACCEPT4_SYSCALL.
10284         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
10285         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10286         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10287         [__ASSUME_ACCEPT4]: Change condition to
10288         [__ASSUME_ACCEPT4_SOCKETCALL].
10289         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10290         (__ASSUME_SOCKETCALL): Define.
10291         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
10292         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10293         (__ASSUME_SOCKETCALL): Define.
10294         (__ASSUME_ACCEPT4): Remove.
10295         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
10296         Define.
10297         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10298         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
10299         Likewise.
10300         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10301         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10302
10303         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
10304         macro.
10305         (HWCAP_ARM_LPAE): Likewise.
10306         (HWCAP_ARM_EVTSTRM): Likewise.
10307         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
10308         Add vpfd32, lpae and evtstrm.
10309         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
10310         Increase to 22.
10311
10312 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
10313
10314         * math/auto-libm-test-in: Add tests of clog10.
10315         * math/auto-libm-test-out: Regenerated.
10316         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
10317         * sysdeps/i386/fpu/libm-test-ulps: Update.
10318         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10319
10320 2014-02-18  Andreas Schwab  <schwab@suse.de>
10321
10322         [BZ #16574]
10323         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
10324         Store non-zero if the second buffer was newly allocated.
10325         (send_dg): Likewise.
10326         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
10327         to send_vc and send_dg.
10328         (res_nsend): Pass NULL for ansp2_malloced.
10329         * resolv/res_query.c (__libc_res_nquery): Add parameter
10330         answerp2_malloced and pass it down to __libc_res_nsend.
10331         (res_nquery): Pass additional NULL to __libc_res_nquery.
10332         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
10333         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
10334         second answer buffer if answerp2_malloced was set.
10335         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
10336         (__libc_res_nquerydomain): Add parameter
10337         answerp2_malloced and pass it down to __libc_res_nquery.
10338         (res_nquerydomain): Pass additional NULL to
10339         __libc_res_nquerydomain.
10340         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
10341         additional NULL to __libc_res_nsend and __libc_res_nquery.
10342         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
10343         additional NULL to __libc_res_nsearch.
10344         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
10345         parameter of __libc_res_nsearch to check for separately allocated
10346         second buffer.
10347         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
10348         __libc_res_nquery.
10349         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
10350         additional NULL to __libc_res_nquery.
10351         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
10352         __libc_res_nsearch.
10353         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
10354         * include/resolv.h: Update prototypes of __libc_res_nquery,
10355         __libc_res_nsearch, __libc_res_nsend.
10356
10357 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
10358
10359         * math/auto-libm-test-in: Add tests of fma.
10360         * math/auto-libm-test-out: Regenerated.
10361         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
10362         (fma_towardzero_test_data): Likewise.
10363         (fma_downward_test_data): Likewise.
10364         (fma_upward_test_data): Likewise.
10365         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
10366         mpc_mode.
10367         (rounding_modes): Add values for new field.
10368         (func_calc_method): Add value mpfr_fff_f.
10369         (func_calc_desc): Add mpfr_fff_f union field.
10370         (test_function): Add field exact_args.
10371         (FUNC): Add macro argument EXACT_ARGS.
10372         (FUNC_mpfr_f_f): Update call to FUNC.
10373         (FUNC_mpfr_f_f): Likewise.
10374         (FUNC_mpfr_ff_f): Likewise.
10375         (FUNC_mpfr_if_f): Likewise.
10376         (FUNC_mpc_c_f): Likewise.
10377         (FUNC_mpc_c_c): Likewise.
10378         (test_functions): Add fma.  Update calls to FUNC.
10379         (handle_input_arg): Add argument exact_args.
10380         (add_test): Update call to handle_input_arg.
10381         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
10382         (output_for_one_input_case): Update call to calc_generic_results.
10383         Recalculate exact zero results in each rounding mode.
10384
10385         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
10386         non-negative before setting low bit.
10387         * math/auto-libm-test-in: Mark one asin test possibly having
10388         spurious underflow.
10389         * math/auto-libm-test-out: Regenerated.
10390         * sysdeps/i386/fpu/libm-test-ulps: Update.
10391         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10392
10393 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
10394
10395         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
10396         * sysdeps/unix/sysv/linux/microblaze: Move directory from
10397         ports/sysdeps/unix/sysv/linux/microblaze.
10398         * README: Add missing listing for microblaze*-*-linux-gnu.
10399
10400 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
10401
10402         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
10403         duplicate code
10404
10405 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
10406
10407         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
10408         * sysdeps/unix/sysv/linux/ia64: Move directory from
10409         ports/sysdeps/unix/sysv/linux/ia64.
10410         * README: Update listing for ia64-*-linux-gnu.
10411
10412 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
10413             Joseph Myers  <joseph@codesourcery.com>
10414
10415         * Makeconfig (test-name): New variable.
10416         (evaluate-test): Likewise.
10417         * Makerules (do-test-clean): Remove .test-result files.
10418         (common-mostlyclean): Likewise.
10419         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
10420         * scripts/evaluate-test.sh: New file.
10421
10422 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
10423
10424         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
10425         separate $(objpfx)tst-fopenloc-cmp.out and
10426         $(objpfx)tst-fopenloc-mem.out targets.
10427         (tests): Update dependencies.
10428         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
10429         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
10430         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
10431         (tst-rxspencer-no-utf8-ARGS): New variable.
10432         (tst-rxspencer-no-utf8-ENV): Likewise.
10433         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
10434         instead of $(objpfx)tst-rxspencer-mem.
10435         ($(objpfx)tst-rxspencer-mem): Change target to
10436         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
10437         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
10438         * posix/tst-rxspencer-no-utf8.c: New file.
10439
10440         * elf/Makefile ($(objpfx)order.out): Remove rule.
10441         [$(run-built-tests) = yes] (tests): Depend on
10442         $(objpfx)order-cmp.out.
10443         ($(objpfx)order-cmp.out): New rule.
10444         [$(run-built-tests) = yes] (tests): Depend on
10445         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
10446         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
10447         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
10448         $(objpfx)tst-array5-static-cmp.out.
10449         ($(objpfx)tst-array1.out): Remove rule.
10450         ($(objpfx)tst-array1-cmp.out): New rule.
10451         ($(objpfx)tst-array1-static.out): Remove rule.
10452         ($(objpfx)tst-array1-static-cmp.out): New rule.
10453         ($(objpfx)tst-array2.out): Remove rule.
10454         ($(objpfx)tst-array2-cmp.out): New rule.
10455         ($(objpfx)tst-array3.out): Remove rule.
10456         ($(objpfx)tst-array3-cmp.out): New rule.
10457         ($(objpfx)tst-array4.out): Remove rule.
10458         ($(objpfx)tst-array4-cmp.out): New rule.
10459         ($(objpfx)tst-array5.out): Remove rule.
10460         ($(objpfx)tst-array5-cmp.out): New rule.
10461         ($(objpfx)tst-array5-static.out): Remove rule.
10462         ($(objpfx)tst-array5-static-cmp.out): New rule.
10463         [$(run-built-tests) = yes] (tests): Depend on
10464         $(objpfx)order2-cmp.out.
10465         ($(objpfx)order2.out): Remove rule.
10466         ($(objpfx)order2-cmp.out): New rule.
10467         ($(objpfx)tst-initorder.out): Remove rule.
10468         [$(run-built-tests) = yes] (tests): Depend on
10469         $(objpfx)tst-initorder-cmp.out.
10470         ($(objpfx)tst-initorder-cmp.out): New rule.
10471         ($(objpfx)tst-initorder2.out): Remove rule.
10472         [$(run-built-tests) = yes] (tests): Depend on
10473         $(objpfx)tst-initorder2-cmp.out.
10474         ($(objpfx)tst-initorder2-cmp.out): New rule.
10475         [$(run-built-tests) = yes] (tests): Depend on
10476         $(objpfx)tst-unused-dep-cmp.out.
10477         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
10478         ($(objpfx)tst-unused-dep-cmp.out): New rule.
10479         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
10480         on $(objpfx)tst-setvbuf1-cmp.out.
10481         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
10482         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
10483         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
10484         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
10485         ($(objpfx)tst-svc.out): Remove rule.
10486         ($(objpfx)tst-svc-cmp.out): New rule.
10487
10488 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
10489
10490         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
10491         * ctype/ctype.h [__USE_MISC]: Likewise.
10492         * dirent/dirent.h [__USE_MISC]: Likewise.
10493         * grp/grp.h [__USE_MISC]: Likewise.
10494         * io/fcntl.h [__USE_MISC]: Likewise.
10495         * io/sys/stat.h [__USE_MISC]: Likewise.
10496         * libio/stdio.h [__USE_MISC]: Likewise.
10497         * posix/unistd.h [__USE_MISC]: Likewise.
10498         * pwd/pwd.h [__USE_MISC]: Likewise.
10499         * stdlib.h [__USE_MISC]: Likewise.
10500         * string/bits/string2.h [__USE_MISC]: Likewise.
10501         * string/string.h [__USE_MISC]: Likewise.
10502         * time/time.h [__USE_MISC]: Likewise.
10503
10504 2014-02-13  Andreas Schwab  <schwab@suse.de>
10505
10506         [BZ #16574]
10507         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
10508         second answer buffer if it was separately allocated.
10509
10510 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
10511
10512         * sysdeps/mips/math-tests.h: Include <features.h>.
10513         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10514         (ROUNDING_TESTS_long_double): Do not define.
10515         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10516         (EXCEPTION_TESTS_long_double): Likewise.
10517         * sysdeps/mips/mips64/libm-test-ulps: Update.
10518
10519         * include/features.h (__USE_BSD): Remove macro definitions.
10520         (__USE_SVID): Likewise.
10521         (_BSD_SOURCE): Likewise.
10522         (_SVID_SOURCE): Likewise.
10523         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
10524         from definition of _DEFAULT_SOURCE.
10525         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
10526         [_DEFAULT_SOURCE].
10527         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
10528         * bits/mman.h [__USE_BSD]: Likewise.
10529         * bits/termios.h [__USE_BSD]: Likewise.
10530         * bits/waitstatus.h [__USE_BSD]: Likewise.
10531         * ctype/ctype.h [__USE_SVID]: Likewise.
10532         * dirent/dirent.h [__USE_BSD]: Likewise.
10533         * grp/grp.h [__USE_SVID]: Likewise.
10534         [__USE_BSD]: Likewise.
10535         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
10536         * io/fcntl.h [__USE_BSD]: Likewise.
10537         * io/ftw.h [__USE_BSD]: Likewise.
10538         * io/sys/stat.h [__USE_BSD]: Likewise.
10539         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
10540         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
10541         * libio/stdio.h [__USE_SVID]: Likewise.
10542         [__USE_BSD]: Likewise.
10543         * math/math.h [__USE_SVID]: Likewise.
10544         [__USE_BSD]: Likewise.
10545         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
10546         * misc/bits/syslog.h [__USE_BSD]: Likewise.
10547         * misc/search.h [__USE_SVID]: Likewise.
10548         * misc/sys/mman.h [__USE_BSD]: Likewise.
10549         * misc/sys/syslog.h [__USE_BSD]: Likewise.
10550         * misc/sys/uio.h [__USE_BSD]: Likewise.
10551         * posix/bits/unistd.h [__USE_BSD]: Likewise.
10552         * posix/glob.h [__USE_BSD]: Likewise.
10553         * posix/regex.h [__USE_BSD]: Likewise.
10554         * posix/sys/types.h [__USE_BSD]: Likewise.
10555         [__USE_SVID]: Likewise.
10556         * posix/sys/utsname.h [__USE_SVID]: Likewise.
10557         * posix/sys/wait.h [__USE_BSD]: Likewise.
10558         [__USE_SVID]: Likewise.
10559         * posix/unistd.h [__USE_BSD]: Likewise.
10560         [__USE_SVID]: Likewise.
10561         * pwd/pwd.h [__USE_SVID]: Likewise.
10562         * resolv/netdb.h [__USE_BSD]: Likewise.
10563         * setjmp/setjmp.h [__USE_BSD]: Likewise.
10564         * signal/signal.h [__USE_BSD]: Likewise.
10565         [__USE_SVID]: Likewise.
10566         * socket/sys/socket.h [__USE_BSD]: Likewise.
10567         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
10568         * stdlib/stdlib.h [__USE_BSD]: Likewise.
10569         [__USE_SVID]: Likewise.
10570         * string/bits/string2.h [__USE_BSD]: Likewise.
10571         [__USE_SVID]: Likewise.
10572         * string/bits/string3.h [__USE_BSD]: Likewise.
10573         * string/endian.h [__USE_BSD]: Likewise.
10574         * string/string.h [__USE_SVID]: Likewise.
10575         [__USE_BSD]: Likewise.
10576         * string/strings.h [__USE_BSD]: Likewise.
10577         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
10578         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
10579         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
10580         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
10581         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
10582         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
10583         Likewise.
10584         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
10585         Likewise.
10586         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
10587         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
10588         Likewise.
10589         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
10590         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
10591         Likewise.
10592         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
10593         Likewise.
10594         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
10595         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
10596         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
10597         Likewise.
10598         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
10599         Likewise.
10600         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
10601         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
10602         * termios/termios.h [__USE_BSD]: Likewise.
10603         * time/sys/time.h [__USE_BSD]: Likewise.
10604         * time/time.h [__USE_BSD]: Likewise.
10605         [__USE_SVID]: Likewise.
10606
10607         * Makefile (subdir_targets): Remove subdir_lint.out.
10608
10609         * stdio-common/Makefile (do-tst-unbputc): Remove target.
10610         (do-tst-printf): Likewise.
10611         (tests): Depend directly on $(objpfx)tst-unbputc.out and
10612         $(objpfx)tst-printf.out.
10613
10614         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
10615
10616         * Makerules (check-abi-%): Change target to
10617         $(objpfx)check-abi-%.out.
10618         (check-abi target): Update dependencies.
10619         (check-abi-pattern variable): Redirect output of diff to $@.
10620         (check-abi variable): Likewise.
10621         * elf/Makefile (check-abi): Update dependencies.
10622
10623         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
10624         unused.
10625         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
10626         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
10627         subnormal range.
10628         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
10629         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
10630         value has largest subnormal exponent.
10631         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
10632         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
10633         * sysdeps/aarch64/soft-fp/sfp-machine.h
10634         (_FP_TININESS_AFTER_ROUNDING): New macro.
10635         * sysdeps/alpha/soft-fp/sfp-machine.h
10636         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10637         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10638         Likewise.
10639         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
10640         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10641         * sysdeps/mips/soft-fp/sfp-machine.h
10642         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10643         * sysdeps/powerpc/soft-fp/sfp-machine.h
10644         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10645         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10646         Likewise.
10647         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
10648         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10649         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
10650         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10651         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10652         Likewise.
10653
10654 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
10655
10656         [BZ #16545]
10657         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
10658         model 1.
10659
10660 2014-02-12  Richard Henderson  <rth@redhat.com>
10661
10662         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
10663         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
10664         * sysdeps/unix/sysv/linux/alpha: Move directory from
10665         ports/sysdeps/unix/sysv/linux/alpha.
10666         * README: Update listing for alpha-*-linux-gnu.
10667
10668 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
10669
10670         * include/features.h: Update comment documenting feature test
10671         macros.
10672         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
10673         _DEFAULT_SOURCE.
10674         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
10675         (_SVID_SOURCE): Likewise.
10676         (_DEFAULT_SOURCE): Update description of default features.
10677         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
10678         with _GNU_SOURCE.
10679         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
10680         (S_ISVTX): Likewise.
10681         * manual/math.texi (Mathematical Constants): Likewise.
10682         * manual/signal.texi (Interrupted Primitives): Likewise.
10683         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
10684         * math/test-matherr.c (_SVID_SOURCE): Do not define.
10685         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
10686         Don't refer to _SVID_SOURCE in warning text.
10687
10688         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10689
10690         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
10691         already defined.
10692         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
10693         * sysdeps/mips/dl-lookup.c: Remove.
10694         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
10695
10696 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10697
10698         [BZ #16447]
10699         * math/auto-libm-test-in: Add testcase for expl.
10700         * math/auto-libm-test-out: Regenerate.
10701         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
10702         calculation of unsafe.
10703         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
10704
10705 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10706
10707         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
10708         * sysdeps/unix/sysv/linux/aarch64: Move directory from
10709         ports/sysdeps/unix/sysv/linux/aarch64.
10710         * README: Update listing for aarch64*-*-linux-gnu.
10711
10712 2014-02-11  Will Newton  <will.newton@linaro.org>
10713
10714         * manual/probes.texi (Mathematical Function Probes): Use
10715         "triggered" instead of "hit".
10716
10717         * manual/probes.texi (Internal Probes): Add documentation
10718         of setjmp, longjmp and longjmp_target probes.
10719
10720         * include/stap-probe.h: Add comment about probe argument
10721         format.
10722
10723         * malloc/mtrace.c (attribute_hidden): Remove unused macro
10724         definition.  (tr_where, tr_freehook, tr_mallochook,
10725         tr_reallochook, tr_memalignhook): Use ANSI protoype.
10726
10727 2014-02-11  David S. Miller  <davem@davemloft.net>
10728
10729         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
10730         processing int_tests.
10731
10732 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
10733
10734         * sysdeps/mips: Move directory from ports/sysdeps/mips.
10735         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
10736         * sysdeps/unix/sysv/linux/mips: Move directory from
10737         ports/sysdeps/unix/sysv/linux/mips.
10738         * README: Update listing for mips-*-linux-gnu and
10739         mips64-*-linux-gnu.
10740
10741 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
10742
10743         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
10744         * sysdeps/unix/sysv/linux/m68k: Move directory from
10745         ports/sysdeps/unix/sysv/linux/m68k.
10746         * README: Update listing for m68k-*-linux-gnu.
10747
10748 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
10749
10750         * sysdeps/tile: Move directory from ports/sysdeps/tile.
10751         * sysdeps/unix/sysv/linux/generic: Move directory from
10752         ports/sysdeps/unix/sysv/linux/generic.
10753         * sysdeps/unix/sysv/linux/tile: Move directory from
10754         ports/sysdeps/unix/sysv/linux/tile.
10755         * README: Update listing for tile*-*-linux-gnu.
10756
10757 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
10758
10759         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
10760         __builtin_expect.
10761         * benchtests/bench-memmem.c (simple_memmem): Likewise.
10762         * catgets/open_catalog.c (__open_catalog): Likewise.
10763         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
10764         * debug/confstr_chk.c: Likewise.
10765         * debug/fread_chk.c (__fread_chk): Likewise.
10766         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
10767         * debug/getgroups_chk.c: Likewise.
10768         * debug/mbsnrtowcs_chk.c: Likewise.
10769         * debug/mbsrtowcs_chk.c: Likewise.
10770         * debug/mbstowcs_chk.c: Likewise.
10771         * debug/memcpy_chk.c: Likewise.
10772         * debug/memmove_chk.c: Likewise.
10773         * debug/mempcpy_chk.c: Likewise.
10774         * debug/memset_chk.c: Likewise.
10775         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
10776         * debug/strcat_chk.c (__strcat_chk): Likewise.
10777         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
10778         * debug/strncat_chk.c (__strncat_chk): Likewise.
10779         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
10780         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
10781         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
10782         * debug/wcpncpy_chk.c: Likewise.
10783         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
10784         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
10785         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
10786         * debug/wcsncpy_chk.c: Likewise.
10787         * debug/wcsnrtombs_chk.c: Likewise.
10788         * debug/wcsrtombs_chk.c: Likewise.
10789         * debug/wcstombs_chk.c: Likewise.
10790         * debug/wmemcpy_chk.c: Likewise.
10791         * debug/wmemmove_chk.c: Likewise.
10792         * debug/wmempcpy_chk.c: Likewise.
10793         * debug/wmemset_chk.c: Likewise.
10794         * dirent/scandirat.c (SCANDIRAT): Likewise.
10795         * dlfcn/dladdr1.c (dladdr1): Likewise.
10796         * dlfcn/dladdr.c (dladdr): Likewise.
10797         * dlfcn/dlclose.c (dlclose_doit): Likewise.
10798         * dlfcn/dlerror.c (__dlerror): Likewise.
10799         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
10800         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
10801         * dlfcn/dlopen.c (dlopen_doit): Likewise.
10802         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
10803         * dlfcn/dlsym.c (dlsym_doit): Likewise.
10804         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
10805         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
10806         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
10807         Likewise.
10808         * elf/dl-conflict.c: Likewise.
10809         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
10810         * elf/dl-dst.h: Likewise.
10811         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
10812         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
10813         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
10814         * elf/dl-init.c (call_init, _dl_init): Likewise.
10815         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
10816         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
10817         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
10818         Likewise.
10819         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
10820         Likewise.
10821         * elf/dl-minimal.c (__libc_memalign): Likewise.
10822         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
10823         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10824         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
10825         * elf/dl-sym.c (do_sym): Likewise.
10826         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
10827         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
10828         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
10829         * elf/dl-writev.h (_dl_writev): Likewise.
10830         * elf/ldconfig.c (search_dir): Likewise.
10831         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
10832         (dl_main): Likewise.
10833         * elf/setup-vdso.h (setup_vdso): Likewise.
10834         * grp/compat-initgroups.c (compat_call): Likewise.
10835         * grp/fgetgrent.c (fgetgrent): Likewise.
10836         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
10837         * grp/putgrent.c (putgrent): Likewise.
10838         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
10839         Likewise.
10840         * hurd/hurdinit.c: Likewise.
10841         * iconvdata/8bit-gap.c (struct): Likewise.
10842         * iconvdata/ansi_x3.110.c : Likewise.
10843         * iconvdata/big5.c : Likewise.
10844         * iconvdata/big5hkscs.c : Likewise.
10845         * iconvdata/cp1255.c: Likewise.
10846         * iconvdata/cp1258.c : Likewise.
10847         * iconvdata/cp932.c : Likewise.
10848         * iconvdata/euc-cn.c: Likewise.
10849         * iconvdata/euc-jisx0213.c : Likewise.
10850         * iconvdata/euc-jp.c: Likewise.
10851         * iconvdata/euc-jp-ms.c : Likewise.
10852         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
10853         * iconvdata/gb18030.c : Likewise.
10854         * iconvdata/gbbig5.c (const): Likewise.
10855         * iconvdata/gbgbk.c: Likewise.
10856         * iconvdata/gbk.c : Likewise.
10857         * iconvdata/ibm1364.c : Likewise.
10858         * iconvdata/ibm930.c : Likewise.
10859         * iconvdata/ibm932.c: Likewise.
10860         * iconvdata/ibm933.c : Likewise.
10861         * iconvdata/ibm935.c : Likewise.
10862         * iconvdata/ibm937.c : Likewise.
10863         * iconvdata/ibm939.c : Likewise.
10864         * iconvdata/ibm943.c: Likewise.
10865         * iconvdata/iso_11548-1.c: Likewise.
10866         * iconvdata/iso-2022-cn.c : Likewise.
10867         * iconvdata/iso-2022-cn-ext.c : Likewise.
10868         * iconvdata/iso-2022-jp-3.c: Likewise.
10869         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
10870         * iconvdata/iso-2022-kr.c : Likewise.
10871         * iconvdata/iso646.c (gconv_end): Likewise.
10872         * iconvdata/iso_6937-2.c : Likewise.
10873         * iconvdata/iso_6937.c : Likewise.
10874         * iconvdata/iso8859-1.c: Likewise.
10875         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
10876         * iconvdata/shift_jisx0213.c : Likewise.
10877         * iconvdata/sjis.c : Likewise.
10878         * iconvdata/t.61.c : Likewise.
10879         * iconvdata/tcvn5712-1.c : Likewise.
10880         * iconvdata/tscii.c: Likewise.
10881         * iconvdata/uhc.c : Likewise.
10882         * iconvdata/unicode.c (gconv_end): Likewise.
10883         * iconvdata/utf-16.c (gconv_end): Likewise.
10884         * iconvdata/utf-32.c (gconv_end): Likewise.
10885         * iconvdata/utf-7.c (base64): Likewise.
10886         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
10887         * iconv/gconv_close.c (__gconv_close): Likewise.
10888         * iconv/gconv_open.c (__gconv_open): Likewise.
10889         * iconv/gconv_simple.c (internal_ucs4_loop_single)
10890         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
10891         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
10892         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
10893         (ucs4le_internal_loop_single): Likewise.
10894         * iconv/iconv.c (iconv): Likewise.
10895         * iconv/iconv_close.c: Likewise.
10896         * iconv/loop.c (SINGLE): Likewise.
10897         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
10898         * include/atomic.h: Likewise.
10899         * inet/inet6_option.c (option_alloc): Likewise.
10900         * intl/bindtextdom.c (set_binding_values): Likewise.
10901         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
10902         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
10903         * intl/localealias.c (read_alias_file): Likewise.
10904         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
10905         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
10906         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
10907         * libio/fmemopen.c (fmemopen): Likewise.
10908         * libio/iofgets.c (_IO_fgets): Likewise.
10909         * libio/iofgets_u.c (fgets_unlocked): Likewise.
10910         * libio/iofgetws.c (fgetws): Likewise.
10911         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
10912         * libio/iogetdelim.c (_IO_getdelim): Likewise.
10913         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
10914         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
10915         * locale/findlocale.c (_nl_find_locale): Likewise.
10916         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
10917         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
10918         Likewise.
10919         * locale/setlocale.c (setlocale): Likewise.
10920         * login/programs/pt_chown.c (main): Likewise.
10921         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
10922         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
10923         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
10924         (mmap, mmap64, mremap, munmap): Likewise.
10925         * math/e_exp2l.c: Likewise.
10926         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
10927         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
10928         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
10929         * math/s_catan.c (__catan): Likewise.
10930         * math/s_catanf.c (__catanf): Likewise.
10931         * math/s_catanh.c (__catanh): Likewise.
10932         * math/s_catanhf.c (__catanhf): Likewise.
10933         * math/s_catanhl.c (__catanhl): Likewise.
10934         * math/s_catanl.c (__catanl): Likewise.
10935         * math/s_ccosh.c (__ccosh): Likewise.
10936         * math/s_ccoshf.c (__ccoshf): Likewise.
10937         * math/s_ccoshl.c (__ccoshl): Likewise.
10938         * math/s_cexp.c (__cexp): Likewise.
10939         * math/s_cexpf.c (__cexpf): Likewise.
10940         * math/s_cexpl.c (__cexpl): Likewise.
10941         * math/s_clog10.c (__clog10): Likewise.
10942         * math/s_clog10f.c (__clog10f): Likewise.
10943         * math/s_clog10l.c (__clog10l): Likewise.
10944         * math/s_clog.c (__clog): Likewise.
10945         * math/s_clogf.c (__clogf): Likewise.
10946         * math/s_clogl.c (__clogl): Likewise.
10947         * math/s_csin.c (__csin): Likewise.
10948         * math/s_csinf.c (__csinf): Likewise.
10949         * math/s_csinh.c (__csinh): Likewise.
10950         * math/s_csinhf.c (__csinhf): Likewise.
10951         * math/s_csinhl.c (__csinhl): Likewise.
10952         * math/s_csinl.c (__csinl): Likewise.
10953         * math/s_csqrt.c (__csqrt): Likewise.
10954         * math/s_csqrtf.c (__csqrtf): Likewise.
10955         * math/s_csqrtl.c (__csqrtl): Likewise.
10956         * math/s_ctan.c (__ctan): Likewise.
10957         * math/s_ctanf.c (__ctanf): Likewise.
10958         * math/s_ctanh.c (__ctanh): Likewise.
10959         * math/s_ctanhf.c (__ctanhf): Likewise.
10960         * math/s_ctanhl.c (__ctanhl): Likewise.
10961         * math/s_ctanl.c (__ctanl): Likewise.
10962         * math/w_pow.c: Likewise.
10963         * math/w_powf.c: Likewise.
10964         * math/w_powl.c: Likewise.
10965         * math/w_scalb.c (sysv_scalb): Likewise.
10966         * math/w_scalbf.c (sysv_scalbf): Likewise.
10967         * math/w_scalbl.c (sysv_scalbl): Likewise.
10968         * misc/error.c (error_tail): Likewise.
10969         * misc/pselect.c (__pselect): Likewise.
10970         * nis/nis_callback.c (__nis_create_callback): Likewise.
10971         * nis/nis_call.c (__nisfind_server): Likewise.
10972         * nis/nis_creategroup.c (nis_creategroup): Likewise.
10973         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
10974         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
10975         * nis/nis_getservlist.c (nis_getservlist): Likewise.
10976         * nis/nis_lookup.c (nis_lookup): Likewise.
10977         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
10978         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
10979         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
10980         * nis/nis_xdr.c (xdr_endpoint): Likewise.
10981         * nis/nss_compat/compat-grp.c (getgrent_next_file)
10982         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
10983         * nis/nss_compat/compat-initgroups.c (add_group)
10984         (internal_getgrent_r): Likewise.
10985         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
10986         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
10987         * nis/nss_compat/compat-spwd.c (getspent_next_file)
10988         (internal_getspnam_r): Likewise.
10989         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
10990         (_nss_nis_getaliasbyname_r): Likewise.
10991         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
10992         (_nss_nis_getntohost_r): Likewise.
10993         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
10994         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
10995         (_nss_nis_getgrgid_r): Likewise.
10996         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
10997         (internal_nis_gethostent_r, internal_gethostbyname2_r)
10998         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
10999         (_nss_nis_gethostbyname4_r): Likewise.
11000         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
11001         (initgroups_netid): Likewise.
11002         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
11003         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
11004         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
11005         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
11006         (_nss_nis_getprotobynumber_r): Likewise.
11007         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
11008         (_nss_nis_getsecretkey): Likewise.
11009         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
11010         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
11011         (_nss_nis_getpwuid_r): Likewise.
11012         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
11013         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
11014         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
11015         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
11016         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
11017         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
11018         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
11019         Likewise.
11020         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
11021         (_nss_nisplus_getntohost_r): Likewise.
11022         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
11023         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
11024         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
11025         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
11026         Likewise.
11027         * nis/nss_nisplus/nisplus-initgroups.c
11028         (_nss_nisplus_initgroups_dyn): Likewise.
11029         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
11030         (_nss_nisplus_getnetbyaddr_r): Likewise.
11031         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
11032         (_nss_nisplus_getprotobynumber_r): Likewise.
11033         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
11034         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
11035         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
11036         Likewise.
11037         * nis/nss_nisplus/nisplus-service.c
11038         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
11039         (_nss_nisplus_getservbyport_r): Likewise.
11040         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
11041         (_nss_nisplus_getspnam_r): Likewise.
11042         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
11043         Likewise.
11044         * nscd/aicache.c (addhstaiX): Likewise.
11045         * nscd/cache.c (cache_search, prune_cache): Likewise.
11046         * nscd/connections.c (register_traced_file, send_ro_fd)
11047         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
11048         (main_loop_epoll): Likewise.
11049         * nscd/grpcache.c (addgrbyX): Likewise.
11050         * nscd/hstcache.c (addhstbyX): Likewise.
11051         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11052         * nscd/mem.c (gc, mempool_alloc): Likewise.
11053         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
11054         (addinnetgrX): Likewise.
11055         * nscd/nscd-client.h (__nscd_acquire_maplock)
11056         (__nscd_drop_map_ref): Likewise.
11057         * nscd/nscd_getai.c (__nscd_getai): Likewise.
11058         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
11059         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
11060         Likewise.
11061         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
11062         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
11063         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
11064         (__nscd_get_map_ref): Likewise.
11065         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
11066         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
11067         Likewise.
11068         * nscd/pwdcache.c (addpwbyX): Likewise.
11069         * nscd/selinux.c (preserve_capabilities): Likewise.
11070         * nscd/servicescache.c (addservbyX): Likewise.
11071         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
11072         * posix/fnmatch.c (fnmatch): Likewise.
11073         * posix/getopt.c (_getopt_internal_r): Likewise.
11074         * posix/glob.c (glob, glob_in_dir): Likewise.
11075         * posix/wordexp.c (exec_comm_child): Likewise.
11076         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
11077         (getanswer_r, gaih_getanswer_slice): Likewise.
11078         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
11079         * resolv/res_init.c: Likewise.
11080         * resolv/res_mkquery.c (res_nmkquery): Likewise.
11081         * resolv/res_query.c (__libc_res_nquery): Likewise.
11082         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
11083         Likewise.
11084         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
11085         * stdio-common/perror.c (perror): Likewise.
11086         * stdio-common/printf_fp.c (___printf_fp): Likewise.
11087         * stdio-common/tmpnam.c (tmpnam): Likewise.
11088         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
11089         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
11090         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
11091         Likewise.
11092         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
11093         * stdlib/putenv.c (putenv): Likewise.
11094         * stdlib/setenv.c (__add_to_environ): Likewise.
11095         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
11096         * stdlib/strtol_l.c (INTERNAL): Likewise.
11097         * string/memmem.c (memmem): Likewise.
11098         * string/strerror.c (strerror): Likewise.
11099         * string/strnlen.c (__strnlen): Likewise.
11100         * string/test-memmem.c (simple_memmem): Likewise.
11101         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
11102         * sunrpc/pm_getport.c (__get_socket): Likewise.
11103         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
11104         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
11105         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
11106         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
11107         Likewise.
11108         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
11109         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
11110         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
11111         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
11112         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
11113         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
11114         Likewise.
11115         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
11116         Likewise.
11117         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
11118         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
11119         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
11120         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
11121         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
11122         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
11123         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11124         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
11125         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
11126         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
11127         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
11128         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
11129         Likewise.
11130         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
11131         Likewise.
11132         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
11133         Likewise.
11134         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
11135         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
11136         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
11137         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
11138         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
11139         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
11140         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
11141         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
11142         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
11143         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
11144         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
11145         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
11146         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
11147         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
11148         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
11149         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
11150         Likewise.
11151         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
11152         Likewise.
11153         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
11154         Likewise.
11155         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
11156         Likewise.
11157         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
11158         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
11159         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
11160         Likewise.
11161         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
11162         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
11163         * sysdeps/posix/opendir.c (__opendirat): Likewise.
11164         * sysdeps/posix/sleep.c: Likewise.
11165         * sysdeps/posix/tempname.c: Likewise.
11166         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
11167         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
11168         Likewise.
11169         * sysdeps/powerpc/powerpc32/dl-machine.h
11170         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
11171         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
11172         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
11173         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
11174         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
11175         Likewise.
11176         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
11177         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
11178         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11179         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
11180         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11181         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
11182         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
11183         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
11184         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
11185         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
11186         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
11187         (elf_machine_lazy_rel): Likewise.
11188         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
11189         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
11190         (elf_machine_lazy_rel): Likewise.
11191         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
11192         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
11193         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
11194         * sysdeps/unix/grantpt.c (grantpt): Likewise.
11195         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
11196         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
11197         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
11198         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
11199         Likewise.
11200         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
11201         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
11202         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
11203         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
11204         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
11205         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
11206         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
11207         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
11208         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
11209         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
11210         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
11211         Likewise.
11212         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
11213         (__posix_fallocate64_l64): Likewise.
11214         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
11215         (posix_fallocate): Likewise.
11216         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
11217         Likewise.
11218         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
11219         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
11220         (getifaddrs_internal): Likewise.
11221         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
11222         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
11223         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
11224         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
11225         * sysdeps/unix/sysv/linux/posix_fallocate64.c
11226         (__posix_fallocate64_l64): Likewise.
11227         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
11228         Likewise.
11229         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
11230         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
11231         (__get_clockfreq): Likewise.
11232         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
11233         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
11234         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
11235         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
11236         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
11237         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
11238         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
11239         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
11240         Likewise.
11241         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
11242         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
11243         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
11244         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
11245         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
11246         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
11247         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
11248         Likewise.
11249         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
11250         (posix_fallocate): Likewise.
11251         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
11252         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
11253         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
11254         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
11255         (elf_machine_rela, elf_machine_rela_relative)
11256         (elf_machine_lazy_rel): Likewise.
11257         * time/asctime.c (asctime_internal): Likewise.
11258         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
11259         * time/tzset.c (__tzset_parse_tz): Likewise.
11260         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
11261         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
11262         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
11263         * wcsmbs/wcsmbsload.h: Likewise.
11264
11265         [BZ #15894]
11266         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
11267
11268         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
11269         (arena_get2): Remove THREAD_STATS conditionals.
11270         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
11271         (__malloc_stats, int): Likewise.
11272
11273 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
11274
11275         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
11276         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
11277
11278         * manual/setjmp.texi: Fix typos/grammar errors.
11279
11280         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
11281         Only return early when n is <= 0.  Delete unused return statement.
11282
11283         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
11284         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
11285         * debug/tst-longjmp_chk3.c: New file.
11286
11287         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
11288         (test_main): Replace code with set_fortify_handler call.
11289         * debug/test-strcpy_chk.c: Likewise.
11290         * debug/tst-chk1.c: Likewise.
11291         * debug/tst-longjmp_chk.c: Likewise.
11292         * test-skeleton.c: Include fcntl.h & paths.h
11293         (set_fortify_handler): Define.
11294
11295         * debug/tst-longjmp_chk.c: Add header comment and include
11296         ../test-skeleton.c.
11297         (do_test): Mark static.
11298         (TEST_FUNCTION): Define.
11299
11300         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
11301         (IP_PMTUDISC_INTERFACE): Likewise.
11302         (IP_MULTICAST_IF): Likewise.
11303         (IP_MULTICAST_TTL): Likewise.
11304         (IP_MULTICAST_LOOP): Likewise.
11305         (IP_ADD_MEMBERSHIP): Likewise.
11306         (IP_DROP_MEMBERSHIP): Likewise.
11307         (IP_UNBLOCK_SOURCE): Likewise.
11308         (IP_BLOCK_SOURCE): Likewise.
11309         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
11310         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
11311         (IP_MSFILTER): Likewise.
11312         (MCAST_JOIN_GROUP): Likewise.
11313         (MCAST_BLOCK_SOURCE): Likewise.
11314         (MCAST_UNBLOCK_SOURCE): Likewise.
11315         (MCAST_LEAVE_GROUP): Likewise.
11316         (MCAST_JOIN_SOURCE_GROUP): Likewise.
11317         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
11318         (MCAST_MSFILTER): Likewise.
11319         (IP_MULTICAST_ALL): Likewise.
11320         (IP_UNICAST_IF): Likewise.
11321
11322         * timezone/Makefile: Delete $(have-ksh) check.
11323         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
11324         * timezone/tzselect.ksh: Add +x mode bits.
11325
11326         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
11327         (ANON_INODE_FS_MAGIC): Likewise.
11328         (BDEVFS_MAGIC): Likewise.
11329         (BINFMTFS_MAGIC): Likewise.
11330         (BTRFS_TEST_MAGIC): Likewise.
11331         (CRAMFS_MAGIC_WEND): Likewise.
11332         (DEBUGFS_MAGIC): Likewise.
11333         (ECRYPTFS_SUPER_MAGIC): Likewise.
11334         (EXT3_SUPER_MAGIC): Likewise.
11335         (EXT4_SUPER_MAGIC): Likewise.
11336         (FUTEXFS_SUPER_MAGIC): Likewise.
11337         (HOSTFS_SUPER_MAGIC): Likewise.
11338         (HUGETLBFS_MAGIC): Likewise.
11339         (MINIX3_SUPER_MAGIC): Likewise.
11340         (MTD_INODE_FS_MAGIC): Likewise.
11341         (NILFS_SUPER_MAGIC): Likewise.
11342         (OPENPROM_SUPER_MAGIC): Likewise.
11343         (PIPEFS_MAGIC): Likewise.
11344         (PSTOREFS_MAGIC): Likewise.
11345         (QNX6_SUPER_MAGIC): Likewise.
11346         (RAMFS_MAGIC): Likewise.
11347         (REISERFS_SUPER_MAGIC_STRING): Likewise.
11348         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
11349         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
11350         (SECURITYFS_MAGIC): Likewise.
11351         (SELINUX_MAGIC): Likewise.
11352         (SMACK_MAGIC): Likewise.
11353         (SOCKFS_MAGIC): Likewise.
11354         (SQUASHFS_MAGIC): Likewise.
11355         (STACK_END_MAGIC): Likewise.
11356         (TMPFS_MAGIC): Likewise.
11357         (USBDEVICE_SUPER_MAGIC): Likewise.
11358         (V9FS_MAGIC): Likewise.
11359         (XENFS_SUPER_MAGIC): Likewise.
11360         (CRAMFS_MAGIC): Fix typo in comment.
11361         (EXT2_SUPER_MAGIC): Update comment.
11362         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
11363
11364 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
11365
11366         * sysdeps/arm: Move directory from ports/sysdeps/arm.
11367         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
11368         * sysdeps/unix/sysv/linux/arm: Move directory from
11369         ports/sysdeps/unix/sysv/linux/arm.
11370         * README: Update listing for arm-*-linux-gnueabi.
11371
11372         * README: Remove mention of am33.
11373
11374 2014-02-07  Roland McGrath  <roland@hack.frob.com>
11375
11376         * bits/sigset.h (__sigemptyset): Use a statement expression rather
11377         than the comma operator, to avoid "rhs of comma has no effect"
11378         compiler warnings.
11379         (__sigfillset, __sigandset, __sigorset): Likewise.
11380         * include/signal.h (__sigemptyset): Likewise.
11381         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
11382
11383 2014-02-07  Allan McRae  <allan@archlinux.org>
11384
11385         * version.h (RELEASE): Set to "development".
11386         (VERSION): Set to "2.19.90"
11387         * NEWS: Add 2.20 section.
11388
11389 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
11390
11391         [BZ #16529]
11392         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
11393
11394 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
11395
11396         * manual/contrib.texi: Update entry for Carlos O'Donell,
11397         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
11398
11399 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
11400
11401         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
11402
11403         * sysdeps/unix/sysv/linux/kernel-features.h
11404         [__LINUX_KERNEL_VERSION >= 0x020621]
11405         (__ASSUME_PROC_PID_TASK_COMM): Define.
11406
11407 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11408
11409         [BZ #16398]
11410         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
11411         conversion when destination buffer does not have enough space.
11412         * libio/tst-ftell-partial-wide.c: New test case.
11413         * libio/Makefile (tests): Add tst-ftell-partial-wide.
11414
11415         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
11416         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
11417         Leonard and Allan McRae.
11418
11419 2014-02-04  David S. Miller  <davem@davemloft.net>
11420
11421         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
11422         32-bit.
11423
11424 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11425
11426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11427         New file
11428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11429         New file
11430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11431         New file.
11432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11433         New file.
11434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11435         New file.
11436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11437         New file.
11438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11439         New file.
11440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11441         New file.
11442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11443         New file.
11444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11445         New file.
11446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11447         New file.
11448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11449         New file.
11450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11451         New file.
11452
11453 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11454
11455         * nptl/shlib-versions: Change powerpc*le start to 2.17.
11456         * shlib-versions: Likewise.
11457
11458 2014-02-04  Roland McGrath  <roland@hack.frob.com>
11459             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11460
11461         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
11462         (abilist-pattern): New variable, set to %-le.abilist.
11463
11464         * Makerules (abilist-pattern): New variable.
11465         (vpath): Use $(abilist-pattern) in place of %.abilist.
11466         (check-abi-% pattern rule): Likewise.
11467         (check-abi, update-abi): Likewise.
11468
11469 2014-02-04  Eric Wong  <normalperson@yhbt.net>
11470
11471         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11472
11473 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
11474
11475         * manual/startup.texi: Add next, previous, and top entries for
11476         the `Program Arguments' and `Environment Variables' nodes.
11477
11478 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
11479
11480         * manual/macros.texi: Add comments before MTASC-safety macros.
11481
11482         * manual/users.texi: Document MTASC-safety properties.
11483
11484         * manual/threads.texi (pthread_key_create, pthread_key_delete)
11485         (pthread_getspecific, pthread_setspecific): Format with
11486         @deftypefun, and add @safety note.
11487         * manual/signal.texi: Move comments that analyze the above
11488         functions to their home place.
11489
11490 2014-02-03  Allan McRae  <allan@archlinux.org>
11491
11492         * po/sl.po: Update Slovenian translation from translation project.
11493
11494 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
11495
11496         * manual/time.texi (timegm): Add missing blank after @c.
11497         Reported by Joseph Myers <joseph@codesourcery.com>.
11498
11499 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
11500
11501         * manual/check-safety.sh: New.
11502         * manual/Makefile ($(objpfx)stamp-summary): Run it.
11503
11504         * manual/terminal.texi: Document MTASC-safety properties.
11505
11506         * manual/filesys.texi: Document MTASC-safety properties.
11507
11508         * manual/errno.texi: Document MTASC-safety properties.
11509
11510         * manual/intro.texi: Document safety identifiers and
11511         conditionals.
11512
11513         * manual/string.texi (wcstok): Fix prototype.
11514         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
11515
11516         * manual/time.texi: Document MTASC-safety properties.
11517
11518         * manual/string.texi: Document MTASC-safety properties.
11519
11520         * manual/threads.texi: Document MTASC-safety properties.
11521
11522         * manual/stdio.texi: Document MTASC-safety properties.
11523
11524         * manual/syslog.texi: Document MTASC-safety properties.
11525
11526         * manual/sysinfo.texi: Document MTASC-safety properties.
11527
11528         * manual/startup.texi: Document MTASC-safety properties.
11529
11530         * manual/socket.texi: Document MTASC-safety properties.
11531
11532         * manual/signal.texi: Document MTASC-safety properties.
11533
11534 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
11535
11536         * manual/setjmp.texi: Document MTASC-safety properties.
11537
11538         * manual/search.texi: Document MTASC-safety properties.
11539
11540         * manual/resource.texi: Document MTASC-safety properties.
11541
11542         * manual/process.texi: Document MTASC-safety properties.
11543
11544         * manual/platform.texi: Document MTASC-safety properties.
11545
11546         * manual/pipe.texi: Document MTASC-safety properties.
11547
11548         * manual/pattern.texi: Document MTASC-safety properties.
11549
11550         * manual/message.texi: Document MTASC-safety properties.
11551
11552         [BZ #12751]
11553         * manual/memory.texi: Document MTASC-safety properties.
11554
11555         * manual/math.texi: Document MTASC-safety properties.
11556
11557         * manual/locale.texi: Document MTASC-safety properties.
11558
11559         * manual/llio.texi: Document MTASC-safety properties.
11560
11561         * manual/libdl.texi: New.
11562
11563         * manual/lang.texi: Document MTASC-safety properties.
11564
11565         * manual/job.texi: Document MTASC-safety properties.
11566
11567         * manual/getopt.texi: Document MTASC-safety properties.
11568
11569         * manual/ctype.texi: Document MTASC-safety properties.
11570
11571 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
11572
11573         [BZ #16046]
11574         * csu/libc-tls.c (static_map): Remove variable.
11575         (__libc_setup_tls): Use main executable's link map for TLS data.
11576         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
11577         casing for LM_ID_BASE and GL(dl_nns).
11578         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
11579         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
11580         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
11581         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
11582         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
11583         member.
11584         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
11585         l_phnum members.
11586
11587 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
11588
11589         * manual/debug.texi: Document MTASC-safety properties.
11590
11591 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
11592
11593         [BZ #16510]
11594         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
11595         of __x86_64__ when disabling x87 inline functions.
11596
11597 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
11598
11599         * manual/charset.texi: Document MTASC-safety properties.
11600
11601         * manual/crypt.texi: Document MTASC-safety properties.
11602
11603         * manual/conf.texi: Document MTASC-safety properties.
11604
11605         * manual/arith.texi: Document MTASC-safety properties.
11606
11607         * manual/argp.texi: Document MTASC-safety properties.
11608
11609         * manual/macros.texi: Introduce macros to document multi
11610         thread, asynchronous signal and asynchronous cancellation
11611         safety properties.
11612         * manual/intro.texi: Introduce the properties themselves.
11613
11614 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11615
11616         * sysdeps/sh/sh4/Makefile: New file.
11617
11618 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
11619
11620         * math/gen-libm-test.pl ($srcdir): New variable.
11621         ($auto_input): Use it.
11622
11623 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11624
11625         [BZ #16506]
11626         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
11627         access beyond array bounds when parsing netgroups file.
11628
11629         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
11630         the old buffer before realloc.
11631
11632 2014-01-27  Allan McRae  <allan@archlinux.org>
11633
11634         * po/fr.po: Update French translation from translation project.
11635
11636 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11637
11638         * sysdeps/sh/libm-test-ulps: Regenerate.
11639
11640 2014-01-24  David S. Miller  <davem@davemloft.net>
11641
11642         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
11643
11644 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11645
11646         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
11647         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
11648
11649 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11650
11651         [BZ #16474]
11652         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
11653         string pointers after reallocation.
11654
11655 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11656
11657         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
11658         __SH4A__ instead of __SH_FPU_ANY__.
11659
11660 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11661
11662         * sysdeps/sh/fpu_control.h: New file.
11663         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
11664         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
11665         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
11666         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
11667         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
11668         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
11669         * sysdeps/sh/sys/ucontext.h: Remove.
11670         * sysdeps/sh/sys: Remove directory.
11671
11672 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11673
11674         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
11675         s390/sys/ucontext.h.
11676         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
11677         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
11678
11679 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
11680
11681         [BZ #15605]
11682         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
11683
11684 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11685
11686         [BZ#16431]
11687         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
11688         Adjust the vDSO correctly for internal calls.
11689         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
11690
11691 2014-01-20  Allan McRae  <allan@archlinux.org>
11692
11693         * po/ca.po: Update Catalan translation from translation project.
11694
11695 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
11696
11697         * sysdeps/s390/sotruss-lib.c: New file.
11698
11699 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11700
11701         [BZ#16430]
11702         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
11703         (__GI___gettimeofday): Alias for a different internal symbol to avoid
11704         local calls issues by not having a PLT stub required for IFUNC calls.
11705         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
11706
11707 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
11708
11709         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
11710         * math/test-fpucw-static.c: Likewise.
11711
11712 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
11713
11714         [BZ #16453]
11715         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
11716
11717 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11718
11719         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
11720         implementation for powerpc.
11721
11722 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
11723
11724         [BZ #14782]
11725         * sysdeps/posix/system.c (__libc_system): Do not enable
11726         asynchronous cancellation.
11727
11728 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11729
11730         [BZ #16427]
11731         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
11732         handling only for numbers special also in the IEEE case.
11733
11734 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11735
11736         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11737
11738 2014-01-11  Allan McRae  <allan@archlinux.org>
11739
11740         * po/bg.po: Update Bulgarian translation from translation project.
11741
11742         * po/de.po: Update German translation from translation project.
11743
11744 2014-01-10  Roland McGrath  <roland@hack.frob.com>
11745
11746         * sysdeps/generic/gcc-compat.h: New file.
11747
11748 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
11749
11750         * benchtests/asin-inputs: Correct slow inputs.
11751         * benchtests/acos-inputs: Likewise.
11752
11753 2014-01-10  Allan McRae  <allan@archlinux.org>
11754
11755         * po:sv.po: Update Swedish translation from translation project.
11756
11757         * po/vi.po: Update Vietnamese translation from translation project.
11758
11759         * po/eo.po: Update Esperanto translation from translation project.
11760
11761         * po/cs.po: Update Czech translation from translation project.
11762
11763         * po/nl.po: Update Dutch translation from translation project.
11764
11765         * po/pl.po: Update Polish translation from translation project.
11766
11767         * po/ru.po: Update Russian translation from translation project.
11768
11769         * po/uk.po: Update Ukrainian translation from translation project.
11770
11771 2014-01-08  Brooks Moses  <bmoses@google.com>
11772
11773         * elf/dl-load.c: Fix comment typo.
11774
11775 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
11776
11777         * po/header.pot: Rename to...
11778         * po/pot.header: ... this.
11779         * po/Makefile: Use pot.header.
11780
11781 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
11782             Maxim Kuvyrkov  <maxim@kugelworks.com>
11783
11784         [BZ #16394]
11785         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
11786         SRC and DEST against LEN.
11787
11788 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11789
11790         [BZ #16414]
11791         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
11792         implementation.
11793         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
11794
11795 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11796
11797         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11798
11799 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
11800
11801         [BZ #16408]
11802         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
11803         for large positive arguments.
11804
11805 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
11806
11807         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
11808
11809         * math/auto-libm-test-in: Mark various tests with
11810         xfail-rounding:ldbl-128ibm.
11811         * math/auto-libm-test-out: Regenerated.
11812
11813         [BZ #16407]
11814         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11815         Increase overflow threshold.
11816
11817 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
11818
11819         [BZ #14286]
11820         * stdio-common/vfprintf.c: Check for integer overflow.
11821
11822 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11823
11824         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
11825         the first argument and return value of __tls_get_addr_internal.
11826
11827 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11828
11829         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
11830         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
11831
11832 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11833
11834         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
11835         * sysdeps/s390/rtld-global-offsets.sym: New file.
11836         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
11837         GLIBC_2.19 symbol.
11838         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
11839         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
11840         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
11841         ... this.
11842         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
11843         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
11844         ... this.
11845         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
11846         Regenerate.
11847         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
11848         Regenerate.
11849         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
11850         halfs of GPRs for high_gprs contexts.
11851         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
11852         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
11853         field.
11854         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
11855         uc_flags field.
11856         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
11857         64 bit versions:
11858         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
11859         for high GPRs (uc_high_gprs) and for future extensions
11860         (__reserved).
11861         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
11862         for future extensions (__reserved).
11863         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
11864         64 bit versions:
11865         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
11866         SC_HIGHGPRS offset definition.
11867         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
11868         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
11869
11870         * Versions.def: Add GLIBC_2.19 for libpthread.
11871         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
11872         siglongjmp for libpthread with GLIBC_2.19 symver.
11873         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
11874         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
11875         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
11876         * sysdeps/s390/__longjmp.c: New file.
11877         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
11878         * sysdeps/s390/longjmp.c: New file.
11879         * sysdeps/s390/setjmp.S: New file.
11880         * sysdeps/s390/sigjmp.S: New file.
11881         * sysdeps/s390/v1-longjmp.c: New file.
11882         * sysdeps/s390/v1-setjmp.h: New file.
11883         * sysdeps/s390/v1-sigjmp.c: New file.
11884         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
11885         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
11886         GLIBC_2.19 version.
11887         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
11888         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
11889         versioned symbols for ____longjmp_chk.
11890         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
11891         Likewise.
11892         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
11893         Regenerate.
11894         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
11895         Regenerate.
11896         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
11897         Regenerate.
11898         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
11899         Regenerate.
11900         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
11901         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
11902         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
11903         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
11904         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
11905         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
11906         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
11907         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
11908         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
11909         * sysdeps/s390/rtld-__longjmp.c: New file.
11910         * sysdeps/s390/rtld-setjmp.S: New file.
11911
11912 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
11913
11914         [BZ #16400]
11915         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
11916         Return -__logl (x) for small positive arguments without evaluating
11917         a polynomial.
11918
11919 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
11920
11921         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
11922         Rename to ...
11923         (__ptrace_peeksiginfo_args): ... this.
11924         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
11925         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
11926         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
11927
11928 2014-01-06  Allan McRae  <allan@archlinux.org>
11929
11930         * inet/netinet/in.h: Fix typo in comment.
11931
11932 2014-01-05  Andreas Jaeger  <aj@suse.de>
11933
11934         * sysdeps/i386/fpu/libm-test-ulps: Update.
11935
11936 2014-01-05  Allan McRae  <allan@archlinux.org>
11937
11938         * po/libc.pot: Regenerated.
11939
11940         * malloc/memusagestat.c: Fix gettext call formatting.
11941
11942 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
11943
11944         * nscd/nscd.c: Improve usage() output.
11945
11946 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
11947
11948         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
11949         * sysdeps/unix/sysv/linux/configure: Regenerated.
11950         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
11951         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
11952
11953 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
11954
11955         [BZ #16390]
11956         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
11957         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
11958
11959 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11960
11961         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
11962         extra tokens at end of #undef directive.
11963         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
11964         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
11965         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
11966
11967 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
11968
11969         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
11970
11971         * math/auto-libm-test-in: Mark various tests with
11972         xfail-rounding:ldbl-128ibm.
11973         * math/auto-libm-test-out: Regenerated.
11974
11975 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
11976
11977         [BZ #16386]
11978         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
11979         numbers with subnormal high part when calculating exponent.
11980
11981         [BZ #16385]
11982         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
11983         fabs.
11984
11985         [BZ #16384]
11986         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
11987         M_LN2l.
11988         (__ieee754_acoshl): Use __log1pl not __log1p.
11989
11990 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
11991
11992         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
11993         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
11994         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
11995         (grow_heap, heap_trim, _int_new_arena, get_free_list)
11996         (reused_arena, arena_get2): Convert to GNU style.
11997         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
11998         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
11999         (memalign_check, __malloc_set_state): Likewise.
12000         * malloc/mallocbug.c (main): Likewise.
12001         * malloc/malloc.c (__malloc_assert, malloc_init_state)
12002         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
12003         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
12004         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
12005         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
12006         (__posix_memalign, malloc_info): Likewise.
12007         * malloc/malloc.h: Likewise.
12008         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
12009         (mallochook, memalignhook, reallochook, mabort): Likewise.
12010         * malloc/mcheck.h: Likewise.
12011         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
12012         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
12013         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
12014         * malloc/morecore.c (__default_morecore): Likewise.
12015         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
12016         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
12017         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
12018         (print_and_abort): Likewise.
12019         * malloc/obstack.h: Likewise.
12020         * malloc/set-freeres.c (__libc_freeres): Likewise.
12021         * malloc/tst-mallocstate.c (main): Likewise.
12022         * malloc/tst-mtrace.c (main): Likewise.
12023         * malloc/tst-realloc.c (do_test): Likewise.
12024
12025 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
12026
12027         [BZ #16366]
12028         * nscd/netgroupcache.c (do_notfound): New function.
12029         (addgetnetgrentX): Use it.
12030
12031         [BZ # 16365]
12032         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
12033         NSS_STATUS_NOTFOUND.
12034
12035 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
12036
12037         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
12038         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12039
12040 2014-01-01  Allan McRae  <allan@archlinux.org>
12041
12042         * scripts/update-copyrights: Update configure input file suffix.
12043
12044         * NEWS: Update copyright year.
12045         * catgets/gencat.c: Likewise.
12046         * csu/version.c: Likewise.
12047         * debug/catchsegv.sh: Likewise.
12048         * debug/pcprofiledump.c: Likewise.
12049         * debug/xtrace.sh: Likewise.
12050         * elf/ldconfig.c: Likewise.
12051         * elf/ldd.bash.in: Likewise.
12052         * elf/pldd.c: Likewise.
12053         * elf/sotruss.ksh: Likewise.
12054         * elf/sprof.c: Likewise.
12055         * iconv/iconv_prog.c: Likewise.
12056         * iconv/iconvconfig.c: Likewise.
12057         * locale/programs/locale.c: Likewise.
12058         * locale/programs/localedef.c: Likewise.
12059         * login/programs/pt_chown.c: Likewise.
12060         * malloc/memusage.sh: Likewise.
12061         * malloc/memusagestat.c: Likewise.
12062         * malloc/mtrace.pl: Likewise.
12063         * manual/libc.texinfo: Likewise.
12064         * nscd/nscd.c: Likewise.
12065         * nss/getent.c: Likewise.
12066         * nss/makedb.c: Likewise.
12067         * posix/getconf.c: Likewise.
12068         * scripts/test-installation.pl: Likewise.
12069
12070         * All files with FSF copyright notices: Update copyright dates
12071         using scripts/update-copyrights.
12072         * intl/plural.c: Regenerated.
12073         * locale/programs/charmap-kw.h: Likewise.
12074         * locale/programs/locfile-kw.h: Likewise.
12075
12076 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
12077
12078         * sysdeps/unix/sysv/linux/configure: Regenerated.
12079         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
12080         the linux/fanotify.h header.
12081         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
12082         HAVE_LINUX_FANOTIFY_H is defined.
12083
12084 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
12085
12086         * benchtests/cos-inputs: New inputs.
12087         * benchtests/sin-inputs: Likewise.
12088
12089         * benchtests/atan-inputs: New inputs. Fix name of multiple
12090         precision fallback inputs.
12091
12092         * benchtests/atanh-inputs: New inputs.
12093         * benchtests/tanh-inputs: Likewise.
12094
12095         * benchtests/acosh-inputs: New inputs.
12096         * benchtests/asinh-inputs: Likewise.
12097
12098         * benchtests/cosh-inputs: New inputs.
12099         * benchtests/sinh-inputs: Likewise.
12100
12101         * benchtests/acos-inputs: Add more inputs.
12102         * benchtests/asin-inputs: Likewise.
12103
12104 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
12105
12106         [BZ #16375]
12107         * manual/arith.texi: Fix spelling.
12108         * manual/charset.texi: Likewise.
12109         * manual/errno.texi: Likewise.
12110         * manual/filesys.texi: Likewise.
12111         * manual/lang.texi: Likewise.
12112         * manual/llio.texi: Likewise.
12113         * manual/locale.texi: Likewise.
12114         * manual/message.texi: Likewise.
12115         * manual/resource.texi: Likewise.
12116         * manual/search.texi: Likewise.
12117         * manual/setjmp.texi: Likewise.
12118         * manual/stdio.texi: Likewise.
12119         * manual/string.texi: Likewise.
12120         * manual/sysinfo.texi: Likewise.
12121         * manual/time.texi: Likewise.
12122
12123 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
12124
12125         * po/sl.po: New file.
12126
12127 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
12128
12129         * .gitignore: Add core/.gdbinit/.gdb_history.
12130
12131 2013-12-27  Allan McRae  <allan@archlinux.org>
12132
12133         [BZ #16369]
12134         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
12135         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
12136
12137 2013-12-24  Brooks Moses  <bmoses@google.com>
12138
12139         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
12140         all compilers that claim C++98 compliance, not just GCC.
12141         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
12142         Likewise.
12143
12144 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
12145
12146         * NEWS: Restore accidentally deleted bug-fix entries.
12147
12148 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
12149             Ondřej Bílka  <neleai@seznam.cz>
12150
12151         [BZ #15073]
12152         * malloc/malloc.c (_int_free): Perform sanity check only if we
12153         have_lock.
12154
12155 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
12156
12157         [BZ #12986]
12158         * manual/stdio.texi (String Input Conversions): Clarify that character
12159         classes are not supported.
12160
12161 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12162
12163         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12164
12165 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
12166
12167         [BZ #16337]
12168         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12169         Calculate results for small negative arguments directly rather
12170         than using reflection formula with special underflow handling.
12171
12172         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
12173         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
12174         sysdeps/unix/bsd/bsd4.4/syscalls.list.
12175         (fchflags): Likewise.
12176         (revoke): Likewise.
12177         (setlogin): Likewise.
12178         (sigaltstack): Likewise.
12179         (wait4): Likewise.
12180         (sigblock): Remove.
12181         (sigsetmask): Likewise.
12182         (wait3): Likewise.
12183         (waitpid): Likewise.
12184         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
12185         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
12186         file.
12187         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
12188         * sysdeps/unix/bsd/Makefile: ... here.
12189         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
12190         * sysdeps/unix/bsd/Versions: ... here.
12191         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
12192         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
12193         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
12194         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
12195         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
12196         * sysdeps/unix/bsd/sigblock.c: ... here.
12197         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
12198         * sysdeps/unix/bsd/sigsetmask.c: ... here.
12199         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
12200         * sysdeps/unix/bsd/sigvec.c: ... here.
12201         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
12202         * sysdeps/unix/bsd/tcdrain.c: ... here.
12203         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
12204         * sysdeps/unix/bsd/tcgetattr.c: ... here.
12205         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
12206         * sysdeps/unix/bsd/tcsetattr.c: ... here.
12207         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
12208         * sysdeps/unix/bsd/wait.c: ... here.
12209         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
12210         * sysdeps/unix/bsd/wait3.c: ... here.
12211         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
12212         * sysdeps/unix/bsd/waitpid.c: ... here.
12213
12214 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
12215
12216         [BZ #16356]
12217         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
12218         round-to-nearest for [!USE_AS_EXPM1L].
12219         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
12220         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
12221         more tests of exp and exp10.  Expect some exp10 tests to miss
12222         exceptions or fail in directed rounding modes.
12223         * math/auto-libm-test-out: Regenerated.
12224         * math/libm-test.inc (exp10_tonearest_test_data): New array.
12225         (exp10_test_tonearest): New function.
12226         (exp10_towardzero_test_data): New array.
12227         (exp10_test_towardzero): New function.
12228         (exp10_downward_test_data): New array.
12229         (exp10_test_downward): New function.
12230         (exp10_upward_test_data): New array.
12231         (exp10_test_upward): New function.
12232         (main): Call the new functions.
12233         * sysdeps/i386/fpu/libm-test-ulps: Update.
12234         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12235
12236 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
12237
12238         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
12239         asinh, atan, atan2, atanh, cbrt, cos and cosh.
12240         * math/auto-libm-test-out: Regenerated.
12241         * math/libm-test.inc (acosh_test_data): Add more tests.
12242         (atanh_test_data): Likewise.
12243         (ceil_test_data): Likewise.
12244         (copysign_test_data): Likewise.
12245         * sysdeps/i386/fpu/libm-test-ulps: Update.
12246         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12247
12248         * timezone/checktab.awk: Update from tzcode 2013i.
12249         * timezone/private.h: Likewise.
12250         * timezone/scheck.c: Likewise.
12251         * timezone/tzfile.h: Likewise.
12252         * timezone/tzselect.ksh: Likewise.
12253         * timezone/zdump.c: Likewise.
12254         * timezone/zic.c: Likewise.
12255
12256         * math/auto-libm-test-in: Add tests of cpow.
12257         * math/auto-libm-test-out: Regenerated.
12258         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
12259         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12260         mpc_cc_c.
12261         (func_calc_desc): Add mpc_cc_c union field.
12262         (test_functions): Add cpow.
12263         (special_fill_2pi): New function.
12264         (special_real_inputs): Add 2pi.
12265         (calc_generic_results): Handle mpc_cc_c.
12266         * sysdeps/i386/fpu/libm-test-ulps: Update.
12267         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12268
12269         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
12270         csqrt, ctan and ctanh.
12271         * math/auto-libm-test-out: Regenerated.
12272         * math/libm-test.inc (TEST_COND_x86_64): New macro.
12273         (TEST_COND_x86): Likewise.
12274         (ccos_test_data): Use AUTO_TESTS_c_c.
12275         (ccosh_test_data): Likewise.
12276         (cexp_test_data): Likewise.
12277         (clog_test_data): Likewise.
12278         (csqrt_test_data): Likewise.
12279         (ctan_test_data): Likewise.
12280         (ctan_tonearest_test_data): Likewise.
12281         (ctan_towardzero_test_data): Likewise.
12282         (ctan_downward_test_data): Likewise.
12283         (ctan_upward_test_data): Likewise.
12284         (ctanh_test_data): Likewise.
12285         (ctanh_tonearest_test_data): Likewise.
12286         (ctanh_towardzero_test_data): Likewise.
12287         (ctanh_downward_test_data): Likewise.
12288         (ctanh_upward_test_data): Likewise.
12289         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12290         mpc_c_c.
12291         (func_calc_desc): Add mpc_c_c union field.
12292         (FUNC_mpc_c_c): New macro.
12293         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
12294         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
12295         ctanh.
12296         (special_fill_min_subnorm_p120): New function.
12297         (special_real_inputs): Add min_subnorm_p120.
12298         (calc_generic_results): Handle mpc_c_c.
12299         * sysdeps/i386/fpu/libm-test-ulps: Update.
12300         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12301
12302 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
12303
12304         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
12305         (do_sin_slow): New functions.
12306         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
12307         (cslow2, csloww1, csloww2): Use the new functions.
12308
12309         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
12310         Use M to change sign of result instead of X.  Assume X is
12311         positive.
12312         (csloww1): Likewise.
12313         (__sin): Adjust.
12314         (__cos): Adjust.
12315
12316         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
12317         arguments A and DA.
12318         (__sin): Adjust.
12319         (__cos): Likewise.
12320
12321         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
12322         (__cos): Likewise.
12323         (sloww1): Don't adjust sign of DX.
12324         (csloww1): Likewise.
12325         (sloww2): Use X directly and don't adjust sign of DX.
12326         (csloww2): Likewise.
12327
12328 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12329
12330         * math/auto-libm-test-in: Add tests of cabs and carg.
12331         * math/auto-libm-test-out: Regenerated.
12332         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
12333         (carg_test_data): Likewise.
12334         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12335         mpc_c_f.
12336         (func_calc_desc): Add mpc_c_f union field.
12337         (test_functions): Add cabs and carg.
12338         (calc_generic_results): Handle mpc_c_f.
12339
12340         * sysdeps/powerpc/powerpc32/libgcc-compat.S
12341         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
12342         as a macro and a compat symbol.
12343         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
12344         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
12345         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
12346         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
12347         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
12348         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
12349         not use .hidden.
12350         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
12351         Likewise.
12352         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
12353         Likewise.
12354         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
12355         Likewise.
12356         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
12357         Likewise.
12358         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
12359         Likewise.
12360         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
12361         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
12362         from GLIBC_2.3.2.
12363
12364 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12365
12366         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12367
12368 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12369
12370         * manual/texinfo.tex: Update to version 2013-11-26.10 with
12371         trailing whitespace removed.
12372         * scripts/config.guess: Update to version 2013-11-29.
12373         * scripts/config.sub: Update to version 2013-10-01.
12374
12375         * math/auto-libm-test-in: Add tests of sincos.
12376         * math/auto-libm-test-out: Regenerated.
12377         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
12378         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12379         mpfr_f_11.
12380         (func_calc_desc): Add mpfr_f_11 union field.
12381         (test_functions): Add sincos.
12382         (calc_generic_results): Handle mpfr_f_11.
12383         * sysdeps/i386/fpu/libm-test-ulps: Update.
12384         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12385
12386 2013-12-19  Andreas Schwab  <schwab@suse.de>
12387
12388         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
12389         CALL_MCOUNT.
12390         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
12391         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
12392         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
12393
12394 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12395
12396         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
12397         * sysdeps/i386/fpu/libm-test-ulps: Update.
12398         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12399
12400         [BZ #16293]
12401         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
12402         round-to-nearest mode when using frndint.
12403         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
12404         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
12405         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
12406         Likewise.
12407         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
12408         sinh test to fail.
12409         * math/auto-libm-test-out: Regenerated.
12410         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
12411         (TEST_COND_x86): Likewise.
12412         (expm1_tonearest_test_data): New array.
12413         (expm1_test_tonearest): New function.
12414         (expm1_towardzero_test_data): New array.
12415         (expm1_test_towardzero): New function.
12416         (expm1_downward_test_data): New array.
12417         (expm1_test_downward): New function.
12418         (expm1_upward_test_data): New array.
12419         (expm1_test_upward): New function.
12420         (main): Run the new test functions.
12421         * sysdeps/i386/fpu/libm-test-ulps: Update.
12422         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12423
12424         * include/features.h: Update comment documenting feature test
12425         macros.  Mention _DEFAULT_SOURCE in comment.
12426         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
12427         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
12428         _BSD_SOURCE and _SVID_SOURCE.
12429         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
12430         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
12431         !_SVID_SOURCE]: Likewise.
12432         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12433         (__USE_POSIX_IMPLICITLY): Define.
12434         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12435         (_POSIX_SOURCE): Undefine and redefine.
12436         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12437         (_POSIX_C_SOURCE): Likewise.
12438         * manual/creature.texi (_DEFAULT_SOURCE): Document.
12439         (Feature Test Macros): Update documentation of default features.
12440
12441 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
12442
12443         * benchtests/Makefile: Add bench-strtok.
12444         * benchtests/bench-strtok.c: New file: strtok benchtest.
12445
12446 2013-12-19  Allan McRae  <allan@archlinux.org>
12447
12448         * manual/install.texi: Suppress menu for plain text output.
12449         * INSTALL: Regenerated.
12450
12451 2013-12-18  Brooks Moses  <bmoses@google.com>
12452
12453         [BZ #15846]
12454         * misc/getauxval.c: Include errno.h.
12455         (__getauxval): Set errno to ENOENT if the requested type is not
12456         found.
12457         * misc/sys/auxv.h (getauxval): Document that it may set errno;
12458         don't declare with __attribute_const__.
12459         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
12460         * manual/startup.texi: Document that getauxval sets errno.
12461
12462 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12463
12464         * math/auto-libm-test-in: Add tests of jn and yn.
12465         * math/auto-libm-test-out: Regenerated.
12466         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
12467         (yn_test_data): Likewise.
12468         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12469         mpfr_if_f.
12470         (func_calc_desc): Add mpfr_if_f union field.
12471         (FUNC_mpfr_if_f): New macro.
12472         (test_functions): Add jn and yn.
12473         (calc_generic_results): Assert type of second input for
12474         mpfr_ff_f.  Handle mpfr_if_f.
12475         (output_for_one_input_case): Disable all checking for arguments
12476         fitting floating-point types in case of an integer argument.
12477         * sysdeps/i386/fpu/libm-test-ulps: Update.
12478         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12479
12480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
12481         Don't expect fegetround reference in libm.so.
12482
12483 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
12484
12485         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
12486         $(config-cflags-nofma).
12487
12488 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12489
12490         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
12491         * math/auto-libm-test-out: Regenerated.
12492
12493         [BZ #16338]
12494         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
12495         to determine exponent and adjust argument to have exponent of -1.
12496         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
12497         log2.
12498         * math/auto-libm-test-out: Regenerated.
12499         * sysdeps/i386/fpu/libm-test-ulps: Update.
12500         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12501
12502 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
12503
12504         * manual/probes.texi: Remove cases when per-thread arenas are
12505         disabled.
12506
12507 2013-12-18  Andreas Schwab  <schwab@suse.de>
12508
12509         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
12510         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
12511         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
12512         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
12513         * sysdeps/i386/i686/multiarch/Makefile: Update.
12514         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
12515
12516 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12517
12518         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
12519         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
12520
12521 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
12522
12523         [BZ #15968]
12524         Support TZ transition times < 00:00:00.
12525         This is needed for version-3 tz-format files; it supports time
12526         stamps past 2037 for America/Godthab (the only entry in the tz
12527         database for which this change is relevant).
12528         * manual/time.texi (TZ Variable): Document transition times
12529         from -167:59:59 through -00:00:01.
12530         * time/tzset.c (tz_rule): Time of day is now signed.
12531         (__tzset_parse_tz): Parse negative time of day.
12532
12533         Document TZ transition times >= 25:00:00.
12534         * manual/time.texi (TZ Variable): Document transition times from
12535         25:00:00 through 167:59:59.  These are already supported, and this
12536         support will help with version-3 tz-format files.
12537
12538         * manual/time.texi (TZ Variable): Modernize North America example
12539         to reflect current (i.e., 2007-and-later) daylight saving rules.
12540
12541         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
12542
12543 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12544
12545         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
12546         * sysdeps/unix/bsd/bits/stat.h: Likewise.
12547         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
12548         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
12549         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
12550         * sysdeps/unix/bsd/bsdstat.h: Likewise.
12551         * sysdeps/unix/bsd/clock.c: Likewise.
12552         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
12553         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
12554         * sysdeps/unix/bsd/init-posix.c: Likewise.
12555         * sysdeps/unix/bsd/poll.c: Likewise.
12556         * sysdeps/unix/bsd/ptsname.c: Likewise.
12557         * sysdeps/unix/bsd/seekdir.c: Likewise.
12558         * sysdeps/unix/bsd/setegid.c: Likewise.
12559         * sysdeps/unix/bsd/seteuid.c: Likewise.
12560         * sysdeps/unix/bsd/setgid.c: Likewise.
12561         * sysdeps/unix/bsd/setrgid.c: Likewise.
12562         * sysdeps/unix/bsd/setruid.c: Likewise.
12563         * sysdeps/unix/bsd/setsid.c: Likewise.
12564         * sysdeps/unix/bsd/setuid.c: Likewise.
12565         * sysdeps/unix/bsd/sigaction.c: Likewise.
12566         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
12567         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
12568         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
12569         * sysdeps/unix/bsd/telldir.c: Likewise.
12570         * sysdeps/unix/bsd/times.c: Likewise.
12571         * sysdeps/unix/bsd/usleep.c: Likewise.
12572
12573         * misc/Makefile (install-lib): Remove libbsd-compat.a.
12574         ($(objpfx)libbsd-compat.a): Remove rule.
12575
12576         * include/features.h (__FAVOR_BSD): Do not define.
12577         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
12578         features conflicting with POSIX.
12579         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
12580         (_BSD_SOURCE): Remove description of not being a subset of other
12581         feature test macros.
12582         * manual/job.texi (getpgrp): Do not document BSD version.
12583         (getpgid): Do not document by reference to BSD getpgrp.
12584         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
12585         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
12586         * signal/signal.h [__FAVOR_BSD]: Likewise.
12587         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
12588         instead of making contents conditional on [__FAVOR_BSD].
12589         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
12590
12591 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12592
12593         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12594
12595 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12596
12597         [BZ #16314]
12598         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
12599         values below 2**-450, not 2**-500.
12600         * math/auto-libm-test-in: Don't allow spurious underflow from
12601         hypot.
12602         * math/auto-libm-test-out: Regenerated.
12603
12604         [BZ #16316]
12605         [BZ #16330]
12606         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
12607         values of ha and hb and sort them after adjusting subnormal
12608         arguments.
12609         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
12610         Likewise.
12611         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
12612         values of ea and eb and sort them after adjusting subnormal
12613         arguments.
12614         * math/auto-libm-test-in: Do not expect some hypot tests of
12615         subnormals to fail.  Add more hypot tests.
12616         * math/auto-libm-test-out: Regenerated.
12617
12618 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12619
12620         [BZ #13304]
12621         * sysdeps/sh/s_fma.c: New file.
12622         * sysdeps/sh/s_fmaf.c: New file.
12623         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
12624         version.
12625         * sysdeps/sh/Implies: Add sh/soft-fp.
12626
12627 2013-12-16  Roland McGrath  <roland@hack.frob.com>
12628
12629         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
12630         level of indirection to members `objname', `errstring', `malloced'.
12631         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
12632         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
12633         it as the __longjmp argument (just pass 1 instead).
12634         (_dl_catch_error): Initialize C with argument pointers and address of
12635         volatile local ERRCODE rather than copying values out of C at return.
12636
12637 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
12638
12639         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
12640         * math/auto-libm-test-out: Regenerated.
12641         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
12642         (hypot_test_data): Likewise.
12643         (pow_test_data): Likewise.
12644         (pow_tonearest_test_data): Likewise.
12645         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12646         mpfr_ff_f.
12647         (func_calc_desc): Add mpfr_ff_f union field.
12648         (FUNC_mpfr_ff_f): New macro.
12649         (test_functions): Add atan2, hypot and pow.
12650         (special_fill_min): New function.
12651         (special_fill_minus_min): Likewise.
12652         (special_fill_min_subnorm): Likewise.
12653         (special_fill_minus_min_subnorm): Likewise.
12654         (special_real_inputs): Add min, -min, min_subnorm and
12655         -min_subnorm.
12656         (calc_generic_results): Handle mpfr_ff_f.
12657         * sysdeps/i386/fpu/libm-test-ulps: Update.
12658         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12659
12660 2013-12-16  Will Newton  <will.newton@linaro.org>
12661
12662         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
12663         (Aligned Memory Blocks): Add documentation for aligned_alloc
12664         and suggest it as an alternative to posix_memalign.
12665         (Hooks for Malloc): Document __memalign_hook is also called
12666         for aligned_alloc.  (Summary of Malloc): Add summary for
12667         aligned alloc.  Document __memalign_hook is also called
12668         for aligned_alloc.
12669
12670 2013-12-16  Will Newton  <will.newton@linaro.org>
12671
12672         * manual/memory.texi (Malloc Examples): Clarify default
12673         alignment documentation.  Suggest posix_memalign rather
12674         than memalign or valloc.
12675         (Aligned Memory Blocks): Remove suggestion to use memalign
12676         or valloc.  Remove obsolete comment about BSD.
12677         Document memalign errno values and mark the function obsolete.
12678         Document posix_memalign returned error codes.  Mark valloc
12679         as obsolete.  (Hooks for Malloc): __memalign_hook is also
12680         called for posix_memalign and valloc.
12681         (Summary of Malloc): Add posix_memalign to function summary.
12682         __memalign_hook is also called for posix_memalign and valloc.
12683
12684 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12685
12686         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
12687         TAYLOR_SIN.
12688         (__sin): Adjust.
12689         (__cos): Likewise.
12690         (sloww): Use mynumber union.  Expand ternary operator into
12691         if-else statements.
12692         (cslow): use mynumber union.
12693
12694 2013-12-16  Allan McRae  <allan@archlinux.org>
12695
12696         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
12697         * configure: Regenerated.
12698
12699         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
12700
12701         [BZ #14120]
12702         * configure.ac: Added --enable-maintainer-mode. Check for
12703         autoconf when enabled.
12704         * configure: Regenerated.
12705
12706         * nscd/nscd.service: New file.
12707         * nscd/nscd.tmpfiles: New file.
12708
12709 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
12710
12711         [BZ #12100]
12712         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
12713         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
12714         * sysdeps/x86_64/multiarch/strstr.c: ... here.
12715         (strstr): Add __strstr_sse2_unaligned ifunc.
12716         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
12717         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
12718         (strcasestr): Remove __strcasestr_sse42 ifunc.
12719         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
12720         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
12721         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
12722
12723 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12724
12725         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
12726         * sysdeps/sh/bits/fenv.h: ... here.
12727         * sysdeps/sh/sh4/fpu/bits: Remove directory.
12728
12729 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12730
12731         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
12732
12733         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
12734         hypotf multiarch implementations.
12735         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
12736         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
12737         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
12738         multiarch hypot for PPC64.
12739         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
12740         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
12741         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
12742         multiarch hypotf for PPC64.
12743
12744         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
12745         modff multiarch implementations.
12746         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
12747         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
12748         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
12749         multiarch modf for PPC64.
12750         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
12751         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
12752         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
12753         multiarch modff for PPC64.
12754
12755         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
12756         and logl multiarch implementations.
12757         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
12758         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
12759         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
12760         multiarch logb for PPC64.
12761         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
12762         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
12763         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
12764         multiarch logb for PPC64.
12765         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
12766         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
12767         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
12768         multiarch logb for PPC64.
12769
12770         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
12771         isinff multiarch implementation.
12772         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
12773         file.
12774         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
12775         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
12776         multiarch isinf for PPC64.
12777         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
12778         file.
12779         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
12780         multiarch isinff for PPC64.
12781
12782         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
12783         finitef multiarch implementation.
12784         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
12785         file.
12786         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
12787         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
12788         multiarch finite for PPC64.
12789         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
12790         file.
12791         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
12792         multiarch finitef for PPC64.
12793
12794         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
12795         lrint multiarch implementation.
12796         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
12797         file.
12798         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
12799         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
12800         multiarch llrint for PPC64.
12801         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
12802         multiarch lrint for PPC64.
12803
12804         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
12805         copysignf multiarch implementation.
12806         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
12807         file.
12808         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
12809         file.
12810         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
12811         multiarch copysign for PPC64.
12812         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
12813         multiarch copysignf for PPC64.
12814
12815         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
12816         multiarch implementation.
12817         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
12818         file.
12819         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
12820         file.
12821         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
12822         file.
12823         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
12824         file.
12825         multiarch llround for PPC64.
12826         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
12827         multiarch trunc for PPC64.
12828         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
12829         multiarch truncf for PPC64.
12830
12831         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
12832         multiarch implementation.
12833         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
12834         file.
12835         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
12836         file.
12837         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
12838         file.
12839         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
12840         file.
12841         multiarch llround for PPC64.
12842         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
12843         multiarch round for PPC64.
12844         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
12845         multiarch roundf for PPC64.
12846
12847         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
12848         multiarch implementation.
12849         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
12850         file.
12851         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
12852         file.
12853         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
12854         file.
12855         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
12856         file.
12857         multiarch llround for PPC64.
12858         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
12859         multiarch floor for PPC64.
12860         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
12861         multiarch floorf for PPC64.
12862
12863         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
12864         multiarch implementation.
12865         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
12866         file.
12867         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
12868         file.
12869         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
12870         file.
12871         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
12872         file.
12873         multiarch llround for PPC64.
12874         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
12875         multiarch ceil for PPC64.
12876         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
12877         multiarch ceilf for PPC64.
12878
12879         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
12880         multiarch implementation.
12881         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
12882         file.
12883         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
12884         file.
12885         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
12886         file.
12887         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
12888         multiarch llround for PPC64.
12889         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
12890         multiarch lround for PPC64.
12891
12892         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
12893         multiarch implementation.
12894         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
12895         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
12896         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
12897         file.
12898         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
12899         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
12900         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
12901         multiarch isnan for PPC64.
12902         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
12903         multiarch isnanf for PPC64.
12904
12905         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
12906         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
12907         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
12908         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
12909         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
12910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
12911
12912         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
12913         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
12914         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
12915         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
12916
12917         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
12918         multiarch implementations.
12919         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12920         (__libc_ifunc_impl_list): Likewise.
12921         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
12922         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
12923         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
12924         multiarch stpcpy for PPC64.
12925
12926         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
12927         multiarch implementations.
12928         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12929         (__libc_ifunc_impl_list): Likewise.
12930         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
12931         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
12932         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
12933         multiarch strcpy for PPC64.
12934
12935         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
12936         redefine function name.
12937         (_wordcopy_fwd_dest_aligned): Likewise.
12938         (_wordcopy_bwd_aligned): Likewise.
12939         (_wordcopy_bwd_dest_aligned): Likewise.
12940         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
12941         multiarch implementations.
12942         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12943         (__libc_ifunc_impl_list): Likewise.
12944         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
12945         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
12946         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
12947         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
12948         multiarch wcscpy for PPC64.
12949
12950         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
12951         multiarch implementations.
12952         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12953         (__libc_ifunc_impl_list): Likewise.
12954         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
12955         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
12956         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
12957         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
12958         multiarch wcscpy for PPC64.
12959
12960         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
12961         multiarch implementations.
12962         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12963         (__libc_ifunc_impl_list): Likewise.
12964         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
12965         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
12966         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
12967         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
12968         multiarch wcsrchr for PPC64.
12969
12970         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
12971         multiarch implementations.
12972         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12973         (__libc_ifunc_impl_list): Likewise.
12974         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
12975         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
12976         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
12977         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
12978         multiarch wcschr for PPC64.
12979
12980         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
12981         multiarch implementations.
12982         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12983         (__libc_ifunc_impl_list): Likewise.
12984         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
12985         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
12986         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
12987         multiarch strchrnul for PPC64.
12988
12989         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
12990         implementations.
12991         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12992         (__libc_ifunc_impl_list): Likewise.
12993         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
12994         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
12995         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
12996         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
12997         strchr for PPC64.
12998
12999         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
13000         implementations.
13001         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13002         (__libc_ifunc_impl_list): Likewise.
13003         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
13004         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
13005         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
13006         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
13007         strncmp for PPC64.
13008
13009         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
13010         multiarch implementations.
13011         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13012         (__libc_ifunc_impl_list): Likewise.
13013         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
13014         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
13015         strncasecmp for PPC64.
13016         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
13017         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
13018         multiarch strncasecmp_l for PPC64.
13019
13020         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
13021         multiarch implementations.
13022         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13023         (__libc_ifunc_impl_list): Likewise.
13024         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
13025         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
13026         multiarch strcasecmp for PPC64.
13027         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
13028         file.
13029         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
13030         multiarch strcasecmp_l for PPC64.
13031
13032         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
13033         implementations.
13034         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13035         (__libc_ifunc_impl_list): Likewise.
13036         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
13037         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
13038         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
13039         strnlen for PPC64.
13040
13041         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
13042         implementations.
13043         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13044         (__libc_ifunc_impl_list): Likewise.
13045         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
13046         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
13047         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
13048         strlen for PPC64.
13049
13050         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
13051         implementations.
13052         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13053         (__libc_ifunc_impl_list): Likewise.
13054         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
13055         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
13056         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
13057         rawmemrchr for PPC64.
13058
13059         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
13060         implementation.
13061         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13062         (__libc_ifunc_impl_list): Likewise.
13063         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
13064         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
13065         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
13066         memrchr for PPC64.
13067
13068         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
13069         implementation.
13070         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13071         (__libc_ifunc_impl_list): Likewise.
13072         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
13073         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
13074         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
13075         memchr for PPC64.
13076
13077         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
13078         implementation.
13079         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13080         (__libc_ifunc_impl_list): Likewise.
13081         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
13082         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
13083         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
13084         mempcpy for PPC64.
13085
13086         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
13087         avoid cretion of __bzero symbol.
13088         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
13089         Likewise.
13090         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
13091         Likewise.
13092         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
13093         Likewise.
13094         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
13095         multiarch implementations.
13096         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13097         (__libc_ifunc_impl_list): Likewise.
13098         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
13099         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
13100         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
13101         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
13102         bzero for PPC32.
13103         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
13104         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
13105         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
13106         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
13107         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
13108         memset for PPC64.
13109         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
13110
13111         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
13112         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
13113         implementations.
13114         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13115         (__libc_ifunc_impl_list): Likewise.
13116         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
13117         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
13118         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
13119         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
13120         memcmp for PPC64.
13121
13122         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
13123         multiarch for POWER/PPC64.
13124         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
13125         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
13126         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
13127         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
13128         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
13129         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
13130         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
13131         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
13132         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
13133         memcpy for PPC64.
13134
13135         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
13136         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
13137         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
13138         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
13139         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
13140         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
13141         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
13142         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
13143         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
13144         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
13145         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
13146         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
13147         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
13148         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
13149         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
13150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
13151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
13152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
13153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
13154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
13155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
13156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
13157
13158 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13159
13160         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
13161
13162 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
13163
13164         * benchtests/Makefile (bench): Add exp2 and log2.
13165         (LDLIBS-bench-exp2): Add -lm.
13166         (LDLIBS-bench-log2): Likewise.
13167         * benchtests/exp2-inputs: New inputs file.
13168         * benchtests/log2-inputs: New inputs file.
13169         * benchtests/log-inputs: Add new inputs.
13170         * benchtests/tan-inputs: Likewise.
13171
13172 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
13173
13174         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
13175         definition...
13176         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
13177         (csloww2): ... from here.
13178
13179         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
13180         instead of structures.
13181         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
13182         (POLYNOMIAL): Likewise.
13183         (TAYLOR_SLOW): Likewise.
13184         (__sin): Likewise.
13185         (__cos): Likewise.
13186         (slow1): Likewise.
13187         (slow2): Likewise.
13188         (sloww): Likewise.
13189         (sloww1); Likewise.
13190         (sloww2): Likewise.
13191         (bsloww1): Likewise.
13192         (bsloww2): Likewise.
13193         (cslow2): Likewise.
13194         (csloww): Likewise.
13195         (csloww1): Likewise.
13196         (csloww2): Likewise.
13197
13198 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
13199
13200         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
13201         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
13202         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
13203         * malloc/hooks.c (realloc_check): Likewise.
13204
13205         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
13206         * malloc/arena.c: Remove PER_THREAD conditional.
13207         [!PER_THREAD]: Remove code.
13208         (ptmalloc_unlock_all2): Likewise.
13209         (ptmalloc_init): Likewise.
13210         (_int_new_arena): Likewise.
13211         (arena_get2): Likewise.
13212         * malloc/hooks.c (__malloc_get_state): Likewise.
13213         (__malloc_set_state): Likewise.
13214         * malloc/malloc.c: Likewise.
13215         (struct malloc_state): Likewise.
13216         (struct malloc_par): Likewise.
13217         (__libc_realloc): Likewise.
13218         (__libc_mallopt): Likewise.
13219
13220 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13221
13222         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
13223
13224 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
13225
13226         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
13227         macro to a function.  Check for zero perturb_byte.
13228         (_int_malloc, _int_free): Remove zero perturb_byte checks.
13229
13230         * malloc/malloc.c: (force_reg): Remove.
13231         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
13232         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
13233         force_reg by atomic_forced_read.
13234         * malloc/arena.c (ptmalloc_init): Likewise.
13235         * malloc/hooks.c (top_check): Likewise.
13236
13237 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13238
13239         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13240
13241 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
13242
13243         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13244
13245 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
13246
13247         * math/auto-libm-test-in: Add tests of lgamma.
13248         * math/auto-libm-test-out: Regenerated.
13249         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
13250         (M_LOG_2_SQRT_PIl): Likewise.
13251         (lgamma_test_data): Use AUTO_TESTS_f_f1.
13252         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13253         mpfr_f_f1.
13254         (func_calc_desc): Add mpfr_f_f1 union field.
13255         (ARGS1): New macro.
13256         (ARGS2): Likewise.
13257         (ARGS3): Likewise.
13258         (ARGS4): Likewise.
13259         (RET1): Likewise.
13260         (RET2): Likewise.
13261         (CALC): Likewise.
13262         (FUNC): Likewise.
13263         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
13264         (test_functions): Add lgamma.
13265         (calc_generic_results): Handle mpfr_f_f1.
13266         * sysdeps/i386/fpu/libm-test-ulps: Update.
13267         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13268
13269 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13270
13271         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
13272         __mpn_add_n for PowerPC64/POWER7.
13273         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
13274         __mpn_sub_n for PowerPC64/POWER7.
13275
13276         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
13277         __mpn_addmul_1 for PowerPC64.
13278         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
13279         __mpn_submul_1 for PowerPC64.
13280         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
13281         for PowerPC64.
13282         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
13283         for PowerPC64.
13284
13285 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
13286
13287         [BZ #15089]
13288         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
13289
13290 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13291
13292         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
13293
13294         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
13295         add multiarch folders.
13296         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
13297         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
13298         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
13299         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
13300         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
13301         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
13302         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
13303         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
13304         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
13305         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
13306         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
13307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
13308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
13309         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
13310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
13311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
13312         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
13313
13314         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13315         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
13316         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
13317         New file.
13318         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
13319         New file.
13320         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
13321         multiarch __ieee754_hypot for PowerPC32.
13322         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
13323         New file.
13324         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
13325         New file.
13326         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
13327         multiarch __ieee754_hypotf for PowerPC32.
13328
13329         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
13330         long_double_symbol only if __logbl is defined.
13331         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
13332         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
13333         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
13334         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
13335         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
13336         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
13337         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
13338         path for implementation.
13339         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
13340         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
13341         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
13342         logb, and logbl multiarch implementations for PowerPC32.
13343         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
13344         file.
13345         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
13346         file.
13347         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
13348         multiarch logb for PowerPC32.
13349         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
13350         file.
13351         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
13352         file.
13353         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
13354         multiarch logbf for PowerPC32.
13355         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
13356         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
13357         file.
13358         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
13359         multiarch logbl implementation for PowerPC32.
13360
13361         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
13362         and modff multiarch implementations.
13363         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
13364         New file.
13365         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
13366         New file.
13367         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
13368         multiarch modf for PowerPC32.
13369         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
13370         New file.
13371         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
13372         New file.
13373         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
13374         multiarch modff for PowerPC32.
13375
13376         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
13377         and lrintf multiarch implementations.
13378         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
13379         New file.
13380         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
13381         New file.
13382         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
13383         multiarch lrint for PowerPC32.
13384         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
13385         file: multiarch lrintf for PowerPC32.
13386
13387         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
13388         and lroundf multiarch implementations.
13389         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
13390         New file.
13391         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
13392         New file.
13393         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
13394         New file.
13395         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
13396         multiarch lround for PowerPC32.
13397         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
13398         file: multiarch lroundf for PowerPC32.
13399
13400         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13401         copysign and copysignf multiarch implementations.
13402         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
13403         New file.
13404         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
13405         New file.
13406         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
13407         file: multiarch copysign for PowerPC32.
13408         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
13409         file: multiarch copysignf for PowerPC32.
13410
13411         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
13412         and truncf multiarch implementations.
13413         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
13414         New file.
13415         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
13416         file.
13417         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
13418         multiarch trunc for PowerPC32.
13419         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
13420         New file.
13421         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
13422         New file.
13423         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
13424         multiarch truncf for PowerPC32.
13425
13426         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
13427         and roundf multiarch implementations.
13428         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
13429         New file.
13430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
13431         file.
13432         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
13433         multiarch round for PowerPC32.
13434         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
13435         New file.
13436         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
13437         New file.
13438         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
13439         multiarch roundf for PowerPC32.
13440
13441         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
13442         and floorf multiarch implementations.
13443         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
13444         New file.
13445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
13446         file.
13447         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
13448         multiarch floor for PowerPC32.
13449         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
13450         New file.
13451         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
13452         New file.
13453         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
13454         multiarch floorf for PowerPC32.
13455
13456         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
13457         and ceilf multiarch implementations.
13458         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
13459         New file.
13460         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
13461         file.
13462         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
13463         multiarch ceil for PowerPC32.
13464         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
13465         New file.
13466         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
13467         file.
13468         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
13469         multiarch ceilf for PowerPC32.
13470
13471         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
13472         is defined.
13473         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
13474         FINITEF is defined.
13475         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
13476         and finitef multiarch implementations.
13477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
13478         New file.
13479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
13480         file.
13481         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
13482         multiarch finite for PowerPC32.
13483         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
13484         New file.
13485         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
13486         file: multiarch finitef for PowerPC32.
13487
13488         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
13489         and isinff multiarch implementations.
13490         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
13491         file.
13492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
13493         file.
13494         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
13495         multiarch isinf for PowerPC32.
13496         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
13497         New file.
13498         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
13499         multiarch isinff for PowerPC32.
13500
13501         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
13502         alias when __isnan is defined.
13503         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
13504         and isnanf multiarch implementations.
13505         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
13506         file.
13507         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
13508         file.
13509         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
13510         file.
13511         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
13512         file.
13513         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
13514         multiarch isnan for PowerPC32.
13515         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
13516         New file.
13517         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
13518         New file.
13519         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
13520         multiarch isnanf for PowerPC32.
13521
13522         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
13523         and sqrtf multiarch implementations.
13524         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
13525         file.
13526         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
13527         file.
13528         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
13529         multiarch sqrt for PowerPC32.
13530         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
13531         file.
13532         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
13533         file.
13534         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
13535         multiarch sqrtf for PowerPC32.
13536
13537         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
13538         and llroundf multiarch implementations.
13539         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
13540         New file.
13541         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
13542         New file.
13543         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
13544         New file.
13545         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
13546         file: multiarch llround for PowerPC32.
13547         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
13548         file: multiarch llroundf for PowerPC32.
13549
13550         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
13551         multiarch PowerPC32 fpu implementations.
13552         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
13553         New file.
13554         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
13555         New file.
13556         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
13557         multiarch llrint for PowerPC32.
13558         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
13559         New file.
13560         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
13561         New file.
13562         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
13563         file.
13564
13565         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
13566
13567         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
13568         file.
13569         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
13570         file.
13571         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
13572         file.
13573         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
13574         multiarch wordcopy for PPC32.
13575         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13576         wordcopy objects.
13577         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13578         (__libc_ifunc_impl_list): Likewise.
13579         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
13580         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
13581         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
13582         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
13583         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
13584         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
13585
13586         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
13587         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
13588         file.
13589         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
13590         file.
13591         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
13592         file.
13593         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
13594         multiarch wcscpy for PPC32.
13595         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13596         multiarch objects.
13597         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13598         (__libc_ifunc_impl_list): Likewise.
13599         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13600         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13601         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
13602         sysdeps/powerpc/power6/wcscpy.c.
13603
13604         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
13605         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
13606         file.
13607         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
13608         file.
13609         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
13610         file.
13611         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
13612         multiarch wcsrchr for PPC32.
13613         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13614         multiarch objects.
13615         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13616         (__libc_ifunc_impl_list): Likewise.
13617         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13618         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13619         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
13620         sysdeps/powerpc/power6/wcsrchr.c.
13621
13622         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
13623         file.
13624         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
13625         file.
13626         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
13627         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
13628         multiarch wcschr for PPc32.
13629         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13630         multiarch objects.
13631         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13632         (__libc_ifunc_impl_list): Likewise.
13633         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
13634         * sysdeps/powerpc/power6/wcschr.c: ... to here.
13635         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
13636         sysdeps/powerpc/power6/wcschr.c.
13637
13638         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
13639         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
13640         file.
13641         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
13642         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
13643         file: multiarch strchr for PPC32.
13644         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
13645         multiarch objects.
13646         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13647         (__libc_ifunc_impl_list): Likewise.
13648
13649         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
13650         name.
13651         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
13652         file.
13653         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
13654         file.
13655         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
13656         multiarch strchrnul for PPC32.
13657         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
13658         multiarch objects.
13659         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13660         (__libc_ifunc_impl_list): Likewise.
13661
13662         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
13663         file.
13664         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
13665         multiarch strncasecmp for PPC32.
13666         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
13667         file.
13668         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
13669         multiarch strncasecmp_l for PPC32.
13670         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
13671         strncasecmp multiarch objects.
13672         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13673         (__libc_ifunc_impl_list): Likewise.
13674
13675         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
13676         file.
13677         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
13678         multiarch strncasecmp for PPC32.
13679         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
13680         New file.
13681         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
13682         multiarch strcasecmp_l for PPC32.
13683         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
13684         multiarch objects.
13685         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13686         (__libc_ifunc_impl_list): Likewise.
13687
13688         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
13689         file.
13690         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
13691         file.
13692         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
13693         multiarch strncmp for PPC32.
13694         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
13695         multiarch objects.
13696         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13697         (__libc_ifunc_impl_list): Likewise.
13698
13699         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
13700         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
13701         file.
13702         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
13703         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
13704         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
13705         multiarch objects.
13706         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13707         (__libc_ifunc_impl_list): Likewise.
13708
13709         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
13710         file.
13711         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
13712         file.
13713         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
13714         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
13715         multiarch objects.
13716         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13717         (__libc_ifunc_impl_list): Likewise.
13718
13719         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
13720         file.
13721         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
13722         file.
13723         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
13724         multiarch rawmemchr for PPC32.
13725         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
13726         multiarch objects.
13727         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13728         (__libc_ifunc_impl_list): Likewise.
13729
13730         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
13731         file.
13732         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
13733         file.
13734         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
13735         file: memrchr multiarch for PPC32.
13736         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
13737         multiarch objects.
13738         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13739         (__libc_ifunc_impl_list): Likewise.
13740
13741         * string/memchr.c (__memchr): Using macro to redefine symbol name.
13742         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
13743         file.
13744         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
13745         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
13746         multiarch memchr for PPC32.
13747         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
13748         multiarch objects.
13749         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13750         (__libc_ifunc_impl_list): Likewise.
13751
13752         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
13753         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
13754         file.
13755         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
13756         file.
13757         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
13758         file: multiarch mempcpy for PPC32.
13759         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
13760         multiarch objects.
13761         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13762         (__libc_ifunc_impl_list): Likewise.
13763
13764         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
13765         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
13766         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
13767         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
13768         multiarch bzero for PPC32.
13769         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
13770         file.
13771         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
13772         file.
13773         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
13774         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
13775         file: multiarch memset for PPC32.
13776         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
13777         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
13778         memset multiarch objects.
13779         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13780         (__libc_ifunc_impl_list): Likewise.
13781
13782         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
13783         file.
13784         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
13785         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
13786         memcmp for PPC32.
13787         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
13788         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
13789         multiarch objects.
13790         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13791         (__libc_ifunc_impl_list): Likewise.
13792
13793         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
13794         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
13795         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
13796         file.
13797         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
13798         file.
13799         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
13800         file.
13801         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
13802         multiarch memcpy for PPC32.
13803         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
13804         multiarch objects.
13805         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13806         (__libc_ifunc_impl_list): Likewise.
13807
13808         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
13809         support multiarch for POWER/PPC32.
13810         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
13811         Likewise.
13812         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
13813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
13814         Implies file to make multiarch folder appers before the fpu and
13815         default folder for power4 configuration.
13816
13817 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
13818
13819         * scripts/bench.pl: Append volatile keyword to type.
13820
13821 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13822
13823         * sysdeps/sh/sotruss-lib.c: New file.
13824         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
13825
13826 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13827
13828         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13829
13830 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
13831
13832         [BZ #6810]
13833         * math/w_tgamma.c: Include <errno.h>.
13834         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
13835         * math/w_tgammaf.c: Include <errno.h>.
13836         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
13837         * math/w_tgammal.c: Include <errno.h>.
13838         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
13839         * math/auto-libm-test-in: Do not allow missing errno on tgamma
13840         underflow.  Add more tgamma tests.
13841         * math/auto-libm-test-out: Regenerated.
13842         * sysdeps/i386/fpu/libm-test-ulps: Update.
13843         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13844
13845         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
13846         sin, sinh, tan, tanh, tgamma, y0 and y1.
13847         * math/auto-libm-test-out: Regenerated.
13848         * math/libm-test.inc (TEST_COND_x86_64): New macro.
13849         (TEST_COND_x86): Likewise.
13850         (M_E2l): Remove macro.
13851         (M_E3l): Likewise.
13852         (M_2_SQRT_PIl): Likewise.
13853         (M_SQRT_PIl): Likewise.
13854         (M_1_DIV_El): Likewise.
13855         (log_test_data): Use AUTO_TESTS_f_f.
13856         (log10_test_data): Likewise.
13857         (log1p_test_data): Likewise.
13858         (log2_test_data): Likewise.
13859         (sin_test_data): Likewise.
13860         (sin_tonearest_test_data): Likewise.
13861         (sin_towardzero_test_data): Likewise.
13862         (sin_downward_test_data): Likewise.
13863         (sin_upward_test_data): Likewise.
13864         (sinh_test_data): Likewise.
13865         (sinh_tonearest_test_data): Likewise.
13866         (sinh_towardzero_test_data): Likewise.
13867         (sinh_downward_test_data): Likewise.
13868         (sinh_upward_test_data): Likewise.
13869         (tan_test_data): Likewise.
13870         (tan_tonearest_test_data): Likewise.
13871         (tan_towardzero_test_data): Likewise.
13872         (tan_downward_test_data): Likewise.
13873         (tan_upward_test_data): Likewise.
13874         (tanh_test_data): Likewise.
13875         (tgamma_test_data): Likewise.
13876         (y0_test_data): Likewise.
13877         (y1_test_data): Likewise.
13878         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
13879         (special_real_inputs): Add pi/4.
13880         * sysdeps/i386/fpu/libm-test-ulps: Update.
13881         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13882
13883 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13884
13885         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
13886         "longjmp_target" static probes.
13887         (__longjmp): Rename to __longjmp_symbol.
13888         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
13889         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
13890         on which longjmp to generate.
13891         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
13892         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
13893         probe.
13894         (__sigsetjmp): Rename to __sigsetjmp_symbol.
13895         (__sigjmp_save): Rename to __sigjmp_save_symbol.
13896         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
13897         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
13898         and __sigjmp_save_symbol based on which sigsetjmp to generated.
13899         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
13900         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
13901         __longjmp_symbol based on which __longjmp to generate.
13902         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
13903         probe.
13904         (setjmp): Rename to setjmp_symbol.
13905         (__sigsetjmp): Rename to __sigsetjmp_symbol.
13906         (_setjmp): Rename to _setjmp_symbol.
13907         (__sigsetjmp): Rename to __sigsetjmp_symbol.
13908         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
13909         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
13910         which setjmp to generate.
13911         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
13912         "longjmp_target" static probes.
13913
13914 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
13915
13916         * benchtests/README: Add note about output arguments.
13917         * benchtests/bench-sincos.c: Remove file.
13918         * benchtests/sincos-inputs: New file.
13919         * scripts/bench.pl: Identify output arguments and define
13920         static variables for them.
13921
13922         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
13923
13924         [BZ #15941]
13925         * Makefile (INSTALL): Add install-plain.texi as the primary
13926         dependency.
13927         * manual/install-plain.texi: New file.
13928         * manual/install.texi: Include node directive only for
13929         non-plaintext output.
13930
13931 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
13932
13933         * stdlib/longlong.h: Update from GCC.
13934
13935         [BZ #6807]
13936         [BZ #15901]
13937         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
13938         * math/w_j0f.c (y0f): Likewise.
13939         * math/w_j0l.c (__y0l): Likewise.
13940         * math/w_j1.c (y1): Likewise.
13941         * math/w_j1f.c (y1f): Likewise.
13942         * math/w_j1l.c (__y1l): Likewise
13943         * math/w_jn.c (yn): Likewise.
13944         * math/w_jnf.c (ynf): Likewise.
13945         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
13946         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
13947         value for Bessel function domain errors outside _SVID_ mode.
13948         Adjust sign of return value for yn (negative integer, 0).
13949         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
13950         by zero in return for negative x and set sign appropriately for
13951         negative n.
13952         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
13953         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
13954         * math/libm-test.inc (y0_test_data): Add more tests and adjust
13955         expectations in error cases.
13956         (y1_test_data): Likewise.
13957         (yn_test_data): Likewise.
13958         * sysdeps/i386/fpu/libm-test-ulps: Update.
13959         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13960
13961 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13962
13963         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
13964         "64" to "64-v1".  Add "64-v2".
13965         (abi-64-options): Rename to ...
13966         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
13967         (abi-64-condition): Rename to ...
13968         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
13969         (abi-64-ld-soname): Rename to ...
13970         (abi-64-v1-ld-soname): ... this.
13971         (abi-64-v2-options): Define.
13972         (abi-64-v2-condition): Likewise.
13973         (abi-64-v2-ld-soname): Likewise.
13974         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
13975         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
13976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
13977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
13978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
13979
13980 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13981             Alan Modra  <amodra@gmail.com>
13982
13983         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
13984         New versions for use with the ELFv2 ABI.
13985         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
13986         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
13987         declaration.
13988         (struct La_ppc64v2_retval): Likewise.
13989         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
13990         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
13991         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
13992         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
13993         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
13994         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
13995         Do not save or restore CR.
13996         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
13997         (_dl_profile_resolve): Do no save or restore CR.  Support extended
13998         return values for ELFv2 ABI.  Fix location of FPR return registers.
13999         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
14000         updated values for _CALL_ELF == 2.
14001         (La_regs, La_retval, int_retval): Likewise.
14002
14003 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14004
14005         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
14006         (FRAME_MIN_SIZE_PARM): Likewise.
14007         (FRAME_BACKCHAIN): Likewise.
14008         (FRAME_CR_SAVE): Likewise.
14009         (FRAME_LR_SAVE): Likewise.
14010         (FRAME_TOC_SAVE): Likewise.
14011         (FRAME_PARM_SAVE): Likewise.
14012         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
14013         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
14014         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
14015         (call_mcount_parm_offset): New macro.
14016         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
14017         (PROF): Use symbolic stack frame offsets.
14018         (TAIL_CALL_SYSCALL_ERROR): Likewise.
14019         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
14020         Redefine in terms of FRAME_MIN_SIZE.
14021         (_dl_runtime_resolve): Use symbolic stack frame offsets.
14022         (_dl_profile_resolve): Likewise.  Update comment.
14023         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
14024         symbols stack frame offsets.
14025         (__sigsetjmp): Likewise.
14026         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
14027         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
14028         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
14029         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
14030
14031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
14032         (FRAME_BACKCHAIN): Remove.
14033         (FRAME_CR_SAVE): Likewise.
14034         (FRAME_LR_SAVE): Likewise.
14035         (FRAME_COMPILER_DW): Likewise.
14036         (FRAME_LINKER_DW): Likewise.
14037         (FRAME_TOC_SAVE): Likewise.
14038         (FRAME_PARM_SAVE): Likewise.
14039         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
14040         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
14041         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
14042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
14043         (CHECK_SP): Use symbolic stack frame offsets.
14044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
14045         zone" instead of caller's parameter save area for temp storage.
14046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
14047         Likewise.  Also, use symbolic stack frame offsets.
14048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
14049         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
14050         our own stack frame instead of the caller's.
14051         (__socket): Use symbolic stack frame offsets.
14052
14053 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14054             Alan Modra  <amodra@gmail.com>
14055
14056         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
14057         Define.
14058         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
14059         (PPC64_LOCAL_ENTRY_OFFSET): Define.
14060         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
14061         New function.
14062         (elf_machine_fixup_plt): Call it.
14063         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
14064         reloc arguments.
14065         (elf_machine_rela): Update call to elf_machine_plt_conflict.
14066         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14067         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
14068         r2 before calling target.
14069
14070 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14071             Alan Modra  <amodra@gmail.com>
14072
14073         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
14074         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
14075         versions of macros to support ELFv2 ABI.
14076         (LOCALENTRY): New macro.
14077         (ENTRY, EALIGN): Use it.
14078         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
14079         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
14080         fall through into ENTRY entry point.
14081         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
14082         Only define if _CALL_ELF != 2.
14083
14084         (elf_machine_matches_host): Verify ABI version matches.
14085         (RTLD_START): Use LOCALENTRY.
14086         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
14087         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
14088         (PLT_ENTRY_WORDS): New macro.
14089         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
14090         (elf_machine_runtime_setup): Support ELFv2 ABI.
14091         (elf_machine_fixup_plt): Likewise.
14092         (elf_machine_plt_conflict): Likewise.
14093         (resolve_ifunc): Likewise.
14094         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
14095         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
14096         Likewise.
14097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
14098         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
14099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14100         (makecontext): Support ELFv2 ABI.
14101         * elf/elf.h (EF_PPC64_ABI): Define.
14102
14103 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14104
14105         * sysdeps/powerpc/powerpc64/sysdep.h
14106         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
14107         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
14108         (ENTRY) [ASSEMBLER]: ... but instead here ...
14109         (EALIGN) [ASSEMBLER]: ... and here.
14110         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
14111         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
14112         (ENTRY_2) [!ASSEMBLER]: Use it.
14113         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
14114         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
14115         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14116         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
14117         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
14118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
14119         Use PPC64_LOAD_FUNCPTR.
14120
14121         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
14122
14123 2013-12-04  Alan Modra  <amodra@gmail.com>
14124
14125         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
14126         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
14127         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
14128         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
14129
14130         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
14131         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
14132         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
14133         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
14134         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
14135         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
14136
14137 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14138
14139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14140         (__makecontext): Fix incorrect CFI when backtracing out of
14141         context created via makecontext.
14142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
14143         (__setcontext): Fix incorrect CFI during switch to new context.
14144         (__novec_setcontext): Likewise.
14145
14146 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
14147
14148         [BZ #4772]
14149         * time/strptime_l.c (__strptime_internal): Allow modifiers
14150         in strptime.
14151         * time/tst-strptime.c (day_tests): Add testcase.
14152
14153 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14154
14155         * scripts/bench.pl: Skip over blank lines.
14156
14157 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14158
14159         [BZ #926]
14160         * manual/time.texi (Calendar Time): Clarify what timezone functions
14161         use.
14162
14163 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14164
14165         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14166
14167 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
14168
14169         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
14170         implementation.
14171         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
14172         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
14173         * debug/memset_chk.c (__memset_chk): Likewise.
14174         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
14175         * debug/strncpy_chk.c: Likewise.
14176
14177 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
14178
14179         [BZ #15268]
14180         [BZ #15425]
14181         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
14182         (__ieee754_exp): For possibly underflowing results, check size of
14183         result and force underflow exception if required.
14184         * math/auto-libm-test-in: Add more tests of exp.
14185         * math/auto-libm-test-out: Regenerated.
14186         * sysdeps/i386/fpu/libm-test-ulps: Update.
14187         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14188
14189         [BZ #16283]
14190         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
14191         * math/w_exp2f.c (__exp2f): Likewise.
14192         * math/w_exp2l.c (__exp2l): Likewise.
14193         * math/auto-libm-test-in: Do not allow missing errno on exp2
14194         underflow.
14195         * math/auto-libm-test-out: Regenerated.
14196
14197 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
14198
14199         [BZ #16274]
14200         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
14201         handle filename validation.
14202         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
14203         (do_open): Delete.
14204
14205 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
14206
14207         [BZ #6786]
14208         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
14209         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
14210         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
14211         <float.h>.
14212         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
14213         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
14214         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14215         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
14216         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14217         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
14218         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14219         * math/auto-libm-test-in: Don't allow missing errno from erfc.
14220         Add more erfc tests.
14221         * math/auto-libm-test-out: Regenerated.
14222         * sysdeps/i386/fpu/libm-test-ulps: Update.
14223         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14224
14225         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
14226         exp2, expm1, j0 and j1.
14227         * math/auto-libm-test-out: Regenerated.
14228         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
14229         (erfc_test_data): Likewise.
14230         (exp_test_data): Likewise.
14231         (exp_tonearest_test_data): Likewise.
14232         (exp_towardzero_test_data): Likewise.
14233         (exp_downward_test_data): Likewise.
14234         (exp_upward_test_data): Likewise.
14235         (exp10_test_data): Likewise.
14236         (exp2_test_data): Likewise.
14237         (expm1_test_data): Likewise.
14238         (j0_test_data): Likewise.
14239         (j1_test_data): Likewise.
14240         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
14241         (input_flag_type): Add flag_xfail_rounding.
14242         (input_flags): Add xfail-rounding.
14243         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
14244         (output_for_one_input_case): Handle flag_xfail_rounding.
14245         * sysdeps/i386/fpu/libm-test-ulps: Update.
14246         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14247
14248 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
14249
14250         [BZ #16289]
14251         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
14252         division by 0.
14253
14254 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14255
14256         [BZ #16195]
14257         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
14258         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
14259         (STAP_PROBE0): New macro.
14260         (STAP_PROBE1): Likewise.
14261         (STAP_PROBE2): Likewise.
14262         (STAP_PROBE3): Likewise.
14263         (STAP_PROBE4): Likewise.
14264
14265 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
14266
14267         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
14268
14269 2013-12-02  Steve Ellcey  <sellcey@mips.com>
14270
14271         * benchtests/Makefile (bench): Add sqrt.
14272         (LDLIBS-bench-sqrt): New.
14273         * benchtests/sqrt-input: New.
14274
14275 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
14276
14277         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
14278         (GAIH_EAI): Likewise.
14279         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
14280         (gaih_inet): Likewise.
14281         (getaddrinfo): Don't use GAIH_EAI.
14282
14283         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
14284         (struct gaih): Remove definition.
14285
14286 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
14287
14288         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
14289         Use HERRNOP directly.
14290
14291 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14292
14293         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14294
14295 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
14296
14297         * math/gen-auto-libm-tests.c (test_functions): Add more
14298         single-argument functions.
14299         (special_fill_pi_2): New function.
14300         (special_fill_minus_pi_2): Likewise.
14301         (special_fill_pi_6): Likewise.
14302         (special_fill_minus_pi_6): Likewise.
14303         (special_fill_pi_3): Likewise.
14304         (special_fill_2pi_3): Likewise.
14305         (special_fill_e): Likewise.
14306         (special_fill_1_e): Likewise.
14307         (special_fill_e_minus_1): Likewise.
14308         (special_real_inputs): Add more special inputs.
14309         (output_for_one_input_case): Do not require ERANGE on underflow to
14310         zero if round-to-nearest result does not underflow to zero, unless
14311         exact results required.
14312         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
14313         atan, atanh, cbrt, cos and cosh.
14314         * math/auto-libm-test-out: Regenerated.
14315         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
14316         (acos_tonearest_test_data): Likewise.
14317         (acos_towardzero_test_data): Likewise.
14318         (acos_downward_test_data): Likewise.
14319         (acos_upward_test_data): Likewise.
14320         (acosh_test_data): Likewise.
14321         (asin_test_data): Likewise.
14322         (asin_tonearest_test_data): Likewise.
14323         (asin_towardzero_test_data): Likewise.
14324         (asin_upward_test_data): Likewise.
14325         (asinh_test_data): Likewise.
14326         (atan_test_data): Likewise.
14327         (atanh_test_data): Likewise.
14328         (cbrt_test_data): Likewise.
14329         (cos_test_data): Likewise.
14330         (cos_tonearest_test_data): Likewise.
14331         (cos_towardzero_test_data): Likewise.
14332         (cos_downward_test_data): Likewise.
14333         (cos_upward_test_data): Likewise.
14334         (cosh_test_data): Likewise.
14335         (cosh_tonearest_test_data): Likewise.
14336         (cosh_towardzero_test_data): Likewise.
14337         (cosh_downward_test_data): Likewise.
14338         (cosh_upward_test_data): Likewise.
14339         * sysdeps/i386/fpu/libm-test-ulps: Update.
14340         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14341
14342 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
14343
14344         [BZ #6787]
14345         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
14346         * math/w_exp10f.c (__exp10f): Likewise.
14347         * math/w_exp10l.c (__exp10l): Likewise.
14348         * math/libm-test.inc (exp10_test_data): Add more tests and expect
14349         errno settings in existing tests.
14350
14351         [BZ #14032]
14352         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
14353         precision control set to double precision.
14354         * sysdeps/i386/fpu/w_sqrt.c: New file.
14355         * math/auto-libm-test-in: Add more tests.
14356         * math/auto-libm-test-out: Update.
14357
14358         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
14359         (sqrt_test_tonearest): New function.
14360         (sqrt_towardzero_test_data): New variable.
14361         (sqrt_test_towardzero): New function.
14362         (sqrt_downward_test_data): New variable.
14363         (sqrt_test_downward): New function.
14364         (sqrt_upward_test_data): New variable.
14365         (sqrt_test_upward): New function.
14366         (main): Call the new functions.
14367
14368         * math/gen-auto-libm-tests.c: New file.
14369         * math/auto-libm-test-in: Likewise.
14370         * math/auto-libm-test-out: New generated file.
14371         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
14372         variables.
14373         (%beautify): Add generated representations of zero.
14374         (top level): Set $auto_input and call parse_auto_input.
14375         (beautify): Remove trailing "f" from hex float constants.
14376         (parse_args): Handle XFAIL_TEST.
14377         (convert_condition): New function.
14378         (or_value): Likewise.
14379         (or_cond_value): Likewise.
14380         (generate_testfile): Handle AUTO_TESTS_* lines.
14381         (parse_auto_input): New function.
14382         * math/libm-test.inc (XFAIL_TEST): New macro.
14383         (ERRNO_UNCHANGED): Update value.
14384         (ERRNO_EDOM): Likewise.
14385         (ERRNO_ERANGE): Likewise.
14386         (IGNORE_RESULT): Likewise.
14387         (TEST_COND_flt_32): New macro.
14388         (TEST_COND_dbl_64): Likewise.
14389         (TEST_COND_ldbl_96_intel): Likewise.
14390         (TEST_COND_ldbl_96_m68k): Likewise.
14391         (TEST_COND_ldbl_128): Likewise.
14392         (TEST_COND_ldbl_128ibm): Likewise.
14393         (TEST_COND_long32): Likewise.
14394         (TEST_COND_long64): Likewise.
14395         (TEST_COND_before_rounding): Likewise.
14396         (TEST_COND_after_rounding): Likewise.
14397         (enable_test): Handle XFAIL_TEST flag.
14398         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
14399         with finite results.
14400         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
14401         auto-libm-test-out.
14402
14403 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14404             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14405
14406         [BZ #16214]
14407         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
14408         __tls_get_addr_internal instead of __tls_get_offset in order to
14409         avoid GOT pointer dependency.  Make rtld export
14410         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
14411         __tls_get_addr since we are a __tls_get_offset platform.
14412         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
14413         GOT pointer being set up before.
14414         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
14415
14416 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
14417
14418         * manual/math.texi (Errors in Math Functions): Document accuracy
14419         goals.
14420
14421         [BZ #15004]
14422         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
14423         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
14424         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
14425         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
14426         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
14427         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
14428         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
14429         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
14430         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
14431         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
14432         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
14433         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
14434         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
14435         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
14436         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
14437         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
14438
14439         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
14440         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
14441         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
14442         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
14443         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
14444         Likewise.
14445         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
14446         Likewise.
14447         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
14448         Likewise.
14449         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
14450         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
14451         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
14452         atomic-feupdateenv and flt-rounds.
14453         * sysdeps/powerpc/nofpu/Versions (libc): Add
14454         __atomic_feholdexcept, __atomic_feclearexcept,
14455         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
14456         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
14457         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
14458         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
14459         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
14460         here.
14461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
14462         Update.
14463
14464         * manual/arith.texi (FP Exceptions): Document that exceptions may
14465         not be raised when matherr is used.
14466         (Math Error Reporting): Document overflow in directed rounding
14467         modes.  Document that errno may not be set when finite values are
14468         returned on overflow.  Document intent to set errno on underflow
14469         only for underflow to zero.
14470
14471         [BZ #16271]
14472         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
14473         round-to-nearest then adjust result for other rounding modes.
14474         * include/fenv.h (fegetround): Use libm_hidden_proto.
14475         * math/fegetround.c (fegetround): Use libm_hidden_def.
14476         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
14477         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
14478         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14479         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
14480         Likewise.
14481         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
14482         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
14483         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
14484         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
14485
14486 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14487
14488         [BZ #16077]
14489         * nss/Versions (libnss_files): Add
14490         _nss_files_gethostbyname3_r.
14491         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
14492         New function.
14493         (HOST_DB_LOOKUP): Remove macro.
14494         (_nss_files_gethostbyname_r): Implement function without the
14495         HOST_DB_LOOKUP macro.
14496         (_nss_files_gethostbyname2_r): Likewise.
14497
14498 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
14499
14500         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
14501
14502 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
14503
14504         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
14505         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
14506         warning.
14507
14508 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14509
14510         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
14511         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
14512         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14513         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
14514         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
14515         __fe_nomask_env_priv and attribute_hidden.
14516         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
14517         (libc_feupdateenv_test_ppc): Likewise.
14518         (libc_feresetround_ppc): Likewise.
14519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14520         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
14521         compat_symbol macro.
14522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14523         (__fe_nomask_env): Likewise.
14524         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
14525
14526 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14527
14528         * string/Makefile: Remove ifunc tests.
14529         * string/test-string.h: Define TEST_IFUNC.
14530         * string/test-bcopy-ifunc.c: Remove.
14531         * string/test-bzero-ifunc.c: Likewise.
14532         * string/test-memccpy-ifunc.c: Likewise.
14533         * string/test-memchr-ifunc.c: Likewise.
14534         * string/test-memcmp-ifunc.c: Likewise.
14535         * string/test-memcpy-ifunc.c: Likewise.
14536         * string/test-memmem-ifunc.c: Likewise.
14537         * string/test-memmove-ifunc.c: Likewise.
14538         * string/test-mempcpy-ifunc.c: Likewise.
14539         * string/test-memrchr-ifunc.c: Likewise.
14540         * string/test-memset-ifunc.c: Likewise.
14541         * string/test-rawmemchr-ifunc.c: Likewise.
14542         * string/test-stpcpy-ifunc.c: Likewise.
14543         * string/test-stpncpy-ifunc.c: Likewise.
14544         * string/test-strcasecmp-ifunc.c: Likewise.
14545         * string/test-strcasestr-ifunc.c: Likewise.
14546         * string/test-strcat-ifunc.c: Likewise.
14547         * string/test-strchr-ifunc.c: Likewise.
14548         * string/test-strchrnul-ifunc.c: Likewise.
14549         * string/test-strcmp-ifunc.c: Likewise.
14550         * string/test-strcpy-ifunc.c: Likewise.
14551         * string/test-strcspn-ifunc.c: Likewise.
14552         * string/test-strlen-ifunc.c: Likewise.
14553         * string/test-strncasecmp-ifunc.c: Likewise.
14554         * string/test-strncat-ifunc.c: Likewise.
14555         * string/test-strncmp-ifunc.c: Likewise.
14556         * string/test-strncpy-ifunc.c: Likewise.
14557         * string/test-strnlen-ifunc.c: Likewise.
14558         * string/test-strpbrk-ifunc.c: Likewise.
14559         * string/test-strrchr-ifunc.c: Likewise.
14560         * string/test-strspn-ifunc.c: Likewise.
14561         * string/test-strstr-ifunc.c: Likewise.
14562
14563 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14564
14565         * benchtests/Makefile: Remove ifunc tests.
14566         * benchtests/bench-string.h: Define TEST_IFUNC.
14567         * benchtests/bench-bcopy-ifunc.c: Remove.
14568         * benchtests/bench-bzero-ifunc.c: Likewise.
14569         * benchtests/bench-memccpy-ifunc.c: Likewise.
14570         * benchtests/bench-memchr-ifunc.c: Likewise.
14571         * benchtests/bench-memcmp-ifunc.c: Likewise.
14572         * benchtests/bench-memcpy-ifunc.c: Likewise.
14573         * benchtests/bench-memmem-ifunc.c: Likewise.
14574         * benchtests/bench-memmove-ifunc.c: Likewise.
14575         * benchtests/bench-mempcpy-ifunc.c: Likewise.
14576         * benchtests/bench-memrchr-ifunc.c: Likewise.
14577         * benchtests/bench-memset-ifunc.c: Likewise.
14578         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
14579         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
14580         * benchtests/bench-stpcpy-ifunc.c: Likewise.
14581         * benchtests/bench-stpncpy-ifunc.c: Likewise.
14582         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
14583         * benchtests/bench-strcasestr-ifunc.c: Likewise.
14584         * benchtests/bench-strcat-ifunc.c: Likewise.
14585         * benchtests/bench-strchr-ifunc.c: Likewise.
14586         * benchtests/bench-strchrnul-ifunc.c: Likewise.
14587         * benchtests/bench-strcmp-ifunc.c: Likewise.
14588         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
14589         * benchtests/bench-strcpy-ifunc.c: Likewise.
14590         * benchtests/bench-strcspn-ifunc.c: Likewise.
14591         * benchtests/bench-strlen-ifunc.c: Likewise.
14592         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
14593         * benchtests/bench-strncat-ifunc.c: Likewise.
14594         * benchtests/bench-strncmp-ifunc.c: Likewise.
14595         * benchtests/bench-strncpy-ifunc.c: Likewise.
14596         * benchtests/bench-strnlen-ifunc.c: Likewise.
14597         * benchtests/bench-strpbrk-ifunc.c: Likewise.
14598         * benchtests/bench-strrchr-ifunc.c: Likewise.
14599         * benchtests/bench-strsep-ifunc.c: Likewise.
14600         * benchtests/bench-strspn-ifunc.c: Likewise.
14601         * benchtests/bench-strstr-ifunc.c: Likewise.
14602
14603 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14604
14605         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
14606
14607 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14608
14609         * resolv/netdb.h: Use __glibc_reserved instead __unused.
14610         * rt/aio.h: Likewise.
14611         * sysdeps/gnu/bits/utmp.h: Likewise.
14612         * sysdeps/gnu/bits/utmpx.h: Likewise.
14613         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
14614         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
14615         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
14616         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
14617         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
14618         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
14619         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
14620         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
14621         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
14622         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
14623         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
14624         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
14625         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
14626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
14627         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
14628         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
14629         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
14630         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
14631         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
14632         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
14633         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
14634         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
14635         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
14636         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
14637         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
14638         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14639         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
14640         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
14641         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
14642         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
14643         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
14644         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
14645         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
14646         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
14647         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
14648         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
14649         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
14650         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
14651         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
14652         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
14653         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
14654         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
14655
14656 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
14657
14658         [BZ #16245]
14659         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
14660         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
14661
14662 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
14663
14664         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
14665         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
14666         Likewise.
14667
14668 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14669
14670         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
14671         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
14672         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
14673         (__fesetround): Remove define.
14674         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
14675         rounding and exceptions handling.
14676         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
14677         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
14678         (__fe_nomask_env): Likewise.
14679         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
14680         __fegetround instead of fegetround.
14681         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
14682         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
14683
14684 2013-11-21  Roland McGrath  <roland@hack.frob.com>
14685
14686         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
14687         it's there.
14688
14689         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
14690
14691 2013-11-21  Meador Inge  <meadori@codesourcery.com>
14692
14693         [BZ #11157]
14694         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
14695         (encrypt_r): Likewise.
14696         * malloc/obstack.h (obstack_free): Likewise.
14697         * posix/unistd.h (encrypt): Likewise.
14698
14699 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
14700
14701         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
14702         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
14703         DL_CALL_DT_FINI() that call the functions directly.
14704         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
14705         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
14706         * elf/dl-fini.c: Likewise.
14707
14708 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
14709
14710         * malloc/hooks.c (memalign_check): Add alignment rounding.
14711         * malloc/malloc.c (_mid_memalign): New function.
14712         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
14713         Implement by calling _mid_memalign.
14714         * manual/probes.texi (Memory Allocation Probes): Remove
14715         memory_valloc_retry and memory_pvalloc_retry.
14716
14717 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
14718
14719         * locale/programs/locarchive.c (open_archive): Add const
14720         qualifier to ARCHIVEFNAME and copy default fname to
14721         DEFAULT_FNAME.
14722
14723         [BZ #15601]
14724         * libio/tst-widetext.input: Rename Oriya to Odia.
14725         * locale/iso-639.def: Likewise.
14726
14727         * manual/probes.texi (Mathematical Function Probes): Add
14728         documentation for sin, cos, asin and acos probes.
14729         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
14730         (__sin32): Add slowasin probe.
14731         (__cos32): Add slowacos probe.
14732         (__mpsin): Add slowsin probe.
14733         (__mpcos): Add slowcos probe.
14734
14735 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
14736
14737         [BZ #15483]
14738         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
14739         thread-local __sim_exceptions_thread and global
14740         __sim_exceptions_global.
14741         (__sim_disabled_exceptions): Change to thread-local
14742         __sim_disabled_exceptions_thread and global
14743         __sim_disabled_exceptions_global.
14744         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
14745         and global __sim_round_mode_global.
14746         (__simulate_exceptions): Use thread-local floating-point state and
14747         set global state from it as needed.
14748         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
14749         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
14750         __sim_round_mode_thread.
14751         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
14752         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
14753         and global __sim_exceptions_global.
14754         (__sim_disabled_exceptions): Change to thread-local
14755         __sim_disabled_exceptions_thread and global
14756         __sim_disabled_exceptions_global.
14757         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
14758         and global __sim_round_mode_global.
14759         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
14760         (SIM_SET_GLOBAL): Likewise.
14761         * sysdeps/powerpc/soft-fp/sfp-machine.h
14762         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
14763         __sim_round_mode_thread.
14764         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
14765         __sim_disabled_exceptions_thread.
14766         (__sim_exceptions): Change to __sim_exceptions_thread.
14767         (__sim_disabled_exceptions): Change to
14768         __sim_disabled_exceptions_thread.
14769         (__sim_round_mode): Change to __sim_round_mode_thread.
14770         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
14771         thread-local floating-point state and set global state from it as
14772         needed.
14773         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
14774         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
14775         (__sim_disabled_exceptions): Remove extern declaration.
14776         (feenableexcept): Use thread-local floating-point state and set
14777         global state from it as needed.
14778         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
14779         extern declaration.
14780         (__sim_disabled_exceptions): Likewise.
14781         (__sim_round_mode): Likewise.
14782         (__fegetenv): Use thread-local floating-point state.
14783         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
14784         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14785         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
14786         floating-point state and set global state from it as needed.
14787         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
14788         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
14789         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
14790         Likewise.
14791         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
14792         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
14793         Likewise.
14794         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
14795         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
14796         Use __sim_round_mode_thread.
14797         * math/test-fenv-tls.c: New file.
14798         * math/Makefile (tests): Add test-fenv-tls.
14799         ($(objpfx)test-fenv-tls): Depend on
14800         $(common-objpfx)nptl/libpthread.so.
14801
14802 2013-11-19  Andreas Schwab  <schwab@suse.de>
14803
14804         * locale/programs/locale.c (show_info): Decode wordarray elements.
14805         * locale/categories.def (LC_MONETARY): Add element for
14806         _NL_MONETARY_CRNCYSTR.
14807         * locale/C-monetary.c (conversion_rate): New variable.
14808         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
14809         element.
14810
14811 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
14812
14813         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
14814         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
14815
14816 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
14817
14818         * elf/Makefile (tst-auxv): New test.
14819         * elf/tst-auxv.c: New
14820         * elf/rtld.c (dl_main): Adjust AT_EXECFN
14821
14822 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
14823
14824         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
14825         (hidden_proto): Caller changed.
14826         (hidden_tls_proto): New macro.
14827         (libc_hidden_tls_proto): Likewise.
14828         (rtld_hidden_tls_proto): Likewise.
14829         (libm_hidden_tls_proto): Likewise.
14830         (libresolv_hidden_tls_proto): Likewise.
14831         (librt_hidden_tls_proto): Likewise.
14832         (libdl_hidden_tls_proto): Likewise.
14833         (libnss_files_hidden_tls_proto): Likewise.
14834         (libnsl_hidden_tls_proto): Likewise.
14835         (libnss_nisplus_hidden_tls_proto): Likewise.
14836         (libutil_hidden_tls_proto): Likewise.
14837
14838 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
14839
14840         [BZ #10253]
14841         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
14842         (decompose_rpath): Defer expansion to fillin_rpath.
14843         (_dl_init_paths): Pass linkmap to fillin_rpath.
14844
14845 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14846
14847         * benchtests/Makefile: Add strsep.
14848         * benchtests/bench-strsep.c: New file: strsep benchtest.
14849         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
14850
14851 2013-11-18  Andreas Schwab  <schwab@suse.de>
14852
14853         * locale/programs/locale.c (show_info) [case byte]: Check for
14854         '\377' instead of '\177'.
14855         * locale/C-monetary.c (not_available): Always use "\377".
14856         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
14857         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
14858         detect unavailable sign_posn locale elements.
14859         * locale/localeconv.c (__localeconv): For grouping and
14860         mon_grouping handle "\177" and "\377" like no grouping.
14861         (INT_ELEM): New macro.  Use it to set all numeric members.
14862         * locale/programs/ld-monetary.c (monetary_read)
14863         <tok_mon_grouping>: Normalize single -1 to the empty string.
14864         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
14865         Likewise.
14866
14867 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
14868
14869         [BZ #16055]
14870         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
14871         when we match (nil).
14872         * stdio-common/tst-sscanf.c (struct test): Add testcase.
14873
14874 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
14875
14876         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
14877         (NO_TEST_INLINE): Update value.
14878         (ERRNO_UNCHANGED): Likewise.
14879         (ERRNO_EDOM): Likewise.
14880         (ERRNO_ERANGE): Likewise.
14881         (IGNORE_RESULT): Likewise.
14882         (check_float_internal): Check signs of NaN results if
14883         TEST_NAN_SIGN used.
14884         (check_complex): Pass TEST_NAN_SIGN flag through to second
14885         check_float_internal call.
14886         (copysign_test_data): Add tests with quiet NaNs as second
14887         argument.  Use TEST_NAN_SIGN.
14888         (fabs_test_data): Add test of negative quiet NaN argument.  Use
14889         TEST_NAN_SIGN.
14890         (signbit_test_data): Add tests of quiet NaN argument.
14891         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
14892
14893         * math/gen-libm-test.pl (show_exceptions): Take extra argument
14894         $ignore_result.
14895         (parse_args): Handle function results specified as IGNORE.
14896         * math/libm-test.inc (IGNORE_RESULT): New macro.
14897         (check_float_internal): Do not check numerical result if flag
14898         IGNORE_RESULT set.
14899         (check_complex): Pass through IGNORE_RESULT to second
14900         check_float_internal call.
14901         (check_int): Do not check numerical result if flag IGNORE_RESULT
14902         set.
14903         (check_long): Likewise.
14904         (check_bool): Likewise.
14905         (check_longlong): Likewise.
14906         (lrint_test_data): Add tests of infinite and NaN arguments.
14907         (lrint_tonearest_test_data): Likewise.
14908         (lrint_towardzero_test_data): Likewise.
14909         (lrint_downward_test_data): Likewise.
14910         (lrint_upward_test_data): Likewise.
14911         (llrint_test_data): Likewise.
14912         (llrint_tonearest_test_data): Likewise.
14913         (llrint_towardzero_test_data): Likewise.
14914         (llrint_downward_test_data): Likewise.
14915         (llrint_upward_test_data): Likewise.
14916         (lround_test_data): Likewise.
14917         (llround_test_data): Likewise.
14918
14919         * math/libm-test.inc (NO_TEST_INLINE): New macro.
14920         (ERRNO_UNCHANGED): Update value.
14921         (ERRNO_EDOM): Likewise.
14922         (ERRNO_ERANGE): Likewise.
14923         (NO_TEST_INLINE_FLOAT): New macro.
14924         (NO_TEST_INLINE_DOUBLE): Likewise.
14925         (enable_test): New function.
14926         (RUN_TEST_f_f): Check enable_test before running test.
14927         (RUN_TEST_2_f): Likewise.
14928         (RUN_TEST_fff_f): Likewise.
14929         (RUN_TEST_c_f): Likewise.
14930         (RUN_TEST_f_f1): Likewise.
14931         (RUN_TEST_fF_f1): Likewise.
14932         (RUN_TEST_fI_f1): Likewise.
14933         (RUN_TEST_ffI_f1): Likewise.
14934         (RUN_TEST_c_c): Likewise.
14935         (RUN_TEST_cc_c): Likewise.
14936         (RUN_TEST_f_i): Likewise.
14937         (RUN_TEST_f_i_tg): Likewise.
14938         (RUN_TEST_ff_i_tg): Likewise.
14939         (RUN_TEST_f_b): Likewise.
14940         (RUN_TEST_f_b_tg): Likewise.
14941         (RUN_TEST_f_l): Likewise.
14942         (RUN_TEST_f_L): Likewise.
14943         (RUN_TEST_fFF_11): Likewise.
14944         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
14945         conditionals.
14946         (cosh_test_data): Likewise.
14947         (exp_test_data): Likewise.
14948         (expm1_test_data): Likewise.
14949         (hypot_test_data): Likewise.
14950         (pow_test_data): Likewise.
14951         (sinh_test_data): Likewise.
14952         (tanh_test_data): Likewise.
14953         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
14954         flags argument.
14955
14956         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
14957         tests with quiet NaN input and output.
14958         (acosh_test_data): Likewise.
14959         (asin_test_data): Likewise.
14960         (asinh_test_data): Likewise.
14961         (atan_test_data): Likewise.
14962         (atanh_test_data): Likewise.
14963         (atan2_test_data): Likewise.
14964         (cbrt_test_data): Likewise.
14965         (cos_test_data): Likewise.
14966         (cosh_test_data): Likewise.
14967         (erf_test_data): Likewise.
14968         (erfc_test_data): Likewise.
14969         (exp_test_data): Likewise.
14970         (exp10_test_data): Likewise.
14971         (exp2_test_data): Likewise.
14972         (expm1_test_data): Likewise.
14973         (hypot_test_data): Likewise.
14974         (j0_test_data): Likewise.
14975         (j1_test_data): Likewise.
14976         (jn_test_data): Likewise.
14977         (lgamma_test_data): Likewise.
14978         (log_test_data): Likewise.
14979         (log10_test_data): Likewise.
14980         (log1p_test_data): Likewise.
14981         (log2_test_data): Likewise.
14982         (pow_test_data): Likewise.
14983         (scalb_test_data): Likewise.
14984         (sin_test_data): Likewise.
14985         (sincos_test_data): Likewise.
14986         (sinh_test_data): Likewise.
14987         (tan_test_data): Likewise.
14988         (tanh_test_data): Likewise.
14989         (tgamma_test_data): Likewise.
14990         (y0_test_data): Likewise.
14991         (y1_test_data): Likewise.
14992         (yn_test_data): Likewise.
14993
14994         [BZ #16167]
14995         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
14996         argument being NaN and avoid computations with second argument in
14997         that case.
14998         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
14999         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
15000         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
15001
15002 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
15003
15004         * locale/iso-639.def: Add Chitwani Tharu (the).
15005
15006 2013-11-14  Andreas Schwab  <schwab@suse.de>
15007
15008         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
15009         word instead of empty string.
15010
15011 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15012
15013         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15014         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
15015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15016         (__fe_nomask_env): Likewise.
15017
15018 2013-11-13  Steve Ellcey  <sellcey@mips.com>
15019
15020         * benchtests/bench-timing.h: Include time.h.
15021
15022 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
15023
15024         [BZ #15997]
15025         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
15026         to 3.4.0 for x32.
15027         * sysdeps/unix/sysv/linux/configure: Regenerated.
15028
15029 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
15030
15031         [BZ #16151]
15032         * stdlib/strtod_l.c (round_and_return): Do not consider
15033         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
15034         exponent one less than half the least subnormal exponent.
15035         * stdlib/test-strtod-round-data: Add more tests.
15036         * stdlib/tst-strtod-round.c (tests): Regenerated.
15037
15038 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15039
15040         [BZ #14143]
15041         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
15042         (__fe_mask_env): Likewise.
15043         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
15044         libm_hidden_proto and add function prototype.
15045         (__fe_mask_env): Add function prototype.
15046         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
15047         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
15048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
15049         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
15050         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
15051         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
15052
15053 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15054
15055         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
15056         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
15057
15058 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15059
15060         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
15061         of htab_find_slot().
15062
15063 2013-11-11  David S. Miller  <davem@davemloft.net>
15064
15065         [BZ #16150]
15066         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
15067         symbol in the non-vis3 case in static builds.
15068         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
15069         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
15070         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
15071         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
15072
15073 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
15074
15075         [BZ #387]
15076         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
15077         it is empty.
15078
15079 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15080
15081         * benchtests/Makefile: Add bench-strtod.
15082         * benchtests/bench-strtod.c: New file: strtod benchtest
15083
15084 2013-11-11  Andreas Schwab  <schwab@suse.de>
15085
15086         [BZ #16153]
15087         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
15088         terminating NUL in key length.
15089
15090 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15091
15092         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15093         Add artificial ODP entry for vDSO symbol for PPC64.
15094         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
15095         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
15096
15097 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15098
15099         [BZ #15374]
15100         * nss/getent.c (services_keys): Recognize services starting with digit.
15101
15102 2013-11-06  David S. Miller  <davem@davemloft.net>
15103
15104         [BZ #15985]
15105         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
15106         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
15107
15108 2013-11-06  Will Newton  <will.newton@linaro.org>
15109
15110         * manual/memory.texi (Malloc Examples): Remove register
15111         keyword from examples.
15112
15113 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
15114
15115         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
15116
15117 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
15118
15119         [BZ #6981]
15120         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
15121         depending on [__GCC_IEC_559 > 0].
15122         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
15123         depending on [__GCC_IEC_559_COMPLEX > 0].
15124
15125 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
15126
15127         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
15128         to iso-639.def.
15129
15130 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
15131
15132         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
15133
15134 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
15135
15136         [BZ #16112]
15137         * malloc/malloc (malloc_info): Do not handle first bin as
15138         special case.
15139
15140 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
15141
15142         * locale/iso-639.def: Add Central Nahuatl (nhn).
15143
15144 2013-11-01  Bruno Haible  <bruno@clisp.org>
15145
15146         [BZ #7003]
15147         * manual/math.texi (BSD Random): Specify range upper bound as
15148         in POSIX.
15149
15150 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
15151
15152         * locale/iso-639.def: Add Meadow Mari (mhr).
15153
15154 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
15155
15156         [BZ #14752], [BZ #15763]
15157         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
15158         Validate name.
15159         * rt/tst_shm.c: Add test for escaping directory.
15160
15161 2013-10-31  Andreas Schwab  <schwab@suse.de>
15162
15163         [BZ #15917]
15164         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
15165         followed by 'x' as part of digit sequence.
15166         * stdio-common/tst-sscanf.c (double_tests2): New tests.
15167
15168 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
15169
15170         [BZ #16037]
15171         * configure.ac: allow GNU Make 4.0 and greater.
15172         * configure: Regenerated.
15173
15174 2013-10-30  Will Newton  <will.newton@linaro.org>
15175
15176         [BZ #16038]
15177         * malloc/hooks.c (memalign_check): Limit alignment to the
15178         maximum representable power of two.
15179         * malloc/malloc.c (__libc_memalign): Likewise.
15180         * malloc/tst-memalign.c (do_test): Add test for very
15181         large alignment values.
15182         * malloc/tst-posix_memalign.c (do_test): Likewise.
15183
15184 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15185
15186         [BZ #11087]
15187         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
15188         (munmap_chunk): Likewise.
15189         (mremap_chunk): Likewise.
15190
15191 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15192
15193         [BZ #15799]
15194         * stdlib/div.c (div): Remove obsolete code.
15195         * stdlib/ldiv.c (ldiv): Likewise.
15196         * stdlib/lldiv.c (lldiv): Likewise.
15197
15198 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15199
15200         [BZ #16071]
15201         * nss/nss_files/files-XXX.c (get_contents_ret): New
15202         enumerator.
15203         (get_contents): New function.
15204         (internal_getent): Use it.  Expand size of LINEBUFLEN.
15205
15206 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
15207
15208         * configure.in: Moved to ...
15209         * configure.ac: ... here. Change reference to configure.in
15210         to configure.ac.
15211         * sysdeps/arm/preconfigure.ac: ... here.
15212         configure.in to configure.ac.
15213         * sysdeps/gnu/configure.in: Moved to ...
15214         * sysdeps/gnu/configure.ac: ... here.
15215         * sysdeps/i386/configure.in: Moved to ...
15216         * sysdeps/i386/configure.ac: ... here.
15217         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
15218         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
15219         * sysdeps/mach/configure.in: Moved to ...
15220         * sysdeps/mach/configure.ac: ... here.
15221         * sysdeps/mach/hurd/configure.in: Moved to ...
15222         * sysdeps/mach/hurd/configure.ac: ... here.
15223         * sysdeps/powerpc/configure.in: Moved to ...
15224         * sysdeps/powerpc/configure.ac: ... here.
15225         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
15226         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
15227         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
15228         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
15229         * sysdeps/s390/s390-32/configure.in: Moved to ...
15230         * sysdeps/s390/s390-32/configure.ac: ... here.
15231         * sysdeps/s390/s390-64/configure.in: Moved to ...
15232         * sysdeps/s390/s390-64/configure.ac: ... here.
15233         * sysdeps/sh/configure.in: Moved to ...
15234         * sysdeps/sh/configure.ac: ... here.
15235         * sysdeps/sparc/configure.in: Moved to ...
15236         * sysdeps/sparc/configure.ac: ... here.
15237         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
15238         * sysdeps/unix/sysv/linux/configure.ac: ... here.
15239         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
15240         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
15241         * sysdeps/x86_64/configure.in: Moved to ...
15242         * sysdeps/x86_64/configure.ac: ... here.
15243         * sysdeps/x86_64/preconfigure.in: Moved to ...
15244         * sysdeps/x86_64/preconfigure.ac: ... here.
15245         * aclocal.m4: Change reference to configure.in to configure.ac.
15246         * config.h.in: Likewise.
15247         * manual/install.texi: Likewise.
15248         * manual/maint.texi: Likewise.
15249         * Makefile: Likewise.
15250         * malloc/Makefile: Likewise.
15251         * nscd/Makefile: Likewise.
15252         * Makeconfig: Change reference to configure.in and
15253         preconfigure.in to configure.ac and preconfigure.ac
15254         respectively.
15255         * INSTALL: Regenerated.
15256         * configure: Likewise.
15257         * sysdeps/gnu/configure: Likewise.
15258         * sysdeps/i386/configure: Likewise.
15259         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
15260         * sysdeps/mach/configure: Likewise.
15261         * sysdeps/mach/hurd/configure: Likewise.
15262         * sysdeps/powerpc/configure: Likewise.
15263         * sysdeps/powerpc/powerpc32/configure: Likewise.
15264         * sysdeps/powerpc/powerpc64/configure: Likewise.
15265         * sysdeps/s390/s390-32/configure: Likewise.
15266         * sysdeps/s390/s390-64/configure: Likewise.
15267         * sysdeps/sh/configure: Likewise.
15268         * sysdeps/sparc/configure: Likewise.
15269         * sysdeps/unix/sysv/linux/configure: Likewise.
15270         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
15271         * sysdeps/x86_64/configure: Likewise.
15272         * sysdeps/x86_64/preconfigure: Likewise.
15273
15274 2013-10-29  Andreas Schwab  <schwab@suse.de>
15275
15276         * stdio-common/Makefile (tst-swscanf-ENV): Define.
15277
15278 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15279
15280         * benchtests/pow-inputs: Add new inputs.
15281
15282         * benchtests/exp-inputs: Add new inputs.
15283
15284         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
15285         conditional check for return value.
15286         (__cos32): Likewise.
15287
15288 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15289
15290         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
15291         to provide a boost for large inputs with word alignment.
15292         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
15293         implementation based on optimized PPC64 strcpy.
15294         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
15295         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
15296         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
15297         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
15298
15299 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15300
15301         [BZ #2801]
15302         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
15303
15304 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15305
15306         [BZ #14876]
15307         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
15308         * time/tst-strptime.c (day_tests): Add testcase.
15309
15310 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15311
15312         [BZ #14029]
15313         * manual/pattern.texi: Acknowledge that fnmatch can fail.
15314
15315 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
15316
15317         [BZ #16074]
15318         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
15319         MAP_FAILED on error.
15320
15321 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
15322
15323         [BZ #16072]
15324         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
15325         heap for large requests.
15326
15327 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
15328
15329         [BZ #9954]
15330         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
15331         result if the result has no associated interface.
15332         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
15333         interface for all 127.X.Y.Z addresses.
15334
15335 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
15336
15337         * locale/iso-639.def: Add Ligurian (lij)
15338
15339 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
15340
15341         [BZ #15825]
15342         * sunrpc/rpc_main.c: Document rpcgen -5.
15343
15344 2013-10-19  Michael Stahl  <mstahl@redhat.com>
15345
15346         * elf/rtld.c (do_preload): Print the reason why preloading failed.
15347
15348 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15349
15350         [BZ #10278]
15351         * posix/glob.c: Match only directories when trailing slash is present.
15352         * posix/tst-gnuglob.c (my_opendir): Do not open files.
15353         (main): Add testcase.
15354
15355 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15356
15357         [BZ #15670]
15358         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
15359
15360 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
15361
15362         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
15363         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
15364         AUTH_DES and cindex for FIPS 140-2.
15365         (DES Encryption): Add cindex FIPS 46-3.
15366
15367         * locale/locarchive.h (struct locarhandle): Add fname.
15368         * locale/programs/localedef.c (main): Pass ARGV[remaining]
15369         if an optional argument was specified to --list-archive,
15370         otherwise NULL.
15371         * locale/programs/locarchive.c (show_archive_content): Take new
15372         argument fname and pass it via ah.fname to open_archive.
15373         * locale/programs/localedef.h: Update decl.
15374         (open_archive): If AH->fname is non-null, open that file
15375         rather than the default file name, and don't ignore ENOENT.
15376         (create_archive): Set AH.fname to NULL.
15377         (delete_locales_from_archive): Likewise.
15378         (add_locales_to_archive): Likewise.
15379         * locale/programs/locfile.c (write_all_categories): Likewise.
15380
15381 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
15382             Aldy Hernandez  <aldyh@redhat.com>
15383
15384         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
15385         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
15386         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
15387         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
15388         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
15389         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
15390         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
15391         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
15392         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
15393         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
15394         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
15395         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
15396         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
15397         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
15398         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
15399         Likewise.
15400         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
15401         Likewise.
15402         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
15403         Likewise.
15404         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
15405         Likewise.
15406         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
15407         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
15408         Likewise.
15409         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
15410         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
15411         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
15412         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
15413         Likewise.
15414         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
15415         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
15416         * sysdeps/powerpc/preconfigure: Likewise.
15417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
15418         Likewise.
15419         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
15420         Replace contents of file by #include of <fenv_libc.h>.
15421         * sysdeps/powerpc/soft-fp/sfp-machine.h
15422         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
15423         and <sys/prctl.h>.
15424         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
15425         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
15426         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
15427         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
15428         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
15429         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
15430         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
15431         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
15432         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
15433         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
15434         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
15435         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
15436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
15437         Allow copysignl PLT reference to be missing.
15438
15439 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
15440             Joseph Myers  <joseph@codesourcery.com
15441
15442         [BZ #15948]
15443         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
15444         single character.
15445         (add_to_tablewc): Assert sequence of wide characters is nonempty.
15446
15447 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
15448
15449         * elf/tst-tls-dlinfo.c: Don't include tls.h.
15450         * elf/tst-tls1.c: Likewise.
15451         * elf/tst-tls10.h: Likewise.
15452         * elf/tst-tls14.c: Likewise.
15453         * elf/tst-tls2.c: Likewise.
15454         * elf/tst-tls3.c: Likewise.
15455         * elf/tst-tls4.c: Likewise.
15456         * elf/tst-tls5.c: Likewise.
15457         * elf/tst-tls6.c: Likewise.
15458         * elf/tst-tls7.c: Likewise.
15459         * elf/tst-tls8.c: Likewise.
15460         * elf/tst-tls9.c: Likewise.
15461         * elf/tst-tlsmod1.c: Likewise.
15462         * elf/tst-tlsmod13.c: Likewise.
15463         * elf/tst-tlsmod13a.c: Likewise.
15464         * elf/tst-tlsmod14a.c: Likewise.
15465         * elf/tst-tlsmod16a.c: Likewise.
15466         * elf/tst-tlsmod16b.c: Likewise.
15467         * elf/tst-tlsmod2.c: Likewise.
15468         * elf/tst-tlsmod3.c: Likewise.
15469         * elf/tst-tlsmod4.c: Likewise.
15470         * elf/tst-tlsmod5.c: Likewise.
15471         * elf/tst-tlsmod6.c: Likewise.
15472
15473 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
15474
15475         [BZ #12486]
15476         * malloc/malloc.c: remove checks for statistics.
15477
15478 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15479
15480         [BZ #15277]
15481         * inet/inet_net.c (inet_network): Detect additional invalid strings.
15482         * inet/tst-network.c: Add testcase.
15483
15484 2013-10-17  Andreas Schwab  <schwab@suse.de>
15485
15486         [BZ #15218]
15487         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
15488         to determine canonical name.
15489
15490 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15491
15492         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
15493         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
15494         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15495         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
15496         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15497         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
15498         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
15499         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
15500         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
15501         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
15502         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
15503         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
15504         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
15505         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
15506         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
15507         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
15508         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15509         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
15510         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
15511         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
15512         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
15513         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15514         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
15515         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
15516         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
15517         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
15518         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
15519         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
15520         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
15521         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
15522         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
15523         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
15524         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
15525         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
15526         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
15527         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
15528         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
15529         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
15530         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
15531         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
15532         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
15533         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
15534         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
15535         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
15536         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
15537         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
15538         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
15539         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
15540         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
15541         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
15542         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
15543         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
15544         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
15545         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
15546         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15547         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
15548         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
15549         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
15550
15551 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
15552
15553         [BZ #16041]
15554         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
15555         make result into a quiet NaN.
15556
15557 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
15558
15559         * soft-fp/adddf3.c: Fix horizontal whitespace.
15560         * soft-fp/addsf3.c: Likewise.
15561         * soft-fp/addtf3.c: Likewise.
15562         * soft-fp/divdf3.c: Likewise.
15563         * soft-fp/divsf3.c: Likewise.
15564         * soft-fp/divtf3.c: Likewise.
15565         * soft-fp/double.h: Likewise.
15566         * soft-fp/eqdf2.c: Likewise.
15567         * soft-fp/eqsf2.c: Likewise.
15568         * soft-fp/eqtf2.c: Likewise.
15569         * soft-fp/extenddftf2.c: Likewise.
15570         * soft-fp/extended.h: Likewise.
15571         * soft-fp/extendsfdf2.c: Likewise.
15572         * soft-fp/extendsftf2.c: Likewise.
15573         * soft-fp/extendxftf2.c: Likewise.
15574         * soft-fp/fixdfdi.c: Likewise.
15575         * soft-fp/fixdfsi.c: Likewise.
15576         * soft-fp/fixdfti.c: Likewise.
15577         * soft-fp/fixsfdi.c: Likewise.
15578         * soft-fp/fixsfsi.c: Likewise.
15579         * soft-fp/fixsfti.c: Likewise.
15580         * soft-fp/fixtfdi.c: Likewise.
15581         * soft-fp/fixtfsi.c: Likewise.
15582         * soft-fp/fixtfti.c: Likewise.
15583         * soft-fp/fixunsdfdi.c: Likewise.
15584         * soft-fp/fixunsdfsi.c: Likewise.
15585         * soft-fp/fixunsdfti.c: Likewise.
15586         * soft-fp/fixunssfdi.c: Likewise.
15587         * soft-fp/fixunssfsi.c: Likewise.
15588         * soft-fp/fixunssfti.c: Likewise.
15589         * soft-fp/fixunstfdi.c: Likewise.
15590         * soft-fp/fixunstfsi.c: Likewise.
15591         * soft-fp/fixunstfti.c: Likewise.
15592         * soft-fp/floatdidf.c: Likewise.
15593         * soft-fp/floatdisf.c: Likewise.
15594         * soft-fp/floatditf.c: Likewise.
15595         * soft-fp/floatsidf.c: Likewise.
15596         * soft-fp/floatsisf.c: Likewise.
15597         * soft-fp/floatsitf.c: Likewise.
15598         * soft-fp/floattidf.c: Likewise.
15599         * soft-fp/floattisf.c: Likewise.
15600         * soft-fp/floattitf.c: Likewise.
15601         * soft-fp/floatundidf.c: Likewise.
15602         * soft-fp/floatundisf.c: Likewise.
15603         * soft-fp/floatunditf.c: Likewise.
15604         * soft-fp/floatunsidf.c: Likewise.
15605         * soft-fp/floatunsisf.c: Likewise.
15606         * soft-fp/floatunsitf.c: Likewise.
15607         * soft-fp/floatuntidf.c: Likewise.
15608         * soft-fp/floatuntisf.c: Likewise.
15609         * soft-fp/floatuntitf.c: Likewise.
15610         * soft-fp/fmadf4.c: Likewise.
15611         * soft-fp/fmasf4.c: Likewise.
15612         * soft-fp/fmatf4.c: Likewise.
15613         * soft-fp/gedf2.c: Likewise.
15614         * soft-fp/gesf2.c: Likewise.
15615         * soft-fp/getf2.c: Likewise.
15616         * soft-fp/ledf2.c: Likewise.
15617         * soft-fp/lesf2.c: Likewise.
15618         * soft-fp/letf2.c: Likewise.
15619         * soft-fp/muldf3.c: Likewise.
15620         * soft-fp/mulsf3.c: Likewise.
15621         * soft-fp/multf3.c: Likewise.
15622         * soft-fp/negdf2.c: Likewise.
15623         * soft-fp/negsf2.c: Likewise.
15624         * soft-fp/negtf2.c: Likewise.
15625         * soft-fp/op-1.h: Likewise.
15626         * soft-fp/op-2.h: Likewise.
15627         * soft-fp/op-4.h: Likewise.
15628         * soft-fp/op-8.h: Likewise.
15629         * soft-fp/op-common.h: Likewise.
15630         * soft-fp/quad.h: Likewise.
15631         * soft-fp/single.h: Likewise.
15632         * soft-fp/soft-fp.h: Likewise.
15633         * soft-fp/sqrtdf2.c: Likewise.
15634         * soft-fp/sqrtsf2.c: Likewise.
15635         * soft-fp/sqrttf2.c: Likewise.
15636         * soft-fp/subdf3.c: Likewise.
15637         * soft-fp/subsf3.c: Likewise.
15638         * soft-fp/subtf3.c: Likewise.
15639         * soft-fp/truncdfsf2.c: Likewise.
15640         * soft-fp/trunctfdf2.c: Likewise.
15641         * soft-fp/trunctfsf2.c: Likewise.
15642         * soft-fp/trunctfxf2.c: Likewise.
15643         * soft-fp/unorddf2.c: Likewise.
15644         * soft-fp/unordsf2.c: Likewise.
15645         * soft-fp/unordtf2.c: Likewise.
15646
15647 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
15648
15649         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
15650         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
15651
15652 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
15653
15654         * elf/dl-libc.c: Clear initfini list after freeing.
15655
15656 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
15657
15658         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
15659         * soft-fp/addsf3.c: Likewise.
15660         * soft-fp/addtf3.c: Likewise.
15661         * soft-fp/divdf3.c: Likewise.
15662         * soft-fp/divsf3.c: Likewise.
15663         * soft-fp/divtf3.c: Likewise.
15664         * soft-fp/double.h: Likewise.
15665         * soft-fp/eqdf2.c: Likewise.
15666         * soft-fp/eqsf2.c: Likewise.
15667         * soft-fp/eqtf2.c: Likewise.
15668         * soft-fp/extenddftf2.c: Likewise.
15669         * soft-fp/extended.h: Likewise.
15670         * soft-fp/extendsfdf2.c: Likewise.
15671         * soft-fp/extendsftf2.c: Likewise.
15672         * soft-fp/extendxftf2.c: Likewise.
15673         * soft-fp/fixdfdi.c: Likewise.
15674         * soft-fp/fixdfsi.c: Likewise.
15675         * soft-fp/fixdfti.c: Likewise.
15676         * soft-fp/fixsfdi.c: Likewise.
15677         * soft-fp/fixsfsi.c: Likewise.
15678         * soft-fp/fixsfti.c: Likewise.
15679         * soft-fp/fixtfdi.c: Likewise.
15680         * soft-fp/fixtfsi.c: Likewise.
15681         * soft-fp/fixtfti.c: Likewise.
15682         * soft-fp/fixunsdfdi.c: Likewise.
15683         * soft-fp/fixunsdfsi.c: Likewise.
15684         * soft-fp/fixunsdfti.c: Likewise.
15685         * soft-fp/fixunssfdi.c: Likewise.
15686         * soft-fp/fixunssfsi.c: Likewise.
15687         * soft-fp/fixunssfti.c: Likewise.
15688         * soft-fp/fixunstfdi.c: Likewise.
15689         * soft-fp/fixunstfsi.c: Likewise.
15690         * soft-fp/fixunstfti.c: Likewise.
15691         * soft-fp/floatdidf.c: Likewise.
15692         * soft-fp/floatdisf.c: Likewise.
15693         * soft-fp/floatditf.c: Likewise.
15694         * soft-fp/floatsidf.c: Likewise.
15695         * soft-fp/floatsisf.c: Likewise.
15696         * soft-fp/floatsitf.c: Likewise.
15697         * soft-fp/floattidf.c: Likewise.
15698         * soft-fp/floattisf.c: Likewise.
15699         * soft-fp/floattitf.c: Likewise.
15700         * soft-fp/floatundidf.c: Likewise.
15701         * soft-fp/floatundisf.c: Likewise.
15702         * soft-fp/floatunsidf.c: Likewise.
15703         * soft-fp/floatunsisf.c: Likewise.
15704         * soft-fp/floatuntidf.c: Likewise.
15705         * soft-fp/floatuntisf.c: Likewise.
15706         * soft-fp/floatuntitf.c: Likewise.
15707         * soft-fp/fmadf4.c: Likewise.
15708         * soft-fp/fmasf4.c: Likewise.
15709         * soft-fp/fmatf4.c: Likewise.
15710         * soft-fp/gedf2.c: Likewise.
15711         * soft-fp/gesf2.c: Likewise.
15712         * soft-fp/getf2.c: Likewise.
15713         * soft-fp/ledf2.c: Likewise.
15714         * soft-fp/lesf2.c: Likewise.
15715         * soft-fp/letf2.c: Likewise.
15716         * soft-fp/muldf3.c: Likewise.
15717         * soft-fp/mulsf3.c: Likewise.
15718         * soft-fp/multf3.c: Likewise.
15719         * soft-fp/negdf2.c: Likewise.
15720         * soft-fp/negsf2.c: Likewise.
15721         * soft-fp/negtf2.c: Likewise.
15722         * soft-fp/op-1.h: Likewise.
15723         * soft-fp/op-2.h: Likewise.
15724         * soft-fp/op-4.h: Likewise.
15725         * soft-fp/op-8.h: Likewise.
15726         * soft-fp/op-common.h: Likewise.
15727         * soft-fp/quad.h: Likewise.
15728         * soft-fp/single.h: Likewise.
15729         * soft-fp/soft-fp.h: Likewise.
15730         * soft-fp/sqrtdf2.c: Likewise.
15731         * soft-fp/sqrtsf2.c: Likewise.
15732         * soft-fp/sqrttf2.c: Likewise.
15733         * soft-fp/subdf3.c: Likewise.
15734         * soft-fp/subsf3.c: Likewise.
15735         * soft-fp/subtf3.c: Likewise.
15736         * soft-fp/truncdfsf2.c: Likewise.
15737         * soft-fp/trunctfdf2.c: Likewise.
15738         * soft-fp/trunctfsf2.c: Likewise.
15739         * soft-fp/trunctfxf2.c: Likewise.
15740         * soft-fp/unorddf2.c: Likewise.
15741         * soft-fp/unordsf2.c: Likewise.
15742         * soft-fp/unordtf2.c: Likewise.
15743
15744 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
15745
15746         [BZ #15672]
15747         * misc/error.c (error_tail): Fix possible buffer overflow.
15748
15749 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
15750
15751         [BZ #13028]
15752         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
15753         address.
15754
15755 2013-10-14  P. J. McDermott  <pj@pehjota.net>
15756
15757         [BZ #832]
15758         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
15759         testing pipefail option.
15760
15761 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
15762
15763         * soft-fp/double.h: Indent preprocessor directives inside #if.
15764         * soft-fp/extended.h: Likewise.
15765         * soft-fp/op-2.h: Likewise.
15766         * soft-fp/op-4.h: Likewise.
15767         * soft-fp/op-common.h: Likewise.
15768         * soft-fp/quad.h: Likewise.
15769         * soft-fp/single.h: Likewise.
15770         * soft-fp/soft-fp.h: Likewise.
15771
15772 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
15773
15774         * iconv/iconv_prog.c: Fix typos.
15775         * stdio-common/psiginfo-data.h: Likewise.
15776
15777 2013-10-12   Reuben Thomas <rrt@sc3d.org>
15778
15779         [BZ #15764]
15780         * locale/setlocale.c: Fix typo.
15781
15782 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
15783
15784         [BZ #16036]
15785         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
15786         signaling NaN arguments.
15787         * soft-fp/unordsf2.c (__unordsf2): Likewise.
15788         * soft-fp/unordtf2.c (__unordtf2): Likewise.
15789
15790         [BZ #14910]
15791         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
15792         unordered operands.
15793         * soft-fp/gesf2.c (__gesf2): Likewise.
15794         * soft-fp/getf2.c (__getf2): Likewise.
15795         * soft-fp/ledf2.c (__ledf2): Likewise.
15796         * soft-fp/lesf2.c (__lesf2): Likewise.
15797         * soft-fp/letf2.c (__letf2): Likewise.
15798
15799         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
15800         * soft-fp/eqsf2.c (__eqsf2): Likewise.
15801         * soft-fp/eqtf2.c (__eqtf2): Likewise.
15802         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
15803         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
15804         * soft-fp/fixdfti.c (__fixdfti): Likewise.
15805         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
15806         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
15807         * soft-fp/fixsfti.c (__fixsfti): Likewise.
15808         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
15809         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
15810         * soft-fp/fixtfti.c (__fixtfti): Likewise.
15811         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
15812         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
15813         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
15814         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
15815         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
15816         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
15817         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
15818         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
15819         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
15820         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
15821         * soft-fp/floatdisf.c (__floatdisf): Likewise.
15822         * soft-fp/floatsisf.c (__floatsisf): Likewise.
15823         * soft-fp/floattidf.c (__floattidf): Likewise.
15824         * soft-fp/floattisf.c (__floattisf): Likewise.
15825         * soft-fp/floattitf.c (__floattitf): Likewise.
15826         * soft-fp/floatundidf.c (__floatundidf): Likewise.
15827         * soft-fp/floatundisf.c (__floatundisf): Likewise.
15828         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
15829         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
15830         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
15831         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
15832         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
15833         * soft-fp/gesf2.c (__gesf2): Likewise.
15834         * soft-fp/getf2.c (__getf2): Likewise.
15835         * soft-fp/ledf2.c (__ledf2): Likewise.
15836         * soft-fp/lesf2.c (__lesf2): Likewise.
15837         * soft-fp/letf2.c (__letf2): Likewise.
15838
15839         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
15840         Undefine and redefine.
15841         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
15842         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
15843         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
15844         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
15845         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15846         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
15847         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15848         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
15849         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15850         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
15851         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15852         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
15853         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15854         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
15855         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15856
15857         [BZ #16032]
15858         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
15859         without decrementing exponent if mantissa >= that for the
15860         denominator, not >.
15861         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
15862         denominator, not >.  Decrement exponent in < case instead of
15863         incrementing in >= case.
15864         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
15865         without decrementing exponent if mantissa >= that for the
15866         denominator, not >.
15867
15868         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
15869         computing saturated result for unsigned overflow.
15870
15871 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
15872             Jeff Law  <law@redhat.com>
15873
15874         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
15875         (atan2Mp): Add systemtap probe marker.
15876         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
15877         (__ieee754_log): Add systemtap probe marker.
15878         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
15879         (atanMp): Add systemtap probe marker.
15880         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
15881         (tanMp): Add systemtap probe marker.
15882         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
15883         (__slowexp): Add systemtap probe marker.
15884         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
15885         (__slowpow): Add systemtap probe marker.
15886         * manual/probes.texi: Document probes.
15887
15888 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
15889
15890         [BZ #15362]
15891         * libio/fileops.c (_IO_new_file_write): Return count of bytes
15892         written.
15893         (_IO_new_file_xsputn): Don't return EOF if nothing has been
15894         written.
15895         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
15896         written to buffer but not flushed.
15897         * libio/iofwrite_u.c:  Likewise.
15898         * libio/iopadn.c:  Return bytes returned even if EOF was
15899         encountered.
15900         * libio/iowpadn.c:  Likewise.
15901         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
15902         if _IO_padn does not write the whole buffer.
15903         [!COMPILE_WPRINTF] (PAD): Likewise.
15904
15905 2013-10-10  David S. Miller  <davem@davemloft.net>
15906
15907         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
15908         directory block.
15909
15910 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
15911
15912         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
15913         instead of FSF address.
15914         * soft-fp/fixdfti.c: Likewise.
15915         * soft-fp/fixsfti.c: Likewise.
15916         * soft-fp/fixtfti.c: Likewise.
15917         * soft-fp/fixunsdfti.c: Likewise.
15918         * soft-fp/fixunssfti.c: Likewise.
15919         * soft-fp/fixunstfti.c: Likewise.
15920         * soft-fp/floattidf.c: Likewise.
15921         * soft-fp/floattisf.c: Likewise.
15922         * soft-fp/floattitf.c: Likewise.
15923         * soft-fp/floatuntidf.c: Likewise.
15924         * soft-fp/floatuntisf.c: Likewise.
15925         * soft-fp/floatuntitf.c: Likewise.
15926         * soft-fp/trunctfxf2.c: Likewise.
15927
15928         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
15929         * soft-fp/fixdfti.c: Likewise.
15930         * soft-fp/fixsfti.c: Likewise.
15931         * soft-fp/fixtfti.c: Likewise.
15932         * soft-fp/fixunsdfti.c: Likewise.
15933         * soft-fp/fixunssfti.c: Likewise.
15934         * soft-fp/fixunstfti.c: Likewise.
15935         * soft-fp/floattidf.c: Likewise.
15936         * soft-fp/floattisf.c: Likewise.
15937         * soft-fp/floattitf.c: Likewise.
15938         * soft-fp/floatuntidf.c: Likewise.
15939         * soft-fp/floatuntisf.c: Likewise.
15940         * soft-fp/floatuntitf.c: Likewise.
15941         * soft-fp/trunctfxf2.c: Likewise.
15942
15943 2013-10-10  David S. Miller  <davem@davemloft.net>
15944
15945         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15946
15947 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
15948
15949         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15950         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
15951         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
15952         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
15953         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
15954         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
15955         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
15956
15957         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
15958         for NaNs before doing comparisons on argument.
15959         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
15960         Likewise.
15961
15962 2013-10-10  Will Newton  <will.newton@linaro.org>
15963
15964         * malloc/hooks.c (memalign_check): Ensure the value of bytes
15965         passed to _int_memalign does not overflow.
15966
15967 2013-10-10  Torvald Riegel  <triegel@redhat.com>
15968
15969         * scripts/bench.pl: Add include-sources directive.
15970         * benchtests/README: Update documentation.
15971
15972 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
15973
15974         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
15975         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
15976         instead of FP_INIT_ROUNDMODE.
15977         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
15978         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
15979
15980         [BZ #16034]
15981         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
15982         copy class of input value.
15983         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
15984         not handle exceptions.
15985         * soft-fp/negsf2.c (__negsf2): Likewise.
15986         * soft-fp/negtf2.c (__negtf2): Likewise.
15987         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
15988
15989 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
15990
15991         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
15992         semicolon.  From Linux kernel.
15993
15994 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
15995
15996         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
15997
15998 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
15999
16000         [BZ #156]
16001         * manual/socket.texi: Added statement about buffer
16002         for gethostbyname2_r.
16003
16004 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
16005
16006         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
16007         Use .p2align directive instead, throughout.
16008         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
16009         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
16010         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
16011         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
16012         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
16013         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
16014         * sysdeps/x86_64/strchr.S: Likewise.
16015         * sysdeps/x86_64/strrchr.S: Likewise.
16016
16017 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
16018
16019         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
16020
16021         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
16022
16023         * sysdeps/generic/math_private.h (__mpsin1): Remove
16024         declaration.
16025         (__mpcos1): Likewise.
16026         (__mpsin): New argument __range_reduce.
16027         (__mpcos): Likewise.
16028         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
16029         (slow): Use __mpsin and __mpcos.
16030         (slow1): Likewise.
16031         (slow2): Likewise.
16032         (sloww): Likewise.
16033         (sloww1): Likewise.
16034         (sloww2): Likewise.
16035         (bsloww): Likewise.
16036         (bsloww1): Likewise.
16037         (bsloww2): Likewise.
16038         (cslow2): Likewise.
16039         (csloww): Likewise.
16040         (csloww1): Likewise.
16041         (csloww2): Likewise.
16042         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
16043         range_reduce.  Merge in __mpsin1.
16044         (__mpcos): Likewise.
16045         (__mpsin1): Remove.
16046         (__mpcos1): Likewise.
16047
16048 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
16049
16050         * locale/loadlocale.c (_nl_intern_locale_data): Use
16051         LOCFILE_ALIGNED_P.
16052         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
16053         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
16054         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
16055         obstack data is appropriately aligned.
16056         (obstack_int32_grow_fast): Likewise.
16057         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
16058         * locale/programs/locfile.c (add_locale_uint32): Likewise.
16059         (add_locale_uint32_array): Likewise.
16060
16061 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
16062
16063         * benchtests/Makefile: Remove ARGLIST and RET variables.
16064         ($(objpfx)bench-%.c): Pass only function name to the script.
16065         * benchtests/README: Update documentation.
16066         * benchtests/acos-inputs: Add new directives.
16067         * benchtests/acosh-inputs: Likewise.
16068         * benchtests/asin-inputs: Likewise.
16069         * benchtests/asinh-inputs: Likewise.
16070         * benchtests/atan-inputs: Likewise.
16071         * benchtests/atanh-inputs: Likewise.
16072         * benchtests/cos-inputs: Likewise.
16073         * benchtests/cosh-inputs: Likewise.
16074         * benchtests/exp-inputs: Likewise.
16075         * benchtests/log-inputs: Likewise.
16076         * benchtests/pow-inputs: Likewise.
16077         * benchtests/rint-inputs: Likewise.
16078         * benchtests/sin-inputs: Likewise.
16079         * benchtests/sinh-inputs: Likewise.
16080         * benchtests/tan-inputs: Likewise.
16081         * benchtests/tanh-inputs: Likewise.
16082         * scripts/bench.pl: Add support for new directives.
16083
16084 2013-10-07  Alan Modra  <amodra@gmail.com>
16085
16086         * README: Fix careless merge.
16087
16088 2013-10-05  Alan Modra  <amodra@gmail.com>
16089
16090         * NEWS: Mention powerpc64le support and bugs fixed.
16091         * README: Both big-endian and little-endian powerpc64 supported.
16092
16093 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16094
16095         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
16096         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
16097         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
16098         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
16099
16100 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
16101
16102         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
16103         match prototype.
16104
16105 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
16106
16107         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
16108         Move -mhard-float appending from
16109         ports/sysdeps/powerpc/powerpc32/Makefile.
16110         [$(with-fp) = yes] (ASFLAGS): Likewise.
16111         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
16112         * sysdeps/powerpc/nofpu: Move directory from
16113         ports/sysdeps/powerpc/nofpu.
16114         * sysdeps/powerpc/soft-fp: Move directory from
16115         ports/sysdeps/powerpc/soft-fp.
16116         * sysdeps/powerpc/powerpc32/405: Move directory from
16117         ports/sysdeps/powerpc/powerpc32/405.
16118         * sysdeps/powerpc/powerpc32/440: Move directory from
16119         ports/sysdeps/powerpc/powerpc32/440.
16120         * sysdeps/powerpc/powerpc32/464: Move directory from
16121         ports/sysdeps/powerpc/powerpc32/464.
16122         * sysdeps/powerpc/powerpc32/476: Move directory from
16123         ports/sysdeps/powerpc/powerpc32/476.
16124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
16125         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
16126         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
16127         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
16128         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
16129         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
16130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
16131         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
16132         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
16133         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
16134         * README: Update for powerpc-*-linux-gnu software floating point
16135         support in libc.
16136
16137         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
16138         case to powerpc/powerpc32*.
16139         * sysdeps/unix/sysv/linux/configure: Regenerated.
16140
16141         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
16142         (_FPU_MASK_OM): Define as 0x04.
16143         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
16144         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
16145         0x00c10080.
16146         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
16147         0x0000003c.
16148         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
16149
16150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
16151         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16152         getcontext_e500.
16153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
16154         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16155         setcontext_e500.
16156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
16157         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
16158         and setcontext_e500.
16159
16160 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
16161
16162         * locale/iso-3166.def: Update iso-1366.def and related occurrences
16163
16164 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16165
16166         * manual/threads.texi (Default Thread Attributes): Fix typo.
16167
16168 2013-10-04  Will Newton  <will.newton@linaro.org>
16169
16170         * malloc/Makefile: Add tst-memalign.
16171         * malloc/tst-memalign.c: New file.
16172
16173         * malloc/tst-posix_memalign.c: Add comments.
16174         (do_test): Add comments and call free on all potentially
16175         allocated pointers. Add space after cast.
16176
16177         * malloc/tst-pvalloc.c: Add comments.
16178         (do_test): Add comments and call free on all potentially
16179         allocated pointers. Remove duplicate check for NULL pointer.
16180         Add space after cast.
16181
16182         * malloc/tst-valloc.c: Add comments.
16183         (do_test): Add comments and call free on all potentially
16184         allocated pointers. Remove duplicate check for NULL pointer.
16185         Add space after cast.
16186
16187 2013-10-04  Alan Modra  <amodra@gmail.com>
16188
16189         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16190         Use stdint types in rather than __attribute__((mode())).
16191         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16192
16193 2013-10-04  Alan Modra  <amodra@gmail.com>
16194
16195         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16196         Correct handling of unaligned relocs for little-endian.
16197         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16198
16199 2013-10-04  Alan Modra  <amodra@gmail.com>
16200
16201         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
16202         * configure: Regenerate.
16203         * nptl/shlib-versions: Powerpc*le starts at 2.18.
16204         * shlib-versions: Likewise.
16205
16206 2013-10-04  Alan Modra  <amodra@gmail.com>
16207
16208         * string/tester.c (test_memrchr): Increment reported test cycle.
16209
16210 2013-10-04  Alan Modra  <amodra@gmail.com>
16211
16212         * string/test-memcpy.c (do_one_test): When reporting errors, print
16213         string address and don't overrun end of string.
16214
16215 2013-10-04  Alan Modra  <amodra@gmail.com>
16216
16217         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
16218         insrdi.  Make better use of reg selection to speed exit slightly.
16219         Schedule entry path a little better.  Remove useless "are we done"
16220         checks on entry to main loop.  Handle wrapping around zero address.
16221         Correct main loop count.  Handle single left-over word from main
16222         loop inline rather than by using loop_small.  Remove extra word
16223         case in loop_small caused by wrong loop count.  Add little-endian
16224         support.
16225         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
16226         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
16227         cache hint.
16228         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
16229         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
16230         support.  Avoid rlwimi.
16231         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
16232
16233 2013-10-04  Alan Modra  <amodra@gmail.com>
16234
16235         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
16236         insrdi.  Formatting.
16237         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
16238         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
16239         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
16240         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
16241         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
16242         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
16243
16244 2013-10-04  Alan Modra  <amodra@gmail.com>
16245
16246         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
16247         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
16248         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
16249         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
16250         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
16251         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
16252         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
16253         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
16254         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
16255         use of regs.  Use power7 mtocrf.  Tidy function tails.
16256
16257 2013-10-04  Alan Modra  <amodra@gmail.com>
16258
16259         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
16260         Formatting.  Consistently use rXXX register defines or rN defines.
16261         Use early exit labels that avoid restoring unused non-volatile regs.
16262         Make cr field use more consistent with rWORDn compares.  Rename
16263         regs used as shift registers for unaligned loop, using rN defines
16264         for short lifetime/multiple use regs.
16265         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
16266         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
16267         addi 1,1,64 to pop stack frame.  Simplify return value code.
16268         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
16269
16270 2013-10-04  Alan Modra  <amodra@gmail.com>
16271
16272         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
16273         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
16274         rather than rlwimi.
16275         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
16276         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
16277         little-endian support.  Correct typos.
16278         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
16279         rather than rlwimi.
16280         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
16281         in loop and entry code to keep "and." results.
16282         (strchr): Add little-endian support.  Comment.  Move cntlzd
16283         earlier in tail.
16284         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
16285
16286 2013-10-04  Alan Modra  <amodra@gmail.com>
16287
16288         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
16289         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
16290         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
16291         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
16292
16293 2013-10-04  Alan Modra  <amodra@gmail.com>
16294
16295         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
16296         (rTMP): Define as r11.
16297         (strcmp): Add little-endian support.  Optimise tail.
16298         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
16299         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
16300         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
16301         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
16302         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
16303         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
16304         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
16305
16306 2013-10-04  Alan Modra  <amodra@gmail.com>
16307
16308         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
16309         little-endian support.  Remove unnecessary "are we done" tests.
16310         Handle "s" wrapping around zero and extremely large "size".
16311         Correct main loop count.  Handle single left-over word from main
16312         loop inline rather than by using small_loop.  Correct comments.
16313         Delete "zero" tail, use "end_max" instead.
16314         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
16315
16316 2013-10-04  Alan Modra  <amodra@gmail.com>
16317
16318         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
16319         support.  Don't branch over align.
16320         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
16321         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
16322         support.  Rearrange tmp reg use to suit.  Comment.
16323         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
16324
16325 2013-10-04  Alan Modra  <amodra@gmail.com>
16326
16327         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
16328
16329 2013-10-04  Alan Modra  <amodra@gmail.com>
16330
16331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
16332         conditional form of branch and link when obtaining pc.
16333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
16334
16335 2013-10-04  Alan Modra  <amodra@gmail.com>
16336
16337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
16338         HIWORD/LOWORD.
16339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
16340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
16341
16342 2013-10-04  Alan Modra  <amodra@gmail.com>
16343
16344         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
16345         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
16346         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
16347         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
16348         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
16349         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
16350         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
16351         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
16352         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
16353         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
16354
16355 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16356             Alistair Popple <alistair@ozlabs.au.ibm.com>
16357             Alan Modra <amodra@gmail.com>
16358
16359         [BZ #15723]
16360         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
16361         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
16362         _dl_hwcap access for little-endian.
16363         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
16364         destroy vmx regs when saving unaligned.
16365         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
16366         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
16367         destroy vmx regs when saving unaligned.
16368
16369 2013-10-04  Alan Modra  <amodra@gmail.com>
16370
16371         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
16372         Don't use a union to pack hi/low value.
16373
16374 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16375
16376         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
16377         for little-endian.
16378         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
16379         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
16380         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
16381         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
16382         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
16383
16384 2013-10-04  Alan Modra  <amodra@gmail.com>
16385
16386         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
16387         constants to usual value for .cst8 section, and remove redundant
16388         high address load.
16389         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
16390         constant for 0x1p52.  Load little-endian words of double from
16391         correct stack offsets.
16392
16393 2013-10-04  Alan Modra  <amodra@gmail.com>
16394
16395         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
16396         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
16397         words of double from correct stack offsets.
16398         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
16399         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
16400         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
16401         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
16402         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
16403         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
16404         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
16405         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
16406         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
16407         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
16408         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
16409         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
16410         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
16411         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
16412         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
16413         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
16414         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
16415
16416 2013-10-04  Alan Modra  <amodra@gmail.com>
16417
16418         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
16419         64-bit int/double union.
16420         (_FPU_SETCW): Likewise.
16421         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
16422         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
16423
16424 2013-10-04  Alan Modra  <amodra@gmail.com>
16425
16426         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
16427         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
16428
16429 2013-10-04  Alan Modra  <amodra@gmail.com>
16430
16431         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
16432         use vector int constants.
16433         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
16434
16435 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16436
16437         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
16438         array with long long.
16439         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
16440         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
16441         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
16442         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
16443         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
16444         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
16445         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
16446         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
16447         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
16448         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
16449         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
16450         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
16451         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
16452
16453 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16454
16455         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
16456         (__signbit): Likewise.  Correct for little-endian.
16457         (__signbitl): Call __signbit.
16458         (lrint): Correct for little-endian.
16459         (lrintf): Call lrint.
16460
16461 2013-10-04  Alan Modra  <amodra@gmail.com>
16462
16463         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
16464         union 32-bit int array member with 64-bit int array.
16465         (t515, tm256): Double rather than long double.
16466         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
16467
16468 2013-10-04  Alan Modra  <amodra@gmail.com>
16469
16470         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
16471         Delete.
16472         (IEEE854_LONG_DOUBLE_BIAS): Delete.
16473         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
16474         version of math_ldbl.h.
16475
16476 2013-10-04  Alan Modra  <amodra@gmail.com>
16477
16478         [BZ #15734], [BZ #15735]
16479         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
16480         all uses of ieee875 long double macros and unions.  Simplify test
16481         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
16482         ldbl_extract_mantissa value for ix,iy exponents.  Properly
16483         normalize after ldbl_extract_mantissa, and don't add hidden bit
16484         already handled.  Don't treat low word of ieee854 mantissa like
16485         low word of IBM long double and mask off bit when testing for
16486         zero.
16487         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
16488         all uses of ieee875 long double macros and unions.  Simplify tests
16489         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
16490         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
16491         two1022, instead use their values.  Recognise that tests for large
16492         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
16493         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
16494         Rewrite all uses of ieee875 long double macros and unions.  Simplify
16495         test for 0.0L and nan.  Correct negation.
16496         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
16497         ieee875 long double macros and unions.  Correct output for large
16498         magnitude x.  Correct absolute value calculation.
16499         (__erfcl): Likewise.
16500         * math/libm-test.inc: Add tests for errors discovered in IBM long
16501         double versions of fmodl, remainderl, erfl and erfcl.
16502
16503 2013-10-04  Alan Modra  <amodra@gmail.com>
16504
16505         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
16506         all uses of ieee854 long double macros and unions.  Simplify tests
16507         for long doubles that are fully specified by the high double.
16508         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
16509         Likewise.
16510         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
16511         Remove dead code too.
16512         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
16513         (__ieee754_ynl): Likewise.
16514         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
16515         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
16516         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
16517         Remove dead code too.
16518         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
16519         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
16520         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
16521         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
16522         Simplify.
16523         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
16524         Simplify.
16525         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
16526         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
16527         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
16528         Comment on variable precision.
16529         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
16530         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
16531         Likewise.
16532         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
16533         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
16534         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
16535         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
16536         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
16537
16538 2013-10-04  Alan Modra  <amodra@gmail.com>
16539
16540         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
16541         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
16542         all uses of ieee854 long double macros and unions.
16543         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
16544         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
16545         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
16546         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
16547         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
16548         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
16549         Likewise.
16550         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
16551         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
16552         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
16553         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
16554         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
16555         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
16556         Simplify sign and nan test too.
16557         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
16558         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
16559         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
16560         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
16561         Likewise.
16562         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
16563         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
16564         Likewise.
16565         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
16566         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
16567         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
16568         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
16569         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
16570         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
16571
16572 2013-10-04  Alan Modra  <amodra@gmail.com>
16573
16574         * stdio-common/printf_size.c (__printf_size): Don't use
16575         union ieee854_long_double in fpnum union.
16576         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
16577         signbit macro to retrieve sign from long double.
16578         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
16579         retrieve sign from long double.
16580         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
16581         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
16582         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
16583         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
16584         * math/test-misc.c (main): Don't use union ieee854_long_double.
16585
16586 2013-10-04  Alan Modra  <amodra@gmail.com>
16587
16588         [BZ #15680]
16589         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
16590         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
16591         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
16592         calculation.  Remove unnecessary test for denormal exponent.
16593         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
16594         Correct handling of denormals.  Avoid undefined shift behaviour.
16595         Correct normalisation of low mantissa when low double is denormal.
16596         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
16597         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
16598         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
16599         Correct normalisation of low mantissa.  Test for overflow of high
16600         mantissa and normalise.
16601         (ldbl_nearbyint): Use more readable constant for two52.
16602         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
16603         (__mpn_construct_long_double): Fix test for overflow of high
16604         mantissa and correct normalisation.  Avoid undefined shift.
16605
16606 2013-10-04  Alan Modra  <amodra@gmail.com>
16607
16608         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
16609         (union ibm_extended_long_double): Define as an array of ieee754_double.
16610         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
16611         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
16612         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
16613         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
16614         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
16615         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
16616         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
16617         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
16618         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
16619         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
16620         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
16621
16622 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
16623
16624         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
16625         page size instead of calling getpagesize.
16626
16627         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
16628         (LOCFILE_ALIGN_MASK): Likewise.
16629         (LOCFILE_ALIGN_UP): Likewise.
16630         (LOCFILE_ALIGNED_P): Likewise.
16631         * locale/programs/ld-collate.c (collate_output): Use the new
16632         macros instead of __alignof__ (int32_t).
16633         * locale/weight.h (findidx): Likewise.
16634
16635 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
16636
16637         [BZ #431]
16638         * manual/string.texi: Fix strncat and wcsncat.
16639
16640 2013-10-03  Brooks Moses  <bmoses@google.com>
16641
16642         [BZ #15915]
16643         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
16644         * Makerules: ...here, and adjust associated comments.
16645
16646 2013-10-02  Will Newton  <will.newton@linaro.org>
16647
16648         * malloc/Makefile: Add tst-pvalloc.
16649         * malloc/tst-pvalloc.c: New file.
16650
16651 2013-10-02  Will Newton  <will.newton@linaro.org>
16652
16653         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
16654         improve test coverage.
16655
16656 2013-10-02  Will Newton  <will.newton@linaro.org>
16657
16658         * malloc/Makefile: Add tst-posix_memalign.
16659         * malloc/tst-posix_memalign.c: New file.
16660
16661 2013-10-01  Eric Blake  <eblake@redhat.com>
16662
16663         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
16664         Use __THROWNL rather than __THROW on static functions.
16665
16666 2013-09-30  Petr Machata  <pmachata@redhat.com>
16667
16668         * elf/elf.h (R_AARCH64_ABS16): New macro.
16669         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
16670         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
16671         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
16672         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
16673         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
16674         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
16675         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
16676         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
16677         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
16678         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
16679         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
16680         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
16681         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
16682         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
16683         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
16684         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
16685         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
16686         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
16687         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
16688         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
16689         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
16690         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
16691         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
16692         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
16693         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
16694         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
16695         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
16696         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
16697         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
16698         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
16699         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
16700         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
16701         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
16702         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
16703         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
16704         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
16705         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
16706         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
16707         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
16708         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
16709         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
16710         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
16711         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
16712         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
16713         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
16714         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
16715         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
16716         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
16717         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
16718         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
16719         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
16720         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
16721         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
16722         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
16723         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
16724         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
16725         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
16726         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
16727         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
16728         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
16729         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
16730         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
16731         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
16732         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
16733         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
16734         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
16735         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
16736         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
16737         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
16738         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
16739         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
16740         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
16741         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
16742         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
16743         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
16744         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
16745         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
16746         (R_AARCH64_TLSDESC_LDR): Likewise.
16747         (R_AARCH64_TLSDESC_ADD): Likewise.
16748         (R_AARCH64_TLSDESC_CALL): Likewise.
16749
16750 2013-09-30  Andreas Schwab  <schwab@suse.de>
16751
16752         [BZ #15048]
16753         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
16754         the nss database lookup.
16755         * nscd/initgrcache.c (addinitgroupsX): Likewise.
16756         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
16757
16758 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
16759
16760         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
16761
16762 2013-09-28  P. J. McDermott  <pj@pehjota.net>
16763
16764         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
16765         ${Bash-specific parameter/pattern/string} parameter expansion.
16766         * sysdeps/unix/make-syscalls.sh: Likewise.
16767
16768 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16769
16770         * sysdeps/sh/stackguard-macros.h: New file.
16771
16772 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
16773
16774         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16775         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
16776         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
16777         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
16778         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
16779         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
16780
16781 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16782
16783         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
16784         Fix thread ID register.
16785
16786 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
16787
16788         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
16789         [POSIX || UNIX98]: Require rather than permitting all symbols from
16790         <time.h>.
16791         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
16792         element of struct sched_param.
16793         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
16794         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
16795         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
16796         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
16797         constant.
16798
16799 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
16800
16801         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
16802         argument calculation.
16803
16804 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
16805
16806         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
16807         Expect macro.
16808         [POSIX] (pthread_attr_t): Do not require type.
16809         [POSIX] (pthread_cond_t): Likewise.
16810         [POSIX] (pthread_condattr_t): Likewise.
16811         [POSIX] (pthread_key_t): Likewise.
16812         [POSIX] (pthread_mutex_t): Likewise.
16813         [POSIX] (pthread_mutexattr_t): Likewise.
16814         [POSIX] (pthread_once_t): Likewise.
16815         [POSIX] (pthread_t): Likewise.
16816         [POSIX-based standards] (pthread_atfork): Expect function.
16817
16818 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
16819             Richard Sandiford  <richard@codesourcery.com>
16820
16821         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
16822         (swap_endianness_p): New extern variable.
16823         (set_big_endian): New inline function.
16824         (maybe_swap_uint32): Likewise.
16825         (maybe_swap_uint32_array): Likewise.
16826         (maybe_swap_uint32_obstack): Likewise.
16827         * locale/programs/locfile.c: Include <stdbool.h>.
16828         (swap_endianness_p): New variable.
16829         (add_locale_uint32): Call maybe_swap_uint32.
16830         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
16831         (write_locale_data): Call maybe_swap_uint32_array.
16832         * locale/programs/ld-collate.c (obstack_int32_grow): Call
16833         maybe_swap_uint32.
16834         (obstack_int32_grow_fast): Likewise.
16835         (output_weightwc): Call maybe_swap_uint32_obstack.
16836         (collate_output): Likewise.
16837         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
16838         (OPT_LITTLE_ENDIAN): Likewise.
16839         (options): Add --little-endian and --big-endian options.
16840         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
16841         * locale/programs/locarchive.c: Include "locfile.h".
16842         (GET): New macro.
16843         (SET): Likewise.
16844         (INC): Likewise.
16845         (create_archive): Use the new macros to access fields of
16846         structures directly mapped from or written to locale archives.
16847         (oldlocrecentcmp): Likewise.
16848         (enlarge_archive): Likewise.
16849         (insert_name): Likewise.
16850         (add_alias): Likewise.
16851         (add_locale): Likewise.
16852         (delete_locales_from_archive): Likewise.
16853         (show_archive_content): Likewise.
16854         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
16855         locale data.
16856
16857 2013-09-24  Roland McGrath  <roland@hack.frob.com>
16858
16859         * manual/freemanuals.texi: Updated from (newly) canonical copy at
16860         http://www.gnu.org/doc/freemanuals.texi.
16861         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
16862
16863 2013-09-24  Will Newton  <will.newton@linaro.org>
16864
16865         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
16866         macro.
16867
16868 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
16869
16870         * locale/hashval.h (compute_hashval): Interpret bytes of key as
16871         unsigned char.
16872
16873 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
16874
16875         * manual/threads.texi (POSIX Threads): Fix a typo.
16876
16877 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
16878
16879         [BZ #14547]
16880         * string/tst-strcoll-overflow.c: New test case.
16881         * string/Makefile (xtests): Add tst-strcoll-overflow.
16882         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
16883         cache if string sizes may cause integer overflow.
16884
16885         [BZ #14547]
16886         * string/strcoll_l.c (coll_seq): New members rule, idx,
16887         save_idx and back_us.
16888         (get_next_seq_nocache): New function.
16889         (do_compare_nocache): New function.
16890         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
16891         when malloc fails.
16892
16893 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
16894
16895         [BZ #15754]
16896         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
16897         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
16898         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
16899
16900         [BZ #15754]
16901         * elf/Makefile (tests): Add tst-ptrguard1.
16902         (tests-static): Add tst-ptrguard1-static.
16903         (tst-ptrguard1-ARGS): Define.
16904         (tst-ptrguard1-static-ARGS): Define.
16905         * elf/tst-ptrguard1.c: New file.
16906         * elf/tst-ptrguard1-static.c: New file.
16907         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
16908         * sysdeps/i386/stackguard-macros.h: Likewise.
16909         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
16910         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
16911         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
16912         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
16913         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
16914         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
16915
16916 2013-09-23  Hector Marco  <hecmargi@upv.es>
16917             Ismael Ripoll  <iripoll@disca.upv.es>
16918             Carlos O'Donell  <carlos@redhat.com>
16919
16920         [BZ #15754]
16921         * sysdeps/generic/stackguard-macros.h: Define
16922         __pointer_chk_guard_local and POINTER_CHK_GUARD.
16923         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
16924         Define __pointer_chk_guard_local.
16925         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
16926         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
16927
16928 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
16929
16930         [BZ #15859]
16931         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
16932
16933 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
16934
16935         * include/string.h (__ffs): Declare as hidden.
16936         * string/ffs.c (__ffs): Define as hidden.
16937         * sysdeps/i386/ffs.c (__ffs): Likewise.
16938         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
16939         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
16940         * sysdeps/s390/ffs.c (__ffs): Likewise.
16941         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
16942
16943 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
16944
16945         * NEWS: Mention malloc probes.
16946
16947         * malloc/arena.c (new_heap): New memory_heap_new probe.
16948         (grow_heap): New memory_heap_more probe.
16949         (shrink_heap): New memory_heap_less probe.
16950         (heap_trim): New memory_heap_free probe.
16951         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
16952         (systrim): New memory_sbrk_less probe.
16953         * manual/probes.texi: Document them.
16954
16955         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
16956         * manual/probes.texi: Document it.
16957
16958         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
16959         (__libc_realloc): Add memory_realloc_retry probe.
16960         (__libc_memalign): Add memory_memalign_retry probe.
16961         (__libc_valloc): Add memory_valloc_retry probe.
16962         (__libc_pvalloc): Add memory_pvalloc_retry probe.
16963         (__libc_calloc): Add memory_calloc_retry probe.
16964         * manual/probes.texi: Document them.
16965
16966         * malloc/arena.c (get_free_list): Add probe
16967         memory_arena_reuse_free_list.
16968         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
16969         and memory_arena_reuse.
16970         (arena_get2) [!PER_THREAD]: Likewise.
16971         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
16972         memory_arena_reuse_realloc.
16973         * manual/probes.texi: Document them.
16974
16975         * malloc/malloc.c (__libc_free): Add
16976         memory_mallopt_free_dyn_thresholds probe.
16977         (__libc_mallopt): Add multiple memory_mallopt probes.
16978         * manual/probes.texi: Document them.
16979
16980         * malloc/malloc.c: Include stap-probe.h.
16981         (__libc_mallopt): Add memory_mallopt probe.
16982         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
16983         * manual/probes.texi: New.
16984         * manual/Makefile (chapters): Add probes.
16985         * manual/threads.texi: Set next node.
16986
16987 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
16988
16989         [BZ #15963, #13985]
16990         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
16991         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
16992         Add `Chinese' to `nan' entry name.
16993
16994 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
16995
16996         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
16997         (POLYNOMIAL): Likewise.
16998         (TAYLOR_SINCOS): Likewise.
16999         (TAYLOR_SLOW): Likewise.
17000         (__sin): Use TAYLOR_SINCOS.
17001         (__cos): Likewise.
17002         (slow): Use TAYLOR_SLOW.
17003         (sloww): Likewise.
17004         (bsloww): Likewise.
17005         (csloww): Likewise.
17006
17007 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17008
17009         * stdlib/strtod_l.c: Fix buffer overrun.
17010
17011 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
17012
17013         * benchtests/Makefile (bench): Add sincos.
17014         * benchtests/bench-sincos.c: New file.
17015
17016         * math/libm-test.inc (cos_test_data): New test inputs.
17017         (sin_test_data): Likewise.
17018
17019         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
17020         macro.
17021         (__sin): Use it.
17022         (__cos): Likewise.
17023         (slow1): Likewise.
17024         (slow2): Likewise.
17025         (sloww1): Likewise.
17026         (sloww2): Likewise.
17027         (bsloww1): Likewise.
17028         (bsloww2): Likewise.
17029         (cslow2): Likewise.
17030         (csloww1): Likewise.
17031         (csloww2): Likewise.
17032
17033         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
17034         function.
17035         (__sin): Use it.
17036         (__cos): Likewise.
17037
17038         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
17039         gotos.
17040         (__cos): Likewise.
17041
17042 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
17043
17044         * config.h.in (HAVE_MIPS_NAN2008): New macro.
17045         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
17046         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
17047         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
17048         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
17049         * elf/cache.c (print_entry): Handle the new cache flags.
17050
17051 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
17052             Aldy Hernandez  <aldyh@redhat.com>
17053
17054         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
17055         Change condition to [_SOFT_FLOAT].
17056         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
17057         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
17058         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
17059         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
17060         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
17061         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
17062         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
17063         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
17064         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
17065         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
17066         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
17067         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
17068         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
17069         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
17070         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
17071         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
17072         declaration.
17073
17074 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
17075
17076         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
17077         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17078         (__longjmp): Use LOAD_GP to load saved GPRs.
17079         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
17080         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17081         (__sigsetjmp): Use SAVE_GP to save GPRs.
17082
17083         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
17084         Do not append -msoft-float.
17085         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
17086
17087 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
17088
17089         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
17090
17091 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
17092
17093         [BZ #15966]
17094         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
17095         (_FPU_GETCW): Use initial "__" on variable and field names but not
17096         on macro parameter name.
17097         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
17098         parentheses around reference to macro parameter.
17099
17100 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
17101
17102         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
17103         prototype.
17104         (ctype_startup): Use uint32_t in cast and sizeof for
17105         ctype->charnames.
17106
17107 2013-09-11  Jia Liu  <proljc@gmail.com>
17108
17109         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
17110         __daddr_t_defined.
17111         [__FreeBSD__]: Likewise.
17112
17113 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
17114
17115         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
17116         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
17117         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
17118         (strchr): Remove __strchr_sse42 ifunc selection.
17119         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
17120         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
17121
17122 2013-09-11  Will Newton  <will.newton@linaro.org>
17123
17124         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
17125         parameter to RES. Remove hardcoded 1000 value.
17126         * benchtests/bench-skeleton.c (main): Pass RES parameter
17127         to TIMING_INIT and multiply result by 1000.
17128
17129 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17130
17131         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17132
17133 2013-09-11  Andreas Schwab  <schwab@suse.de>
17134
17135         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
17136         if not defined.
17137         (O_TMPFILE) [__USE_GNU]: Define.
17138         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
17139         Define.
17140
17141 2013-09-11  Will Newton  <will.newton@linaro.org>
17142
17143         [BZ #15857]
17144         * malloc/malloc.c (__libc_memalign): Check the value of bytes
17145         does not overflow.
17146
17147 2013-09-11  Will Newton  <will.newton@linaro.org>
17148
17149         [BZ #15856]
17150         * malloc/malloc.c (__libc_valloc): Check the value of bytes
17151         does not overflow.
17152
17153 2013-09-11  Will Newton  <will.newton@linaro.org>
17154
17155         [BZ #15855]
17156         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
17157         does not overflow.
17158
17159 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
17160
17161         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
17162         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
17163         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
17164         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
17165         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
17166
17167 2013-09-10  Allan McRae  <allan@archlinux.org>
17168
17169         [BZ #15748]
17170         * manual/arith.texi (Parsing of Floats): Clarify
17171         cross-reference.
17172
17173         [BZ #15849]
17174         * manual/install.texi (Running make install): Mention
17175         --enable-pt-chown.
17176         * INSTALL: Regenerated.
17177
17178 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
17179
17180         * csu/init-first.c (_init): Remove the !SHARED condition around
17181         FPU control word initialization.
17182         * elf/dl-support.c (_dl_fpu_control): New variable.
17183         (_dl_aux_init) <AT_FPUCW>: Initialize it.
17184         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
17185         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
17186         * math/test-fpucw-static.c: New file.
17187         * math/test-fpucw-ieee.c: New file.
17188         * math/test-fpucw-ieee-static.c: New file.
17189         * math/Makefile (tests): Add `test-fpucw-ieee' and
17190         `$(tests-static)'.
17191         (tests-static): New variable.
17192         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
17193         dependency to...
17194         [($(build-shared),yes)]
17195         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
17196         ... this.
17197         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
17198         New dependency.
17199
17200 2013-09-09  Allan McRae  <allan@archlinux.org>
17201
17202         [BZ #15939]
17203         * manual/string.texi (Collation Functions): Fix typo in
17204         strcoll example.
17205         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
17206
17207         [BZ #15893]
17208         * stdlib/isomac.c (get_null_defines): Fix memory leak.
17209
17210         [BZ #15892]
17211         * libio/memstream.c (open_memstream): Fix memory leak.
17212         * libio/wmemstream.c (open_wmemstream): Likewise.
17213
17214         [BZ #15895]
17215         * nscd/netgroupcache.c: Fix nesting of ifdefs.
17216
17217 2013-09-09  Will Newton  <will.newton@linaro.org>
17218
17219         * malloc/Makefile: Add tst-realloc to tests.
17220         * malloc/tst-realloc.c: New file.
17221
17222 2013-09-09  Allan McRae  <allan@archlinux.org>
17223
17224         [BZ #15844]
17225         * COPYING: Update from GNU website to fix FSF address.
17226         * COPYING.LIB: Likewise.
17227
17228 2013-09-06  David S. Miller  <davem@davemloft.net>
17229
17230         * po/zh_TW.po: Update Chinese (traditional) translation from
17231         translation project.
17232
17233 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
17234             Joseph Myers  <joseph@codesourcery.com>
17235
17236         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
17237         "localeinfo.h".
17238         (obstack_chunk_alloc): New macro.
17239         (obstack_chunk_free): Likewise.
17240         (record_offset): New function.
17241         (init_locale_data): Likewise.
17242         (align_locale_data): Likewise.
17243         (add_locale_empty): Likewise.
17244         (add_locale_raw_data): Likewise.
17245         (add_locale_raw_obstack): Likewise.
17246         (add_locale_string): Likewise.
17247         (add_locale_wstring): Likewise.
17248         (add_locale_uint32): Likewise.
17249         (add_locale_uint32_array): Likewise.
17250         (add_locale_char): Likewise.
17251         (start_locale_structure): Likewise.
17252         (end_locale_structure): Likewise.
17253         (start_locale_prelude): Likewise.
17254         (end_locale_prelude): Likewise.
17255         (write_locale_data): Take locale_file structure rather than an
17256         iovec.
17257         * locale/programs/locfile.h: Include "obstack.h".
17258         (struct locale_file): Change to store locale file contents instead
17259         of header.
17260         (init_locale_data): New prototype.
17261         (align_locale_data): Likewise.
17262         (add_locale_empty): Likewise.
17263         (add_locale_raw_data): Likewise.
17264         (add_locale_raw_obstack): Likewise.
17265         (add_locale_string): Likewise.
17266         (add_locale_wstring): Likewise.
17267         (add_locale_uint32): Likewise.
17268         (add_locale_uint32_array): Likewise.
17269         (add_locale_char): Likewise.
17270         (start_locale_structure): Likewise.
17271         (end_locale_structure): Likewise.
17272         (start_locale_prelude): Likewise.
17273         (end_locale_prelude): Likewise.
17274         (write_locale_data): Update prototype.
17275         * locale/programs/3level.h (struct TABLE): Remove result field.
17276         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
17277         Use new locale_file interface.
17278         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
17279         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
17280         * locale/programs/ld-address.c (address_output): Use new
17281         locale_file interface.
17282         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
17283         NO_ADD_LOCALE.
17284         (collate_finish): Don't call collseq_table_finalize.
17285         (collate_output): Use new locale_file interface.
17286         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
17287         in file.
17288         (NO_FINALIZE): Change to NO_ADD_LOCALE.
17289         (TABLE): Move defines earlier in file.
17290         (ELEMENT): Likewise.
17291         (DEFAULT): Likewise.
17292         (wctrans_table_add): Move macro and inline function earlier in
17293         file.
17294         (struct wctype_table): Move type earlier in file.
17295         (add_locale_wctype_table): New static prototype.
17296         (struct locale_ctype_t): Use logical types instead of struct iovec
17297         pointers for members.
17298         (ctype_output): Use new locale_file interface.
17299         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
17300         new locale_file interface.
17301         (allocate_arrays): Update for use of new locale_file interface.
17302         * locale/programs/ld-identification.c (identification_output): Use
17303         new locale_file interface.
17304         * locale/programs/ld-measurement.c (measurement_output): Likewise.
17305         * locale/programs/ld-messages.c (messages_output): Likewise.
17306         * locale/programs/ld-monetary.c (monetary_output): Likewise.
17307         * locale/programs/ld-name.c (name_output): Likewise.
17308         * locale/programs/ld-numeric.c (numeric_output): Likewise.
17309         * locale/programs/ld-paper.c (paper_output): Likewise.
17310         * locale/programs/ld-telephone.c (telephone_output): Likewise.
17311         * locale/programs/ld-time.c (time_output): Likewise.
17312
17313 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17314
17315         * benchtests/Makefile: Add memrchr benchmark.
17316         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
17317         benchmark as memrchr.
17318         * benchtests/bench-memrchr-ifunc.c: New file.
17319         * benchtests/bench-memrchr.c: New file.
17320
17321 2013-09-06   Will Newton  <will.newton@linaro.org>
17322
17323         * benchtests/Makefile (string-bench): Add memcpy.
17324
17325 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
17326             Cong Wang  <amwang@redhat.com>
17327
17328         [BZ #15850]
17329         * sysdeps/unix/sysv/linux/bits/in.h
17330         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
17331         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
17332         before __USE_KERNEL_IPV6_DEFS uses.
17333         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
17334         IPPROTO_BEETPH.
17335         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
17336         sockaddr_in6, or ipv6_mreq.
17337
17338 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17339
17340         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
17341         memory access for final bytes in some large inputs.
17342         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
17343
17344 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17345
17346         * string/test-memrchr.c: New file.
17347         * string/test-memrchr-ifunc.c: New file.
17348         * string/Makefile: Add new memrchr testcase.
17349
17350 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
17351
17352         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
17353         fanotify_init returns EPERM.
17354
17355 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17356
17357         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
17358         errors.
17359         (top level): Treat second token from macro or constant entries for
17360         allowed headers as allowed.
17361         * include/complex.h: Condition internal declarations on
17362         [!_ISOMAC].
17363         * include/fenv.h: Condition include of <stdbool.h> and internal
17364         declarations on [!_ISOMAC].
17365
17366 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
17367
17368         [BZ #15923]
17369         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
17370
17371 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17372
17373         * configure.in (--enable-versioning): Remove configure option.
17374         (libc_cv_asm_symver_directive): Remove configure test.
17375         (libc_cv_ld_version_script_option): Likewise.
17376         (VERSIONING): Remove variable and AC_SUBST.
17377         (DO_VERSIONING): Remove AC_DEFINE.
17378         * configure: Regenerated.
17379         * config.h.in (DO_VERSIONING): Remove macro.
17380         * Makerules [$(versioning) = yes]: Change conditionals to
17381         [$(build-shared) = yes].
17382         * config.make.in (versioning): Remove variable.
17383         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
17384         [$(build-shared) = yes].
17385         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
17386         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
17387         * elf/Makefile [$(versioning) = yes]: Change conditionals to
17388         [$(build-shared) = yes].
17389         * extra-lib.mk [$(versioning) = yes]: Likewise.
17390         * hurd/Makefile [$(versioning) = yes]: Likewise.
17391         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
17392         [SHARED].
17393         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
17394         [SHARED].
17395         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17396         [SHARED && !NO_HIDDEN].
17397         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
17398         [SHARED].
17399         [SHARED && DO_VERSIONING]: Likewise..
17400         * libio/Makefile [$(versioning) = yes]: Change conditionals to
17401         [$(build-shared) = yes].
17402         * manual/install.texi (--disable-versioning): Remove
17403         documentation.
17404         * INSTALL: Regenerated.
17405         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
17406         to [SHARED].
17407         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
17408         [$(build-shared) = yes].
17409         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
17410         * sysdeps/i386/i686/multiarch/strstr-c.c
17411         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17412         [SHARED && !NO_HIDDEN].
17413         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
17414         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
17415         * sysdeps/powerpc/powerpc32/dl-machine.c
17416         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
17417         * sysdeps/powerpc/powerpc32/sysdep.h
17418         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
17419         to [SHARED && PIC && !NO_HIDDEN].
17420         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
17421         conditional to [SHARED].
17422
17423 2013-09-04   Will Newton  <will.newton@linaro.org>
17424
17425         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
17426         * benchtests/bench-string.h: Include bench-timing.h instead
17427         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
17428         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
17429         call to HP_TIMING_DIFF_INIT.
17430         * benchtests/bench-memccpy.c: Use bench-timing.h macros
17431         instead of hp-timing.h macros.
17432         * benchtests/bench-memchr.c: Likewise.
17433         * benchtests/bench-memcmp.c: Likewise.
17434         * benchtests/bench-memcpy.c: Likewise.
17435         * benchtests/bench-memmem.c: Likewise.
17436         * benchtests/bench-memmove.c: Likewise.
17437         * benchtests/bench-memset.c: Likewise.
17438         * benchtests/bench-rawmemchr.c: Likewise.
17439         * benchtests/bench-strcasecmp.c: Likewise.
17440         * benchtests/bench-strcasestr.c: Likewise.
17441         * benchtests/bench-strcat.c: Likewise.
17442         * benchtests/bench-strchr.c: Likewise.
17443         * benchtests/bench-strcmp.c: Likewise.
17444         * benchtests/bench-strcpy.c: Likewise.
17445         * benchtests/bench-strcpy_chk.c: Likewise.
17446         * benchtests/bench-strlen.c: Likewise.
17447         * benchtests/bench-strncasecmp.c: Likewise.
17448         * benchtests/bench-strncat.c: Likewise.
17449         * benchtests/bench-strncmp.c: Likewise.
17450         * benchtests/bench-strncpy.c: Likewise.
17451         * benchtests/bench-strnlen.c: Likewise.
17452         * benchtests/bench-strpbrk.c: Likewise.
17453         * benchtests/bench-strrchr.c: Likewise.
17454         * benchtests/bench-strspn.c: Likewise.
17455         * benchtests/bench-strstr.c: Likewise.
17456
17457 2013-09-04  Will Newton  <will.newton@linaro.org>
17458
17459         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
17460
17461 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
17462
17463         [BZ #15427]
17464         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
17465         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
17466         * math/libm-test.inc (lgamma_test_data): Add more tests.
17467         * sysdeps/i386/fpu/libm-test-ulps: Update.
17468         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17469
17470 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
17471
17472         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
17473         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
17474         Add ifunc.
17475         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
17476         Add strcmp-sse2-unaligned
17477         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
17478
17479 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17480
17481         * Versions.def (libc): Add GLIBC_2.19.
17482
17483 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17484
17485         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
17486         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
17487
17488 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
17489
17490         [BZ #14155]
17491         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
17492         intermediate calculations in recurrence.
17493         (__ieee754_ynf): Likewise.
17494         * math/libm-test.inc (jn_test_data): Do not allow spurious
17495         underflow exception.  Add more tests.
17496         (yn_test_data): Add more tests.
17497         * sysdeps/i386/fpu/libm-test-ulps: Update.
17498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17499
17500 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
17501
17502         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
17503
17504 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17505
17506         * csu/init-first.c: Fix then/than typos.
17507         * locale/programs/ld-collate.c: Likewise.
17508         * locale/programs/linereader.h: Likewise.
17509         * manual/charset.texi: Likewise.
17510         * manual/filesys.texi: Likewise.
17511         * manual/stdio.texi: Likewise.
17512         * manual/string.texi: Likewise.
17513         * stdlib/fmtmsg.c: Likewise.
17514         * sysdeps/i386/stpncpy.S: Likewise.
17515         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17516         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17517         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17518         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17519
17520 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17521
17522         * elf/dl-open.c: Fix typos.
17523         * iconvdata/gbbig5.c: Likewise.
17524         * iconvdata/iso-2022-jp.c: Likewise.
17525         * iconv/gconv_int.h: Likewise.
17526         * iconv/loop.c: Likewise.
17527         * nis/rpcsvc/nis.h: Likewise.
17528         * resolv/ns_name.c: Likewise.
17529         * stdio-common/vfscanf.c: Likewise.
17530         * streams/stropts.h: Likewise.
17531         * sunrpc/rpc_thread.c: Likewise.
17532         * sysdeps/i386/strpbrk.S: Likewise.
17533         * sysdeps/ieee754/k_standard.c: Likewise.
17534         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
17535         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17536         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
17537         * sysdeps/mach/hurd/profil.c: Likewise.
17538         * sysdeps/s390/dl-procinfo.h: Likewise.
17539         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
17540         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
17541         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
17542         * sysdeps/x86_64/dl-trampoline.S: Likewise.
17543         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
17544
17545 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
17546
17547         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
17548         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
17549
17550 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
17551
17552         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
17553         aix specific files.
17554         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
17555         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
17556         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
17557         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
17558         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
17559         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
17560         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
17561         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
17562
17563 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17564             Roland McGrath  <roland@hack.frob.com>
17565
17566         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
17567         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
17568
17569 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17570
17571         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
17572         __executable_start symbol instead of _start.
17573
17574 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17575
17576         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
17577         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
17578         Move macros to...
17579         * sysdeps/gnu/ldsodefs.h: ... this new file.
17580
17581         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
17582         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
17583         instead of ELFOSABI_LINUX.
17584
17585         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
17586         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
17587         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
17588         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
17589         Likewise.
17590         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
17591         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
17592         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
17593         Likewise.
17594         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17595         (ibm_extended_long_double): Add ieee_nan member.
17596         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
17597         (do_test): New function.
17598
17599         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
17600         TEST_TRUNC.
17601         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
17602         functions, renamed from truncdfsf_test, trunctfsf_test,
17603         trunctfdf_test.
17604         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
17605         functions.
17606         (do_test): Run all these.
17607
17608 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
17609
17610         * argp/argp-help.c: Fix typos.
17611         * argp/argp-parse.c: Likewise.
17612         * debug/backtracesyms.c: Likewise.
17613         * elf/elf.h: Likewise.
17614         * malloc/malloc.c: Likewise.
17615         * nis/nis_print.c: Likewise.
17616         * resolv/res_comp.c: Likewise.
17617         * stdlib/stdlib.h: Likewise.
17618         * sunrpc/clnt_tcp.c: Likewise.
17619         * sunrpc/clnt_udp.c: Likewise.
17620         * sunrpc/clnt_unix.c: Likewise.
17621         * sysdeps/unix/bsd/ptsname.c: Likewise.
17622         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
17623         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
17624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
17625         Likewise.
17626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
17627         Likewise.
17628         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
17629         Likewise.
17630         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
17631
17632 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
17633
17634         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
17635         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17636
17637 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
17638
17639         [BZ #15897]
17640         * dlfcn/Makefile (tests): Add bug-dl-leaf.
17641         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
17642         ($(objpfx)bug-dl-leaf): New rule.
17643         ($(objpfx)bug-dl-leaf.so): Likewise.
17644         ($(objpfx)bug-dl-leaf.out): Likewise.
17645         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
17646         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
17647         * dlfcn/bug-dl-leaf.c: New test.
17648         * dlfcn/bug-dl-leaf-lib.c: Likewise.
17649         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
17650         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
17651         (dlclose): Likewise.
17652         (dlmopen): Likewise.
17653
17654 2013-08-27  Roland McGrath  <roland@hack.frob.com>
17655
17656         * include/netdb.h [!_ISOMAC]:
17657         Don't include <tls.h>.
17658         (h_errno, __libc_h_errno): Move declaration and macros out of
17659         [_LIBC_REENTRANT].
17660
17661         * include/resolv.h [_RESOLV_H_]:
17662         Don't include <tls.h>.
17663         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
17664         * resolv/res_libc.c: Don't include <tls.h>.
17665         (_res): Use __attribute__ ((nocommon)) in place of
17666         __attribute__ ((section (".bss"))).
17667
17668         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
17669         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
17670
17671         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
17672
17673         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
17674         only under [SIOCGIFCONF && SIOCGIFNETMASK].
17675
17676         * resolv/res_mkquery.c: Include <sys/time.h>.
17677
17678         * inet/ifreq.c: Moved to ...
17679         * sysdeps/unix/ifreq.c: ... here.
17680         * inet/ifreq.c: New file, true stub version.
17681
17682         * socket/sa_len.c: New file.
17683         * socket/Makefile (aux): Add it.
17684         * sysdeps/unix/sysv/linux/Makefile
17685         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
17686         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
17687         and #include <socket/sa_len.c>.
17688         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
17689         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
17690
17691         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
17692         * bits/socket.h: ... here.
17693
17694         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
17695         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
17696         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
17697
17698 2013-08-27  Andreas Schwab  <schwab@suse.de>
17699
17700         [BZ #15736]
17701         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
17702         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
17703         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
17704         * string/test-strcasecmp.c (test_main): Run tests in several
17705         locales.
17706         * string/test-strncasecmp.c (test_main): Likewise.
17707
17708         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
17709         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
17710         to __strcasecmp_nonascii and __strncasecmp_nonascii.
17711         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
17712         (__strncasecmp_ssse3) [PIC]: Likewise.
17713
17714 2013-08-26  Roland McGrath  <roland@hack.frob.com>
17715
17716         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
17717
17718         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
17719         instead of explicitly declaring xdecrypt.
17720         * nis/nss_nis/nis-publickey.c: Likewise.
17721
17722 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17723
17724         [BZ #15890]
17725         * nscd/aicache.c: Include res_hconf.h.
17726         (addhstaiX): Initialize res_hconf.
17727
17728 2013-08-26  Andreas Schwab  <schwab@suse.de>
17729
17730         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
17731         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
17732
17733 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17734
17735         * nscd/aicache.c (addhstaiX): Fix indentation.
17736
17737 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
17738
17739         * configure.ac: Quote $build_pt_chown test.
17740         * configure: Regenerated.
17741
17742 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
17743
17744         [BZ #15532]
17745         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
17746         * math/s_cexpf.c (__cexpf): Likewise.
17747         * math/s_cexpl.c (__cexpl): Likewise.
17748         * math/libm-test.inc (cexp_test_data): Correct expected return
17749         value for NaN + i0.  Add another test.
17750
17751 2013-08-22  David S. Miller  <davem@davemloft.net>
17752
17753         * po/ca.po: Update Catalan translation from translation project.
17754         * po/uk.po: Add Ukrainian translations from translation project.
17755
17756 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
17757
17758         [BZ #15797]
17759         * math/s_fdim.c (__fdim): Check for infinite arguments if result
17760         is infinite, not alongside NaN test.
17761         * math/s_fdimf.c (__fdimf): Likewise.
17762         * math/s_fdiml.c (__fdiml): Likewise.
17763         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
17764         errno is unchanged.
17765
17766 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
17767
17768         * argp/argp-help.c: Fix typos.
17769         * crypt/speeds.c: Likewise.
17770         * csu/check_fds.c: Likewise.
17771         * elf/dl-load.c: Likewise.
17772         * elf/dl-open.c: Likewise.
17773         * elf/reldep3.c: Likewise.
17774         * elf/reldep.c: Likewise.
17775         * elf/sprof.c: Likewise.
17776         * iconv/iconv_charmap.c: Likewise.
17777         * iconv/skeleton.c: Likewise.
17778         * iconv/strtab.c: Likewise.
17779         * io/lockf64.c: Likewise.
17780         * libio/libioP.h: Likewise.
17781         * resolv/gai_notify.c: Likewise.
17782         * resolv/ns_name.c: Likewise.
17783         * resolv/ns_samedomain.c: Likewise.
17784         * resolv/res_send.c: Likewise.
17785         * stdlib/random.c: Likewise.
17786         * sunrpc/rpc/xdr.h: Likewise.
17787         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
17788         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
17789         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
17790         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
17791         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
17792         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
17793         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
17794         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
17795         * sysdeps/mach/hurd/check_fds.c: Likewise.
17796         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
17797         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17798         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17799         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
17800         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17801         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
17802         * sysdeps/pthread/aio_notify.c: Likewise.
17803         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
17804         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
17805         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
17806         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
17807         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
17808
17809 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17810
17811         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
17812         version if bit_Slow_SSE4_2 is set.
17813         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
17814         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
17815
17816 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17817
17818         [BZ #15867]
17819         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
17820         trampoline stack frame information.
17821         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
17822         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
17823         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
17824         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
17825         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
17826         * sysdeps/unix/sysv/linux/powerpc/init-first.c
17827         (_libc_vdso_platform_setup): Initialize the signal trampolines.
17828         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
17829         sa_flags value.
17830         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
17831         interrupting a syscall and set with option SA_SIGINFO.
17832
17833 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
17834
17835         [BZ #15531]
17836         * math/s_cproj.c (__cproj): Only return an infinity if one part of
17837         argument is infinite.
17838         * math/s_cprojf.c (__cprojf): Likewise.
17839         * math/s_cprojl.c (__cprojl): Likewise.
17840         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
17841         * math/libm-test.inc (cproj_test_data): Add more tests.
17842
17843         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
17844
17845         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
17846         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
17847         size.  Use __ffs to determine corresponding shift.
17848
17849 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
17850             Roland McGrath  <roland@hack.frob.com>
17851
17852         * Makefile (INSTALL): Remove trailing blank lines from output of
17853         makeinfo.
17854
17855 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17856
17857         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
17858         Align 32 bit compat elf_greg to 8 bytes.
17859
17860 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
17861
17862         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
17863
17864 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
17865
17866         * string/strcoll_l.c (coll_seq): New structure.
17867         (get_next_seq_cached): New function.
17868         (get_next_seq): New function.
17869         (do_compare): New function.
17870         (STRCOLL): Use GNU style definition.  Simplify implementation
17871         by using get_next_seq, get_next_seq_cached and do_compare.
17872
17873 2013-08-16  Florian Weimer  <fweimer@redhat.com>
17874
17875         [BZ #14699]
17876         CVE-2013-4237
17877         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
17878         member.
17879         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
17880         member.
17881         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
17882         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
17883         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
17884         conditional.
17885         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
17886         GETDENTS_64BIT_ALIGNED.
17887         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
17888         * manual/filesys.texi (Reading/Closing Directory): Document
17889         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
17890         strongly.
17891         * manual/conf.texi (Limits for Files): Add portability note to
17892         NAME_MAX, PATH_MAX.
17893         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
17894
17895 2013-08-13  Andreas Schwab  <schwab@suse.de>
17896
17897         [BZ #15749]
17898         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
17899         of fabs.
17900         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
17901         LDBL_MAX_EXP >= 16384]: Add tests for it.
17902
17903 2013-08-12  David S. Miller  <davem@davemloft.net>
17904
17905         * version.h (RELEASE): Set to "development".
17906         (VERSION): Set to "2.18.90".
17907         * NEWS: Add 2.19 section.
17908
17909 2013-08-03  David S. Miller  <davem@davemloft.net>
17910
17911         * po/ko.po: Update Korean translation from translation project.
17912
17913 2013-08-01  David S. Miller  <davem@davemloft.net>
17914
17915         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
17916         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
17917         Bilka.
17918
17919 2013-07-30  David S. Miller  <davem@davemloft.net>
17920
17921         * po/fr.po: Update French translation from translation project.
17922
17923 2013-07-28  David S. Miller  <davem@davemloft.net>
17924
17925         * po/cs.po: Update Czech translation from translation project.
17926
17927         * po/sv.po: Update Swedish translation from translation project.
17928
17929 2013-07-27  David S. Miller  <davem@davemloft.net>
17930
17931         * po/eo.po: Update Esperanto translation from translation project.
17932
17933         * po/vi.po: Update Vietnamese translation from translation project.
17934
17935         * po/de.po: Update German translation from translation project.
17936
17937 2013-07-26  David S. Miller  <davem@davemloft.net>
17938
17939         * po/bg.po: Update Bulgarian translation from translation project.
17940
17941         * po/nl.po: Update Dutch translation from translation project.
17942         * po/pl.po: Update Polish translation from translation project.
17943         * po/ru.po: Update Russian translation from translation project.
17944
17945 2013-07-24  David S. Miller  <davem@davemloft.net>
17946
17947         * po/libc.pot: Update.
17948
17949 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17950
17951         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
17952         variable page size.
17953         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
17954         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
17955         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
17956
17957 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17958
17959         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
17960
17961 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17962             Andreas Schwab  <schwab@suse.de>
17963             Roland McGrath  <roland@hack.frob.com>
17964             Joseph Myers  <joseph@codesourcery.com>
17965             Carlos O'Donell  <carlos@redhat.com>
17966
17967         [BZ #15755]
17968         * config.h.in: Define HAVE_PT_CHOWN.
17969         * config.make.in (build-pt-chown): New variable.
17970         * configure.in (--enable-pt_chown): New configure option.
17971         * configure: Regenerate.
17972         * login/Makefile: Include Makeconfig.  Build pt_chown only if
17973         build-pt-chown is enabled.
17974         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
17975         pt_chown to fix pty ownership.
17976         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
17977         CLOSE_ALL_FDS.
17978         * manual/install.texi (Configuring and compiling): Mention
17979         --enable-pt_chown. Add @findex for grantpt.
17980         * INSTALL: Regenerate.
17981
17982 2013-07-20  David S. Miller  <davem@davemloft.net>
17983
17984         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
17985         difference between 32-bit and 64-bit.
17986
17987 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
17988
17989         [BZ #15711]
17990         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
17991         Avoid system header dependency with -ffreestanding.
17992         ($(objpfx)bits/syscall%d): Likewise.
17993
17994 2013-07-13  David S. Miller  <davem@davemloft.net>
17995
17996         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
17997         underflows from atanl/atan2l due to bug 15319.
17998         (casinh_test_data): Likewise.
17999
18000 2013-07-07  David S. Miller  <davem@davemloft.net>
18001
18002         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
18003
18004 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
18005
18006         * sysdeps/i386/fpu/libm-test-ulps: Update.
18007         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18008
18009 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18010
18011         * configure.in (--enable-lock-elision): Fix message text.
18012         * INSTALL: Regenerate.
18013         * configure: Regenerate.
18014
18015 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18016
18017         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18018
18019 2013-07-03  Andreas Jaeger  <aj@suse.de>
18020
18021         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
18022         define.
18023         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
18024         (ptrace_peeksiginfo_args): Add.
18025         (__ptrace_peeksiginfo_flags): Add.
18026         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
18027         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
18028         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
18029
18030 2013-07-03  Allan McRae  <allan@archlinux.org>
18031
18032         * sysdeps/i386/fpu/libm-test-ulps: Update.
18033
18034 2013-07-02  David S. Miller  <davem@davemloft.net>
18035
18036         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18037
18038 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
18039
18040         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18041
18042 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
18043
18044         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
18045         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18046
18047 2013-07-02  Andi Kleen <ak@linux.intel.com>
18048
18049         * config.h.in (ENABLE_LOCK_ELISION): Add.
18050         * configure.in (--enable-lock-elision): Add option.
18051         * manual/install.texi: Document --enable lock elision.
18052         * configure: Regenerate
18053         * INSTALL: Regenerate.
18054
18055 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
18056
18057         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
18058         SSE4.2 strcasecmp for libc.a.
18059         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
18060
18061 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
18062
18063         [BZ #13304]
18064         * soft-fp/op-common.h (_FP_FMA): New macro.
18065         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
18066         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
18067         (_FP_MUL_MEAT_1_imm): ... here.
18068         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
18069         (_FP_MUL_MEAT_1_wide): ... here.
18070         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
18071         (_FP_MUL_MEAT_1_hard): ... here.
18072         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
18073         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
18074         (_FP_MUL_MEAT_2_wide): ... here.
18075         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
18076         (_FP_MUL_MEAT_2_wide_3mul): ... here.
18077         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
18078         (_FP_MUL_MEAT_2_gmp): ... here.
18079         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
18080         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
18081         (_FP_MUL_MEAT_4_wide): ... here.
18082         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
18083         (_FP_MUL_MEAT_4_gmp): ... here.
18084         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
18085         (_FP_WFRACBITS_DW_S): Likewise.
18086         (_FP_WFRACXBITS_DW_S): Likewise.
18087         (_FP_HIGHBIT_DW_S): Likewise.
18088         (FP_FMA_S): Likewise.
18089         (_FP_FRAC_HIGH_DW_S): Likewise.
18090         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
18091         (_FP_WFRACBITS_DW_D): Likewise.
18092         (_FP_WFRACXBITS_DW_D): Likewise.
18093         (_FP_HIGHBIT_DW_D): Likewise.
18094         (FP_FMA_D): Likewise.
18095         (_FP_FRAC_HIGH_DW_D): Likewise.
18096         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
18097         (_FP_WFRACBITS_DW_E): Likewise.
18098         (_FP_WFRACXBITS_DW_E): Likewise.
18099         (_FP_HIGHBIT_DW_E): Likewise.
18100         (FP_FMA_E): Likewise.
18101         (_FP_FRAC_HIGH_DW_E): Likewise.
18102         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
18103         (_FP_WFRACBITS_DW_Q): Likewise.
18104         (_FP_WFRACXBITS_DW_Q): Likewise.
18105         (_FP_HIGHBIT_DW_Q): Likewise.
18106         (FP_FMA_Q): Likewise.
18107         (_FP_FRAC_HIGH_DW_Q): Likewise.
18108         * soft-fp/fmasf4.c: New file.
18109         * soft-fp/fmadf4.c: Likewise.
18110         * soft-fp/fmatf4.c: Likewise.
18111
18112 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18113
18114         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
18115         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
18116         Silvermont.
18117         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
18118         macro.
18119         (index_Slow_SSE4_2): Likewise.
18120         (index_Prefer_PMINUB_for_stringop): Likewise.
18121         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
18122         bit_Slow_SSE4_2 is set.
18123         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
18124         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
18125
18126 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18127
18128         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
18129         rtld_global._dl_hwcap2.
18130         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
18131         POWER8.
18132         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
18133         POWER8 feature descriptions defined in _dl_hwcap2.
18134         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
18135         string handling for POWER8 feature bits.
18136         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
18137         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
18138         _dl_powerpc_cap_flags.
18139         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
18140         * sysdeps/powerpc/rtld-global-offsets.sym
18141         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
18142         _dl_hwcap2 in the rtld_global_ro structure.
18143
18144 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18145
18146         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
18147         hardware capabilities in support of AT_HWCAP2.
18148         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
18149         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
18150         GLRO(dl_hwcap2).
18151         (_dl_show_auxv): Add support for calling _dl_procinfo to display
18152         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
18153         explicitly the unknown a_type display mechanism is used.
18154         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
18155         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
18156         struct member.
18157         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
18158         to macro prototype for AT_HWCAP2 support.
18159         * sysdeps/i386/dl-procinfo.h: Likewise.
18160         * sysdeps/s390/dl-procinfo.h: Likewise.
18161         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
18162         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
18163         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
18164         return -1 for unknown a_type display fallback.
18165         * sysdeps/sparc/dl-procinfo.h: Likewise.
18166         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
18167         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
18168
18169 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
18170
18171         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
18172         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
18173
18174 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
18175
18176         [BZ #12492]
18177         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
18178         mprotect making __stack_prot writable.
18179
18180 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
18181             Joseph Myers  <joseph@codesourcery.com>
18182
18183         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
18184         as being properly aligned.
18185
18186 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
18187
18188         * dlfcn/modstatic5.c: New file.
18189         * dlfcn/tststatic5.c: New file.
18190         * dlfcn/Makefile (tests): Add tststatic5.
18191         (tests-static): Likewise.
18192         (modules-names): Add modstatic5.
18193         (tststatic5-ENV): New variable.
18194         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
18195
18196         [BZ #15022]
18197         * elf/dl-support.c (_dl_main_map): New variable.
18198         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
18199         (_dl_nns, _dl_load_adds): Set to 1.
18200         (_dl_initial_searchlist): Refer to _dl_main_map.
18201         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
18202         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
18203         call to _dl_get_origin.
18204         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
18205         around call_map.
18206         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
18207         * dlfcn/modstatic3.c: New file.
18208         * dlfcn/tststatic3.c: New file.
18209         * dlfcn/tststatic4.c: New file.
18210         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
18211         (tests-static): Likewise.
18212         (modules-names): Add modstatic3.
18213         (tststatic3-ENV, tststatic4-ENV): New variables.
18214         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
18215         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
18216
18217 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
18218
18219         * configure.in (CC): Require GCC version 4.4 or later.
18220         * configure: Regenerated.
18221         * manual/install.texi (Tools for Compilation): Update GCC version
18222         requirement.
18223         * INSTALL: Regenerated.
18224
18225 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18226
18227         [BZ #15674]
18228         * string/test-memcmp.c (check2): New.
18229         (main): Call check2.
18230
18231         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
18232
18233 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
18234
18235         [BZ #15022]
18236         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
18237         over to...
18238         (dl_open_worker) [!SHARED]: ... here.
18239
18240 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18241
18242         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
18243
18244 2013-06-25  Richard Henderson  <rth@redhat.com>
18245
18246         * locale/programs/locarchive.c: Include <libc-internal.h>
18247
18248 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
18249
18250         * manual/texinfo.tex: Update to version 2013-06-21.17, with
18251         trailing whitespace removed.
18252
18253 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18254
18255         [BZ #10283]
18256         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
18257         * locale/programs/locarchive.c: Include libc-mmap.h.
18258         (prepare_address_space): Take two new outputs (the mmap base and len).
18259         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
18260         values.
18261         (create_archive): Declare new mmap base and len values for
18262         prepare_address_space, and store the result in ah.
18263         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
18264         (enlarge_archive): If ah->mmap_base is not NULL, use that and
18265         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18266         Declare new mmap base and len values for
18267         prepare_address_space, and store the result in new_ah.
18268         (open_archive): Declare new mmap base and len values for
18269         prepare_address_space, and store the result in ah.
18270         (close_archive): If ah->mmap_base is not NULL, use that and
18271         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18272         * sysdeps/generic/libc-mmap.h: New file.
18273
18274 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18275
18276         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
18277         (ALIGN_UP): Likewise.
18278         (PTR_ALIGN_DOWN): Likewise.
18279         (PTR_ALIGN_UP): Likewise.
18280
18281 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18282
18283         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
18284         entry mapped to PPC_PLATFORM_POWER8.
18285         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
18286         POWER8.
18287         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
18288         (_dl_string_platform): Add case for exporting platform position for
18289         POWER8.
18290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
18291         search path to sysdeps/powerpc/powerpc32/power8 directory.
18292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
18293         search path to sysdeps/powerpc/powerpc64/power8 directory.
18294         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
18295         power7 directories.
18296         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
18297         power7 directories.
18298
18299 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18300
18301         * INSTALL: Regenerate.
18302
18303         * nscd/connections.c (nscd_init): Fix comment.
18304
18305 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
18306
18307         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
18308
18309         [BZ #15667]
18310         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
18311         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
18312
18313 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18314
18315         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
18316         DL_DST_REQ_STATIC.
18317         (DL_DST_REQ_STATIC): Remove macro.
18318
18319 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
18320
18321         [BZ #7006]
18322         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
18323         with a shift of 0 bits.
18324
18325 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18326
18327         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
18328         $(tststatic-ENV).
18329
18330 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18331
18332         [BZ #15655]
18333         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
18334
18335 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18336
18337         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
18338         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
18339         accepts -fno-tree-loop-distribute-patterns.
18340         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
18341         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
18342         recursive call.
18343         * string/memset.c (memset): Likewise.
18344         * string/test-memmove.c (simple_memmove): Disable loop transformation
18345         to library calls.
18346         * string/test-memset.c (simple_memset): Likewise.
18347         * benchtests/bench-memmove.c (simple_memmove): Likewise.
18348         * benchtests/bench-memset.c (simple_memset): Likewise.
18349         * configure: Regenerated.
18350
18351 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
18352
18353         * math/test-misc.c (main): Ignore fesetround failure when failures
18354         of subsequent rounding tests would be ignored.
18355
18356         [BZ #15654]
18357         * math/fedisblxcpt.c (fedisableexcept): Return 0.
18358         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
18359         * math/fegetenv.c (__fegetenv): Return 0.
18360         * math/fegetexcept.c (fegetexcept): Return 0.
18361         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
18362         FE_TONEAREST.
18363         * math/feholdexcpt.c (feholdexcept): Return 0.
18364         * math/fesetenv.c (__fesetenv): Return 0.
18365         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
18366         argument FE_TONEAREST.
18367         * math/feupdateenv.c (__feupdateenv): Return 0.
18368         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
18369
18370 2013-06-18  Roland McGrath  <roland@hack.frob.com>
18371
18372         * elf/rtld-Rules (rtld-compile-command.S): New variable.
18373         (rtld-compile-command.s, rtld-compile-command.c): New variables.
18374         ($(objpfx)rtld-%.os rules): Use them.
18375
18376 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18377
18378         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
18379         fields.
18380
18381 2013-06-17  Roland McGrath  <roland@hack.frob.com>
18382
18383         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
18384         length of target pattern, then descending length of dependency pattern.
18385         * configure.in (AWK): Require gawk 3.1.2 or newer.
18386         * manual/install.texi (Tools for Compilation): Say that we do.
18387         * configure: Regenerated.
18388
18389         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
18390         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
18391         * scripts/sysd-rules.awk: ... this new script.
18392         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
18393         than a glob-style pattern.
18394
18395 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
18396
18397         * math/test-misc.c (main): Do not treat incorrectly rounded
18398         conversions as failure unless ROUNDING_TESTS passes.
18399
18400 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
18401
18402         [BZ #15631]
18403         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
18404         restore exception state around main square root computation, then
18405         check for inexactness explicitly.
18406
18407         * math/libm-test.inc (fma_test_data): Add another test.
18408
18409 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
18410
18411         * manual/threads.texi (Non-POSIX Extensions): New document
18412         node.  Document pthread_getattr_default_np and
18413         pthread_setattr_default_np.
18414
18415         * Versions.def (libpthread): Add GLIBC_2.18.
18416         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
18417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
18418         Likewise.
18419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
18420         Likewise.
18421         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18422         Likewise.
18423         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18424         Likewise.
18425         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
18426         Likewise.
18427         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
18428         Likewise.
18429         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
18430         Likewise.
18431         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
18432         Likewise.
18433         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
18434         Likewise.
18435
18436 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18437
18438         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18439         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
18440
18441 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
18442             H.J. Lu  <hjl.tools@gmail.com>
18443
18444         [BZ #15627]
18445         * sysdeps/x86_64/rtld-memset.c: Remove file.
18446         * sysdeps/x86_64/rtld-memset.S: New file.
18447
18448 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
18449
18450         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
18451         (test_in_one_mode): Take arguments for whether the rounding mode
18452         is supported for each floating-point type.
18453         (do_test): Pass new arguments to test_in_one_mode using
18454         ROUNDING_TESTS.
18455
18456 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18457
18458         * posix/tst-waitid.c (do_test): Distinguish different instances of
18459         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
18460         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
18461         before entering the kernel for waitpid.
18462
18463 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18464
18465         * NEWS: Fix note on clock function precision.  Text by Roland
18466         McGrath.
18467
18468 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18469
18470         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
18471         it into place only when and if the sanity check passes.
18472
18473 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
18474
18475         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
18476         output for whether conversion result is exact.  Take argument
18477         indicating whether type is IBM long double.
18478         (round_for_all): Change need_exact field to ibm_ld.
18479         * stdlib/tst-strtod-round.c (struct exactness): New type.
18480         (struct test): Change bool ld_ok field to struct exactness exact.
18481         (TEST): Update all definitions for change to field.
18482         (tests): Regenerate array contents.
18483         (test_in_one_mode): Take pointer to new field instead of old ld_ok
18484         field value.  Check for IBM long double here.
18485         (do_test): Update calls to test_in_one_mode.
18486
18487 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18488
18489         [BZ #12515]
18490         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
18491         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
18492
18493 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18494
18495         [BZ #15605]
18496         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
18497         generated by the compiler on loop optimizations.
18498         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
18499         general definitions.
18500
18501 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
18502
18503         * math/bug-nextafter.c: Include <math-tests.h>.
18504         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18505         the relevant type.
18506         * math/bug-nexttoward.c: Include <math-tests.h>.
18507         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18508         the relevant type.
18509         * math/test-misc.c: Include <math-tests.h>.
18510         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18511         the relevant type.
18512
18513 2013-06-12  Andreas Jaeger  <aj@suse.de>
18514
18515         * po/ia.po: Update Interlingua translation from translation
18516         project.
18517
18518 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
18519
18520         * include/fenv.h: Include stdbool.h.
18521         (struct rm_ctx): New structure.
18522         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
18523         Define macro.
18524         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
18525         (SET_RESTORE_ROUNDF): Likewise.
18526         (SET_RESTORE_ROUNDL): Likewise.
18527         (SET_RESTORE_ROUND_NOEX): Likewise.
18528         (SET_RESTORE_ROUND_NOEXF): Likewise.
18529         (SET_RESTORE_ROUND_NOEXL): Likewise.
18530         (SET_RESTORE_ROUND_53BIT): Likewise.
18531         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
18532         (libc_feresetround_noexf_ctx): Likewise.
18533         (libc_feresetround_noexl_ctx): Likewise.
18534         (libc_feholdsetround_53bit_ctx): Likewise.
18535         (libc_feresetround_53bit_ctx): Likewise.
18536         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
18537         (libc_feholdexcept_setround_sse_ctx): New function.
18538         (libc_fesetenv_sse_ctx): Likewise.
18539         (libc_feupdateenv_sse_ctx): Likewise.
18540         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
18541         (libc_feholdexcept_setround_387_ctx): Likewise.
18542         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
18543         (libc_feholdsetround_387_prec_ctx): Likewise.
18544         (libc_feholdsetround_387_ctx): Likewise.
18545         (libc_feholdsetround_387_53bit_ctx): Likewise.
18546         (libc_feholdsetround_sse_ctx): Likewise.
18547         (libc_feresetround_sse_ctx): Likewise.
18548         (libc_feresetround_387_ctx): Likewise.
18549         (libc_feupdateenv_387_ctx): Likewise.
18550         (libc_feholdexcept_setroundf_ctx): Define macro.
18551         (libc_fesetenvf_ctx): Likewise.
18552         (libc_feupdateenvf_ctx): Likewise.
18553         (libc_feholdsetroundf_ctx): Likewise.
18554         (libc_feresetroundf_ctx): Likewise.
18555         (libc_feholdexcept_setround_ctx): Likewise.
18556         (libc_fesetenv_ctx): Likewise.
18557         (libc_feupdateenv_ctx): Likewise.
18558         (libc_feholdsetround_ctx): Likewise.
18559         (libc_feresetround_ctx): Likewise.
18560         (libc_feholdexcept_setroundl_ctx): Likewise.
18561         (libc_feupdateenvl_ctx): Likewise.
18562         (libc_feholdsetroundl_ctx): Likewise.
18563         (libc_feresetroundl_ctx): Likewise.
18564         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
18565         (libc_feresetround_53bit_ctx): Likewise.
18566
18567 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18568
18569         * locale/iso-639.def: Convert to UTF-8.
18570
18571 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
18572
18573         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
18574         (EXCEPTION_TESTS_double): Likewise.
18575         (EXCEPTION_TESTS_long_double): Likewise.
18576         (EXCEPTION_TESTS): Likewise.
18577         * math/libm-test.inc (test_exceptions): Only test exceptions if
18578         EXCEPTION_TESTS (FLOAT).
18579
18580 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18581
18582         * benchtests/Makefile (string-bench): Add strcpy_chk and
18583         stpcpy_chk.
18584         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
18585         * benchtests/bench-stpcpy_chk.c: New file.
18586         * benchtests/bench-strcpy_chk-ifunc.c: New file.
18587         * benchtests/bench-strcpy_chk.c: New file.
18588         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
18589         code.
18590         (do_test): Likewise.
18591
18592 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18593
18594         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
18595         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
18596         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
18597         with tabs where appropriate.
18598         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
18599         dl-procinfo.h.
18600         [PPC_PLATFORM_PPC440]: Likewise.
18601         [PPC_PLATFORM_PPC464]: Likewise.
18602         [PPC_PLATFORM_PPC476]: Likewise.
18603         (_dl_string_platform): Add support for detecting ppc405, ppc440,
18604         ppc464, and ppc476 platform strings merging from ports/
18605         dl-procinfo.h.
18606
18607 2013-06-11  Andreas Schwab  <schwab@suse.de>
18608
18609         [BZ #14991]
18610         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
18611         (from_ucs4_idx): Regenerate.
18612         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
18613         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
18614         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
18615         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
18616         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
18617         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
18618         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
18619         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
18620         from FROM_LOOP and TO_LOOP specific macros.
18621         (BODY): Handle combining characters.
18622         * iconvdata/BIG5HKSCS.irreversible: Update.
18623         * iconvdata/BIG5HKSCS.precomposed: New file.
18624         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
18625         characters.
18626         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
18627
18628 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18629
18630         * include/sys/time.h: Fix indentation and add copyright header.
18631
18632         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
18633         (do_test): Likewise.
18634         * string/test-memchr.c (do_one_test): Likewise.
18635         (do_test): Likewise.
18636         * string/test-memcmp.c (do_one_test): Likewise.
18637         (do_test): Likewise.
18638         * string/test-memcpy.c (do_one_test): Likewise.
18639         (do_test): Likewise.
18640         * string/test-memmem.c (do_one_test): Likewise.
18641         (do_test): Likewise.
18642         (do_random_tests): Likewise.
18643         * string/test-memmove.c (do_one_test): Likewise.
18644         (do_test): Likewise.
18645         * string/test-memset.c (do_one_test): Likewise.
18646         (do_test): Likewise.
18647         * string/test-rawmemchr.c (do_one_test): Likewise.
18648         (do_test): Likewise.
18649         * string/test-strcasecmp.c (do_one_test): Likewise.
18650         (do_test): Likewise.
18651         * string/test-strcasestr.c (do_one_test): Likewise.
18652         (do_test): Likewise.
18653         * string/test-strcat.c (do_one_test): Likewise.
18654         (do_test): Likewise.
18655         * string/test-strchr.c (do_one_test): Likewise.
18656         (do_test): Likewise.
18657         * string/test-strcmp.c (do_one_test): Likewise.
18658         (do_test): Likewise.
18659         * string/test-strcpy.c (do_one_test): Likewise.
18660         (do_test): Likewise.
18661         * string/test-string.h: Likewise.
18662         (test_init): Likewise.
18663         * string/test-strlen.c (do_one_test): Likewise.
18664         (do_test): Likewise.
18665         * string/test-strncasecmp.c (do_one_test): Likewise.
18666         (do_test): Likewise.
18667         * string/test-strncat.c (do_one_test): Likewise.
18668         (do_test): Likewise.
18669         * string/test-strncmp.c (do_one_test): Likewise.
18670         (do_test_limit): Likewise.
18671         (do_test): Likewise.
18672         * string/test-strncpy.c (do_one_test): Likewise.
18673         (do_test): Likewise.
18674         * string/test-strnlen.c (do_one_test): Likewise.
18675         (do_test): Likewise.
18676         * string/test-strpbrk.c (do_one_test): Likewise.
18677         (do_test): Likewise.
18678         * string/test-strrchr.c (do_one_test): Likewise.
18679         (do_test): Likewise.
18680         * string/test-strspn.c (do_one_test): Likewise.
18681         (do_test): Likewise.
18682         * string/test-strstr.c (do_one_test): Likewise.
18683         (do_test): Likewise.
18684
18685         * benchtests/Makefile (string-bench): Add string benchmarks.
18686         * benchtests/bench-bcopy-ifunc.c: New file.
18687         * benchtests/bench-bcopy.c: New file.
18688         * benchtests/bench-bzero-ifunc.c: New file.
18689         * benchtests/bench-bzero.c: New file.
18690         * benchtests/bench-memccpy-ifunc.c: New file.
18691         * benchtests/bench-memccpy.c: New file.
18692         * benchtests/bench-memchr-ifunc.c: New file.
18693         * benchtests/bench-memchr.c: New file.
18694         * benchtests/bench-memcmp-ifunc.c: New file.
18695         * benchtests/bench-memcmp.c: New file.
18696         * benchtests/bench-memmem-ifunc.c: New file.
18697         * benchtests/bench-memmem.c: New file.
18698         * benchtests/bench-memmove-ifunc.c: New file.
18699         * benchtests/bench-memmove.c: New file.
18700         * benchtests/bench-mempcpy-ifunc.c: New file.
18701         * benchtests/bench-mempcpy.c: New file.
18702         * benchtests/bench-memset-ifunc.c: New file.
18703         * benchtests/bench-memset.c: New file.
18704         * benchtests/bench-rawmemchr-ifunc.c: New file.
18705         * benchtests/bench-rawmemchr.c: New file.
18706         * benchtests/bench-stpcpy-ifunc.c: New file.
18707         * benchtests/bench-stpcpy.c: New file.
18708         * benchtests/bench-stpncpy-ifunc.c: New file.
18709         * benchtests/bench-stpncpy.c: New file.
18710         * benchtests/bench-strcasecmp-ifunc.c: New file.
18711         * benchtests/bench-strcasecmp.c: New file.
18712         * benchtests/bench-strcasestr-ifunc.c: New file.
18713         * benchtests/bench-strcasestr.c: New file.
18714         * benchtests/bench-strcat-ifunc.c: New file.
18715         * benchtests/bench-strcat.c: New file.
18716         * benchtests/bench-strchr-ifunc.c: New file.
18717         * benchtests/bench-strchr.c: New file.
18718         * benchtests/bench-strchrnul-ifunc.c: New file.
18719         * benchtests/bench-strchrnul.c: New file.
18720         * benchtests/bench-strcmp-ifunc.c: New file.
18721         * benchtests/bench-strcmp.c: New file.
18722         * benchtests/bench-strcpy-ifunc.c: New file.
18723         * benchtests/bench-strcpy.c: New file.
18724         * benchtests/bench-strcspn-ifunc.c: New file.
18725         * benchtests/bench-strcspn.c: New file.
18726         * benchtests/bench-strlen-ifunc.c: New file.
18727         * benchtests/bench-strlen.c: New file.
18728         * benchtests/bench-strncasecmp-ifunc.c: New file.
18729         * benchtests/bench-strncasecmp.c: New file.
18730         * benchtests/bench-strncat-ifunc.c: New file.
18731         * benchtests/bench-strncat.c: New file.
18732         * benchtests/bench-strncmp-ifunc.c: New file.
18733         * benchtests/bench-strncmp.c: New file.
18734         * benchtests/bench-strncpy-ifunc.c: New file.
18735         * benchtests/bench-strncpy.c: New file.
18736         * benchtests/bench-strnlen-ifunc.c: New file.
18737         * benchtests/bench-strnlen.c: New file.
18738         * benchtests/bench-strpbrk-ifunc.c: New file.
18739         * benchtests/bench-strpbrk.c: New file.
18740         * benchtests/bench-strrchr-ifunc.c: New file.
18741         * benchtests/bench-strrchr.c: New file.
18742         * benchtests/bench-strspn-ifunc.c: New file.
18743         * benchtests/bench-strspn.c: New file.
18744         * benchtests/bench-strstr-ifunc.c: New file.
18745         * benchtests/bench-strstr.c: New file.
18746
18747         * benchtests/Makefile: Disable parallel execution of targets.
18748         (string-bench): Add memcpy.
18749         (benchset): New variable to store a list of benchmark sets.
18750         (bench-func): Renamed from bench.
18751         (bench-set): New target.
18752         (bench): Depend on bench-func and bench-set.
18753         * benchtests/README: Add section on benchmark sets.
18754         * benchtests/bench-memcpy-ifunc.c: New file.
18755         * benchtests/bench-memcpy.c: New file.
18756         * benchtests/bench-string.h: New file.
18757
18758 2013-06-11  Andreas Schwab  <schwab@suse.de>
18759
18760         [BZ #15577]
18761         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
18762         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
18763         values in the triple.
18764         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
18765         terminator in the group key.
18766
18767 2013-06-11  Andreas Jaeger  <aj@suse.de>
18768
18769         * po/zh_TW.po: Update Chinese (traditional) translation from
18770         translation project.
18771
18772 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18773
18774         * include/time.h (__clock_gettime): Add libc_hidden_proto.
18775         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
18776         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
18777         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
18778         (clock_getcpuclockid): Likewise.
18779         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
18780         Add weak_alias and libc_hidden_def.
18781         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
18782         * rt/clock_gettime.c (clock_gettime): Rename to
18783         __clock_gettime.  Add weak_alias and libc_hidden_def.
18784         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
18785         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
18786         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
18787         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
18788         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
18789         Likewise.
18790         * rt/clock_settime.c (clock_settime): Rename to
18791         __clock_settime.  Add weak_alias and libc_hidden_def.
18792         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
18793
18794 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
18795
18796         * mach/err_boot.sub: Remove trailing whitespace.
18797         * mach/err_ipc.sub: Likewise.
18798         * mach/err_mach.sub: Likewise.
18799
18800         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
18801         (ROUNDING_TESTS_double): Likewise.
18802         (ROUNDING_TESTS_long_double): Likewise.
18803         (ROUNDING_TESTS): Likewise.
18804         * math/libm-test.inc: Include <math-tests.h>.
18805         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
18806         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
18807         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
18808         (IF_ROUND_INIT_FE_UPWARD): Likewise.
18809
18810 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
18811
18812         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
18813         of assigning.
18814
18815 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
18816
18817         * sysdeps/gnu/errlist.awk: Do not generate space at end of
18818         otherwise empty TRANS lines.
18819         * sysdeps/gnu/errlist.c: Regenerated.
18820
18821         * catgets/gencat.c (error_print): Use (void) in function
18822         definition.
18823         * crypt/crypt_util.c (__init_des): Likewise.
18824         * crypt/speeds.c (Stop): Likewise.
18825         (main): Likewise.
18826         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
18827         * inet/ruserpass.c (token): Likewise.
18828         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
18829         * intl/localealias.c (extend_alias_table): Likewise.
18830         * intl/plural-exp.c (init_germanic_plural): Likewise.
18831         * libio/fcloseall.c (__fcloseall): Likewise.
18832         * libio/genops.c (_IO_flush_all): Likewise.
18833         (_IO_flush_all_linebuffered): Likewise.
18834         (_IO_cleanup): Likewise.
18835         (_IO_iter_begin): Likewise.
18836         (_IO_iter_end): Likewise.
18837         (_IO_list_lock): Likewise.
18838         (_IO_list_unlock): Likewise.
18839         (_IO_list_resetlock): Likewise.
18840         * libio/getchar.c (getchar): Likewise.
18841         * libio/getchar_u.c (getchar_unlocked): Likewise.
18842         * libio/getwchar.c (getwchar): Likewise.
18843         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
18844         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
18845         * login/getpt.c (__getpt): Likewise.
18846         * login/tst-utmp.c (main): Likewise.
18847         * malloc/hooks.c (__malloc_check_init): Likewise.
18848         * malloc/malloc.c (__malloc_stats): Likewise.
18849         * malloc/mtrace.c (tr_break): Likewise.
18850         (mtrace): Likewise.
18851         (muntrace): Likewise.
18852         * misc/fstab.c (endfsent): Likewise.
18853         * misc/getclktck.c (__getclktck): Likewise.
18854         * misc/getdtsz.c (__getdtablesize): Likewise.
18855         * misc/gethostid.c (gethostid): Likewise.
18856         * misc/getpagesize.c (__getpagesize): Likewise.
18857         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
18858         (__get_nprocs): Likewise.
18859         (__get_phys_pages): Likewise.
18860         (__get_avphys_pages): Likewise.
18861         * misc/getttyent.c (getttyent): Likewise.
18862         (setttyent): Likewise.
18863         (endttyent): Likewise.
18864         * misc/getusershell.c (getusershell): Likewise.
18865         (endusershell): Likewise.
18866         (setusershell): Likewise.
18867         (initshells): Likewise.
18868         * misc/hsearch.c (__hdestroy): Likewise.
18869         * misc/sync.c (sync): Likewise.
18870         * misc/syslog.c (closelog_internal): Likewise.
18871         (closelog): Likewise.
18872         * misc/ttyslot.c (ttyslot): Likewise.
18873         * misc/vhangup.c (vhangup): Likewise.
18874         * posix/fork.c (__fork): Likewise.
18875         * posix/getegid.c (__getegid): Likewise.
18876         * posix/geteuid.c (__geteuid): Likewise.
18877         * posix/getgid.c (__getgid): Likewise.
18878         * posix/getpid.c (__getpid): Likewise.
18879         * posix/getppid.c (__getppid): Likewise.
18880         * posix/getuid.c (__getuid): Likewise.
18881         * posix/pause.c (pause): Likewise.
18882         * posix/setpgrp.c (setpgrp): Likewise.
18883         * posix/setsid.c (__setsid): Likewise.
18884         * posix/test-vfork.c (noop): Likewise.
18885         * resolv/gethnamaddr.c (_endhtent): Likewise.
18886         (_gethtent): Likewise.
18887         (ht_endhostent): Likewise.
18888         (gethostent): Likewise.
18889         (dns_service): Likewise.
18890         * stdlib/drand48.c (drand48): Likewise.
18891         * stdlib/lrand48.c (lrand48): Likewise.
18892         * stdlib/mrand48.c (mrand48): Likewise.
18893         * stdlib/rand.c (rand): Likewise.
18894         * stdlib/random.c (__random): Likewise.
18895         * stdlib/setenv.c (clearenv): Likewise.
18896         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
18897         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
18898         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
18899         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
18900         (__get_nprocs): Likewise.
18901         (__get_phys_pages): Likewise.
18902         (__get_avphys_pages): Likewise.
18903         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
18904         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
18905         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
18906         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
18907         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
18908         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
18909         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
18910         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
18911         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
18912         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
18913         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
18914         * sysdeps/mach/hurd/sync.c (sync): Likewise.
18915         * sysdeps/posix/clock.c (clock): Likewise.
18916         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
18917         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
18918         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
18919         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
18920         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
18921         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
18922         (__get_nprocs_conf): Likewise.
18923         (__get_phys_pages): Likewise.
18924         (__get_avphys_pages): Likewise.
18925         * time/clock.c (clock): Likewise.
18926         * time/tzset.c (__tzname_max): Likewise.
18927
18928 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
18929
18930         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
18931         (__bswap_32): Do not use "register".
18932         * crypt/crypt.c (_ufc_doit_r): Likewise.
18933         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18934         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18935         * gmon/gmon.c (__monstartup): Likewise.
18936         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
18937         * hurd/hurdmalloc.c (more_memory): Likewise.
18938         (malloc): Likewise.
18939         (free): Likewise.
18940         (realloc): Likewise.
18941         (malloc_fork_prepare): Likewise.
18942         (malloc_fork_parent): Likewise.
18943         (malloc_fork_child): Likewise.
18944         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
18945         (_svcauth_des): Likewise.
18946         * inet/inet_lnaof.c (inet_lnaof): Likewise.
18947         * inet/inet_net.c (inet_network): Likewise.
18948         * inet/inet_netof.c (inet_netof): Likewise.
18949         * inet/rcmd.c (__validuser2_sa): Likewise.
18950         * io/fts.c (fts_open): Likewise.
18951         (fts_load): Likewise.
18952         (fts_close): Likewise.
18953         (fts_read): Likewise.
18954         (fts_children): Likewise.
18955         (fts_build): Likewise.
18956         (fts_stat): Likewise.
18957         (fts_sort): Likewise.
18958         (fts_alloc): Likewise.
18959         (fts_lfree): Likewise.
18960         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
18961         (_IO_file_xsgetn): Likewise.
18962         (_IO_file_xsgetn_mmap): Likewise.
18963         * libio/iofopncook.c (_IO_cookie_read): Likewise.
18964         (_IO_cookie_write): Likewise.
18965         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
18966         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
18967         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
18968         * malloc/obstack.c (_obstack_begin): Likewise.
18969         (_obstack_begin_1): Likewise.
18970         (_obstack_newchunk): Likewise.
18971         (_obstack_allocated_p): Likewise.
18972         (obstack_free): Likewise.
18973         (_obstack_memory_used): Likewise.
18974         * misc/getttyent.c (getttynam): Likewise.
18975         (getttyent): Likewise.
18976         (skip): Likewise.
18977         (value): Likewise.
18978         * misc/getusershell.c (initshells): Likewise.
18979         * misc/syslog.c (__vsyslog_chk): Likewise.
18980         * misc/ttyslot.c (ttyslot): Likewise.
18981         * nis/nis_hash.c (__nis_hash): Likewise.
18982         * posix/fnmatch_loop.c (FCT): Likewise.
18983         * posix/getconf.c (print_all): Likewise.
18984         (main): Likewise.
18985         * posix/getopt.c (exchange): Likewise.
18986         * posix/glob.c (globfree): Likewise.
18987         (prefix_array): Likewise.
18988         (__glob_pattern_type): Likewise.
18989         * resolv/arpa/nameser.h (NS_GET16): Likewise.
18990         (NS_GET32): Likewise.
18991         (NS_PUT16): Likewise.
18992         (NS_PUT32): Likewise.
18993         * resolv/gethnamaddr.c (getanswer): Likewise.
18994         (gethostbyname2): Likewise.
18995         (gethostbyaddr): Likewise.
18996         (_gethtent): Likewise.
18997         (_gethtbyname2): Likewise.
18998         (_gethtbyaddr): Likewise.
18999         * resolv/ns_print.c (dst_s_get_int16): Likewise.
19000         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
19001         * resolv/res_init.c (__res_vinit): Likewise.
19002         (net_mask): Likewise.
19003         * resolv/res_mkquery.c (outchar): Likewise.
19004         (PRINT): Likewise.
19005         * stdio-common/printf_fp.c (outchar): Likewise.
19006         (PRINT): Likewise.
19007         * stdio-common/printf_fphex.c (outchar): Likewise.
19008         (PRINT): Likewise.
19009         * stdio-common/printf_size.c (outchar): Likewise.
19010         (PRINT): Likewise.
19011         * stdio-common/test_rdwr.c (main): Likewise.
19012         * stdio-common/tfformat.c (matches): Likewise.
19013         * stdio-common/vfprintf.c (outchar): Likewise.
19014         (printf_unknown): Likewise.
19015         (buffered_vfprintf): Likewise.
19016         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19017         * stdio-common/xbug.c (AppendToBuffer): Likewise.
19018         (ReadFile): Likewise.
19019         * stdlib/qsort.c (SWAP): Likewise.
19020         (_quicksort): Likewise.
19021         * stdlib/setenv.c (__add_to_environ): Likewise.
19022         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19023         * stdlib/strtol_l.c (__strtol_l): Likewise.
19024         * stdlib/tst-strtod.c (main): Likewise.
19025         * stdlib/tst-strtol.c (main): Likewise.
19026         * stdlib/tst-strtoll.c (main): Likewise.
19027         * string/bits/string2.h (__strcmp_cc): Likewise.
19028         (__strcmp_cg): Likewise.
19029         (__strcspn_c1): Likewise.
19030         (__strcspn_c2): Likewise.
19031         (__strcspn_c3): Likewise.
19032         (__strspn_c1): Likewise.
19033         (__strspn_c2): Likewise.
19034         (__strspn_c3): Likewise.
19035         (__strsep_1c): Likewise.
19036         (__strsep_2c): Likewise.
19037         (__strsep_3c): Likewise.
19038         * string/memccpy.c (__memccpy): Likewise.
19039         * string/stpcpy.c (__stpcpy): Likewise.
19040         * string/strcmp.c (strcmp): Likewise.
19041         * string/strrchr.c (strrchr): Likewise.
19042         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
19043         Likewise.
19044         * sysdeps/mach/hurd/getcwd.c
19045         (_hurd_canonicalize_directory_name_internal): Likewise.
19046         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
19047         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
19048         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
19049         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
19050         Likewise, in both definitions.
19051         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
19052         definitions.
19053         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
19054         64] (__bswap_64): Likewise.
19055         * time/test_time.c (main): Likewise.
19056         * time/tzfile.c (__tzfile_read): Likewise.
19057         (__tzfile_compute): Likewise.
19058         * time/tzset.c (__tzset_parse_tz): Likewise.
19059         (tzset_internal): Likewise.
19060         (compute_change): Likewise.
19061         * wcsmbs/wcscat.c (__wcscat): Likewise.
19062         * wcsmbs/wcschr.c (wcschr): Likewise.
19063         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
19064         * wcsmbs/wcscspn.c (wcscspn): Likewise.
19065         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
19066         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
19067         * wcsmbs/wcsspn.c (wcsspn): Likewise.
19068         * wcsmbs/wcsstr.c (wcsstr): Likewise.
19069         * wcsmbs/wmemchr.c (wmemchr): Likewise.
19070         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
19071         * wcsmbs/wmemset.c (wmemset): Likewise.
19072
19073 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
19074
19075         * scripts/config.guess: Update to version 2013-05-16.
19076         * scripts/config.sub: Update to version 2013-04-24.
19077         * scripts/install-sh: Update to version 2011-11-20.07.
19078         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
19079         * scripts/move-if-change: Update to version 2012-01-06 07:23.
19080
19081 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
19082
19083         * debug/fgetws_u_chk.c: Fix leading whitespaces.
19084         * elf/sln.c: Likewise.
19085         * hurd/hurd/ioctl.h: Likewise.
19086         * hurd/hurdmalloc.c: Likewise.
19087         * hurd/xattr.c: Likewise.
19088         * include/shlib-compat.h: Likewise.
19089         * inet/ruserpass.c: Likewise.
19090         * libio/iofgets_u.c: Likewise.
19091         * libio/iofgetws_u.c: Likewise.
19092         * locale/programs/ld-identification.c: Likewise.
19093         * locale/programs/ld-time.c: Likewise.
19094         * mach/msg-destroy.c: Likewise.
19095         * nss/nss_files/files-netgrp.c: Likewise.
19096         * resolv/res_data.c: Likewise.
19097         * soft-fp/op-1.h: Likewise.
19098         * soft-fp/op-2.h: Likewise.
19099         * soft-fp/op-4.h: Likewise.
19100         * soft-fp/op-common.h: Likewise.
19101         * stdio-common/printf_fphex.c: Likewise.
19102         * stdlib/strtod_l.c: Likewise.
19103         * sunrpc/rpc/clnt.h: Likewise.
19104         * sysdeps/generic/framestate.c: Likewise.
19105         * sysdeps/i386/bsd-_setjmp.S: Likewise.
19106         * sysdeps/i386/bsd-setjmp.S: Likewise.
19107         * sysdeps/i386/__longjmp.S: Likewise.
19108         * sysdeps/i386/setjmp.S: Likewise.
19109         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19110         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
19111         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19112         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
19113         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
19114         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
19115         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
19116         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
19117         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
19118         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
19119         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
19120         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
19121         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
19122         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
19123         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
19124         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
19125         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
19126         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
19127         * sysdeps/ieee754/support.c: Likewise.
19128         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
19129         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
19130         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
19131         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
19132         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
19133         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
19134         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
19135         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
19136         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
19137         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
19138         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
19139         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
19140         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
19141         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
19142         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
19143         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
19144         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
19145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
19146
19147 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
19148
19149         * posix/transbug.c: Remove executable mode.
19150
19151 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
19152
19153         * crypt/speeds.c: Remove trailing whitespace.
19154         * dlfcn/default.c: Likewise.
19155         * elf/ifuncdep2.c: Likewise.
19156         * elf/ifuncmain1.c: Likewise.
19157         * elf/ifuncmain1vis.c: Likewise.
19158         * elf/testobj.h: Likewise.
19159         * elf/tst-stackguard1.c: Likewise.
19160         * gmon/sys/gmon.h: Likewise.
19161         * hurd/hurdmsg.c: Likewise.
19162         * hurd/new-fd.c: Likewise.
19163         * hurd/ports-get.c: Likewise.
19164         * iconvdata/ibm1008_420.c: Likewise.
19165         * inet/tst-getni1.c: Likewise.
19166         * inet/tst-getni2.c: Likewise.
19167         * libio/ioungetc.c: Likewise.
19168         * libio/wfiledoalloc.c: Likewise.
19169         * manual/libm-err-tab.pl: Likewise.
19170         * math/w_dremf.c: Likewise.
19171         * misc/ftruncate.c: Likewise.
19172         * posix/bug-glob2.c: Likewise.
19173         * posix/tst-pcre.c: Likewise.
19174         * posix/wait4.c: Likewise.
19175         * resolv/README: Likewise.
19176         * resolv/res_debug.h: Likewise.
19177         * resolv/tst-inet_ntop.c: Likewise.
19178         * setjmp/bug269-setjmp.c: Likewise.
19179         * soft-fp/extended.h: Likewise.
19180         * soft-fp/op-1.h: Likewise.
19181         * soft-fp/op-2.h: Likewise.
19182         * soft-fp/op-4.h: Likewise.
19183         * soft-fp/op-8.h: Likewise.
19184         * soft-fp/testit.c: Likewise.
19185         * stdio-common/bug16.c: Likewise.
19186         * stdlib/random.c: Likewise.
19187         * sunrpc/rpcsvc/rquota.x: Likewise.
19188         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
19189         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
19190         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19191         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
19192         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
19193         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
19194         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
19195         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
19196         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
19197         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
19198         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
19199         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
19200         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
19201         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
19202         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
19203         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
19204         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
19205         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
19206         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
19207         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
19208         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
19209         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
19210         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
19211         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
19212         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
19213         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
19214         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
19215         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
19216         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
19217         * sysdeps/ieee754/s_lib_version.c: Likewise.
19218         * sysdeps/mach/hurd/check_fds.c: Likewise.
19219         * sysdeps/mach/hurd/getsockname.c: Likewise.
19220         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
19221         * sysdeps/mach/hurd/recvfrom.c: Likewise.
19222         * sysdeps/powerpc/bits/link.h: Likewise.
19223         * sysdeps/powerpc/dl-procinfo.c: Likewise.
19224         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
19225         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
19226         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
19227         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
19228         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
19229         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
19230         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
19231         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
19232         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
19233         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
19234         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
19235         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
19236         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
19237         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
19238         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
19239         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
19240         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
19241         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
19242         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
19243         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
19244         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
19245         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19246         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
19247         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
19248         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
19249         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
19250         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
19251         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
19252         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
19253         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
19254         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
19255         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19256         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
19257         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
19258         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
19259         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
19260         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
19261         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
19262         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
19263         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
19264         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
19265         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
19266         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
19267         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
19268         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
19269         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
19270         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
19271         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
19272         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
19273         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19274         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19275         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
19276         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
19277         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
19278         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
19279         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
19280         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19281         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
19282         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
19283         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
19284         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
19285         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
19286         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
19287         * sysdeps/powerpc/sysdep.h: Likewise.
19288         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
19289         * sysdeps/s390/s390-64/sub_n.S: Likewise.
19290         * sysdeps/sh/dl-trampoline.S: Likewise.
19291         * sysdeps/sh/memset.S: Likewise.
19292         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
19293         * sysdeps/sh/strlen.S: Likewise.
19294         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
19295         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
19296         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
19297         * sysdeps/sparc/sparc32/rem.S: Likewise.
19298         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
19299         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
19300         * sysdeps/sparc/sparc32/strchr.S: Likewise.
19301         * sysdeps/sparc/sparc32/udiv.S: Likewise.
19302         * sysdeps/sparc/sparc32/urem.S: Likewise.
19303         * sysdeps/sparc/sparc64/add_n.S: Likewise.
19304         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
19305         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
19306         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
19307         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
19308         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
19309         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
19310         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
19311         * sysdeps/unix/bsd/times.c: Likewise.
19312         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
19313         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
19314         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
19315         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
19316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
19317         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
19318         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19319         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
19320         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
19321         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
19322         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
19323         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
19324         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
19325         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
19326         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
19327         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
19328         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
19329         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
19330         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
19331         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
19332         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
19333         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
19334         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
19335         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
19336         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
19337         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
19338         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
19339         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
19340         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
19341         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
19342         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
19343         * sysdeps/x86_64/strcspn.S: Likewise.
19344
19345 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19346
19347         * locale/C-translit.h: Revert #include <stdint.h> because this is a
19348         generated file.  Regenerate properly from gen-translit.pl.
19349         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
19350         locale/C-translit.h.
19351
19352 2013-06-05  Andreas Schwab  <schwab@suse.de>
19353
19354         [BZ #15100]
19355         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
19356         week as 6 instead of -1.
19357         * time/tst-strptime.c (day_tests): Add test case.
19358
19359 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19360
19361         * sysdeps/generic/math_private.h
19362         (libc_feholdexcept_setround_53bit): Replace with
19363         libc_feholdsetround_53bit.
19364         (libc_feupdateenv_53bit): Replace with
19365         libc_feresetround_53bit.
19366         (SET_RESTORE_ROUND_53BIT): Adjust.
19367
19368 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
19369
19370         * string/test-strchrnul.c: Add copyright header.
19371
19372         * posix/tst-getaddrinfo4.c: Increase test timeout.
19373
19374 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
19375
19376         [BZ #15536]
19377         * math/libm-test.inc (MAX_EXP): Remove
19378         (MIN_EXP): Define.
19379         (ulp): Use MIN_EXP - MANT_DIG.
19380         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
19381
19382 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
19383
19384         * po/be.po: Revert last change.
19385         * po/zh_CN.po: Likewise.
19386         * po/header.pot: Likewise.
19387
19388 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
19389
19390         * Makefile ($(common-objpfx)linkobj/libc.so): Define
19391         link-libc-deps to empty as target-specific variable.
19392         * Makerules (link-libc-args): New variable.
19393         (libc-for-link): Likewise.
19394         (link-libc-deps): Likewise.
19395         (lib%.so): Depend on $(link-libc-deps).  Link with
19396         $(link-libc-args).
19397         (build-module): Link with $(link-libc-args).
19398         (build-module-asneeded): Likewise.
19399         (build-module-helper-objlist): Filter out $(link-libc-deps) from
19400         list of objects.
19401         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
19402         target-specific variable.
19403         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
19404         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
19405         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
19406         libc.
19407         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
19408         libc and ld.so.
19409         ($(objpfx)libpcprofile.so): Likewise.
19410         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
19411         libc_nonshared.a.
19412         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
19413         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
19414         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
19415         $(link-libc-deps).
19416         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
19417         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
19418         * login/Makefile ($(objpfx)libutil.so): Likewise.
19419         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
19420         * math/Makefile ($(objpfx)libm.so): Likewise.
19421         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
19422         $(objpfx)libnsl.so): Define libc-for-link as target-specific
19423         variable instead of depending directly on libc.
19424         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
19425         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
19426         $(link-libc-deps).
19427         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
19428         libc.
19429         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
19430         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
19431         ($(objpfx)libanl.so): Likewise.
19432         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
19433         ld.so.
19434         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
19435         $(link-libc-deps).
19436         * sysdeps/i386/fpu/Makefile: Remove file.
19437         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
19438         ($(objpfx)libm.so): Remove dependency on ld.so.
19439
19440 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
19441
19442         [BZ # 15553]
19443         * nis/yp_xdr.c (XDRMAXNAME): Define.
19444         (XDRMAXRECORD): Define.
19445         (xdr_domainname): Use XDRMAXNAME.
19446         (xdr_mapname): Likewise.
19447         (xdr_peername): Likewise.
19448         (xdr_keydat): Use XDRMAXRECORD.
19449         (xdr_valdat): Likewise.
19450
19451 2013-05-30  Jeff Law  <law@redhat.com>
19452
19453         [BZ #14256]
19454         * manual/errno.texi (ESTALE): Update to account for more than
19455         just NFS file systems.
19456         * sysdeps/gnu/errlist.c: Regenerated.
19457
19458 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19459
19460         [BZ #15465]
19461         * elf/Makefile (tests): Add tst-null-argv.
19462         (modules-names):  Add tst-null-argv-lib.
19463         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
19464         (tst-null-argv-ENV): Set environment for tst-null-argv.
19465         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
19466         (RTLD_PROGNAME): New macro.
19467         * elf/tst-null-argv.c: New test case.
19468         * elf/tst-null-argv-lib.c: Library for test case.
19469         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
19470         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
19471         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
19472         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
19473         * elf/dl-init.c (call_init): Likewise.
19474         (_dl_init): Likewise.
19475         * elf/dl-load.c (print_search_path): Likewise.
19476         (_dl_map_object): Likewise.
19477         * elf/dl-lookup.c (do_lookup_x): Likewise.
19478         (add_dependency): Likewise.
19479         (_dl_lookup_symbol_x): Likewise.
19480         (_dl_debug_bindings): Likewise.
19481         * elf/dl-open.c (_dl_show_scope): Likewise.
19482         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19483         * elf/dl-version.c (match_symbol): Likewise.
19484         (_dl_check_map_versions): Likewise.
19485         * elf/rtld.c (dl_main): Likewise.
19486         (print_unresolved): Use RTLD_PROGNAME.
19487         (print_missing_version): Likewise.
19488         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
19489         (elf_machine_rela): Likewise.
19490         * sysdeps/powerpc/powerpc32/dl-machine.c
19491         (__process_machine_rela): Likewise.
19492         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
19493         Likewise.
19494         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
19495         Likewise.
19496         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
19497         Likewise.
19498         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19499         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
19500         Likewise.
19501         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
19502         Likewise.
19503         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
19504
19505 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
19506
19507         * po/be.po: Add descriptive title.
19508         * po/zh_CN.po: Likewise.
19509         * po/header.pot: Likewise.
19510
19511 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
19512
19513         * locale/programs/locarchive.c (create_archive): Inlucde fname in
19514         error message.
19515         (enlarge_archive): Likewise.
19516
19517 2013-05-28  Ben North  <ben@redfrontdoor.org>
19518
19519         * manual/arith.texi (frexp): It is the magnitude of the return
19520         value which lies in [0.5, 1), not the return value itself.
19521
19522 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19523
19524         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19525
19526 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
19527
19528         * stdio-common/bug26.c (main): Correct fscanf template.
19529
19530         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
19531         declare _dl_skip_args.
19532
19533         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
19534         Don't declare.
19535
19536         * manual/platform.texi: Add missing @end deftypefun.
19537
19538 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19539
19540         [BZ #15529]
19541         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
19542         bit of mantissa of 2^16382.
19543         * math/libm-test.inc (hypot_test_data): Add more tests.
19544
19545         * math/libm-test.inc: Add drem and pow10 to list of tested
19546         functions.
19547         (pow10_test): New function.
19548         (drem_test): Likewise.
19549         (drem_test_tonearest): Likewise.
19550         (drem_test_towardzero): Likewise.
19551         (drem_test_downward): Likewise.
19552         (drem_test_upward): Likewise.
19553         (main): Call the new functions.
19554
19555         * math/libm-test.inc (finite_test_data): Remove.
19556         (finite_test): Run tests from isfinite_test_data.
19557         (gamma_test_data): Remove.
19558         (gamma_test): Run tests from lgamma_test_data.
19559         * sysdeps/i386/fpu/libm-test-ulps: Update.
19560         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19561
19562 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19563
19564         * manual/platform.texi: Add PowerPC PPR function set documentation.
19565         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
19566         implementation.
19567
19568 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
19569
19570         * math/libm-test.inc (MAX_EXP): Define.
19571         (ULPDIFF): Define.
19572         (ulp): New function.
19573         (check_float_internal): Use ULPDIFF.
19574         (cpow_test): Disable failing test.
19575         (check_ulp): Test ulp() implemetnation.
19576         (main): Call check_ulp before starting tests.
19577
19578 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19579
19580         * math/gen-libm-test.pl (generate_testfile): Do not handle
19581         START_DATA and END_DATA.
19582         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
19583         END_DATA.
19584         (acos_tonearest_test_data): Likewise.
19585         (acos_towardzero_test_data): Likewise.
19586         (acos_downward_test_data): Likewise.
19587         (acos_upward_test_data): Likewise.
19588         (acosh_test_data): Likewise.
19589         (asin_test_data): Likewise.
19590         (asin_tonearest_test_data): Likewise.
19591         (asin_towardzero_test_data): Likewise.
19592         (asin_downward_test_data): Likewise.
19593         (asin_upward_test_data): Likewise.
19594         (asinh_test_data): Likewise.
19595         (atan_test_data): Likewise.
19596         (atanh_test_data): Likewise.
19597         (atan2_test_data): Likewise.
19598         (cabs_test_data): Likewise.
19599         (cacos_test_data): Likewise.
19600         (cacosh_test_data): Likewise.
19601         (carg_test_data): Likewise.
19602         (casin_test_data): Likewise.
19603         (casinh_test_data): Likewise.
19604         (catan_test_data): Likewise.
19605         (catanh_test_data): Likewise.
19606         (cbrt_test_data): Likewise.
19607         (ccos_test_data): Likewise.
19608         (ccosh_test_data): Likewise.
19609         (ceil_test_data): Likewise.
19610         (cexp_test_data): Likewise.
19611         (cimag_test_data): Likewise.
19612         (clog_test_data): Likewise.
19613         (clog10_test_data): Likewise.
19614         (conj_test_data): Likewise.
19615         (copysign_test_data): Likewise.
19616         (cos_test_data): Likewise.
19617         (cos_tonearest_test_data): Likewise.
19618         (cos_towardzero_test_data): Likewise.
19619         (cos_downward_test_data): Likewise.
19620         (cos_upward_test_data): Likewise.
19621         (cosh_test_data): Likewise.
19622         (cosh_tonearest_test_data): Likewise.
19623         (cosh_towardzero_test_data): Likewise.
19624         (cosh_downward_test_data): Likewise.
19625         (cosh_upward_test_data): Likewise.
19626         (cpow_test_data): Likewise.
19627         (cproj_test_data): Likewise.
19628         (creal_test_data): Likewise.
19629         (csin_test_data): Likewise.
19630         (csinh_test_data): Likewise.
19631         (csqrt_test_data): Likewise.
19632         (ctan_test_data): Likewise.
19633         (ctan_tonearest_test_data): Likewise.
19634         (ctan_towardzero_test_data): Likewise.
19635         (ctan_downward_test_data): Likewise.
19636         (ctan_upward_test_data): Likewise.
19637         (ctanh_test_data): Likewise.
19638         (ctanh_tonearest_test_data): Likewise.
19639         (ctanh_towardzero_test_data): Likewise.
19640         (ctanh_downward_test_data): Likewise.
19641         (ctanh_upward_test_data): Likewise.
19642         (erf_test_data): Likewise.
19643         (erfc_test_data): Likewise.
19644         (exp_test_data): Likewise.
19645         (exp_tonearest_test_data): Likewise.
19646         (exp_towardzero_test_data): Likewise.
19647         (exp_downward_test_data): Likewise.
19648         (exp_upward_test_data): Likewise.
19649         (exp10_test_data): Likewise.
19650         (exp2_test_data): Likewise.
19651         (expm1_test_data): Likewise.
19652         (fabs_test_data): Likewise.
19653         (fdim_test_data): Likewise.
19654         (finite_test_data): Likewise.
19655         (floor_test_data): Likewise.
19656         (fma_test_data): Likewise.
19657         (fma_towardzero_test_data): Likewise.
19658         (fma_downward_test_data): Likewise.
19659         (fma_upward_test_data): Likewise.
19660         (fmax_test_data): Likewise.
19661         (fmin_test_data): Likewise.
19662         (fmod_test_data): Likewise.
19663         (fpclassify_test_data): Likewise.
19664         (frexp_test_data): Likewise.
19665         (gamma_test_data): Likewise.
19666         (hypot_test_data): Likewise.
19667         (ilogb_test_data): Likewise.
19668         (isfinite_test_data): Likewise.
19669         (isgreater_test_data): Likewise.
19670         (isgreaterequal_test_data): Likewise.
19671         (isinf_test_data): Likewise.
19672         (isless_test_data): Likewise.
19673         (islessequal_test_data): Likewise.
19674         (islessgreater_test_data): Likewise.
19675         (isnan_test_data): Likewise.
19676         (isnormal_test_data): Likewise.
19677         (issignaling_test_data): Likewise.
19678         (isunordered_test_data): Likewise.
19679         (j0_test_data): Likewise.
19680         (j1_test_data): Likewise.
19681         (jn_test_data): Likewise.
19682         (ldexp_test_data): Likewise.
19683         (lgamma_test_data): Likewise.
19684         (lrint_test_data): Likewise.
19685         (lrint_tonearest_test_data): Likewise.
19686         (lrint_towardzero_test_data): Likewise.
19687         (lrint_downward_test_data): Likewise.
19688         (lrint_upward_test_data): Likewise.
19689         (llrint_test_data): Likewise.
19690         (llrint_tonearest_test_data): Likewise.
19691         (llrint_towardzero_test_data): Likewise.
19692         (llrint_downward_test_data): Likewise.
19693         (llrint_upward_test_data): Likewise.
19694         (log_test_data): Likewise.
19695         (log10_test_data): Likewise.
19696         (log1p_test_data): Likewise.
19697         (log2_test_data): Likewise.
19698         (logb_test_data): Likewise.
19699         (logb_downward_test_data): Likewise.
19700         (lround_test_data): Likewise.
19701         (llround_test_data): Likewise.
19702         (modf_test_data): Likewise.
19703         (nearbyint_test_data): Likewise.
19704         (nextafter_test_data): Likewise.
19705         (nexttoward_test_data): Likewise.
19706         (pow_test_data): Likewise.
19707         (pow_tonearest_test_data): Likewise.
19708         (pow_towardzero_test_data): Likewise.
19709         (pow_downward_test_data): Likewise.
19710         (pow_upward_test_data): Likewise.
19711         (remainder_test_data): Likewise.
19712         (remainder_tonearest_test_data): Likewise.
19713         (remainder_towardzero_test_data): Likewise.
19714         (remainder_downward_test_data): Likewise.
19715         (remainder_upward_test_data): Likewise.
19716         (remquo_test_data): Likewise.
19717         (rint_test_data): Likewise.
19718         (rint_tonearest_test_data): Likewise.
19719         (rint_towardzero_test_data): Likewise.
19720         (rint_downward_test_data): Likewise.
19721         (rint_upward_test_data): Likewise.
19722         (round_test_data): Likewise.
19723         (scalb_test_data): Likewise.
19724         (scalbn_test_data): Likewise.
19725         (scalbln_test_data): Likewise.
19726         (signbit_test_data): Likewise.
19727         (sin_test_data): Likewise.
19728         (sin_tonearest_test_data): Likewise.
19729         (sin_towardzero_test_data): Likewise.
19730         (sin_downward_test_data): Likewise.
19731         (sin_upward_test_data): Likewise.
19732         (sincos_test_data): Likewise.
19733         (sinh_test_data): Likewise.
19734         (sinh_tonearest_test_data): Likewise.
19735         (sinh_towardzero_test_data): Likewise.
19736         (sinh_downward_test_data): Likewise.
19737         (sinh_upward_test_data): Likewise.
19738         (sqrt_test_data): Likewise.
19739         (tan_test_data): Likewise.
19740         (tan_tonearest_test_data): Likewise.
19741         (tan_towardzero_test_data): Likewise.
19742         (tan_downward_test_data): Likewise.
19743         (tan_upward_test_data): Likewise.
19744         (tanh_test_data): Likewise.
19745         (tgamma_test_data): Likewise.
19746         (trunc_test_data): Likewise.
19747         (y0_test_data): Likewise.
19748         (y1_test_data): Likewise.
19749         (yn_test_data): Likewise.
19750         (significand_test_data): Likewise.
19751
19752         * math/gen-libm-test.pl (@functions): Remove variable.
19753         (generate_testfile): Don't handle START and END lines.
19754         * math/libm-test.inc (START): New macro.
19755         (END): Likewise.
19756         (END_COMPLEX): Likewise.
19757         (acos_test): Use END macro without arguments.
19758         (acos_test_tonearest): Likewise.
19759         (acos_test_towardzero): Likewise.
19760         (acos_test_downward): Likewise.
19761         (acos_test_upward): Likewise.
19762         (acosh_test): Likewise.
19763         (asin_test): Likewise.
19764         (asin_test_tonearest): Likewise.
19765         (asin_test_towardzero): Likewise.
19766         (asin_test_downward): Likewise.
19767         (asin_test_upward): Likewise.
19768         (asinh_test): Likewise.
19769         (atan_test): Likewise.
19770         (atanh_test): Likewise.
19771         (atan2_test): Likewise.
19772         (cabs_test): Likewise.
19773         (cacos_test): Use END_COMPLEX macro without arguments.
19774         (cacosh_test): Likewise.
19775         (carg_test): Use END macro without arguments.
19776         (casin_test): Use END_COMPLEX macro without arguments.
19777         (casinh_test): Likewise.
19778         (catan_test): Likewise.
19779         (catanh_test): Likewise.
19780         (cbrt_test): Use END macro without arguments.
19781         (ccos_test): Use END_COMPLEX macro without arguments.
19782         (ccosh_test): Likewise.
19783         (ceil_test): Use END macro without arguments.
19784         (cexp_test): Use END_COMPLEX macro without arguments.
19785         (cimag_test): Use END macro without arguments.
19786         (clog_test): Use END_COMPLEX macro without arguments.
19787         (clog10_test): Likewise.
19788         (conj_test): Likewise.
19789         (copysign_test): Use END macro without arguments.
19790         (cos_test): Likewise.
19791         (cos_test_tonearest): Likewise.
19792         (cos_test_towardzero): Likewise.
19793         (cos_test_downward): Likewise.
19794         (cos_test_upward): Likewise.
19795         (cosh_test): Likewise.
19796         (cosh_test_tonearest): Likewise.
19797         (cosh_test_towardzero): Likewise.
19798         (cosh_test_downward): Likewise.
19799         (cosh_test_upward): Likewise.
19800         (cpow_test): Use END_COMPLEX macro without arguments.
19801         (cproj_test): Likewise.
19802         (creal_test): Use END macro without arguments.
19803         (csin_test): Use END_COMPLEX macro without arguments.
19804         (csinh_test): Likewise.
19805         (csqrt_test): Likewise.
19806         (ctan_test): Likewise.
19807         (ctan_test_tonearest): Likewise.
19808         (ctan_test_towardzero): Likewise.
19809         (ctan_test_downward): Likewise.
19810         (ctan_test_upward): Likewise.
19811         (ctanh_test): Likewise.
19812         (ctanh_test_tonearest): Likewise.
19813         (ctanh_test_towardzero): Likewise.
19814         (ctanh_test_downward): Likewise.
19815         (ctanh_test_upward): Likewise.
19816         (erf_test): Use END macro without arguments.
19817         (erfc_test): Likewise.
19818         (exp_test): Likewise.
19819         (exp_test_tonearest): Likewise.
19820         (exp_test_towardzero): Likewise.
19821         (exp_test_downward): Likewise.
19822         (exp_test_upward): Likewise.
19823         (exp10_test): Likewise.
19824         (exp2_test): Likewise.
19825         (expm1_test): Likewise.
19826         (fabs_test): Likewise.
19827         (fdim_test): Likewise.
19828         (finite_test): Likewise.
19829         (floor_test): Likewise.
19830         (fma_test): Likewise.
19831         (fma_test_towardzero): Likewise.
19832         (fma_test_downward): Likewise.
19833         (fma_test_upward): Likewise.
19834         (fmax_test): Likewise.
19835         (fmin_test): Likewise.
19836         (fmod_test): Likewise.
19837         (fpclassify_test): Likewise.
19838         (frexp_test): Likewise.
19839         (gamma_test): Likewise.
19840         (hypot_test): Likewise.
19841         (ilogb_test): Likewise.
19842         (isfinite_test): Likewise.
19843         (isgreater_test): Likewise.
19844         (isgreaterequal_test): Likewise.
19845         (isinf_test): Likewise.
19846         (isless_test): Likewise.
19847         (islessequal_test): Likewise.
19848         (islessgreater_test): Likewise.
19849         (isnan_test): Likewise.
19850         (isnormal_test): Likewise.
19851         (issignaling_test): Likewise.
19852         (isunordered_test): Likewise.
19853         (j0_test): Likewise.
19854         (j1_test): Likewise.
19855         (jn_test): Likewise.
19856         (ldexp_test): Likewise.
19857         (lgamma_test): Likewise.
19858         (lrint_test): Likewise.
19859         (lrint_test_tonearest): Likewise.
19860         (lrint_test_towardzero): Likewise.
19861         (lrint_test_downward): Likewise.
19862         (lrint_test_upward): Likewise.
19863         (llrint_test): Likewise.
19864         (llrint_test_tonearest): Likewise.
19865         (llrint_test_towardzero): Likewise.
19866         (llrint_test_downward): Likewise.
19867         (llrint_test_upward): Likewise.
19868         (log_test): Likewise.
19869         (log10_test): Likewise.
19870         (log1p_test): Likewise.
19871         (log2_test): Likewise.
19872         (logb_test): Likewise.
19873         (logb_test_downward): Likewise.
19874         (lround_test): Likewise.
19875         (llround_test): Likewise.
19876         (modf_test): Likewise.
19877         (nearbyint_test): Likewise.
19878         (nextafter_test): Likewise.
19879         (nexttoward_test): Likewise.
19880         (pow_test): Likewise.
19881         (pow_test_tonearest): Likewise.
19882         (pow_test_towardzero): Likewise.
19883         (pow_test_downward): Likewise.
19884         (pow_test_upward): Likewise.
19885         (remainder_test): Likewise.
19886         (remainder_test_tonearest): Likewise.
19887         (remainder_test_towardzero): Likewise.
19888         (remainder_test_downward): Likewise.
19889         (remainder_test_upward): Likewise.
19890         (remquo_test): Likewise.
19891         (rint_test): Likewise.
19892         (rint_test_tonearest): Likewise.
19893         (rint_test_towardzero): Likewise.
19894         (rint_test_downward): Likewise.
19895         (rint_test_upward): Likewise.
19896         (round_test): Likewise.
19897         (scalb_test): Likewise.
19898         (scalbn_test): Likewise.
19899         (scalbln_test): Likewise.
19900         (signbit_test): Likewise.
19901         (sin_test): Likewise.
19902         (sin_test_tonearest): Likewise.
19903         (sin_test_towardzero): Likewise.
19904         (sin_test_downward): Likewise.
19905         (sin_test_upward): Likewise.
19906         (sincos_test): Likewise.
19907         (sinh_test): Likewise.
19908         (sinh_test_tonearest): Likewise.
19909         (sinh_test_towardzero): Likewise.
19910         (sinh_test_downward): Likewise.
19911         (sinh_test_upward): Likewise.
19912         (sqrt_test): Likewise.
19913         (tan_test): Likewise.
19914         (tan_test_tonearest): Likewise.
19915         (tan_test_towardzero): Likewise.
19916         (tan_test_downward): Likewise.
19917         (tan_test_upward): Likewise.
19918         (tanh_test): Likewise.
19919         (tgamma_test): Likewise.
19920         (trunc_test): Likewise.
19921         (y0_test): Likewise.
19922         (y1_test): Likewise.
19923         (yn_test): Likewise.
19924         (significand_test): Likewise.
19925
19926 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
19927
19928         [BZ #15381]
19929         * libio/genops.c (_IO_no_init): Initialize wide struct info.
19930
19931 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
19932
19933         [BZ #14894]
19934         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
19935         __ppc_mdoio and __ppc_mdoom.
19936         * manual/platform.texi: Document new functions __ppc_yield,
19937         __ppc_mdoio and __ppc_mdoom.
19938
19939 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
19940
19941         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
19942         (main): Mention "tls" pseudo-hwcap is legacy.
19943         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
19944
19945 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
19946
19947         * math/gen-libm-test.pl (parse_args): Output only string of
19948         arguments as text for test name, not full call or descriptions of
19949         tests for extra outputs.
19950         (generate_testfile): Do not pass function name to parse_args.
19951         Generate this_func variable from START.
19952         * math/libm-test.inc (struct test_f_f_data): Rename test_name
19953         field to arg_str.
19954         (struct test_ff_f_data): Likewise.
19955         (test_ff_f_data_nexttoward): Likewise.
19956         (struct test_fi_f_data): Likewise.
19957         (struct test_fl_f_data): Likewise.
19958         (struct test_if_f_data): Likewise.
19959         (struct test_fff_f_data): Likewise.
19960         (struct test_c_f_data): Likewise.
19961         (struct test_f_f1_data): Likewise.  Remove field extra_name.
19962         (struct test_fF_f1_data): Likewise.
19963         (struct test_ffI_f1_data): Likewise.
19964         (struct test_c_c_data): Rename test_name field to arg_str.
19965         (struct test_cc_c_data): Likewise.
19966         (struct test_f_i_data): Likewise.
19967         (struct test_ff_i_data): Likewise.
19968         (struct test_f_l_data): Likewise.
19969         (struct test_f_L_data): Likewise.
19970         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
19971         and extra2_name.
19972         (COMMON_TEST_SETUP): New macro.
19973         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
19974         (COMMON_TEST_CLEANUP): Likewise.
19975         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
19976         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
19977         macros.
19978         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
19979         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
19980         macros.
19981         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
19982         (RUN_TEST_fff_f): Take argument string.  Call new setup and
19983         cleanup macros.
19984         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
19985         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
19986         macros.
19987         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
19988         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
19989         macros.
19990         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
19991         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
19992         cleanup macros.
19993         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
19994         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
19995         cleanup macros.
19996         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
19997         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
19998         cleanup macros.
19999         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20000         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
20001         macros.
20002         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
20003         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
20004         macros.
20005         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
20006         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
20007         macros.
20008         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
20009         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
20010         cleanup macros.
20011         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
20012         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
20013         cleanup macros.
20014         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
20015         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
20016         macros.
20017         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
20018         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
20019         cleanup macros.
20020         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
20021         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
20022         macros.
20023         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
20024         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
20025         macros.
20026         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
20027         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
20028         cleanup macros.
20029         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
20030
20031 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
20032
20033         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
20034         to _sifields.sigfault.
20035         (si_addr_lsb): Define new macro.
20036         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
20037         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
20038         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
20039
20040 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
20041
20042         [BZ #15441]
20043         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
20044         returns -1.
20045         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
20046         null return -1.
20047         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
20048         loading the domain.
20049
20050 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
20051
20052         * math/gen-libm-test.pl (parse_args): Do not include expected
20053         result in test name.
20054         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
20055         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20056         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20057         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20058         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20059         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20060
20061 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
20062
20063         * benchtests/Makefile: Sort function entries.
20064
20065         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
20066         tanh, asinh, acosh, atanh.
20067         * benchtests/acos-inputs: New file.
20068         * benchtests/acosh-inputs: New file.
20069         * benchtests/asin-inputs: New file.
20070         * benchtests/asinh-inputs: New file.
20071         * benchtests/atanh-inputs: New file.
20072         * benchtests/cosh-inputs: New file.
20073         * benchtests/log-inputs: New file.
20074         * benchtests/sinh-inputs: New file.
20075         * benchtests/tanh-inputs: New file.
20076
20077 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
20078
20079         [BZ #15339]
20080         * posix/tst-getaddrinfo4.c: New test.
20081         * posix/Makefile (tests): Add it.
20082
20083 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
20084
20085         [BZ #15339]
20086         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
20087         when no services were used.
20088         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
20089         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
20090
20091 2013-05-21  Andreas Schwab  <schwab@suse.de>
20092
20093         [BZ #15014]
20094         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
20095         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
20096         successful.
20097         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
20098         redundant variable declarations and reallocation of buffer when
20099         parsing as IPv6 address.  Always set NSS status when called from
20100         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
20101         buffer too small.  Correct computation of needed size.
20102         * nss/Makefile (tests): Add test-digits-dots.
20103         * nss/test-digits-dots.c: New test.
20104
20105 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
20106
20107         * benchtests/Makefile: Remove instructions for adding
20108         benchmark tests.
20109         * benchtests/README: New file to explain how to execute and
20110         enhance the benchmark tests.
20111
20112 2013-05-21  Andreas Schwab  <schwab@suse.de>
20113
20114         [BZ #15493]
20115         * setjmp/Makefile (tests): Add tst-sigsetjmp.
20116         * setjmp/tst-sigsetjmp.c: New test.
20117
20118 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
20119
20120         * sysdeps/x86_64/memset.S (memset): New implementation.
20121         (__bzero): Likewise.
20122         (__memset_tail): New function.
20123
20124 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
20125
20126         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
20127         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
20128         __memcpy_sse2_unaligned ifunc selection.
20129         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
20130         Add memcpy-sse2-unaligned.S.
20131         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
20132         Add: __memcpy_sse2_unaligned.
20133
20134 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
20135
20136         [BZ #15490]
20137         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
20138         math_force_eval before restoring floating-point envrionment.
20139         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
20140         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
20141         Likewise.
20142         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
20143         <math_private.h>.
20144         (__nearbyintl): Use math_force_eval before restoring
20145         floating-point environment.
20146         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
20147
20148         * math/gen-libm-test.pl (special_functions): Remove.
20149         (parse_args): Don't handle TEST_extra.  Handle functions with no
20150         return value.
20151         * math/libm-test.inc (struct test_sincos_data): Replace with
20152         struct test_fFF_11_data.
20153         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
20154         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
20155         (sincos_test_data): Change element type to struct
20156         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
20157         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
20158         RUN_TEST_LOOP_sincos.
20159         * math/README.libm-test: Don't mention special handling of
20160         individual functions.
20161         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
20162         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20163         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20164         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20165         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20166         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20167
20168         * math/gen-libm-test.pl (get_variable): Remove function.
20169         (parse_args): Don't show pointer parameters to call in test
20170         names.  Use "extra output N" in test names for extra outputs
20171         rather than naming variables.
20172
20173 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
20174
20175         [BZ #15488]
20176         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
20177         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
20178         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
20179         double tests.
20180         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
20181         disable.
20182         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
20183         check_long_double.
20184
20185         * math/gen-libm-test.pl (@tests): Remove variable.
20186         ($count): Likewise.
20187         (new_test): Remove function.
20188         (show_exceptions): New function.
20189         (special_functions): Use show_exceptions instead of new_test.
20190         (parse_args): Likewise.
20191         (generate_testfile): Pass only function name in generated call to
20192         print_max_error or print_complex_max_error.
20193         (get_ulps): Do not handle complex tests specially.
20194         (output_test): Rename to ...
20195         (get_all_ulps_for_test): ... this.  Return a string rather than
20196         printing to a file.  Require ulps to be present.
20197         (output_ulps): Generate arrays rather than #defines.
20198         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
20199         (struct ulp_data): New type.
20200         (BUILD_COMPLEX_ULP): Remove macro.
20201         (compare_ulp_data): New function.
20202         (find_ulps): Likewise.
20203         (find_test_ulps): Likewise.
20204         (find_function_ulps): Likewise.
20205         (find_complex_function_ulps): Likewise.
20206         (print_max_error): Determine allowed ulps using
20207         find_function_ulps.
20208         (print_complex_max_error): Determine allowed ulps using
20209         find_complex_function_ulps.
20210         (check_float_internal): Determine max ulps using find_test_ulps.
20211         (check_float): Do not take max_ulp parameter.  Update call to
20212         check_float_internal.
20213         (check_complex): Likewise.
20214         (check_int): Do not take max_ulp parameter.
20215         (check_long): Likewise.
20216         (check_bool): Likewise.
20217         (check_longlong): Likewise.
20218         (struct test_f_f_data): Remove max_ulp field.
20219         (struct test_ff_f_data): Likewise.
20220         (struct test_ff_f_data_nexttoward): Likewise.
20221         (struct test_fi_f_data): Likewise.
20222         (struct test_fl_f_data): Likewise.
20223         (struct test_if_f_data): Likewise.
20224         (struct test_fff_f_data): Likewise.
20225         (struct test_c_f_data): Likewise.
20226         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
20227         (struct test_fF_f1_data): Likewise.
20228         (struct test_ffI_f1_data): Likewise.
20229         (struct test_c_c_data): Remove max_ulp field.
20230         (struct test_cc_c_data): Likewise.
20231         (struct test_f_i_data): Likewise.
20232         (struct test_ff_i_data): Likewise.
20233         (struct test_f_l_data): Likewise.
20234         (struct test_f_L_data): Likewise.
20235         (struct test_sincos_data): Likewise.
20236         (RUN_TEST_f_f): Do not handle ulps.
20237         (RUN_TEST_LOOP_f_f): Likewise.
20238         (RUN_TEST_2_f): Likewise.
20239         (RUN_TEST_LOOP_2_f): Likewise.
20240         (RUN_TEST_fff_f): Likewise.
20241         (RUN_TEST_LOOP_fff_f): Likewise.
20242         (RUN_TEST_c_f): Likewise.
20243         (RUN_TEST_LOOP_c_f): Likewise.
20244         (RUN_TEST_f_f1): Likewise.
20245         (RUN_TEST_LOOP_f_f1): Likewise.
20246         (RUN_TEST_fF_f1): Likewise.
20247         (RUN_TEST_LOOP_fF_f1): Likewise.
20248         (RUN_TEST_fI_f1): Likewise.
20249         (RUN_TEST_LOOP_fI_f1): Likewise.
20250         (RUN_TEST_ffI_f1): Likewise.
20251         (RUN_TEST_LOOP_ffI_f1): Likewise.
20252         (RUN_TEST_c_c): Likewise.
20253         (RUN_TEST_LOOP_c_c): Likewise.
20254         (RUN_TEST_cc_c): Likewise.
20255         (RUN_TEST_LOOP_cc_c): Likewise.
20256         (RUN_TEST_f_i): Likewise.
20257         (RUN_TEST_LOOP_f_i): Likewise.
20258         (RUN_TEST_f_i_tg): Likewise.
20259         (RUN_TEST_LOOP_f_i_tg): Likewise.
20260         (RUN_TEST_ff_i_tg): Likewise.
20261         (RUN_TEST_LOOP_ff_i_tg): Likewise.
20262         (RUN_TEST_f_b): Likewise.
20263         (RUN_TEST_LOOP_f_b): Likewise.
20264         (RUN_TEST_f_b_tg): Likewise.
20265         (RUN_TEST_LOOP_f_b_tg): Likewise.
20266         (RUN_TEST_f_l): Likewise.
20267         (RUN_TEST_LOOP_f_l): Likewise.
20268         (RUN_TEST_f_L): Likewise.
20269         (RUN_TEST_LOOP_f_L): Likewise.
20270         (RUN_TEST_sincos): Likewise.
20271         (RUN_TEST_LOOP_sincos): Likewise.
20272
20273 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
20274
20275         [BZ #15480]
20276         [BZ #15485]
20277         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
20278         main case of finite arguments, set rounding mode to FE_TONEAREST
20279         and discard exceptions.
20280         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
20281         exceptions.
20282         (remainder_tonearest_test_data): New variable.
20283         (remainder_test_tonearest): New function.
20284         (remainder_towardzero_test_data): New variable.
20285         (remainder_test_towardzero): New function.
20286         (remainder_downward_test_data): New variable.
20287         (remainder_test_downward): New function.
20288         (remainder_upward_test_data): New variable.
20289         (remainder_test_upward): New function.
20290         (main): Call the new test functions.
20291
20292         * math/libm-test.inc (struct test_f_f1_data): Remove field
20293         extra_init.
20294         (struct test_fF_f1_data): Likewise.
20295         (struct test_ffI_f1_data): Likewise.
20296         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
20297         based on value of EXTRA_EXPECTED.
20298         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20299         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
20300         EXTRA_VAR based on value of EXTRA_EXPECTED.
20301         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20302         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
20303         EXTRA_VAR based on value of EXTRA_EXPECTED.
20304         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20305         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
20306         EXTRA_VAR based on value of EXTRA_EXPECTED.
20307         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20308         * math/gen-libm-test.pl (parse_args): Don't output initializers
20309         for extra output values.
20310
20311         * math/libm-test.inc (check_int): Expect result to be exactly
20312         equal to expected value and do not handle ulps.
20313         (check_long): Likewise.
20314         (check_longlong): Likewise.
20315
20316         * math/libm-test.inc (ceil_test_data): Test for "inexact"
20317         exceptions.
20318         (cimag_test_data): Likewise.
20319         (conj_test_data): Likewise.
20320         (copysign_test_data): Likewise.
20321         (cproj_test_data): Likewise.
20322         (creal_test_data): Likewise.
20323         (fabs_test_data): Likewise.
20324         (fdim_test_data): Likewise.
20325         (finite_test_data): Likewise.
20326         (floor_test_data): Likewise.
20327         (fmax_test_data): Likewise.
20328         (fmin_test_data): Likewise.
20329         (fmod_test_data): Likewise.
20330         (fpclassify_test_data): Likewise.
20331         (frexp_test_data): Likewise.
20332         (ilogb_test_data): Likewise.
20333         (isfinite_test_data): Likewise.
20334         (isgreater_test_data): Likewise.
20335         (isgreaterequal_test_data): Likewise.
20336         (isinf_test_data): Likewise.
20337         (isless_test_data): Likewise.
20338         (islessequal_test_data): Likewise.
20339         (islessgreater_test_data): Likewise.
20340         (isnan_test_data): Likewise.
20341         (isnormal_test_data): Likewise.
20342         (issignaling_test_data): Likewise.
20343         (isunordered_test_data): Likewise.
20344         (ldexp_test_data): Likewise.
20345         (lrint_test_data): Likewise.
20346         (lrint_test_data) [TEST_FLOAT]: Disable one test.
20347         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
20348         (lrint_tonearest_test_data): Test for "inexact" exceptions.
20349         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20350         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
20351         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20352         test input.
20353         (lrint_towardzero_test_data): Test for "inexact" exceptions.
20354         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20355         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
20356         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
20357         that test input.
20358         (lrint_downward_test_data): Test for "inexact" exceptions.
20359         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20360         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
20361         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20362         test input.
20363         (lrint_upward_test_data): Test for "inexact" exceptions.
20364         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
20365         test input.
20366         (llrint_test_data): Test for "inexact" exceptions.
20367         (llrint_test_data) [TEST_FLOAT]: Disable one test.
20368         (llrint_tonearest_test_data): Test for "inexact" exceptions.
20369         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20370         (llrint_towardzero_test_data): Test for "inexact" exceptions.
20371         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20372         (llrint_downward_test_data): Test for "inexact" exceptions.
20373         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20374         (llrint_upward_test_data): Test for "inexact" exceptions.
20375         (logb_test_data): Likewise.
20376         (logb_downward_test_data): Likewise.
20377         (nextafter_test_data): Likewise.
20378         (nexttoward_test_data): Likewise.
20379         (remainder_test_data): Likewise.
20380         (remquo_test_data): Likewise.
20381         (scalbn_test_data): Likewise.
20382         (scalbln_test_data): Likewise.
20383         (signbit_test_data): Likewise.
20384         (sqrt_test_data): Likewise.
20385         (significand_test_data): Likewise.
20386
20387 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
20388
20389         [BZ #15424]
20390         * benchtests/bench-modf.c (struct args): Mark arg0 as
20391         volatile.
20392         * scripts/bench.pl: Mark members of struct args as volatile.
20393
20394 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20395
20396         [BZ # 15497]
20397         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
20398         negative infinity on POWER6 or lower.
20399         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
20400
20401 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
20402
20403         [BZ #15442]
20404         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
20405         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
20406         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
20407         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
20408         (_FP_SETQNAN): New macro.
20409         (_FP_SETQNAN_SEMIRAW): Likewise.
20410         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
20411         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
20412         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
20413         (FP_EXTEND): Use _FP_FRAC_SNANP.
20414         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
20415         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
20416         into account.
20417         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20418         New macro.
20419         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20420         Likewise.
20421
20422 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20423
20424         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
20425         with DIVIDE_BY_ZERO_EXCEPTION.
20426         (gamma_test_data): Likewise.
20427         (lgamma_test_data): Likewise.
20428         (log_test_data): Likewise.
20429         (log10_test_data): Likewise.
20430         (log2_test_data): Likewise.
20431         (tgamma_test_data): Likewise.
20432
20433         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
20434         (acos_test_tonearest): Likewise.
20435         (acos_test_towardzero): Likewise.
20436         (acos_test_downward): Likewise.
20437         (acos_test_upward): Likewise.
20438         (acosh_test): Likewise.
20439         (asin_test): Likewise.
20440         (asin_test_tonearest): Likewise.
20441         (asin_test_towardzero): Likewise.
20442         (asin_test_downward): Likewise.
20443         (asin_test_upward): Likewise.
20444         (asinh_test): Likewise.
20445         (atan_test): Likewise.
20446         (atanh_test): Likewise.
20447         (atan2_test): Likewise.
20448         (cabs_test): Likewise.
20449         (cacos_test): Likewise.
20450         (cacosh_test): Likewise.
20451         (casin_test): Likewise.
20452         (casinh_test): Likewise.
20453         (catan_test): Likewise.
20454         (catanh_test): Likewise.
20455         (cbrt_test): Likewise.
20456         (ccos_test): Likewise.
20457         (ccosh_test): Likewise.
20458         (cexp_test): Likewise.
20459         (clog_test): Likewise.
20460         (clog10_test): Likewise.
20461         (cos_test): Likewise.
20462         (cos_test_tonearest): Likewise.
20463         (cos_test_towardzero): Likewise.
20464         (cos_test_downward): Likewise.
20465         (cos_test_upward): Likewise.
20466         (cosh_test): Likewise.
20467         (cosh_test_tonearest): Likewise.
20468         (cosh_test_towardzero): Likewise.
20469         (cosh_test_downward): Likewise.
20470         (cosh_test_upward): Likewise.
20471         (cpow_test): Likewise.
20472         (csin_test): Likewise.
20473         (csinh_test): Likewise.
20474         (csqrt_test): Likewise.
20475         (ctan_test): Likewise.
20476         (ctan_test_tonearest): Likewise.
20477         (ctan_test_towardzero): Likewise.
20478         (ctan_test_downward): Likewise.
20479         (ctan_test_upward): Likewise.
20480         (ctanh_test): Likewise.
20481         (ctanh_test_tonearest): Likewise.
20482         (ctanh_test_towardzero): Likewise.
20483         (ctanh_test_downward): Likewise.
20484         (ctanh_test_upward): Likewise.
20485         (erf_test): Likewise.
20486         (erfc_test): Likewise.
20487         (exp_test): Likewise.
20488         (exp_test_tonearest): Likewise.
20489         (exp_test_towardzero): Likewise.
20490         (exp_test_downward): Likewise.
20491         (exp_test_upward): Likewise.
20492         (exp10_test): Likewise.
20493         (exp2_test): Likewise.
20494         (expm1_test): Likewise.
20495         (fmod_test): Likewise.
20496         (gamma_test): Likewise.
20497         (hypot_test): Likewise.
20498         (j0_test): Likewise.
20499         (j1_test): Likewise.
20500         (jn_test): Likewise.
20501         (lgamma_test): Likewise.
20502         (log_test): Likewise.
20503         (log10_test): Likewise.
20504         (log1p_test): Likewise.
20505         (log2_test): Likewise.
20506         (logb_test_downward): Likewise.
20507         (pow_test): Likewise.
20508         (pow_test_tonearest): Likewise.
20509         (pow_test_towardzero): Likewise.
20510         (pow_test_downward): Likewise.
20511         (pow_test_upward): Likewise.
20512         (remainder_test): Likewise.
20513         (remquo_test): Likewise.
20514         (sin_test): Likewise.
20515         (sin_test_tonearest): Likewise.
20516         (sin_test_towardzero): Likewise.
20517         (sin_test_downward): Likewise.
20518         (sin_test_upward): Likewise.
20519         (sincos_test): Likewise.
20520         (sinh_test): Likewise.
20521         (sinh_test_tonearest): Likewise.
20522         (sinh_test_towardzero): Likewise.
20523         (sinh_test_downward): Likewise.
20524         (sinh_test_upward): Likewise.
20525         (sqrt_test): Likewise.
20526         (tan_test): Likewise.
20527         (tan_test_tonearest): Likewise.
20528         (tan_test_towardzero): Likewise.
20529         (tan_test_downward): Likewise.
20530         (tan_test_upward): Likewise.
20531         (tanh_test): Likewise.
20532         (tgamma_test): Likewise.
20533         (y0_test): Likewise.
20534         (y1_test): Likewise.
20535         (yn_test): Likewise.
20536
20537         * math/gen-libm-test.pl (adjust_arg): Remove function.
20538         (special_function): Remove argument $in_func.  Only handle
20539         generating output for tables of tests, not inside functions.
20540         (parse_args): Likewise.
20541         (generate_testfile): Remove variable $in_func.  Update call to
20542         parse_args.
20543         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
20544         (MINUS_ZERO_INIT): Rename macro to minus_zero.
20545         (PLUS_INFTY_INIT): Rename macro to plus_infty.
20546         (MINUS_INFTY_INIT): Rename macro to minus_infty.
20547         (QNAN_VALUE_INIT): Rename macro to qnan_value.
20548         (MAX_VALUE_INIT): Rename macro to max_value.
20549         (MIN_VALUE_INIT): Rename macro to min_value.
20550         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
20551         (plus_zero): Remove variable.
20552         (minus_zero): Likewise.
20553         (plus_infty): Likewise.
20554         (minus_infty): Likewise.
20555         (qnan_value): Likewise.
20556         (max_value): Likewise.
20557         (min_value): Likewise.
20558         (min_subnorm_value): Likewise.
20559
20560 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20561
20562         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
20563         uint64_t or uint32_t usage.
20564         * crypt/sha256-block.c: Likewise.
20565         * crypt/sha256-crypt.c: Likewise.
20566         * crypt/sha256.c: Likewise.
20567         * crypt/sha512-block.c: Likewise.
20568         * crypt/sha512-crypt.c: Likewise.
20569         * crypt/sha512.c: Likewise.
20570         * debug/backtrace-tst.c: Likewise.
20571         * debug/pcprofiledump.c: Likewise.
20572         * elf/cache.c: Likewise.
20573         * elf/dl-cache.c: Likewise.
20574         * elf/dl-misc.c: Likewise.
20575         * elf/dl-profile.c: Likewise.
20576         * elf/dl-support.c: Likewise.
20577         * elf/ldconfig.c: Likewise.
20578         * elf/sprof.c: Likewise.
20579         * iconv/dummy-repertoire.c: Likewise.
20580         * iconv/iconv_charmap.c: Likewise.
20581         * iconv/skeleton.c: Likewise.
20582         * iconvdata/8bit-generic.c: Likewise.
20583         * iconvdata/cp737.h: Likewise.
20584         * iconvdata/cp775.h: Likewise.
20585         * iconvdata/ibm1008.h: Likewise.
20586         * iconvdata/ibm1025.h: Likewise.
20587         * iconvdata/ibm1046.h: Likewise.
20588         * iconvdata/ibm1097.h: Likewise.
20589         * iconvdata/ibm1112.h: Likewise.
20590         * iconvdata/ibm1122.h: Likewise.
20591         * iconvdata/ibm1123.h: Likewise.
20592         * iconvdata/ibm1124.h: Likewise.
20593         * iconvdata/ibm1129.h: Likewise.
20594         * iconvdata/ibm1130.h: Likewise.
20595         * iconvdata/ibm1132.h: Likewise.
20596         * iconvdata/ibm1133.h: Likewise.
20597         * iconvdata/ibm1137.h: Likewise.
20598         * iconvdata/ibm1140.h: Likewise.
20599         * iconvdata/ibm1141.h: Likewise.
20600         * iconvdata/ibm1142.h: Likewise.
20601         * iconvdata/ibm1143.h: Likewise.
20602         * iconvdata/ibm1144.h: Likewise.
20603         * iconvdata/ibm1145.h: Likewise.
20604         * iconvdata/ibm1146.h: Likewise.
20605         * iconvdata/ibm1147.h: Likewise.
20606         * iconvdata/ibm1148.h: Likewise.
20607         * iconvdata/ibm1149.h: Likewise.
20608         * iconvdata/ibm1153.h: Likewise.
20609         * iconvdata/ibm1154.h: Likewise.
20610         * iconvdata/ibm1155.h: Likewise.
20611         * iconvdata/ibm1156.h: Likewise.
20612         * iconvdata/ibm1157.h: Likewise.
20613         * iconvdata/ibm1158.h: Likewise.
20614         * iconvdata/ibm1160.h: Likewise.
20615         * iconvdata/ibm1161.h: Likewise.
20616         * iconvdata/ibm1162.h: Likewise.
20617         * iconvdata/ibm1163.h: Likewise.
20618         * iconvdata/ibm1164.h: Likewise.
20619         * iconvdata/ibm1166.h: Likewise.
20620         * iconvdata/ibm1167.h: Likewise.
20621         * iconvdata/ibm12712.h: Likewise.
20622         * iconvdata/ibm1390.h: Likewise.
20623         * iconvdata/ibm1399.h: Likewise.
20624         * iconvdata/ibm16804.h: Likewise.
20625         * iconvdata/ibm4517.h: Likewise.
20626         * iconvdata/ibm4899.h: Likewise.
20627         * iconvdata/ibm4909.h: Likewise.
20628         * iconvdata/ibm4971.h: Likewise.
20629         * iconvdata/ibm5347.h: Likewise.
20630         * iconvdata/ibm803.h: Likewise.
20631         * iconvdata/ibm856.h: Likewise.
20632         * iconvdata/ibm901.h: Likewise.
20633         * iconvdata/ibm902.h: Likewise.
20634         * iconvdata/ibm9030.h: Likewise.
20635         * iconvdata/ibm9066.h: Likewise.
20636         * iconvdata/ibm921.h: Likewise.
20637         * iconvdata/ibm922.h: Likewise.
20638         * iconvdata/ibm9448.h: Likewise.
20639         * iconvdata/isiri-3342.h: Likewise.
20640         * iconvdata/jis0201.h: Likewise.
20641         * include/link.h: Likewise.
20642         * include/netdb.h: Likewise.
20643         * inet/check_native.c: Likewise.
20644         * inet/check_pf.c: Likewise.
20645         * inet/getipv4sourcefilter.c: Likewise.
20646         * inet/getnameinfo.c: Likewise.
20647         * inet/getsourcefilter.c: Likewise.
20648         * inet/htonl.c: Likewise.
20649         * inet/setipv4sourcefilter.c: Likewise.
20650         * inet/setsourcefilter.c: Likewise.
20651         * inet/test-inet6_opt.c: Likewise.
20652         * inet/tst-network.c: Likewise.
20653         * locale/C-collate.c: Likewise.
20654         * locale/C-ctype.c: Likewise.
20655         * locale/C-time.c: Likewise.
20656         * locale/C-translit.h: Likewise.
20657         * locale/loadarchive.c: Likewise.
20658         * locale/programs/3level.h: Likewise.
20659         * locale/programs/charmap.c: Likewise.
20660         * locale/programs/charmap.h: Likewise.
20661         * locale/programs/ld-address.c: Likewise.
20662         * locale/programs/ld-collate.c: Likewise.
20663         * locale/programs/ld-ctype.c: Likewise.
20664         * locale/programs/ld-identification.c: Likewise.
20665         * locale/programs/ld-measurement.c: Likewise.
20666         * locale/programs/ld-messages.c: Likewise.
20667         * locale/programs/ld-monetary.c: Likewise.
20668         * locale/programs/ld-name.c: Likewise.
20669         * locale/programs/ld-numeric.c: Likewise.
20670         * locale/programs/ld-paper.c: Likewise.
20671         * locale/programs/ld-telephone.c: Likewise.
20672         * locale/programs/ld-time.c: Likewise.
20673         * locale/programs/linereader.c: Likewise.
20674         * locale/programs/locale.c: Likewise.
20675         * locale/programs/locarchive.c: Likewise.
20676         * locale/programs/locfile.h: Likewise.
20677         * locale/programs/repertoire.c: Likewise.
20678         * locale/programs/simple-hash.c: Likewise.
20679         * locale/programs/simple-hash.h: Likewise.
20680         * malloc/memusage.c: Likewise.
20681         * malloc/memusagestat.c: Likewise.
20682         * nis/nis_defaults.c: Likewise.
20683         * nis/nis_hash.c: Likewise.
20684         * nis/nis_print.c: Likewise.
20685         * nis/nis_xdr.c: Likewise.
20686         * nscd/connections.c: Likewise.
20687         * nscd/hstcache.c: Likewise.
20688         * nscd/nscd_gethst_r.c: Likewise.
20689         * nscd/nscd_getserv_r.c: Likewise.
20690         * nscd/nscd_helper.c: Likewise.
20691         * nscd/servicescache.c: Likewise.
20692         * nss/makedb.c: Likewise.
20693         * nss/nss_db/db-XXX.c: Likewise.
20694         * nss/nss_db/db-initgroups.c: Likewise.
20695         * nss/nss_db/db-netgrp.c: Likewise.
20696         * nss/nss_files/files-network.c: Likewise.
20697         * nss/nss_files/files-parse.c: Likewise.
20698         * posix/bug-regex5.c: Likewise.
20699         * posix/fnmatch_loop.c: Likewise.
20700         * posix/regcomp.c: Likewise.
20701         * posix/regexec.c: Likewise.
20702         * posix/tst-rfc3484-2.c: Likewise.
20703         * posix/tst-rfc3484-3.c: Likewise.
20704         * posix/tst-rfc3484.c: Likewise.
20705         * resolv/nss_dns/dns-canon.c: Likewise.
20706         * resolv/nss_dns/dns-network.c: Likewise.
20707         * resolv/res_init.c: Likewise.
20708         * resolv/res_mkquery.c: Likewise.
20709         * resolv/tst-aton.c: Likewise.
20710         * stdlib/cxa_atexit.c: Likewise.
20711         * stdlib/cxa_finalize.c: Likewise.
20712         * stdlib/gen-fpioconst.c: Likewise.
20713         * stdlib/strtol_l.c: Likewise.
20714         * string/tst-endian.c: Likewise.
20715         * sunrpc/auth_des.c: Likewise.
20716         * sunrpc/clnt_udp.c: Likewise.
20717         * sunrpc/rtime.c: Likewise.
20718         * sunrpc/svcauth_des.c: Likewise.
20719         * sunrpc/xdr.c: Likewise.
20720         * sunrpc/xdr_intXX_t.c: Likewise.
20721         * sunrpc/xdr_rec.c: Likewise.
20722         * sysdeps/generic/ldconfig.h: Likewise.
20723         * sysdeps/generic/ldsodefs.h: Likewise.
20724         * sysdeps/generic/memusage.h: Likewise.
20725         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
20726         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
20727         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
20728         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
20729         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
20730         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
20731         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
20732         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
20733         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
20734         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20735         * sysdeps/posix/getaddrinfo.c: Likewise.
20736         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
20737         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
20738         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
20739         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
20740         * sysdeps/powerpc/test-gettimebase.c: Likewise.
20741         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
20742         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
20743         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
20744         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
20745         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
20746         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
20747         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
20748         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
20749         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
20750         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
20751         * sysdeps/x86_64/dl-tls.h: Likewise.
20752         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
20753         * time/alt_digit.c: Likewise.
20754         * time/era.c: Likewise.
20755         * wcsmbs/tst-c16c32-1.c: Likewise.
20756
20757 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20758
20759         * math/libm-test.inc (struct test_sincos_data): New type.
20760         (RUN_TEST_LOOP_sincos): New macro.
20761         (sincos_test_data): New variable.
20762         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
20763
20764 2013-05-16  Richard Henderson  <rth@redhat.com>
20765
20766         * math/atest-exp2.c (LIMB64): New macro.
20767         (CONSTSZ): New macro.
20768         (mp_exp1, mp_exp_m1, mp_log2): New variables.
20769         (hexdig): Move ...
20770         (print_mpn_fp): ... to function scope.
20771         (read_mpn_hex): Remove.
20772         (get_log2): Remove.
20773         (exp2_mpn): Use mp_log2.
20774         (main): Use mp_exp1.
20775
20776 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20777
20778         * math/libm-test.inc: Remove comment about not testing "inexact"
20779         exceptions.
20780         (INEXACT_EXCEPTION): New macro.
20781         (NO_INEXACT_EXCEPTION): Likewise.
20782         (INVALID_EXCEPTION_OK): Update value.
20783         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
20784         (OVERFLOW_EXCEPTION_OK): Likewise.
20785         (UNDERFLOW_EXCEPTION_OK): Likewise.
20786         (IGNORE_ZERO_INF_SIGN): Likewise.
20787         (ERRNO_UNCHANGED): Likewise.
20788         (ERRNO_EDOM): Likewise.
20789         (ERRNO_ERANGE): Likewise.
20790         (test_exceptions): Handle testing "inexact" exceptions.
20791         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
20792         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
20793         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
20794         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
20795         INEXACT_EXCEPTION.
20796         (rint_towardzero_test_data): Likewise.
20797         (rint_downward_test_data): Likewise.
20798         (rint_upward_test_data): Likewise.
20799
20800         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
20801         with OVERFLOW_EXCEPTION.
20802         (exp10_test_data): Likewise.
20803         (exp2_test_data): Likewise.
20804         (expm1_test_data): Likewise.
20805         (lgamma_test_data): Likewise.
20806         (pow_test_data): Likewise.
20807         (tgamma_test_data): Likewise.
20808         (yn_test_data): Remove duplicate test of overflow.
20809
20810         * math/libm-test.inc (struct test_cc_c_data): New type.
20811         (RUN_TEST_LOOP_cc_c): New macro.
20812         (cpow_test_data): New variable.
20813         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
20814
20815         * math/libm-test.inc (struct test_f_L_data): New type.
20816         (RUN_TEST_LOOP_f_L): New macro.
20817         (llrint_test_data): New variable.
20818         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
20819         (llrint_tonearest_test_data): New variable.
20820         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
20821         (llrint_towardzero_test_data): New variable.
20822         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
20823         (llrint_downward_test_data): New variable.
20824         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
20825         (llrint_upward_test_data): New variable.
20826         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
20827         (llround_test_data): New variable.
20828         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
20829
20830 2013-05-13  Peter Collingbourne  <pcc@google.com>
20831
20832         * math/atest-exp2.c (get_log2): Remove const attribute.
20833
20834 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
20835
20836         * math/libm-test.inc (struct test_f_l_data): New type.
20837         (RUN_TEST_LOOP_f_l): New macro.
20838         (lrint_test_data): New variable.
20839         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
20840         (lrint_tonearest_test_data): New variable.
20841         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
20842         (lrint_towardzero_test_data): New variable.
20843         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
20844         (lrint_downward_test_data): New variable.
20845         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
20846         (lrint_upward_test_data): New variable.
20847         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
20848         (lround_test_data): New variable.
20849         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
20850
20851 2013-05-15  Peter Collingbourne  <pcc@google.com>
20852
20853         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
20854         (EXTRACT_WORDS64) Use where appropriate.
20855         (INSERT_WORDS64) Likewise.
20856
20857         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
20858         constraints with x constraints.
20859         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
20860
20861         * malloc/obstack.c (_obstack_compat): Add initializer.
20862
20863 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
20864
20865         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
20866         si_trapno and add si_addr_lsb to _sifields.sigfault.
20867         (si_trapno): Remove macro.
20868         (si_addr_lsb): Define new macro.
20869         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
20870
20871 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
20872
20873         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
20874         instead of TEST_f_l.
20875         (llrint_test_tonearest): Likewise.
20876         (llrint_test_towardzero): Likewise.
20877         (llrint_test_downward): Likewise.
20878         (llrint_test_upward): Likewise.
20879         (llround_test): Likewise.
20880
20881         * math/libm-test.inc (struct test_f_i_data): Add comment.
20882         (RUN_TEST_LOOP_f_b): New macro.
20883         (RUN_TEST_LOOP_f_b_tg): Likewise.
20884         (finite_test_data): New variable.
20885         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
20886         (isfinite_test_data): New variable.
20887         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20888         (isinf_test_data): New variable.
20889         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20890         (isnan_test_data): New variable.
20891         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20892         (isnormal_test_data): New variable.
20893         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20894         (issignaling_test_data): New variable.
20895         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20896         (signbit_test_data): New variable.
20897         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20898
20899         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
20900         with INVALID_EXCEPTION.
20901         (acosh_test_data): Likewise.
20902         (asin_test_data): Likewise.
20903         (atanh_test_data): Likewise.
20904         (fmod_test_data): Likewise.
20905         (log_test_data): Likewise.
20906         (log10_test_data): Likewise.
20907         (log2_test_data): Likewise.
20908         (pow_test_data): Likewise.
20909         (sqrt_test_data): Likewise.
20910         (y0_test_data): Likewise.
20911         (y1_test_data): Likewise.
20912         (yn_test_data): Likewise.
20913
20914         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
20915         function contents.
20916
20917         * math/libm-test.inc (struct test_ff_i_data): New type.
20918         (RUN_TEST_LOOP_ff_i_tg): New macro.
20919         (isgreater_test_data): New variable.
20920         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20921         (isgreaterequal_test_data): New variable.
20922         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20923         (isless_test_data): New variable.
20924         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20925         (islessequal_test_data): New variable.
20926         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20927         (islessgreater_test_data): New variable.
20928         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20929         (isunordered_test_data): New variable.
20930         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20931
20932 2013-05-14  David S. Miller  <davem@davemloft.net>
20933
20934         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20935
20936 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
20937
20938         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
20939
20940         * math/libm-test.inc (struct test_fF_f1_data): Change type of
20941         extra_test to int.
20942         (struct test_f_i_data): Change type of max_ulp to int.
20943
20944         * math/libm-test.inc (test_ffI_f1_data): New type.
20945         (RUN_TEST_LOOP_ffI_f1): New macro.
20946         (remquo_test_data): New variable.
20947         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
20948
20949         * setjmp/tst-setjmp-fp.c: New file.
20950         * setjmp/Makefile (tests): Add tst-setjmp-fp.
20951         (link-libm): New variable.
20952         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
20953
20954         * math/libm-test.inc (struct test_f_i_data): New type.
20955         (RUN_TEST_LOOP_f_i): New macro.
20956         (RUN_TEST_LOOP_f_i_tg): Likewise.
20957         (fpclassify_test_data): New variable.
20958         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
20959         (ilogb_test_data): New variable.
20960         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
20961
20962         * math/libm-test.inc (scalbln_test): Correct function name in END
20963         call.
20964
20965         * math/libm-test.inc (struct test_f_f1_data): Add comment.
20966         (RUN_TEST_LOOP_fI_f1): New macro.
20967         (frexp_test_data): New variable.
20968         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
20969
20970         * math/libm-test.inc (struct test_fF_f1_data): New type.
20971         (RUN_TEST_LOOP_fF_f1): New macro.
20972         (modf_test_data): New variable.
20973         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
20974
20975         * math/libm-test.inc (struct test_f_f1_data): New type.
20976         (RUN_TEST_LOOP_f_f1): New macro.
20977         (gamma_test_data): New variable.
20978         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
20979         (lgamma_test_data): New variable.
20980         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
20981
20982 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
20983
20984         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
20985         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
20986         (main): Comment "tls" pseudo-hwcap.
20987
20988 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
20989
20990         * math/libm-test.inc (struct test_fl_f_data): New type.
20991         (RUN_TEST_LOOP_fl_f): New variable.
20992         (scalbln_test_data): New variable.
20993         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
20994
20995         * math/libm-test.inc (struct test_fi_f_data): New type.
20996         (RUN_TEST_LOOP_fi_f): New macro.
20997         (ldexp_test_data): New variable.
20998         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
20999         (scalbn_test_data): New variable.
21000         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
21001
21002         * math/libm-test.inc (struct test_c_f_data): New type.
21003         (RUN_TEST_LOOP_c_f): New macro.
21004         (cabs_test_data): New variable.
21005         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
21006         (carg_test_data): New variable.
21007         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
21008         (cimag_test_data): New variable.
21009         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
21010         (creal_test_data): New variable.
21011         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
21012
21013         * math/libm-test.inc (struct test_if_f_data): New type.
21014         (RUN_TEST_LOOP_if_f): New macro.
21015         (jn_test_data): New variable.
21016         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
21017         (yn_test_data): New variable.
21018         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
21019
21020         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
21021
21022 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21023
21024         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
21025         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
21026
21027 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
21028
21029         * benchtests/Makefile (CPPFLAGS-nonlib): Add
21030         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
21031         (bench-deps): Add bench-timing.h.
21032         * benchtests-bench-skeleton.c: Include bench-timing.h.
21033         (main): Use TIMING_* macros instead of clock_gettime.
21034         * benchtests/bench-timing.h: New file.
21035
21036         [BZ #14582]
21037         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
21038         Renamed from _LIB_VERSION.
21039         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
21040
21041 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
21042
21043         * math/libm-test.inc (struct test_fff_f_data): New type.
21044         (RUN_TEST_LOOP_fff_f): New macro.
21045         (fma_test_data): New variable.
21046         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
21047         (fma_towardzero_test_data): New variable.
21048         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
21049         (fma_downward_test_data): New variable.
21050         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
21051         (fma_upward_test_data): New variable.
21052         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
21053
21054         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
21055         (struct test_c_c_data): New type.
21056         (RUN_TEST_LOOP_c_c): New macro.
21057         (cacos_test_data): New variable.
21058         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
21059         (cacosh_test_data): New variable.
21060         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
21061         (casin_test_data): New variable.
21062         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
21063         (casinh_test_data): New variable.
21064         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
21065         (catan_test_data): New variable.
21066         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
21067         (catanh_test_data): New variable.
21068         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
21069         (ccos_test_data): New variable.
21070         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
21071         (ccosh_test_data): New variable.
21072         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
21073         (cexp_test_data): New variable.
21074         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
21075         (clog_test_data): New variable.
21076         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
21077         (clog10_test_data): New variable.
21078         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
21079         (conj_test_data): New variable.
21080         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
21081         (cproj_test_data): New variable.
21082         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
21083         (csin_test_data): New variable.
21084         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
21085         (csinh_test_data): New variable.
21086         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
21087         (csqrt_test_data): New variable.
21088         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
21089         (ctan_test_data): New variable.
21090         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
21091         (ctan_tonearest_test_data): New variable.
21092         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21093         (ctan_towardzero_test_data): New variable.
21094         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21095         (ctan_downward_test_data): New variable.
21096         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21097         (ctan_upward_test_data): New variable.
21098         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21099         (ctanh_test_data): New variable.
21100         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
21101         (ctanh_tonearest_test_data): New variable.
21102         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21103         (ctanh_towardzero_test_data): New variable.
21104         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21105         (ctanh_downward_test_data): New variable.
21106         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21107         (ctanh_upward_test_data): New variable.
21108         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21109         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
21110         of BUILD_COMPLEX.
21111
21112         * math/libm-test.inc (struct test_ff_f_data): New type.
21113         (struct test_ff_f_data_nexttoward): Likewise.
21114         (RUN_TEST_LOOP_2_f): New macro.
21115         (RUN_TEST_LOOP_ff_f): Likewise.
21116         (atan2_test_data): New variable.
21117         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
21118         (copysign_test_data): New variable.
21119         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
21120         (fdim_test_data): New variable.
21121         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
21122         (fmax_test_data): New variable.
21123         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
21124         (fmin_test_data): New variable.
21125         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
21126         (fmod_test_data): New variable.
21127         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
21128         (hypot_test_data): New variable.
21129         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
21130         (nextafter_test_data): New variable.
21131         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
21132         (nexttoward_test_data): New variable.
21133         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
21134         (pow_test_data): New variable.
21135         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
21136         (pow_tonearest_test_data): New variable.
21137         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
21138         (pow_towardzero_test_data): New variable.
21139         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
21140         (pow_downward_test_data): New variable.
21141         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
21142         (pow_upward_test_data): New variable.
21143         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
21144         (remainder_test_data): New variable.
21145         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
21146         (scalb_test_data): New variable.
21147         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
21148         * sysdeps/i386/fpu/libm-test-ulps: Update.
21149
21150 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
21151
21152         * math/libm-test.inc (fma_test): Use max_value instead of local
21153         variable fltmax.
21154         (nextafter_test): Likewise.
21155
21156         * math/libm-test.inc (acos_towardzero_test_data): New variable.
21157         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21158         (acos_downward_test_data): New variable.
21159         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21160         (acos_upward_test_data): New variable.
21161         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21162         (acosh_test_data): New variable.
21163         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
21164         (asin_test_data): New variable.
21165         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
21166         (asin_tonearest_test_data): New variable.
21167         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21168         (asin_towardzero_test_data): New variable.
21169         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21170         (asin_downward_test_data): New variable.
21171         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21172         (asin_upward_test_data): New variable.
21173         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21174         (asinh_test_data): New variable.
21175         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
21176         (atan_test_data): New variable.
21177         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
21178         (atanh_test_data): New variable.
21179         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
21180         (cbrt_test_data): New variable.
21181         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
21182         (ceil_test_data): New variable.
21183         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
21184         (cos_test_data): New variable.
21185         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
21186         (cos_tonearest_test_data): New variable.
21187         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21188         (cos_towardzero_test_data): New variable.
21189         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21190         (cos_downward_test_data): New variable.
21191         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21192         (cos_upward_test_data): New variable.
21193         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21194         (cosh_test_data): New variable.
21195         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
21196         (cosh_tonearest_test_data): New variable.
21197         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21198         (cosh_towardzero_test_data): New variable.
21199         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21200         (cosh_downward_test_data): New variable.
21201         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21202         (cosh_upward_test_data): New variable.
21203         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21204         (erf_test_data): New variable.
21205         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
21206         (erfc_test_data): New variable.
21207         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
21208         (exp_test_data): New variable.
21209         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
21210         (exp_tonearest_test_data): New variable.
21211         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21212         (exp_towardzero_test_data): New variable.
21213         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21214         (exp_downward_test_data): New variable.
21215         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21216         (exp_upward_test_data): New variable.
21217         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21218         (exp10_test_data): New variable.
21219         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
21220         (exp2_test_data): New variable.
21221         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
21222         (expm1_test_data): New variable.
21223         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
21224         (fabs_test_data): New variable.
21225         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
21226         (floor_test_data): New variable.
21227         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
21228         (j0_test_data): New variable.
21229         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
21230         (j1_test_data): New variable.
21231         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
21232         (log_test_data): New variable.
21233         (log_test): Run tests with RUN_TEST_LOOP_f_f.
21234         (log10_test_data): New variable.
21235         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
21236         (log1p_test_data): New variable.
21237         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
21238         (log2_test_data): New variable.
21239         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
21240         (logb_test_data): New variable.
21241         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
21242         (logb_downward_test_data): New variable.
21243         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21244         (nearbyint_test_data): New variable.
21245         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
21246         (rint_test_data): New variable.
21247         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
21248         (rint_tonearest_test_data): New variable.
21249         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21250         (rint_towardzero_test_data): New variable.
21251         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21252         (rint_downward_test_data): New variable.
21253         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21254         (rint_upward_test_data): New variable.
21255         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21256         (round_test_data): New variable.
21257         (round_test): Run tests with RUN_TEST_LOOP_f_f.
21258         (sin_test_data): New variable.
21259         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
21260         (sin_tonearest_test_data): New variable.
21261         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21262         (sin_towardzero_test_data): New variable.
21263         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21264         (sin_downward_test_data): New variable.
21265         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21266         (sin_upward_test_data): New variable.
21267         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21268         (sinh_test_data): New variable.
21269         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
21270         (sinh_tonearest_test_data): New variable.
21271         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21272         (sinh_towardzero_test_data): New variable.
21273         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21274         (sinh_downward_test_data): New variable.
21275         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21276         (sinh_upward_test_data): New variable.
21277         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21278         (sqrt_test_data): New variable.
21279         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
21280         (tan_test_data): New variable.
21281         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
21282         (tan_tonearest_test_data): New variable.
21283         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21284         (tan_towardzero_test_data): New variable.
21285         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21286         (tan_downward_test_data): New variable.
21287         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21288         (tan_upward_test_data): New variable.
21289         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21290         (tanh_test_data): New variable.
21291         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
21292         (tgamma_test_data): New variable.
21293         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
21294         (trunc_test_data): New variable.
21295         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
21296         (y0_test_data): New variable.
21297         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
21298         (y1_test_data): New variable.
21299         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
21300         (significand_test_data): New variable.
21301         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
21302
21303 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
21304
21305         [BZ #12387]
21306         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
21307
21308 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
21309
21310         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
21311
21312 2013-05-10  Andreas Jaeger  <aj@suse.de>
21313
21314         [BZ #15448]
21315         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
21316         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
21317
21318 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21319
21320         * math/gen-libm-test.pl (adjust_arg): New function.
21321         (special_functions): Handle generating output in both functions
21322         and arrays.
21323         (parse_args): Likewise.
21324         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
21325         $in_func argument to parse_args.
21326         * math/libm-test.inc (struct test_f_f_data): New type.
21327         (IF_ROUND_INIT_): New macro.
21328         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
21329         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
21330         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
21331         (IF_ROUND_INIT_FE_UPWARD): Likewise.
21332         (ROUND_RESTORE_): Likewise.
21333         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
21334         (ROUND_RESTORE_FE_TONEAREST): Likewise.
21335         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
21336         (ROUND_RESTORE_FE_UPWARD): Likewise.
21337         (RUN_TEST_LOOP_f_f): New macro.
21338         (acos_test_data): New variable.
21339         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
21340         (acos_tonearest_test_data): New variable.
21341         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21342
21343 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21344
21345         * benchtests/bench-skeleton.c (startup): Fix coding style.
21346
21347 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21348
21349         [BZ #6809]
21350         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
21351         negative infinity argument.
21352         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
21353         negative infinity argument.
21354         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
21355         negative infinity argument.
21356         * math/libm-test.inc (tgamma_test): Expect errno to be set for
21357         domain errors.
21358
21359 2013-05-10  Florian Weimer  <fweimer@redhat.com>
21360
21361         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
21362         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
21363         * iconv/iconv_prog.c (main): Likewise.
21364         * locale/programs/charmap-dir.c (charmap_readdir)
21365         (fopen_uncompressed): Likewise.
21366         * locale/programs/locfile.c (siblings_uncached)
21367         (write_locale_data): Use lstat64 instead of lstat.
21368         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
21369         stat.
21370
21371 2013-05-10  Andreas Jaeger  <aj@suse.de>
21372
21373         [BZ #15395]
21374         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
21375         localization.
21376         Include <locale.h>.
21377
21378 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
21379
21380         * elf/dl-close.c (_dl_close_worker): Add comments.
21381
21382 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
21383
21384         [BZ #15359]
21385         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
21386         high part of pi/2.
21387         (__ieee754_rem_pio2l): Update comments.
21388
21389         [BZ #15429]
21390         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
21391         high part of pi/2.
21392         (__ieee754_rem_pio2l): Update comments.
21393
21394         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
21395         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
21396
21397         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
21398         M_PI_4l.
21399
21400         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
21401         (M_PI_34_LOG10El): Likewise.
21402         (M_PI2_LOG10El): Likewise.
21403         (M_PI4_LOG10El): Likewise.
21404         (M_PI_LOG10El): Likewise.
21405
21406 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21407
21408         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21409
21410 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
21411
21412         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
21413         (MINUS_ZERO_INIT): Likewise.
21414         (PLUS_INFTY_INIT): Likewise.
21415         (MINUS_INFTY_INIT): Likewise.
21416         (QNAN_VALUE_INIT): Likewise.
21417         (MAX_VALUE_INIT): Likewise.
21418         (MIN_VALUE_INIT): Likewise.
21419         (MIN_SUBNORM_VALUE_INIT): Likewise.
21420         (plus_zero): Initialize with PLUS_ZERO_INIT.
21421         (minus_zero): Initialize with MINUS_ZERO_INIT.
21422         (plus_infty): Initialize with PLUS_INFTY_INIT.
21423         (minus_infty): Initialize with MINUS_INFTY_INIT.
21424         (qnan_value): Initialize with QNAN_VALUE_INIT.
21425         (max_value): Initialize with MAX_VALUE_INIT.
21426         (min_value): Initialize with MIN_VALUE_INIT.
21427         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
21428
21429         * math/libm-test.inc (RUN_TEST_if_f): New macro.
21430         (jn_test): Use TEST_if_f instead of TEST_ff_f.
21431         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
21432         (yn_test): Use TEST_if_f instead of TEST_ff_f.
21433
21434         * math/libm-test.inc (RUN_TEST_f_f): New macro.
21435         (RUN_TEST_2_f): Likewise.
21436         (RUN_TEST_ff_f): Likewise.
21437         (RUN_TEST_fi_f): Likewise.
21438         (RUN_TEST_fl_f): Likewise.
21439         (RUN_TEST_fff_f): Likewise.
21440         (RUN_TEST_c_f): Likewise.
21441         (RUN_TEST_f_f1): Likewise.
21442         (RUN_TEST_fF_f1): Likewise.
21443         (RUN_TEST_fI_f1): Likewise.
21444         (RUN_TEST_ffI_f1): Likewise.
21445         (RUN_TEST_c_c): Likewise.
21446         (RUN_TEST_cc_c): Likewise.
21447         (RUN_TEST_f_i): Likewise.
21448         (RUN_TEST_f_i_tg): Likewise.
21449         (RUN_TEST_ff_i_tg): Likewise.
21450         (RUN_TEST_f_b): Likewise.
21451         (RUN_TEST_f_b_tg): Likewise.
21452         (RUN_TEST_f_l): Likewise.
21453         (RUN_TEST_f_L): Likewise.
21454         (RUN_TEST_sincos): Likewise.
21455         * math/gen-libm-test.pl (new_test): Take new argument to indicate
21456         whether to show exceptions.  Do not include ");\n" in return
21457         value.
21458         (special_functions): Output call to RUN_TEST_sincos instead of
21459         check_float calls.  Update calls to new_test.
21460         (parse_args): Output call to single RUN_TEST_* macro instead of
21461         check_* calls and other assignments.  Update calls to new_test.
21462
21463         [BZ #2546]
21464         [BZ #2560]
21465         [BZ #5159]
21466         [BZ #15426]
21467         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
21468         input to result for tgamma overflow.
21469         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
21470         (gamma_coeff): New variable.
21471         (NCOEFF): New macro.
21472         (gamma_positive): New function.
21473         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
21474         underflow here.  Use gamma_positive instead of exp (lgamma) for
21475         other arguments.
21476         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
21477         (gamma_coeff): New variable.
21478         (NCOEFF): New macro.
21479         (gammaf_positive): New function.
21480         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
21481         underflow here.  Use gamma_positive instead of exp (lgamma) for
21482         other arguments.
21483         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
21484         (gamma_coeff): New variable.
21485         (NCOEFF): New macro.
21486         (gammal_positive): New function.
21487         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
21488         underflow here.  Use gamma_positive instead of exp (lgamma) for
21489         other arguments.
21490         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
21491         (gamma_coeff): New variable.
21492         (NCOEFF): New macro.
21493         (gammal_positive): New function.
21494         (__ieee754_gammal_r): Handle positive infinity, overflow and
21495         underflow here.  Handle NaN the same as positive infinity.  Remove
21496         check x < 0xffffffff for negative integers.  Use gamma_positive
21497         instead of exp (lgamma) for other arguments.
21498         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
21499         (gamma_coeff): New variable.
21500         (NCOEFF): New macro.
21501         (gammal_positive): New function.
21502         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
21503         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
21504         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
21505         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
21506         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
21507         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
21508         * sysdeps/generic/math_private.h (__gamma_productf): New
21509         prototype.
21510         (__gamma_product): Likewise.
21511         (__gamma_productl): Likewise.
21512         * math/Makefile (libm-calls): Add gamma_product.
21513         * math/libm-test.inc (tgamma_test): Add more tests.
21514         * sysdeps/i386/fpu/libm-test-ulps: Update.
21515         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21516
21517 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
21518
21519         * benchtests/bench-skeleton.c (main): Preheat CPU.
21520
21521 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
21522
21523         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
21524
21525 2013-05-07  Roland McGrath  <roland@hack.frob.com>
21526
21527         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
21528         and _dl_skip_args_internal.
21529
21530 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
21531
21532         * manual/message.texi (Message Translation): Talk about users.
21533         Message to key mapping impacts design.
21534
21535 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21536
21537         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
21538
21539         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
21540
21541         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
21542         * sysdeps/wordsize-64/glob64.c: ... here.
21543
21544         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
21545         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
21546         New macros.
21547
21548         * debug/getlogin_r_chk.c: Moved to ...
21549         * login/getlogin_r_chk.c: ... here.
21550         * debug/Makefile (routines): Move getlogin_r_chk to ...
21551         * login/Makefile (routines): ... here.
21552         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
21553         * login/Versions (libc: GLIBC_2.4): ... here.
21554
21555         * io/poll.c (__poll): Renamed from poll.
21556         Add libc_hidden_def.
21557         (poll): Define as weak alias.
21558
21559         * debug/ptsname_r_chk.c: Moved to ...
21560         * login/ptsname_r_chk.c: ... here.
21561         * debug/Makefile (routines): Move ptsname_r_chk to ...
21562         * login/Makefile (routines): ... here.
21563         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
21564         * login/Versions (libc: GLIBC_2.4): ... here.
21565
21566         * posix/getlogin.c: Moved to ...
21567         * login/getlogin.c: ... here.
21568         * posix/getlogin_r.c: Moved to ...
21569         * login/getlogin_r.c: ... here.
21570         * posix/getlogin_r.c: Moved to ...
21571         * login/getlogin_r.c: ... here.
21572         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
21573         * login/Makefile (routines): ... here.
21574         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
21575         * login/Versions (libc: GLIBC_2.0): ... here.
21576
21577         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
21578         (setrlimit): Define as weak alias.
21579
21580         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
21581         Call __ names for open, ftruncate, and close.
21582         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
21583         (truncate): Define as weak alias.
21584
21585 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
21586
21587         * math/gen-libm-test.pl (parse_args): Initialize x before each
21588         test of frexp, modf and remquo.
21589
21590         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
21591         test signgam value.
21592
21593 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21594
21595         [BZ #15418]
21596         [BZ #15419]
21597         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
21598         internal tests.
21599         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21600
21601 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21602
21603         * elf/dl-writev.h: New file.
21604         * elf/dl-misc.c: Include it.
21605         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
21606         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
21607
21608 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
21609
21610         * math/libm-test.inc (noXFails): Remove variable.
21611         (noXPasses): Likewise.
21612         (BUILD_COMPLEX_INT): Remove macro.
21613         (print_screen): Remove xfail argument.
21614         (print_screen_max_error): Likewise.
21615         (update_stats): Likewise.
21616         (print_max_error): Likewise.  Update calls to other affected
21617         functions.
21618         (print_complex_max_error): Likewise.
21619         (test_single_exception): Update calls to print_screen.
21620         (test_single_errno): Likewise.
21621         (check_float_internal): Remove xfail argument.  Update calls to
21622         other affected functions.
21623         (check_float): Likewise.
21624         (check_complex): Likewise.
21625         (check_int): Likewise.
21626         (check_long): Likewise.
21627         (check_bool): Likewise.
21628         (check_longlong): Likewise.
21629         (main): Don't print noXFails and noXPasses.
21630         * math/gen-libm-test.pl (top level): Don't mention expected
21631         failure handling in comment.
21632         (new_test): Don't handle expected failures.
21633         (parse_args): Don't mention expected failure handling in comment.
21634         (generate_testfile): Don't handle expected failures.
21635         (parse_ulps): Likewise.
21636         (print_ulps_file): Likewise.
21637         (get_failure): Remove function.
21638         (output_test): Don't handle expected failures.
21639         * make/README.libm-test: Don't mention expected failure handling.
21640
21641         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
21642         (minus_zero): Likewise.
21643         (plus_infty): Likewise.
21644         (minus_infty): Likewise.
21645         (qnan_value): Likewise.
21646         (max_value): Likewise.
21647         (min_value): Likewise.
21648         (min_subnorm_value): Likewise.
21649         (initialize): Do not initialize those variables dynamically.
21650
21651 2013-05-03  Roland McGrath  <roland@hack.frob.com>
21652
21653         * io/open.c (__open_2): Moved to ...
21654         * io/open_2.c: ... this new file.
21655         * io/open64.c (__open64_2): Moved to ...
21656         * io/open64_2.c: ... this new file.
21657         * io/openat.c (__openat_2): Moved to ...
21658         * io/openat_2.c: ... this new file.
21659         * io/openat64.c (__openat64_2): Moved to ...
21660         * io/openat64_2.c: ... this new file.
21661         * io/Makefile (routines): Add them.
21662         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
21663         * sysdeps/unix/sysv/linux/open_2.c: File removed.
21664         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
21665         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
21666         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
21667         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
21668         (__openat64): Add hidden_ver.
21669         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
21670         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
21671
21672         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
21673         Separately conditionalize setting of GLRO(dl_sysinfo) so
21674         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
21675         as well, but the actual setting is only under [NEED_DL_SYSINFO].
21676
21677 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21678
21679         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
21680         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
21681         definition.
21682         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
21683         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21684         (_libc_vdso_platform_setup): Add __vdso_time initialization.
21685         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
21686         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
21687
21688 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
21689
21690         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
21691         test signgam value.
21692
21693         * math/libm-test.inc (hypot_test): Do not use
21694         IGNORE_ZERO_INF_SIGN.
21695
21696 2013-05-03  Andreas Jaeger  <aj@suse.de>
21697
21698         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
21699         Linux 3.9.
21700         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
21701         (PF_MAX): Adjust for VSOCK change.
21702
21703 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21704
21705         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21706
21707 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
21708
21709         [BZ #15264]
21710         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
21711         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
21712         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
21713
21714 2013-05-02  David S. Miller  <davem@davemloft.net>
21715
21716         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21717
21718 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
21719
21720         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
21721
21722 2013-05-01  Roland McGrath  <roland@hack.frob.com>
21723
21724         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
21725
21726 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
21727
21728         [BZ #14952]
21729         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
21730         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
21731         Use __attribute__ ((__gnu_inline__)).
21732         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
21733         Don't use __attribute__ ((__gnu_inline__)).
21734
21735 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
21736
21737         [BZ #15423]
21738         * math/s_catan.c (__catan): Handle small real or imaginary part of
21739         input specially to avoid spurious underflow.
21740         * math/s_catanf.c (__catanf): Likewise.
21741         * math/s_catanh.c (__catanh): Likewise.
21742         * math/s_catanhf.c (__catanhf): Likewise.
21743         * math/s_catanhl.c (__catanhl): Likewise.
21744         * math/s_catanl.c (__catanl): Likewise.
21745         * math/libm-test.inc (catan_test): Add more tests.
21746         (catanh_test): Likewise.
21747         * sysdeps/i386/fpu/libm-test-ulps: Update.
21748         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21749
21750 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21751
21752         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21753
21754 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
21755
21756         [BZ #15416]
21757         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
21758         accurately for denominator in atan2.
21759         * math/s_catanf.c (__catanf): Likewise.
21760         * math/s_catanh.c (__catanh): Likewise.
21761         * math/s_catanhf.c (__catanhf): Likewise.
21762         * math/s_catanhl.c (__catanhl): Likewise.
21763         * math/s_catanl.c (__catanl): Likewise.
21764         * math/libm-test.inc (catan_test): Add more tests.
21765         (catanh_test): Likewise.
21766         * sysdeps/i386/fpu/libm-test-ulps: Update.
21767         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21768
21769 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
21770
21771         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
21772
21773         * benchtests/Makefile (bench): Remove slow benchmarks.
21774         * benchtests/atan-inputs: Add slow benchmark inputs.
21775         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
21776         (BENCH_FUNC): Accept variant offset.
21777         (VARIANT): Define.
21778         * benchtests/bench-skeleton.c (main): Run benchmark for each
21779         variant.
21780         * benchtests/cos-inputs: Add slow benchmark inputs.
21781         * benchtests/exp-inputs: Likewise.
21782         * benchtests/pow-inputs: Likewise.
21783         * benchtests/sin-inputs: Likewise.
21784         * benchtests/slowatan-inputs: Remove.
21785         * benchtests/slowatan.c: Remove.
21786         * benchtests/slowcos-inputs: Remove.
21787         * benchtests/slowcos.c: Remove.
21788         * benchtests/slowexp-inputs: Remove.
21789         * benchtests/slowexp.c: Remove.
21790         * benchtests/slowpow-inputs: Remove.
21791         * benchtests/slowpow.c: Remove.
21792         * benchtests/slowsin-inputs: Remove.
21793         * benchtests/slowsin.c: Remove.
21794         * benchtests/slowtan-inputs: Remove.
21795         * benchtests/slowtan.c: Remove.
21796         * benchtests/tan-inputs: Add slow benchmark inputs.
21797         * scripts/bench.pl: Parse comments and directives.
21798
21799         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
21800         in CPPFLAGS.
21801         ($(objpfx)bench-%.c): Remove *-ITER.
21802         * benchtests/bench-modf.c: Remove definition of ITER.
21803         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
21804         (main): Loop for DURATION seconds instead of fixed number of
21805         iterations.
21806         * scripts/bench.pl: Don't expect iterations in parameters.
21807
21808 2013-04-29  Roland McGrath  <roland@hack.frob.com>
21809
21810         * io/fchdir.c (__fchdir): Renamed from fchdir.
21811         (fchdir): Define as weak alias.
21812
21813 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
21814
21815         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
21816         (ERRNO_EDOM): Likewise.
21817         (ERRNO_ERANGE): Likewise.
21818         (noErrnoTests): New variable.
21819         (init_max_error): Set errno to 0.
21820         (test_single_errno): New function.
21821         (test_errno): Likewise.
21822         (check_float_internal): Call test_errno.  Set errno to 0.
21823         (check_complex): Refer to errno tests in comment.
21824         (check_int): Call test_errno.  Set errno to 0.
21825         (check_long): Likewise.
21826         (check_bool): Likewise.
21827         (check_longlong): Likewise.
21828         (cos_test): Use ERRNO_* flags for errno tests instead of
21829         check_int.
21830         (expm1_test): Likewise.
21831         (fmod_test): Likewise.
21832         (ilogb_test): Likewise.
21833         (lgamma_test): Likewise.
21834         (pow_test): Likewise.
21835         (remainder_test): Likewise.
21836         (sin_test): Likewise.
21837         (tan_test): Likewise.
21838         (yn_test): Likewise.
21839         (initialize): Set errno to 0.
21840         (main): Print number of errno tests.
21841         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
21842
21843 2013-04-29  Andreas Jaeger  <aj@suse.de>
21844
21845         [BZ #15084]
21846         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
21847         and RES_USEVC.
21848
21849         [BZ #15085]
21850         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
21851         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
21852         unimplemented.
21853
21854         [BZ #15380]
21855         * stdlib/random.c (__initstate): Return NULL if
21856         __initstate fails.
21857
21858         [BZ #15086]
21859         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
21860         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
21861         RES_SNGLKUPREOP.
21862
21863 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21864
21865         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21866
21867 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
21868
21869         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
21870         of individual tests.
21871         (casin_test): Likewise.
21872         (casinh_test): Likewise.
21873
21874 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
21875
21876         [BZ #15409]
21877         * math/s_catan.c (__catan): Handle arguments with large real or
21878         imaginary part separately without squaring.
21879         * math/s_catanf.c (__catanf): Likewise.
21880         * math/s_catanh.c (__catanh): Likewise.
21881         * math/s_catanhf.c (__catanhf): Likewise.
21882         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
21883         and redefine.
21884         (__catanhl): Handle arguments with large real or imaginary part
21885         separately without squaring.
21886         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
21887         and redefine.
21888         (__catanl): Handle arguments with large real or imaginary part
21889         separately without squaring.
21890         * math/libm-test.inc (catan_test): Add more tests.
21891         (catanh_test): Likewise.
21892         * sysdeps/i386/fpu/libm-test-ulps: Update.
21893         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21894
21895 2013-04-27  Andreas Jaeger  <aj@suse.de>
21896
21897         [BZ #15007]
21898         * stdlib/stdlib.h: Update guards for qecvt.
21899         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
21900         <stdlib.h>.
21901
21902 2013-04-27  Allan McRae  <allan@archlinux.org>
21903
21904         * sysdeps/i386/fpu/libm-test-ulps: Update.
21905
21906 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
21907
21908         [BZ #15406]
21909         * math/s_catan.c: Include <float.h>.
21910         (__catan): Ensure underflow exception occurs for underflowed
21911         result.
21912         * math/s_catanf.c: Include <float.h>.
21913         (__catanf): Ensure underflow exception occurs for underflowed
21914         result.
21915         * math/s_catanh.c: Include <float.h>.
21916         (__catanh): Ensure underflow exception occurs for underflowed
21917         result.
21918         * math/s_catanhf.c: Include <float.h>.
21919         (__catanhf): Ensure underflow exception occurs for underflowed
21920         result.
21921         * math/s_catanhl.c: Include <float.h>.
21922         (__catanhl): Ensure underflow exception occurs for underflowed
21923         result.
21924         * math/s_catanl.c: Include <float.h>.
21925         (__catanl): Ensure underflow exception occurs for underflowed
21926         result.
21927         * math/libm-test.inc (catan_test): Add more tests.
21928         (catanh_test): Likewise.
21929
21930         [BZ #15405]
21931         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
21932         underflowed result.
21933         * math/s_ccoshf.c (__ccoshf): Likewise.
21934         * math/s_ccoshl.c (__ccoshl): Likewise.
21935         * math/s_csin.c (__csin): Likewise.
21936         * math/s_csinf.c (__csinf): Likewise.
21937         * math/s_csinh.c (__csinh): Likewise.
21938         * math/s_csinhf.c (__csinhf): Likewise.
21939         * math/s_csinhl.c (__csinhl): Likewise.
21940         * math/s_csinl.c (__csinl): Likewise.
21941         * math/libm-test.inc (ccos_test): Add more tests.
21942         (ccosh_test): Likewise.
21943         (csin_test): Likewise.
21944         (csinh_test): Likewise.
21945
21946 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21947
21948         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
21949         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
21950         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
21951         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
21952         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
21953         powerpc/power5+/fpu folders.
21954         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
21955
21956
21957 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
21958
21959         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21960
21961 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
21962
21963         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
21964         additions to variable.
21965         [$(config-machine) = x86_64] (modules-names): Likewise.
21966         ($(objpfx)tst-audit3): Remove dependency.
21967         ($(objpfx)tst-audit3.out): Likewise.
21968         ($(objpfx)tst-audit4): Likewise.
21969         ($(objpfx)tst-audit4.out): Likewise.
21970         ($(objpfx)tst-audit5): Likewise.
21971         ($(objpfx)tst-audit5.out): Likewise.
21972         ($(objpfx)tst-audit6): Likewise.
21973         ($(objpfx)tst-audit6.out): Likewise.
21974         ($(objpfx)tst-audit7): Likewise.
21975         ($(objpfx)tst-audit7.out): Likewise.
21976         (tst-audit3-ENV): Remove variable.
21977         (tst-audit4-ENV): Likewise.
21978         (tst-audit5-ENV): Likewise.
21979         (tst-audit6-ENV): Likewise.
21980         (tst-audit7-ENV): Likewise.
21981         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
21982         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
21983         addition to variable.
21984         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
21985         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
21986         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
21987         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
21988         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
21989         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
21990         tst-audit3, tst-audit4 and tst-audit5.
21991         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
21992         tst-audit6 and tst-audit7.
21993         [$(subdir) = elf] (modules-names): Add audit modules for those
21994         tests.
21995         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
21996         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
21997         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
21998         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
21999         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
22000         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
22001         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
22002         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
22003         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
22004         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
22005         [$(subdir) = elf] (tst-audit3-ENV): New variable.
22006         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
22007         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
22008         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
22009         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
22010         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
22011         Likewise.
22012         [$(subdir) = elf && $(config-cflags-avx) = yes]
22013         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
22014         [$(subdir) = elf && $(config-cflags-avx) = yes]
22015         (CFLAGS-tst-auditmod4a.c): Likewise.
22016         [$(subdir) = elf && $(config-cflags-avx) = yes]
22017         (CFLAGS-tst-auditmod4b.c): Likewise.
22018         [$(subdir) = elf && $(config-cflags-avx) = yes]
22019         (CFLAGS-tst-auditmod6b.c): Likewise.
22020         [$(subdir) = elf && $(config-cflags-avx) = yes]
22021         (CFLAGS-tst-auditmod6c.c): Likewise.
22022         [$(subdir) = elf && $(config-cflags-avx) = yes]
22023         (CFLAGS-tst-auditmod7b.c): Likewise.
22024         * elf/tst-audit3.c: Move to ...
22025         * sysdeps/x86_64/tst-audit3.c: ... here.
22026         * elf/tst-audit4.c: Move to ...
22027         * sysdeps/x86_64/tst-audit4.c: ... here.
22028         * elf/tst-audit5.c: Move to ...
22029         * sysdeps/x86_64/tst-audit5.c: ... here.
22030         * elf/tst-audit6.c: Move to ...
22031         * sysdeps/x86_64/tst-audit6.c: ... here.
22032         * elf/tst-audit7.c: Move to ...
22033         * sysdeps/x86_64/tst-audit7.c: ... here.
22034         * elf/tst-auditmod3a.c: Move to ...
22035         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
22036         * elf/tst-auditmod3b.c: Move to ...
22037         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
22038         * elf/tst-auditmod4a.c: Move to ...
22039         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
22040         * elf/tst-auditmod4b.c: Move to ...
22041         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
22042         * elf/tst-auditmod5a.c: Move to ...
22043         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
22044         * elf/tst-auditmod5b.c: Move to ...
22045         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
22046         * elf/tst-auditmod6a.c: Move to ...
22047         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
22048         * elf/tst-auditmod6b.c: Move to ...
22049         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
22050         * elf/tst-auditmod6c.c: Move to ...
22051         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
22052         * elf/tst-auditmod7a.c: Move to ...
22053         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
22054         * elf/tst-auditmod7b.c: Move to ...
22055         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
22056
22057 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
22058
22059         [BZ #15366]
22060         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
22061         define unconditionally.
22062         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
22063         define unconditionally.
22064         (INT8_C, INT16_C, etc.): Likewise.
22065
22066 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
22067
22068         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
22069         __ehdr_start with hidden visibility.
22070
22071         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
22072
22073 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
22074
22075         * math/libm-test.inc (cos_test): Use accurate hex constants.
22076         (sincost_test): Likewise.
22077
22078 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
22079
22080         * math/libm-test.inc (catan_test): Add more tests.
22081         (catanh_test): Likewise.
22082
22083         * math/s_catanf.c (__catanf): Use suffixed floating-point
22084         constants.
22085         * math/s_catanhf.c (__catanhf): Likewise.
22086         * math/s_catanhl.c (__catanhl): Likewise.
22087         * math/s_catanl.c (__catanl): Likewise.
22088
22089         [BZ #15394]
22090         * math/s_catan.c (__catan): Calculate imaginary part of result
22091         with log1p not log unless computing log of number close to 0.
22092         * math/s_catanf.c (__catanf): Likewise.
22093         * math/s_catanl.c (__catanl): Likewise.
22094         * math/s_catanh.c (__catanh): Calculate real part of result with
22095         log1p not log unless computing log of number close to 0.
22096         * math/s_catanhf.c (__catanhf): Likewise.
22097         * math/s_catanhl.c (__catanhl): Likewise.
22098         * math/libm-test.inc (catan_test): Add more tests.
22099         (catanh_test): Likewise.
22100         * sysdeps/i386/fpu/libm-test-ulps: Update.
22101         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22102
22103 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22104
22105         * benchtests/Makefile: Mention files in which fast and slow
22106         paths of math functions are implemented.
22107
22108 2013-04-23  Roland McGrath  <roland@hack.frob.com>
22109
22110         * sysdeps/posix/timespec_get.c: New file.
22111
22112 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22113
22114         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
22115         POWER.
22116         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
22117         for POWER.
22118         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
22119         powerpc/power5/fpu folders.
22120         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
22121         * benchtests/Makefile: Add modf testcase.
22122         * benchtests/bench-modf.c: New file: Benchmark test for mo
22123
22124 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
22125
22126         [BZ #14888]
22127         * time/Makefile (tests): Add tst-strptime-whitespace.
22128         * time/strptime_l.c (get_number): Use ISSPACE.
22129         (__strptime_internal): Likewise.
22130         * time/tst-strptime-whitespace.c: New test case.
22131
22132 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
22133
22134         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
22135         member.
22136         (_nss_files_init): Set it here.
22137
22138 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
22139
22140         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
22141         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
22142         unsigned.
22143
22144 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
22145
22146         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
22147
22148 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
22149
22150         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
22151         size just once.
22152
22153 2013-04-21  David S. Miller  <davem@davemloft.net>
22154
22155         * po/ru.po: Update Russion translation from translation project.
22156
22157 2013-04-17  Adam Conrad  <adconrad@0c3.net>
22158
22159         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
22160         and setfsgid.
22161
22162 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
22163
22164         * configure.in: Remove i386 configure warning. Remove i386 case.
22165         * configure: Regenerate.
22166         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
22167         Add example to error message.
22168         * sysdeps/i386/configure: Regenerate.
22169
22170 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
22171
22172         * benchtests/Makefile (bench): Add cos, tan, slowcos and
22173         slowtan.
22174         * benchtests/cos-inputs: New file.
22175         * benchtests/slowcos-inputs: New file.
22176         * benchtests/slowcos.c: New file.
22177         * benchtests/slowtan-inputs: New file.
22178         * benchtests/slowtan.c: New file.
22179         * benchtests/tan-inputs: New file.
22180
22181 2013-04-16  Roland McGrath  <roland@hack.frob.com>
22182
22183         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
22184         considered kosher.
22185
22186 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
22187
22188         * benchtests/Makefile: Include cppflags-iterator.mk to add
22189         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
22190
22191         * Makefile.in (bench-clean): New target.
22192         * benchtests/Makefile (bench-clean): Likewise.
22193
22194 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
22195
22196         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
22197
22198 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
22199
22200         * stdio-common/tstdiomisc.c: Fix coding-style violation.
22201
22202 2013-04-15  Andreas Schwab  <schwab@suse.de>
22203
22204         * nscd/grpcache.c (cache_addgr): Properly check for short write.
22205         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22206         * nscd/pwdcache.c (cache_addpw): Likewise.
22207         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
22208         more than recsize.
22209
22210 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22211
22212         * benchtests/Makefile (bench): Write all output to
22213         bench-out.tmp together.
22214
22215 2013-04-15  Andreas Schwab  <schwab@suse.de>
22216
22217         * nscd/nscd.c (main): Don't fork again after closing files.
22218
22219 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22220
22221         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
22222
22223         * benchtests/Rules (bench-deps): Collect dependencies into a
22224         single variable.  Add Makefile to dependencies.
22225         ($(objpfx)bench-%.c): Depend on bench-deps.
22226
22227 2013-04-12  Roland McGrath  <roland@hack.frob.com>
22228             Xavier Roche  <roche+kml2@exalead.com>
22229
22230         [BZ #15361]
22231         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
22232         just that it's a file descriptor.
22233         * manual/llio.texi (Synchronizing AIO Operations): Update description
22234         for EBADF error from aio_fsync.
22235
22236 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22237
22238         * Rules (bench): Move target definition...
22239         * benchtests/Makefile: ... here.
22240
22241 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
22242
22243         * math/libm-test.inc (cos_test): Fix PI/2 test.
22244         (sincos_test): Likewise.
22245         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
22246         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
22247
22248 2013-04-11  Andreas Schwab  <schwab@suse.de>
22249
22250         [BZ #13988]
22251         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
22252         accept exponent character only when digits were seen.
22253         * stdio-common/Makefile (tests): Add bug26.
22254         * stdio-common/bug26.c: New file.
22255
22256         [BZ #14293]
22257         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
22258         non-freeable.
22259
22260 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22261
22262         * Makeconfig (rtld-prefix): Define built linker prefix.
22263         * Rules (run-bench): Use it.
22264         * math/Makefile (run-regen-ulps): Likewise.
22265
22266         * Rules (bench): Remove eval.
22267
22268 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22269             Roland McGrath  <roland@hack.frob.com>
22270             Ondrej Bilka  <neleai@seznam.cz>
22271
22272         [BZ #15346]
22273         * time/getdate.c: Include ctype.h and alloca.h.
22274         (__getdate_r): Trim leading and trailing spaces of input.
22275         * time/tst-getdate.c (tests): Add tests with leading and
22276         trailing spaces.
22277
22278 2013-04-08  Roland McGrath  <roland@hack.frob.com>
22279
22280         [BZ #14280]
22281         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
22282         when computing value.
22283
22284 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22285
22286         * math/README.libm-test (How can I generate "libm-test-ulps"?):
22287         Use testrun.sh to run libm tests.
22288
22289         [BZ #15309]
22290         * elf/dl-open.c (dl_open_worker): memset all of seen array.
22291
22292 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
22293
22294         [BZ #15264]
22295         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
22296
22297 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22298
22299         * Makefile.in (regen-ulps): New target.
22300         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
22301         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
22302         [ifneq (no,$(PERL)] (regen-ulps): New target.
22303         [ifeq (no,$(PERL)] (regen-ulps): New target.
22304         * math/libm-test.inc (ulps_file_name): Define.
22305         (output_dir): New variable.
22306         (options): Add "output-dir" option.
22307         (parse_opt): Handle 'o' case.
22308         (main): If output_dir is non-NULL use it as a prefix
22309         otherwise use "".
22310         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
22311
22312 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22313
22314         [BZ #10060, #10062]
22315         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
22316         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
22317         fail configure if __sync_val_compare_and_swap is not inlined.
22318         * sysdeps/i386/configure: Regenerate.
22319         * configure.in: Build for i686 when configured for i386.
22320         * configure: Regenerate.
22321         * README: Remove i386 reference.
22322
22323 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22324
22325         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
22326         * sysdeps/s390/s390-64/sysdep.h: Likewise.
22327
22328 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
22329
22330         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
22331         (lmsnanval): New variables.
22332         (F): Add conversion tests.
22333         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
22334         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
22335
22336         * stdio-common/tstdiomisc.c (F): Properly collect individual
22337         tests' results.
22338
22339         [BZ #14686, #15336]
22340         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
22341         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
22342         Instead, use input NaN values or generate a qNaN by arithmetic
22343         operation.  Also fix bugs to comply with the standard.
22344         * math/libm-test.inc (remainder_test): Add more tests.
22345
22346         [BZ #15335, #15342]
22347         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
22348         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
22349         input NaN values or generate a qNaN by arithmetic operation.
22350
22351         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
22352         unreachable code.
22353
22354         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
22355         definitions.
22356
22357 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
22358
22359         [BZ #14478]
22360         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
22361         underflowed result.
22362         * math/s_cexpf.c (__cexpf): Likewise.
22363         * math/s_cexpl.c (__cexpl): Likewise.
22364         * math/libm-test.inc (cexp_test): Add more tests.
22365
22366 2013-04-03  Andreas Schwab  <schwab@suse.de>
22367
22368         [BZ #15330]
22369         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
22370         order arrays from heap if bigger than alloca cutoff.
22371
22372 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
22373
22374         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
22375         (SNAN_TESTS_double): Refer to GCC PR56831.
22376         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
22377         GCC PR56828.
22378
22379 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22380
22381         * Rules (bench): Move bench.out after the run is complete.
22382
22383         * Rules (bench): Echo currently running benchmark.
22384
22385         * benchtests/Makefile (bench): Add atan and slowatan.
22386         * benchtests/atan-inputs: New file.
22387         * benchtests/slowatan-inputs: New file.
22388         * benchtests/slowatan.c: New file.
22389
22390         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
22391         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
22392         its value.
22393
22394         [BZ #15305]
22395         * sysdeps/unix/sysv/linux/kernel-features.h
22396         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
22397         __ASSUME_XFS_RESTRICTED_CHOWN.
22398         * sysdeps/unix/sysv/linux/pathconf.c
22399         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
22400         Save and restore errno.
22401
22402 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
22403
22404         [BZ #15327]
22405         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
22406         arguments using __kernel_casinh.
22407         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
22408         arguments using __kernel_casinhf.
22409         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
22410         arguments using __kernel_casinhl.
22411         * math/libm-test.inc (cacosh_test): Add more tests.
22412         * sysdeps/i386/fpu/libm-test-ulps: Update.
22413         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22414
22415 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22416
22417         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
22418         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
22419
22420         * bench/Makefile (bench): Add sin and slowsin.
22421         * benchtests/sin-inputs: New file.
22422         * benchtests/slowsin-inputs: New file.
22423         * benchtests/slowsin.c: New file.
22424
22425         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
22426         (bench): Add slowexp and slowpow.
22427         (exp-ITER): Increase iterations.
22428         (pow-ITER): Likewise.
22429         * benchtests/exp-inputs: Change input.
22430         * benchtests/pow-inputs: Likewise.
22431         * benchtests/slowexp-inputs: New file.
22432         * benchtests/slowexp.c: New file.
22433         * benchtests/slowpow-inputs: New file.
22434         * benchtests/slowpow.c: New file.
22435
22436 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22437
22438         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
22439         instructions.
22440         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
22441         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
22442         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22443         * benchtests/Makefile: Add rint benchtest.
22444         * benchtests/rint-inputs: Input for rint benchtest.
22445
22446 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
22447
22448         * Versions.def (libm): Add GLIBC_2.18.
22449         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
22450         hidden libm prototypes.
22451         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
22452         * math/Makefile (libm-calls): Add s_issignaling.
22453         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
22454         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
22455         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
22456         declaration.
22457         * math/math.h [__USE_GNU] (issignaling): New macro.
22458         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
22459         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
22460         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
22461         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
22462         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
22463         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
22464         * manual/arith.texi (issignaling): New section.
22465         * manual/libm-err-tab.pl (@all_functions): Update comment.
22466         * math/gen-libm-test.pl (parse_args): Apply special handling for
22467         issignaling.
22468         * math/libm-test.inc (print_float, issignaling_test): New
22469         functions.
22470         (check_float_internal): Add issignaling checks.
22471         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
22472         default definition.
22473         * sysdeps/powerpc/math-tests.h: New file.
22474         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
22475         tests.
22476         * math/test-snan.c (TEST_FUNC): Likewise.
22477
22478 2013-03-30  David S. Miller  <davem@davemloft.net>
22479
22480         * po/de.po: Update from translation team.
22481
22482 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
22483
22484         [BZ #10357]
22485         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22486         imaginary part less than 1.0 and real part less than 0.5
22487         specially.
22488         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22489         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22490         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
22491         (cacos_test): Add more tests.
22492         (casin_test): Likewise.
22493         (casinh_test): Likewise.
22494         * sysdeps/i386/fpu/libm-test-ulps: Update.
22495         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22496
22497 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22498
22499         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
22500         ONE with its value.
22501
22502         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
22503         (__pow_mp): Replace ONE and MONE with their values.
22504         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22505         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
22506         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22507         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
22508         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22509         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22510
22511         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
22512
22513         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
22514         (__pow_mp): Replace ZERO and MZERO with their values.
22515         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22516         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22517         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22518         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
22519         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22520         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
22521         (__sqr): Likewise.
22522
22523         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
22524
22525         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
22526
22527 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22528
22529         * include/stdlib.h [!SHARED] (__call_tls_dtors):
22530         Declare with __attribute__ ((weak)).
22531         * stdlib/exit.c (__libc_atexit) [!SHARED]:
22532         Call __call_tls_dtors only if it's not NULL.
22533
22534 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22535
22536         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
22537         didn't do it already, then set _dl_phdr and _dl_phnum based on the
22538         magic __ehdr_start linker symbol if it's defined.
22539         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
22540         them up here if it was already done.
22541
22542         * elf/dl-support.c (_dl_phdr): Make pointer to const.
22543         (_dl_aux_init): Use const in cast when setting it.
22544         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
22545         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
22546         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
22547
22548         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
22549         Declare them here.
22550         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
22551         * csu/libc-tls.c: Nor here.
22552         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
22553
22554         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
22555         (__libc_message): Never call vsyslog.
22556
22557 2013-03-28  Alan Modra  <amodra@gmail.com>
22558
22559         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
22560         Define as empty.
22561         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
22562         Likewise.
22563
22564 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22565
22566         [BZ #15214]
22567         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
22568         underflow.
22569         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22570
22571 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22572
22573         [BZ #15304]
22574         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
22575         Don't add gid passed as argument.
22576
22577         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
22578
22579 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
22580
22581         [BZ #15307]
22582         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22583         imaginary part between 1.0 and 1.5 and real part less than 0.5
22584         specially.
22585         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22586         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22587         * math/libm-test.inc (cacos_test): Add more tests.
22588         (casin_test): Likewise.
22589         (casinh_test): Likewise.
22590         * sysdeps/i386/fpu/libm-test-ulps: Update.
22591         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22592
22593 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22594
22595         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
22596         constants.
22597         (norm): Likewise.
22598         (denorm): Likewise.
22599         (__dbl_mp): Likewise.
22600         (add_magnitudes): Likewise.
22601         (sub_magnitudes): Likewise.
22602         (__add): Likewise.
22603         (__sub): Likewise.
22604         (__mul): Likewise.
22605         (__sqr): Likewise.
22606         (__inv): Likewise.
22607         (__dvd): Likewise.
22608
22609         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
22610         commented code.
22611         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
22612         (__dubcos): Likewise.
22613         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
22614         (__ieee754_acos): Likewise.
22615         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22616         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
22617         (__exp1): Likewise.
22618         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22619         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
22620         (log1): Likewise.
22621         (my_log2): Likewise.
22622         (checkint): Likewise.
22623         * sysdeps/ieee754/dbl-64/e_remainder.c
22624         (__ieee754_remainder): Likewise.
22625         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22626         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
22627         (bsloww): Likewise.
22628         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22629
22630         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
22631         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
22632         MANTISSA_STORE_T to store computations on mantissa.  Use
22633         macros for rounding and division.
22634         (denorm): Likewise.
22635         (__dbl_mp): Likewise.
22636         (add_magnitudes): Likewise.
22637         (sub_magnitudes): Likewise.
22638         (__mul): Likewise.
22639         (__sqr): Likewise.
22640         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22641         powers of two in terms of TWOPOW macro.
22642         (mp_no): Make type of mantissa as MANTISSA_T.
22643         [!RADIXI]: Define RADIXI.
22644         [!TWO52]: Define TWO52.
22645         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22646
22647 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22648
22649         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
22650         llroundl symbol when building for PPC32.
22651
22652 2013-03-24  Mark H Weaver  <mhw@netris.org>
22653
22654         * manual/arith.texi (Normalization Functions): Fix prototypes for
22655         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
22656
22657 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22658
22659         [BZ #13889]
22660         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
22661         high value to check if expl overflow.
22662         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
22663         to check for underflow and overflow.
22664         * math/libm-test.inc: Add exp test.
22665
22666 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
22667
22668         [BZ #11120]
22669         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
22670         with NOT_IN_libc.
22671
22672 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22673
22674         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
22675         symbol.
22676
22677 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
22678
22679         * math/gen-libm-test.pl (parse_args, special_functions): Properly
22680         wrap blocks consisting of several statements.
22681
22682         * sysdeps/generic/math-tests.h: New file.
22683         * sysdeps/i386/fpu/math-tests.h: Likewise.
22684         * math/test-snan.c: Include it.
22685         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
22686
22687 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22688
22689         [BZ #15285]
22690         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
22691         (__ieee754_j0l): Do not improve calculations using cos of twice
22692         input for inputs above LDBL_MAX / 2.0L.
22693         (__ieee754_y0l): Likewise.
22694         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
22695         (__ieee754_j1l): Do not improve calculations using cos of twice
22696         input for inputs above LDBL_MAX / 2.0L.
22697         (__ieee754_y1l): Likewise.
22698         * math/libm-test.inc (j0_test): Add another test.
22699         (j1_test): Likewise.
22700         (y0_test): Likewise.
22701         (y1_test): Likewise.
22702         * sysdeps/i386/fpu/libm-test-ulps: Update.
22703
22704 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22705
22706         * Rules ($(objpfx)bench-%.c): Include code from a C source
22707         file.
22708
22709 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22710
22711         [BZ #15287]
22712         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22713         imaginary part 1.0 and real part less than 0.5 specially.
22714         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22715         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22716         * math/libm-test.inc (cacos_test): Add more tests.
22717         (casin_test): Likewise.
22718         (casinh_test): Likewise.
22719         * sysdeps/i386/fpu/libm-test-ulps: Update.
22720         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22721
22722 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22723
22724         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
22725         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
22726
22727 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
22728
22729         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
22730         * config.make.in (config-cflags-sse4): Remove variable.
22731         (config-cflags-avx): Likewise.
22732         (config-cflags-sse2avx): Likewise.
22733         (config-cflags-novzeroupper): Likewise.
22734         (config-asflags-i686): Likewise.
22735         (have-mfma4): Likewise.
22736         (have-as-vis3): Likewise.
22737         (MIG): Likewise.
22738         * configure.in (MIG): Do not AC_SUBST.
22739         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
22740         (libc_cv_cc_sse4): Do not AC_SUBST.
22741         (libc_cv_cc_avx): Likewise.
22742         (libc_cv_cc_sse2avx): Likewise.
22743         (libc_cv_cc_novzeroupper): Likewise.
22744         (libc_cv_cc_fma4): Likewise.
22745         (libc_cv_as_i686): Likewise.
22746         (libc_cv_sparc_as_vis3): Likewise.
22747         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
22748         LIBC_CONFIG_VAR.
22749         (config-asflags-i686): Likewise.
22750         (config-cflags-avx): Likewise.
22751         (config-cflags-sse2avx): Likewise.
22752         (have-mfma4): Likewise.
22753         (config-cflags-novzeroupper): Likewise.
22754         * sysdeps/mach/configure.in (MIG): Likewise.
22755         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
22756         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
22757         LIBC_CONFIG_VAR.
22758         (config-cflags-avx): Likewise.
22759         (config-cflags-sse2avx): Likewise.
22760         (have-mfma4): Likewise.
22761         (config-cflags-novzeroupper): Likewise.
22762         * configure: Regenerated.
22763         * sysdeps/i386/configure: Likewise.
22764         * sysdeps/mach/configure: Likewise.
22765         * sysdeps/sparc/configure: Likewise.
22766         * sysdeps/x86_64/configure: Likewise.
22767
22768 2013-03-20  Roland McGrath  <roland@hack.frob.com>
22769
22770         [BZ #14812]
22771         * locale/programs/localedef.c (options): Put N_ translation marker
22772         on argument names, not just descriptions.
22773
22774 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22775
22776         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
22777
22778 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
22779
22780         [BZ #14176]
22781         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
22782
22783 2013-03-19  Roland McGrath  <roland@hack.frob.com>
22784
22785         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
22786         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
22787         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
22788         [!BEFORE_ABORT] (before_abort): New function.
22789         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
22790         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
22791         (writev_for_fatal): New function.
22792         (WRITEV_FOR_FATAL): New macro; call that.
22793         (backtrace_and_maps): New function.
22794         (BEFORE_ABORT): New macro; call that.
22795         (struct str_list): Type removed.
22796         (__libc_message, __libc_fatal): Functions removed.
22797         Include <sysdeps/posix/libc_fatal.c> instead.
22798
22799 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
22800
22801         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
22802         constants.
22803         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
22804         double constants.
22805
22806 2013-03-19  Andreas Schwab  <schwab@suse.de>
22807
22808         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
22809         * sysdeps/gnu/configure: Regenerate.
22810
22811         * configure.in: Substitute libc_cv_rtlddir.
22812         * configure: Regenerate.
22813         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
22814         * Makeconfig (rtlddir, inst_rtlddir): New variables.
22815         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
22816         * elf/Makefile (install-others, CFLAGS-interp.c)
22817         (ldso_install, common-ldd-rewrite): Likewise.
22818         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
22819         $(inst_slibdir)/$(rtld-installed-name).
22820         * scripts/rellns-sh: Add -p option.
22821         * Makerules (make-shlib-link): Use rellns-sh to get relative name
22822         for source.
22823
22824 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
22825
22826         * manual/nptl.texi: Renamed to ...
22827         * manual/threads.texi: ... this.
22828         * manual/Makefile (chapters): Update.
22829
22830 2013-03-18  Roland McGrath  <roland@hack.frob.com>
22831
22832         [BZ #14812]
22833         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
22834         on argument names, not just descriptions.
22835         * malloc/memusagestat.c (options): Likewise.
22836         * nss/getent.c (options): Likewise.
22837
22838 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
22839
22840         [BZ #14812]
22841         * iconv/iconv_prog.c (options): Put N_ translation marker
22842         on argument names, not just descriptions.
22843         * iconv/iconvconfig.c (options): Likewise.
22844
22845 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
22846
22847         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
22848         implementation which is faster on all x86_64 architectures.
22849         Tested on AMD, Intel Nehalem, SNB, IVB.
22850         * sysdeps/x86_64/strnlen.S: Likewise.
22851
22852         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22853         Remove all multiarch strlen and strnlen versions.
22854         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
22855         Remove strlen and strnlen related parts.
22856
22857         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
22858         Inline strlen part.
22859         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
22860
22861         * sysdeps/x86_64/multiarch/strlen.S: Remove.
22862         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
22863         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
22864         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
22865         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
22866         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
22867
22868 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
22869
22870         * manual/memory.texi (Malloc Tunable Parameters):
22871         Sort parameters alphabetically. Add comments for missing entries.
22872
22873 2013-03-17  David S. Miller  <davem@davemloft.net>
22874
22875         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22876
22877 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
22878
22879         [BZ #15283]
22880         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
22881         for arguments at most half maximum finite value.
22882         * math/libm-test.inc (j0_test): Add more tests.
22883         (j1_test): Likewise.
22884         (y0_test): Likewise.
22885         (y1_test): Likewise.
22886         * sysdeps/i386/fpu/libm-test-ulps: Update.
22887         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22888
22889         [BZ #14155]
22890         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
22891         1 / x and functions P and Q for arguments above 0x1p256L.
22892         (__ieee754_y0l): Likewise.
22893         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
22894         (__ieee754_y1l): Likewise.
22895         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
22896         (j1_test): Likewise.
22897         (y0_test): Likewise.
22898         (y1_test): Likewise.
22899
22900 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
22901
22902         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
22903         variable.
22904
22905 2013-03-15  Roland McGrath  <roland@hack.frob.com>
22906
22907         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
22908         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
22909         zero since it's initialized to EXEC_PAGESIZE.
22910
22911         * sysdeps/unix/sysv/linux/ldsodefs.h
22912         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
22913         * sysdeps/generic/ldsodefs.h: ... here.
22914
22915 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
22916
22917         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
22918
22919         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
22920         math/test-snan.c.
22921         * math/test-snan.c: Renamed from
22922         sysdeps/powerpc/fpu/test-powerpc-snan.c.
22923         * math/Makefile (tests): Add test-snan.
22924         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
22925         test-powerpc-snan.
22926
22927         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
22928         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
22929         functions.
22930         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
22931         __builtin_nan family of functions.
22932         * math/libm-test.inc (initialize): Initialize qnan_value with
22933         __builtin_nan family of functions.
22934         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
22935         Remove variables.
22936         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
22937         Remove functions.
22938         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
22939         storage class.  Initialize qNaN_var and sNaN_var with
22940         __builtin_nan and __builtin_nans families of functions,
22941         respectively.
22942
22943         * math/libm-test.inc (acosh_test): Also test with qNaN input.
22944         (sqrt_test): Remove duplicate test with qNaN input.
22945         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
22946         (round_test, signbit_test, significand_test): Note missing +/-Inf
22947         as well as qNaN tests.
22948
22949         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
22950         qNaN_var.  Fix a few strings, too.
22951         * math/libm-test.inc (nan_value): Rename to qnan_value.
22952         * math/gen-libm-test.pl (%beautify): Adjust to that.
22953         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
22954         * math/test-misc.c (main): Likewise.
22955         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
22956         to __qnan_bytes, and __qnan_union, respectively.
22957         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
22958         Likewise.
22959         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
22960         and lqnanval, respectively.
22961         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
22962         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
22963         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
22964         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
22965
22966         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
22967         * math/test-misc.c (main) [__x86_64__]: Enable test for long
22968         doubles.
22969
22970         * math/test-misc.c (main): Fix copy'n'pastos.
22971         * misc/tst-efgcvt.c (special): Likewise.
22972
22973         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
22974         Remove declarations.
22975
22976 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22977
22978         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
22979         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
22980         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
22981         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
22982
22983 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22984
22985         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
22986         macro to return vdso values correctly in IFUNC implementations.
22987         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
22988         Optimization by using IFUNC.
22989
22990 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22991             Richard Henderson  <rth@redhat.com>
22992             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
22993
22994         * Makefile.in (bench): New target.
22995         * NEWS: Mention the benchmark framework.
22996         * Rules (bench): Likewise.
22997         (binaries-bench): Generate binaries for functions to
22998         benchmark.
22999         * benchtests/Makefile: New makefile for benchmark tests.
23000         * benchtests/bench-skeleton.c: New skeleton file for benchmark
23001         programs.
23002         * benchtests/exp-inputs: New input file for EXP function.
23003         * benchtests/pow-inputs: New input file for POW function.
23004         * scripts/bench.pl: New script to generate source files for
23005         benchmark programs.
23006
23007 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
23008
23009         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
23010         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
23011         computations on mantissa.  Use macros for rounding and
23012         division.
23013         (denorm): Likewise.
23014         (__dbl_mp): Likewise.
23015         (add_magnitudes): Likewise.
23016         (sub_magnitudes): Likewise.
23017         (__mul): Likewise.
23018         (__sqr): Likewise.
23019         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
23020         powers of two in terms of TWOPOW macro.
23021         (mp_no): Make type of mantissa as MANTISSA_T.
23022         [!RADIXI]: Define RADIXI.
23023         [!TWO52]: Define TWO52.
23024         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
23025
23026         * manual/nptl.texi (cindex): Modify threads to pthreads.
23027
23028 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
23029
23030         * sysdeps/x86_64/preconfigure: Regenerated.
23031
23032 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
23033
23034         [BZ #14155]
23035         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
23036         0x1p28 and above.
23037         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
23038         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
23039         0x1p28 and above.
23040         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
23041         * math/libm-test.inc (j0_test): Do not allow one spurious
23042         underflow exception.
23043         (y1_test): Likewise.
23044
23045 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
23046
23047         * manual/Makefile (chapters): Add nptl.
23048         * manual/debug.texi (Debugging Support): Add link to Threads
23049         chapter.
23050         * manual/nptl.texi: New file.
23051
23052         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
23053
23054 2013-03-14  Petr Baudis  <pasky@ucw.cz>
23055
23056         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
23057         for non-NULL pointer before the memory validity test. Pointed
23058         out by Holger Brunck <holger.brunck@keymile.com>.
23059
23060 2013-03-13  Andreas Schwab  <schwab@suse.de>
23061
23062         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
23063         instead of .os.
23064
23065 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
23066
23067         * timezone/zic.c: Update from tzcode 2013b.
23068
23069 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
23070
23071         * manual/install.texi (Configuring and compiling):
23072         Mention i686 and i586.
23073         * INSTALL: Regenerate.
23074
23075 2013-03-12  Roland McGrath  <roland@hack.frob.com>
23076
23077         * sysdeps/init_array/elf-init.c: New file.
23078         * csu/elf-init.c
23079         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
23080         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
23081
23082         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
23083         __gmon_start__ as global, but as static with a .preinit_array pointer.
23084         * sysdeps/init_array/gmon-start.c: New file.  Use that.
23085         * sysdeps/init_array/crti.S: New file, empty except for comments.
23086         * sysdeps/init_array/crtn.S: Likewise.
23087
23088 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
23089
23090         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
23091         definining bcopy.
23092         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23093         Remove Prefer_SSE_for_memop.
23094         * sysdeps/x86_64/multiarch/init-arch.h: Remove
23095         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
23096         HAS_PREFER_SSE_FOR_MEMOP.
23097         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
23098         memset-x86-64.
23099         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23100         Remove bzero, memset ifunc support.
23101         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
23102         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
23103         * sysdeps/x86_64/multiarch/memset.S: Likewise.
23104         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
23105
23106 2013-03-11  Andreas Schwab  <schwab@suse.de>
23107
23108         [BZ #15234]
23109         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
23110         by SHLIB_COMPAT.
23111         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
23112         (GLIBC_2.16): Remove pthread_atfork.
23113
23114 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
23115
23116         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
23117         (ptestcases.h): Likewise.
23118
23119 2013-03-08  Roland McGrath  <roland@hack.frob.com>
23120
23121         * Makeconfig ($(common-objpfx)config.status): Depend on
23122         sysdeps/*/preconfigure{,.in} too.
23123
23124 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
23125
23126         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
23127         (__free_hook): Use void * instead of __malloc_ptr_t.
23128         (__malloc_hook): Likewise.
23129         (__realloc_hook): Likewise.
23130         (__memalign_hook): Likewise.
23131         (__after_morecore_hook): Likewise.
23132         * malloc/arena.c (save_malloc_hook): Likewise.
23133         (save_free_hook): Likewise.
23134         * malloc/hooks.c (malloc_hook_ini): Likewise.
23135         (realloc_hook_ini): Likewise.
23136         (memalign_hook_ini): Likewise.
23137         * malloc/malloc.c (malloc_hook_ini): Likewise.
23138         (realloc_hook_ini): Likewise.
23139         (memalign_hook_ini): Likewise.
23140         (__free_hook): Likewise.
23141         (__malloc_hook): Likewise.
23142         (__realloc_hook): Likewise.
23143         (__memalign_hook): Likewise.
23144         (__libc_malloc): Likewise.
23145         (__libc_free): Likewise.
23146         (__libc_realloc): Likewise.
23147         (__libc_memalign): Likewise.
23148         (__libc_valloc): Likewise.
23149         (__libc_pvalloc): Likewise.
23150         (__libc_calloc): Likewise.
23151         (__posix_memalign): Likewise.
23152         * malloc/morecore.c (__sbrk): Likewise.
23153         (__default_morecore): Likewise.
23154
23155         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
23156
23157         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
23158         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
23159         __malloc_ptrdiff_t.
23160
23161         * malloc/malloc.h (__malloc_size_t): Remove macro.
23162         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
23163         __malloc_size_t.
23164         (old_memalign_hook): Likewise.
23165         (old_realloc_hook): Likewise.
23166         (struct hdr): Likewise.
23167         (flood): Likewise.
23168         (mallochook): Likewise.
23169         (memalignhook): Likewise.
23170         (reallochook): Likewise.
23171         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
23172         (tr_old_realloc_hook): Likewise.
23173         (tr_old_memalign_hook): Likewise.
23174         (tr_mallochook): Likewise.
23175         (tr_reallochook): Likewise.
23176         (tr_memalignhook): Likewise.
23177
23178 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23179
23180         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
23181         default_ldbl_pack and using as default implementation.
23182         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
23183         implementation.
23184         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
23185         redundant definition.
23186         (ldbl_insert_mantissa): Likewise.
23187         (ldbl_canonicalize): Likewise.
23188         (ldbl_nearbyint): Likewise.
23189         (ldbl_pack): Rename to ldbl_pack_ppc.
23190         (ldbl_unpack): Rename to ldbl_unpack_ppc.
23191         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
23192         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
23193
23194 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23195
23196         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
23197         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
23198         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
23199         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
23200         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
23201         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
23202         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
23203         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
23204
23205 2013-03-07  Andreas Jaeger  <aj@suse.de>
23206
23207         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
23208         bits/mman-linux.h.
23209
23210 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23211
23212         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
23213         Include mpa.h and declare __MPEXP.
23214         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
23215         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23216         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23217         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
23218         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23219         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23220         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
23221
23222         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
23223         (__slowpow): Use long double EXPL and LOGL functions to
23224         compute POW.
23225         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23226         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23227         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
23228         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23229         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23230         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
23231
23232         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
23233         intermediate variable to calculate exponent.
23234         (__sqr): Likewise.
23235         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
23236         Likewise.
23237         (__sqr): Likewise.
23238
23239         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
23240         [!NO__SQR]: Define __sqr.
23241         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
23242         and NO__SQR.  Remove all code except __mul and __sqr.  Include
23243         sysdeps/ieee754/dbl-64/mpa.c.
23244         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
23245
23246         [BZ #12723]
23247         * posix/Makefile (tests): Add tst-pathconf.
23248         * posix/tst-pathconf.c: New test case.
23249         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
23250         _PC_PIPE_BUF.
23251         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
23252
23253 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
23254
23255         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
23256
23257 2013-03-06  Andreas Jaeger  <aj@suse.de>
23258
23259         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
23260         definition via __MAP_ANONYMOUS.
23261
23262         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
23263         it's not part of Linux headers.
23264
23265         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
23266         (MAP_HUGE_MASK): Define.
23267
23268         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23269         Define.
23270         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23271         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23272         Define.
23273         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23274         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23275         Define.
23276         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23277         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
23278         Define.
23279         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23280
23281         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
23282         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
23283         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
23284         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
23285         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
23286         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
23287
23288         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
23289         Handle f2fs.
23290
23291         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
23292         Handle f2fs and efivarfs.
23293
23294         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
23295         f2fs.
23296
23297         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
23298         (EFIVARFS_MAGIC): Add.
23299         (F2FS_LINK_MAX): Add.
23300
23301 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
23302
23303         * stdio-common/vfprintf.c: Replace __builtin_expect with
23304         __glibc_unlikely.
23305
23306 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
23307
23308         [BZ #13550]
23309         * sysdeps/generic/bp-sym.h: Remove file.
23310         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
23311         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
23312         <bp-sym.h> and <bp-asm.h>.
23313         (__longjmp): Don't use BP_SYM.
23314         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
23315         and <bp-asm.h>.
23316         (memcpy): Don't use BP_SYM.
23317         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
23318         <bp-sym.h> and <bp-asm.h>.
23319         (memcpy): Don't use BP_SYM.
23320         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
23321         <bp-asm.h>.
23322         (memcpy): Don't use BP_SYM.
23323         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
23324         <bp-asm.h>.
23325         (memset): Don't use BP_SYM.
23326         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23327         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23328         (__bzero): Don't use BP_SYM.
23329         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23330         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23331         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
23332         <bp-sym.h> and <bp-asm.h>.
23333         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23334         pointers.
23335         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
23336         <bp-sym.h> and <bp-asm.h>.
23337         (memcpy): Don't use BP_SYM.
23338         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
23339         <bp-sym.h> and <bp-asm.h>.
23340         (memset): Don't use BP_SYM.
23341         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23342         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23343         (__bzero): Don't use BP_SYM.
23344         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23345         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23346         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
23347         <bp-sym.h> and <bp-asm.h>.
23348         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23349         pointers.
23350         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
23351         <bp-sym.h> and <bp-asm.h>.
23352         (memcpy): Don't use BP_SYM.
23353         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
23354         <bp-sym.h> and <bp-asm.h>.
23355         (memset): Don't use BP_SYM.
23356         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23357         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23358         (__bzero): Don't use BP_SYM.
23359         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23360         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23361         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
23362         <bp-sym.h> and <bp-asm.h>.
23363         (__memchr): Don't use BP_SYM.
23364         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
23365         <bp-sym.h> and <bp-asm.h>.
23366         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23367         pointers.
23368         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
23369         <bp-sym.h> and <bp-asm.h>.
23370         (memcpy): Don't use BP_SYM.
23371         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
23372         <bp-sym.h> and <bp-asm.h>.
23373         (__mempcpy): Don't use BP_SYM.
23374         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
23375         <bp-sym.h> and <bp-asm.h>.
23376         (__memrchr): Don't use BP_SYM.
23377         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
23378         <bp-sym.h> and <bp-asm.h>.
23379         (memset): Don't use BP_SYM.
23380         (__bzero): Likewise.
23381         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
23382         <bp-sym.h> and <bp-asm.h>.
23383         (__rawmemchr): Don't use BP_SYM.
23384         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
23385         <bp-sym.h> and <bp-asm.h>.
23386         (__STRCMP): Don't use BP_SYM.
23387         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
23388         <bp-sym.h> and <bp-asm.h>.
23389         (strchr): Don't use BP_SYM.
23390         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
23391         <bp-sym.h> and <bp-asm.h>.
23392         (__strchrnul): Don't use BP_SYM.
23393         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
23394         <bp-sym.h> and <bp-asm.h>.
23395         (strlen): Don't use BP_SYM.
23396         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
23397         <bp-sym.h> and <bp-asm.h>.
23398         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23399         pointers.
23400         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
23401         <bp-sym.h> and <bp-asm.h>.
23402         (__strnlen): Don't use BP_SYM.
23403         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
23404         <bp-sym.h> and <bp-asm.h>.
23405         (__GI__setjmp): Don't use BP_SYM.
23406         (_setjmp): Likewise.
23407         (__sigsetjmp): Likewise.
23408         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
23409         (L(start_addresses)): Don't use BP_SYM.
23410         (_start): Likewise.
23411         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
23412         <bp-asm.h>.
23413         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
23414         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
23415         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23416         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23417         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
23418         <bp-asm.h>.
23419         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
23420         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
23421         about bounded pointers.
23422         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23423         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23424         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
23425         <bp-asm.h>.
23426         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23427         about bounded pointers.  Remove GKM FIXME comments.
23428         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23429         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
23430         <bp-asm.h>.
23431         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
23432         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
23433         Remove GKM FIXME comments.
23434         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23435         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23436         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
23437         <bp-asm.h>.
23438         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23439         about bounded pointers.  Remove GKM FIXME comment.
23440         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
23441         and <bp-asm.h>.
23442         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23443         pointers.
23444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
23445         <bp-sym.h> and <bp-asm.h>.
23446         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23447         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
23448         <bp-sym.h> and <bp-asm.h>.
23449         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23450         comment.
23451
23452 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
23453
23454         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
23455         call free(NULL).
23456
23457 2013-03-05  David S. Miller  <davem@davemloft.net>
23458
23459         * po/es.po: Update from translation team.
23460
23461 2013-03-05  Andreas Jaeger  <aj@suse.de>
23462
23463         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
23464         <bits/mman-linux.h>.
23465         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23466         is fine.
23467         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
23468         <bits/mman-linux.h> to end of file.
23469         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23470         is fine.
23471         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
23472         <bits/mman-linux.h> to end of file.
23473         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23474         is fine.
23475         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
23476         <bits/mman-linux.h> to end of file.
23477
23478         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
23479         (MCL_CURRENT, MCL_FUTURE): Define here.
23480
23481 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23482
23483         [BZ #15232]
23484         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
23485         attribute_hidden.
23486         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
23487
23488 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23489
23490         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
23491         fourth parameter needed for rt_sigprocmask syscall.
23492         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
23493         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23494         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
23495         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23496         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23497         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
23498
23499 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
23500
23501         [BZ #13550]
23502         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
23503         comment about bounded pointers.
23504         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
23505         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
23506
23507 2013-03-04  Andreas Jaeger  <aj@suse.de>
23508
23509         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
23510         common definitions.
23511
23512         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
23513         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
23514         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
23515         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
23516         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
23517         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
23518
23519 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23520
23521         [BZ #15055]
23522         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
23523         __ieee754_sqrl instead of __sqrl.
23524
23525 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
23526
23527         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
23528         * sysdeps/powerpc/fpu_control.h: ... here.
23529         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
23530         * sysdeps/powerpc/bits/fenvinline.h: ... here.
23531         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
23532         * sysdeps/powerpc/bits/mathinline.h: ... here.
23533
23534 2013-03-01  Roland McGrath  <roland@hack.frob.com>
23535
23536         * elf/dl-hwcaps.c (_dl_important_hwcaps):
23537         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
23538         to just [NEED_DL_SYSINFO_DSO].
23539         * elf/dl-support.c: Likewise.
23540         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
23541         * elf/rtld.c (dl_main): Likewise.
23542         * elf/setup-vdso.h (setup_vdso): Likewise.
23543         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
23544         * sysdeps/unix/sysv/linux/dl-sysdep.c
23545         (_dl_discover_osversion): Likewise.
23546
23547 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
23548
23549         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
23550         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23551
23552 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
23553
23554         * NEWS: Mention libm performance improvements and non-x86 PI
23555         futex support.
23556
23557         * csu/libc-start.c (__pthread_initialize_minimal): Change
23558         function arguments.
23559         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23560
23561 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
23562
23563         [BZ #13550]
23564         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
23565         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
23566         <bp-sym.h> and <bp-asm.h>.
23567         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23568         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
23569         and <bp-asm.h>.
23570         (memcpy): Don't use BP_SYM.
23571         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
23572         <bp-asm.h>.
23573         (__mpn_add_n): Don't use BP_SYM.
23574         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
23575         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
23576         and <bp-asm.h>.
23577         (__mpn_addmul_1): Don't use BP_SYM.
23578         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23579         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
23580         <bp-sym.h>.
23581         (_setjmp): Don't use BP_SYM.
23582         (__novmx_setjmp): Likewise.
23583         (__GI__setjmp): Likewise.
23584         (__vmx_setjmp): Likewise.
23585         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
23586         <bp-sym.h>.
23587         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
23588         (__bzero): Don't use BP_SYM.
23589         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23590         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23591         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
23592         <bp-sym.h> and <bp-asm.h>.
23593         (memcpy): Don't use BP_SYM.
23594         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
23595         <bp-sym.h> and <bp-asm.h>.
23596         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23597         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
23598         <bp-sym.h> and <bp-asm.h>.
23599         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23600         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
23601         <bp-asm.h>.
23602         (__mpn_lshift): Don't use BP_SYM.
23603         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23604         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
23605         <bp-asm.h>.
23606         (memset): Don't use BP_SYM.
23607         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23608         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23609         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
23610         <bp-asm.h>.
23611         (__mpn_mul_1): Don't use BP_SYM.
23612         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23613         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
23614         <bp-sym.h> and <bp-asm.h>.
23615         (memcmp): Don't use BP_SYM.
23616         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
23617         <bp-sym.h> and <bp-asm.h>.
23618         (memcpy): Don't use BP_SYM.
23619         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
23620         <bp-sym.h> and <bp-asm.h>.
23621         (memset): Don't use BP_SYM.
23622         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
23623         <bp-sym.h> and <bp-asm.h>.
23624         (strncmp): Don't use BP_SYM.
23625         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
23626         <bp-sym.h> and <bp-asm.h>.
23627         (memcpy): Don't use BP_SYM.
23628         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
23629         <bp-sym.h> and <bp-asm.h>.
23630         (memset): Don't use BP_SYM.
23631         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
23632         <bp-sym.h> and <bp-asm.h>.
23633         (__memchr): Don't use BP_SYM.
23634         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
23635         <bp-sym.h> and <bp-asm.h>.
23636         (memcmp): Don't use BP_SYM.
23637         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
23638         <bp-sym.h> and <bp-asm.h>.
23639         (memcpy): Don't use BP_SYM.
23640         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
23641         <bp-sym.h> and <bp-asm.h>.
23642         (__mempcpy): Don't use BP_SYM.
23643         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
23644         <bp-sym.h> and <bp-asm.h>.
23645         (__memrchr): Don't use BP_SYM.
23646         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
23647         <bp-sym.h> and <bp-asm.h>.
23648         (memset): Don't use BP_SYM.
23649         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
23650         <bp-sym.h> and <bp-asm.h>.
23651         (__rawmemchr): Don't use BP_SYM.
23652         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
23653         <bp-sym.h> and <bp-asm.h>.
23654         (__STRCMP): Don't use BP_SYM.
23655         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
23656         <bp-sym.h> and <bp-asm.h>.
23657         (strchr): Don't use BP_SYM.
23658         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
23659         <bp-sym.h> and <bp-asm.h>.
23660         (__strchrnul): Don't use BP_SYM.
23661         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
23662         <bp-sym.h> and <bp-asm.h>.
23663         (strlen): Don't use BP_SYM.
23664         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
23665         <bp-sym.h> and <bp-asm.h>.
23666         (strncmp): Don't use BP_SYM.
23667         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
23668         <bp-sym.h> and <bp-asm.h>.
23669         (__strnlen): Don't use BP_SYM.
23670         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
23671         <bp-asm.h>.
23672         (__mpn_rshift): Don't use BP_SYM.
23673         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23674         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
23675         <bp-sym.h> and <bp-asm.h>.
23676         (__sigsetjmp): Don't use BP_SYM.
23677         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
23678         (L(start_addresses)): Don't use BP_SYM.
23679         (_start): Likewise.
23680         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
23681         <bp-asm.h>.
23682         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
23683         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23684         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23685         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
23686         <bp-asm.h>.
23687         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
23688         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23689         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23690         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
23691         <bp-asm.h>.
23692         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23693         comments.
23694         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23695         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
23696         <bp-asm.h>.
23697         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
23698         FIXME comments.
23699         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23700         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23701         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
23702         <bp-asm.h>.
23703         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23704         comment.
23705         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
23706         and <bp-asm.h>.
23707         (strncmp): Don't use BP_SYM,
23708         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
23709         <bp-asm.h>.
23710         (__mpn_sub_n): Don't use BP_SYM.
23711         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23712         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
23713         and <bp-asm.h>.
23714         (__mpn_submul_1): Don't use BP_SYM.
23715         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
23717         <bp-sym.h> and <bp-asm.h>.
23718         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
23720         <bp-sym.h> and <bp-asm.h>.
23721         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23722         comment.
23723
23724 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23725
23726         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
23727         Use ZK to minimize writes to Z.
23728         (sub_magnitudes): Simplify code a bit.
23729         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
23730         Use ZK to minimize writes to Z.
23731         (sub_magnitudes): Simplify code a bit.
23732
23733 2013-02-27  Roland McGrath  <roland@hack.frob.com>
23734
23735         * csu/gmon-start.c: Add special exception to license text.
23736
23737 2013-02-27  Richard Henderson  <rth@redhat.com>
23738
23739         * scripts/config.guess: Update from config.git.
23740         * scripts/config.sub: Likewise.
23741
23742 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
23743
23744         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
23745
23746         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
23747
23748         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
23749
23750         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
23751
23752         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
23753
23754 2013-02-26  Roland McGrath  <roland@hack.frob.com>
23755
23756         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
23757         [$(build-shared = yes].
23758
23759 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23760
23761         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
23762         (__mul): Reduce iterations for calculating mantissa.
23763
23764         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
23765         MPTWO.
23766         (__mpranred): Likewise.
23767
23768         [BZ #15160]
23769         * malloc/memusagestat.c (main): Draw graphs for heap and stack
23770         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
23771
23772 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23773
23774         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
23775         Define __attribute__.
23776
23777 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23778
23779         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
23780         unused.
23781         * posix/regex_internal.h (__attribute): Remove.
23782         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
23783         (re_string_context_at): Likewise.
23784         (bitset_not): Use __attribute__ and mark function as possibly
23785         unused.
23786         (bitset_merge): Likewise.
23787         (bitset_mask): Likewise.
23788         (re_string_char_size_at): Likewise.
23789         (re_string_wchar_at): Likewise.
23790         (re_string_elem_size_at): Likewise.
23791
23792 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23793
23794         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
23795         code.
23796         (cc32): Likewise.
23797
23798         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
23799         (__acr): Likewise.
23800         (__cpy): Likewise.
23801         (norm): Likewise.
23802         (denorm): Likewise.
23803         (__dbl_mp): Likewise.
23804         (add_magnitudes): Likewise.
23805         (sub_magnitudes): Likewise.
23806         (__mul): Likewise.
23807         (__inv): Likewise.
23808
23809         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
23810         style.
23811
23812         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
23813         style.
23814
23815         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
23816         code.
23817
23818         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
23819         up changes with default code.
23820         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
23821         Likewise.
23822
23823 2013-02-24  Allan McRae  <allan@archlinux.org>
23824
23825         * manual/socket.texi (The Internet Namespace): Order menu items
23826         to match that in the file.
23827
23828         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
23829         node listing of the info page menu.
23830
23831 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
23832
23833         [BZ #13550]
23834         * sysdeps/i386/bp-asm.h: Remove file.
23835         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
23836         (PARMS): Do not use macros from bp-asm.h.
23837         (S1): Likewise.
23838         (S2): Likewise.
23839         (SIZE): Likewise.
23840         (__mpn_add_n): Do not use BP_SYM
23841         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
23842         "bp-asm.h".
23843         (PARMS): Do not use macros from bp-asm.h.
23844         (S1): Likewise.
23845         (SIZE): Likewise.
23846         (__mpn_addmul_1): Do not use BP_SYM
23847         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
23848         "bp-asm.h".
23849         (PARMS): Do not use macros from bp-asm.h.
23850         (SIGMSK): Likewise.
23851         (_setjmp): Likewise.  Do not use BP_SYM.
23852         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
23853         "bp-asm.h".
23854         (PARMS): Do not use macros from bp-asm.h.
23855         (SIGMSK): Likewise.
23856         (setjmp): Likewise.  Do not use BP_SYM.
23857         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
23858         "bp-asm.h".
23859         (PARMS): Do not use macros from bp-asm.h.
23860         (__frexp): Do not use BP_SYM.
23861         (frexp): Likewise.
23862         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
23863         "bp-asm.h".
23864         (PARMS): Do not use macros from bp-asm.h.
23865         (__frexpf): Do not use BP_SYM.
23866         (frexpf): Likewise.
23867         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
23868         "bp-asm.h".
23869         (PARMS): Do not use macros from bp-asm.h.
23870         (__frexpl): Do not use BP_SYM.
23871         (frexpl): Likewise.
23872         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
23873         "bp-asm.h".
23874         (PARMS): Do not use macros from bp-asm.h.
23875         (__remquo): Do not use BP_SYM.
23876         (remquo): Likewise.
23877         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
23878         "bp-asm.h".
23879         (PARMS): Do not use macros from bp-asm.h.
23880         (__remquof): Do not use BP_SYM.
23881         (remquof): Likewise.
23882         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
23883         "bp-asm.h".
23884         (PARMS): Do not use macros from bp-asm.h.
23885         (__remquol): Do not use BP_SYM.
23886         (remquol): Likewise.
23887         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
23888         "bp-asm.h".
23889         (PARMS): Do not use macros from bp-asm.h.
23890         (DEST): Likewise.
23891         (SRC): Likewise.
23892         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
23893         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
23894         "bp-asm.h".
23895         (PARMS): Do not use macros from bp-asm.h.
23896         (strlen): Do not use BP_SYM.
23897         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
23898         "bp-asm.h".
23899         (PARMS): Do not use macros from bp-asm.h.
23900         (S1): Likewise.
23901         (S2): Likewise.
23902         (SIZE): Likewise.
23903         (__mpn_add_n): Do not use BP_SYM.
23904         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
23905         "bp-asm.h".
23906         (PARMS): Do not use macros from bp-asm.h.
23907         (S1): Likewise.
23908         (SIZE): Likewise.
23909         (__mpn_addmul_1): Do not use BP_SYM.
23910         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
23911         weak_alias.
23912         (bzero): Likewise.
23913         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
23914         "bp-asm.h".
23915         (PARMS): Do not use macros from bp-asm.h.
23916         (S): Likewise.
23917         (SIZE): Likewise.
23918         (__mpn_lshift): Do not use BP_SYM.
23919         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
23920         "bp-asm.h".
23921         (PARMS): Do not use macros from bp-asm.h.
23922         (DEST): Likewise.
23923         (SRC): Likewise.
23924         (LEN): Likewise.
23925         (memcpy): Likewise.  Do not use BP_SYM.
23926         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
23927         libc_hidden_def and weak_alias.
23928         (mempcpy): Do not use BP_SYM in weak_alias.
23929         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
23930         "bp-asm.h".
23931         (PARMS): Do not use macros from bp-asm.h.
23932         (DEST): Likewise.
23933         (LEN): Likewise.
23934         [!BZERO_P] (CHR): Likewise.
23935         (memset): Likewise.  Do not use BP_SYM.
23936         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
23937         "bp-asm.h".
23938         (PARMS): Do not use macros from bp-asm.h.
23939         (S1): Likewise.
23940         (SIZE): Likewise.
23941         (__mpn_mul_1): Do not use BP_SYM.
23942         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
23943         "bp-asm.h".
23944         (PARMS): Do not use macros from bp-asm.h.
23945         (S): Likewise.
23946         (SIZE): Likewise.
23947         (__mpn_rshift): Do not use BP_SYM.
23948         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
23949         "bp-asm.h".
23950         (PARMS): Do not use macros from bp-asm.h.
23951         (STR): Likewise.
23952         (CHR): Likewise.
23953         (strchr): Likewise.  Do not use BP_SYM.
23954         (index): Do not use BP_SYM in weak_alias.
23955         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
23956         "bp-asm.h".
23957         (PARMS): Do not use macros from bp-asm.h.
23958         (DEST): Likewise.
23959         (SRC): Likewise.
23960         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
23961         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
23962         "bp-asm.h".
23963         (PARMS): Do not use macros from bp-asm.h.
23964         (strlen): Do not use BP_SYM.
23965         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
23966         "bp-asm.h".
23967         (PARMS): Do not use macros from bp-asm.h.
23968         (S1): Likewise.
23969         (S2): Likewise.
23970         (SIZE): Likewise.
23971         (__mpn_sub_n): Do not use BP_SYM.
23972         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
23973         "bp-asm.h".
23974         (PARMS): Do not use macros from bp-asm.h.
23975         (S1): Likewise.
23976         (SIZE): Likewise.
23977         (__mpn_submul_1): Do not use BP_SYM.
23978         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
23979         "bp-asm.h".
23980         (PARMS): Do not use macros from bp-asm.h.
23981         (S1): Likewise.
23982         (S2): Likewise.
23983         (SIZE): Likewise.
23984         (__mpn_add_n): Do not use BP_SYM.
23985         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
23986         weak_alias.
23987         (bzero): Likewise.
23988         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
23989         "bp-asm.h".
23990         (PARMS): Do not use macros from bp-asm.h.
23991         (BLK2): Likewise.
23992         (LEN): Likewise.
23993         (memcmp): Do not use BP_SYM.
23994         (bcmp): Do not use BP_SYM in weak_alias.
23995         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
23996         "bp-asm.h".
23997         (PARMS): Do not use macros from bp-asm.h.
23998         (DEST): Likewise.
23999         (SRC): Likewise.
24000         (LEN): Likewise.
24001         (memcpy): Likewise.  Do not use BP_SYM.
24002         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
24003         "bp-asm.h".
24004         (PARMS): Do not use macros from bp-asm.h.
24005         (DEST): Likewise.
24006         (SRC): Likewise.
24007         (LEN): Likewise.
24008         (memmove): Likewise.  Do not use BP_SYM.
24009         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
24010         "bp-asm.h".
24011         (PARMS): Do not use macros from bp-asm.h.
24012         (DEST): Likewise.
24013         (SRC): Likewise.
24014         (LEN): Likewise.
24015         (__mempcpy): Likewise.  Do not use BP_SYM.
24016         (mempcpy): Do not use BP_SYM in weak_alias.
24017         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
24018         "bp-asm.h".
24019         (PARMS): Do not use macros from bp-asm.h.
24020         (DEST): Likewise.
24021         (LEN): Likewise.
24022         [!BZERO_P] (CHR): Likewise.
24023         (memset): Likewise.  Do not use BP_SYM.
24024         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
24025         "bp-asm.h".
24026         (PARMS): Do not use macros from bp-asm.h.
24027         (STR2): Likewise.
24028         (strcmp): Do not use BP_SYM.
24029         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
24030         "bp-asm.h".
24031         (PARMS): Do not use macros from bp-asm.h.
24032         (STR): Likewise.
24033         (DELIM): Likewise.
24034         [USE_AS_STRTOK_R] (SAVE): Likewise.
24035         (FUNCTION): Likewise.  Do not use BP_SYM.
24036         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
24037         aliases.
24038         (strtok_r): Likewise.
24039         (__GI___strtok_r): Likewise.
24040         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
24041         (PARMS): Do not use macros from bp-asm.h.
24042         (S): Likewise.
24043         (SIZE): Likewise.
24044         (__mpn_lshift): Do not use BP_SYM.
24045         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24046         (PARMS): Do not use macros from bp-asm.h.
24047         (STR): Likewise.
24048         (CHR): Likewise.
24049         (__memchr): Do not use BP_SYM.
24050         (memchr): Do not use BP_SYM in weak_alias.
24051         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24052         (PARMS): Do not use macros from bp-asm.h.
24053         (BLK2): Likewise.
24054         (LEN): Likewise.
24055         (memcmp): Do not use BP_SYM.
24056         (bcmp): Do not use BP_SYM in weak_alias.
24057         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
24058         (PARMS): Do not use macros from bp-asm.h.
24059         (S1): Likewise.
24060         (SIZE): Likewise.
24061         (__mpn_mul_1): Do not use BP_SYM.
24062         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
24063         "bp-asm.h".
24064         (PARMS): Do not use macros from bp-asm.h.
24065         (STR): Likewise.
24066         (CHR): Likewise.
24067         (__rawmemchr): Do not use BP_SYM.
24068         (rawmemchr): Do not use BP_SYM in weak_alias.
24069         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
24070         (PARMS): Do not use macros from bp-asm.h.
24071         (S): Likewise.
24072         (SIZE): Likewise.
24073         (__mpn_rshift): Do not use BP_SYM.
24074         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24075         (PARMS): Do not use macros from bp-asm.h.
24076         (SIGMSK): Likewise.
24077         (__sigsetjmp): Likewise.  Do not use BP_SYM.
24078         * sysdeps/i386/start.S: Do not include "bp-sym.h".
24079         (_start): Do not use BP_SYM.
24080         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
24081         (PARMS): Do not use macros from bp-asm.h.
24082         (DEST): Likewise.
24083         (SRC): Likewise.
24084         (__stpcpy): Likewise.  Do not use BP_SYM.
24085         (stpcpy): Do not use BP_SYM in weak_alias.
24086         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
24087         "bp-asm.h".
24088         (PARMS): Do not use macros from bp-asm.h.
24089         (DEST): Likewise.
24090         (SRC): Likewise.
24091         (LEN): Likewise.
24092         (__stpncpy): Likewise.  Do not use BP_SYM.
24093         (stpncpy): Do not use BP_SYM in weak_alias.
24094         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24095         (PARMS): Do not use macros from bp-asm.h.
24096         (STR): Likewise.
24097         (CHR): Likewise.
24098         (strchr): Likewise.  Do not use BP_SYM.
24099         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
24100         "bp-asm.h".
24101         (PARMS): Do not use macros from bp-asm.h.
24102         (STR): Likewise.
24103         (CHR): Likewise.
24104         (__strchrnul): Likewise.  Do not use BP_SYM.
24105         (strchrnul): Do not use BP_SYM in weak_alias.
24106         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
24107         "bp-asm.h".
24108         (PARMS): Do not use macros from bp-asm.h.
24109         (STOP): Likewise.
24110         (strcspn): Do not use BP_SYM.
24111         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
24112         "bp-asm.h".
24113         (PARMS): Do not use macros from bp-asm.h.
24114         (STR): Likewise.
24115         (STOP): Likewise.
24116         (strpbrk): Likewise.  Do not use BP_SYM.
24117         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
24118         "bp-asm.h".
24119         (PARMS): Do not use macros from bp-asm.h.
24120         (STR): Likewise.
24121         (CHR): Likewise.
24122         (strrchr): Likewise.  Do not use BP_SYM.
24123         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
24124         (PARMS): Do not use macros from bp-asm.h.
24125         (SKIP): Likewise.
24126         (strspn): Do not use BP_SYM.
24127         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
24128         (PARMS): Do not use macros from bp-asm.h.
24129         (STR): Likewise.
24130         (DELIM): Likewise.
24131         (SAVE): Likewise.
24132         (FUNCTION): Likewise.  Do not use BP_SYM.
24133         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
24134         aliases.
24135         (strtok_r): Likewise.
24136         (__GI___strtok_r): Likewise.
24137         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24138         (PARMS): Do not use macros from bp-asm.h.
24139         (S1): Likewise.
24140         (S2): Likewise.
24141         (SIZE): Likewise.
24142         (__mpn_sub_n): Do not use BP_SYM.
24143         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
24144         "bp-asm.h".
24145         (PARMS): Do not use macros from bp-asm.h.
24146         (S1): Likewise.
24147         (SIZE): Likewise.
24148         (__mpn_submul_1): Do not use BP_SYM.
24149         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
24150         <bp-sym.h>.
24151         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
24152         and <bp-asm.h>.
24153         (PARMS): Do not use macros from bp-asm.h.
24154         (FLAGS): Likewise.
24155         (PTID): Likewise.
24156         (TLS): Likewise.
24157         (CTID): Likewise.
24158         (__clone): Do not use BP_SYM.
24159         (clone): Do not use BP_SYM in weak_alias.
24160         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
24161         and <bp-asm.h>.
24162         (PARMS): Do not use macros from bp-asm.h.
24163         (LEN): Likewise.
24164         (__mmap64): Do not use BP_SYM.
24165         (mmap64): Do not use BP_SYM in weak_alias.
24166         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
24167         <bp-sym.h> and <bp-asm.h>.
24168         (PARMS): Do not use macros from bp-asm.h.
24169         (__posix_fadvise64_l64): Do not use BP_SYM.
24170         * sysdeps/unix/sysv/linux/i386/semtimedop.S
24171         (PARMS): Do not use macros from bp-asm.h.
24172         (NSOPS): Likewise.
24173         (semtimedop): Do not use BP_SYM.
24174         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
24175         and <bp-asm.h>.
24176
24177 2013-02-21  Allan McRae  <allan@archlinux.org>
24178
24179         * manual/message.texi (Charset conversion in gettext):
24180         Move @end statement to beginning of line.
24181
24182 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24183
24184         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
24185         static.
24186         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
24187         Likewise.
24188
24189         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
24190         (denorm): Likewise.
24191         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
24192         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
24193
24194 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24195
24196         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
24197         tail-call to the resolved function if pltexit isn't needed.
24198
24199 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24200
24201         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
24202         or Y being zero as being unlikely.
24203         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24204         Likewise.
24205
24206 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
24207
24208         * manual/nss.texi (System Databases and Name Service Switch):
24209         Remove frobnicate @pxref.
24210
24211 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24212
24213         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24214         __attribute__ ((unused)) to __attribute__ ((__unused__)).
24215
24216 2013-02-20  Petr Machata  <pmachata@redhat.com>
24217
24218         * elf/elf.h (R_ARM_TARGET1): New macro.
24219         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
24220         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
24221         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
24222         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
24223         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
24224         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
24225         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
24226         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
24227         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
24228         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
24229         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
24230         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
24231         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
24232         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
24233         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
24234         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
24235         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
24236         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
24237         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
24238         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
24239         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
24240         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
24241         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
24242         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
24243         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
24244         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
24245         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
24246         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
24247         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
24248         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
24249         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
24250         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
24251         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
24252         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
24253         (R_ARM_THM_GOT_BREL12): Likewise.
24254         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
24255         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
24256         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
24257         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
24258         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
24259         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
24260         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
24261         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
24262         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
24263
24264 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24265
24266         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24267         __attribute_used__ to __attribute__ ((unused)).
24268
24269 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24270
24271         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
24272         powerpc mpa.c.
24273         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
24274         comment formatting.
24275         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
24276
24277 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
24278
24279         [BZ #13550]
24280         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
24281         Remove macro.
24282         (ENTER): Remove both macro definitions.
24283         (LEAVE): Likewise.
24284         (CHECK_BOUNDS_LOW): Likewise.
24285         (CHECK_BOUNDS_HIGH): Likewise.
24286         (CHECK_BOUNDS_BOTH): Likewise.
24287         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
24288         (RETURN_BOUNDED_POINTER): Likewise.
24289         (RETURN_NULL_BOUNDED_POINTER): Likewise.
24290         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
24291         (POP_ERRNO_LOCATION_RETURN): Likewise.
24292         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
24293         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24294         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
24295         macros.
24296         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24297         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
24298         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
24299         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
24300         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
24301         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
24302         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
24303         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
24304         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
24305         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
24306         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
24307         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
24308         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24309         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
24310         removed macros.
24311         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24312         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
24313         macros.
24314         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24315         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
24316         * sysdeps/i386/i586/memset.S (memset): Likewise.
24317         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
24318         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24319         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
24320         macros.
24321         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24322         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
24323         Change uses of L(2) to L(out).
24324         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
24325         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
24326         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
24327         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24328         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
24329         removed macros.
24330         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24331         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
24332         macros.
24333         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24334         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
24335         (RETURN): Do not use macro LEAVE.
24336         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
24337         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
24338         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
24339         * sysdeps/i386/i686/memset.S (memset): Likewise.
24340         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
24341         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
24342         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24343         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
24344         Likewise.
24345         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24346         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
24347         L(1_2) and L(1_3) into L(1).
24348         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24349         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
24350         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24351         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
24352         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24353         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
24354         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
24355         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24356         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
24357         macros.
24358         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
24359         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24360         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
24361         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
24362         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
24363         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24364         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
24365         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
24366         * sysdeps/i386/strcspn.S (strcspn): Likewise.
24367         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
24368         * sysdeps/i386/strrchr.S (strrchr): Likewise.
24369         * sysdeps/i386/strspn.S (strspn): Likewise.
24370         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
24371         conditional code.
24372         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24373         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
24374         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24375         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
24376         L(1_3) into L(1_1).
24377         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
24378         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24379         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
24380         macros.
24381         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24382
24383 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
24384
24385         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
24386         macro.
24387
24388 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24389
24390         * math/atest-exp.c (exp_mpn): Remove ROUND.
24391         * math/atest-exp2.c (exp_mpn): Likewise.
24392         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
24393
24394         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
24395         * stdlib/tst-tls-atexit-lib.c: Likewise.
24396         * stdlib/tst-tls-atexit.c: Likewise.
24397
24398 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24399
24400         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
24401         and __attribute_alloc_size__.
24402
24403 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24404
24405         * include/programs/xmalloc.h: Change __attribute_alloc_size to
24406         __attribute_alloc_size__.
24407         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
24408         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
24409
24410 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24411
24412         * include/programs/xmalloc.h: New file.
24413         * catgets/gencat.c: Include it.
24414         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
24415         * elf/pldd.c: Likewise.
24416         * iconv/iconv_charmap.c: Likewise.
24417         * iconv/iconvconfig.c: Likewise.
24418         * iconv/strtab.c: Likewise.
24419         * locale/programs/locale.c: Likewise.
24420         * locale/programs/localedef.h: Likewise.
24421         * locale/programs/simple-hash.c: Likewise.
24422         * nscd/nscd.h: Likewise.
24423         * nss/makedb.c: Likewise.
24424         * sysdeps/generic/ldconfig.h: Likewise.
24425
24426 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24427
24428         * Versions.def: Add GLIBC_2.18.
24429         * include/link.h (struct link_map): New member l_tls_dtor_count.
24430         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
24431         (__call_tls_dtors): Likewise.
24432         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
24433         __cxa_thread_atexit_impl.
24434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
24435         Likewise.
24436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
24437         Likewise.
24438         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
24439         Likewise.
24440         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
24441         Likewise.
24442         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
24443         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
24444         Likewise.
24445         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
24446         Likewise.
24447         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
24448         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
24449         Likewise.
24450         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
24451         (tests): Add test case tst-tls-atexit.
24452         (modules-names): Add shared library for tst-tls-atexit.
24453         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
24454         (GLIBC_PRIVATE): Add __call_tls_dtors.
24455         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
24456         for libstdc++.
24457         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
24458         * stdlib/tst-tls-atexit.c: New test case.
24459         * stdlib/tst-tls-atexit-lib.c: New test case.
24460
24461         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
24462
24463         * elf/Versions (ld): Add _dl_find_dso_for_object.
24464         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
24465         * elf/dl-open.c (_dl_find_dso_for_object): New function.
24466         (dl_open_worker): Use _dl_find_dso_for_object.
24467         * elf/dl-sym.c (do_sym): Likewise.
24468         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
24469
24470 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24471
24472         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
24473         Syntactic changes only.
24474         (_dl_runtime_profile): Do a tail-call to the resolved function.
24475
24476 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
24477
24478         [BZ #13550]
24479         * sysdeps/x86_64/bp-asm.h: Remove file.
24480         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
24481         <bp-sym.h> and <bp-asm.h>.
24482         (__clone): Do not use BP_SYM.
24483         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
24484         <bp-sym.h> and <bp-asm.h>.
24485         * sysdeps/unix/x86_64/sysdep.S: Likewise.
24486         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
24487         "bp-asm.h".
24488         (_setjmp): Do not use BP_SYM.
24489         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
24490         "bp-asm.h".
24491         (setjmp): Do not use BP_SYM.
24492         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
24493         libc_hidden_def.
24494         (mempcpy): Do not use BP_SYM in weak_alias.
24495         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
24496         "bp-asm.h".
24497         (strchr): Do not use BP_SYM.
24498         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
24499         "bp-asm.h".
24500         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
24501         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
24502         (_start): Do not use BP_SYM.
24503         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
24504         "bp-asm.h".
24505         (strcat): Do not use BP_SYM.
24506         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
24507         "bp-asm.h".
24508         (STRCMP): Do not use BP_SYM.
24509         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
24510         "bp-asm.h".
24511         (STRCPY): Do not use BP_SYM.
24512         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
24513         "bp-asm.h".
24514         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
24515         "bp-asm.h".
24516         (FUNCTION): Do not use BP_SYM.
24517         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
24518         weak_alias.
24519         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
24520
24521 2013-02-17  Andreas Jaeger  <aj@suse.de>
24522
24523         * time/Versions: Sort entries.
24524         * string/Versions: Likewise.
24525         * resolv/Versions: Likewise.
24526         * posix/Versions: Likewise.
24527         * iconv/Versions: Likewise.
24528         * elf/Versions: Likewise.
24529         * wcsmbs/Versions: Likewise.
24530
24531 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24532
24533         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
24534         loop termination condition.
24535
24536         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
24537         variable to calculate EZ.
24538         (__sqr): Likewise.
24539
24540         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
24541         the lower precision input.
24542
24543 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
24544
24545         [BZ #13550]
24546         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
24547         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
24548         (run-via-rtld-prefix): Do not handle %-bp tests.
24549         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
24550         (all-object-suffixes): Remove .ob.
24551         (bppfx): Remove variable.
24552         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
24553         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
24554         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
24555         [$(build-bounded) = yes] (libtype.ob): Likewise.
24556         * Makerules (elide-routines.ob): Remove variable.
24557         (do-tests-clean): Do not handle *-bp.out.
24558         (common-mostlyclean): Do not handle *-bp and *-bp.out.
24559         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
24560         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
24561         (tests): Do not include $(tests-bp.out).
24562         (xtests): Do not include $(xtests-bp.out).
24563         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
24564         [$(build-bounded) = yes] ($(addprefix
24565         $(objpfx),$(binaries-bounded))): Remove rule.
24566         ($(objpfx)%-bp.out): Remove rule.
24567         * config.make.in (build-bounded): Remove variable.
24568         * crypt/Makefile [$(build-bounded) = yes]
24569         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
24570         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
24571         append to variable.
24572         [$(build-bounded) = yes] (install-lib): Likewise.
24573         [$(build-bounded) = yes] (generated): Likewise.
24574         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
24575         Remove rule.
24576         * intl/Makefile [$(build-bounded) = yes]
24577         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
24578         * math/Makefile [$(build-bounded) = yes]
24579         ($(tests:%=$(objpfx)%-bp): Likewise.
24580         * misc/Makefile [$(build-bounded) = yes]
24581         ($(objpfx)tst-tsearch-bp): Likewise.
24582         * nptl/Makeconfig (bounded-thread-library): Remove variable.
24583         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
24584         Remove dependency.
24585         * string/Makefile (o-objects.ob): Remove variable.
24586         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
24587         (CFLAGS-.ob): Remove variable.
24588         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
24589         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
24590         both definitions of variable.
24591         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
24592         (ASFLAGS-.ob): Remove variable.
24593
24594 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
24595
24596         [BZ #13550]
24597         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
24598         Remove __BOUNDED_POINTERS__ from condition.
24599         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
24600         * string/bits/string2.h [!__NO_STRING_INLINES &&
24601         !__BOUNDED_POINTERS__]: Likewise.
24602         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
24603         Likewise.
24604         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
24605         Remove conditional code.
24606         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
24607         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
24608         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
24609         condition.
24610
24611         [BZ #13550]
24612         * csu/libc-start.c: Do not include <bp-sym.h>.
24613         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
24614         * elf/dl-open.c: Do not include <bp-sym.h>.
24615         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
24616         * math/fegetenv.c: Do not include <bp-sym.h>.
24617         (fegetenv): Do not use BP_SYM in versioned symbols.
24618         * nptl/sysdeps/pthread/bits/libc-lockP.h
24619         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
24620         <bp-sym.h>.
24621         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24622         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
24623         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24624         (__pthread_mutex_destroy): Likewise.
24625         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24626         (__pthread_mutex_lock): Likewise.
24627         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24628         (__pthread_mutex_trylock): Likewise.
24629         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24630         (__pthread_mutex_unlock): Likewise.
24631         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24632         (__pthread_mutexattr_init): Likewise.
24633         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24634         (__pthread_mutexattr_destroy): Likewise.
24635         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24636         (__pthread_mutexattr_settype): Likewise.
24637         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24638         (__pthread_rwlock_init): Likewise.
24639         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24640         (__pthread_rwlock_destroy): Likewise.
24641         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24642         (__pthread_rwlock_rdlock): Likewise.
24643         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24644         (__pthread_rwlock_tryrdlock): Likewise.
24645         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24646         (__pthread_rwlock_wrlock): Likewise.
24647         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24648         (__pthread_rwlock_trywrlock): Likewise.
24649         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24650         (__pthread_rwlock_unlock): Likewise.
24651         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24652         (__pthread_key_create): Likewise.
24653         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24654         (__pthread_setspecific): Likewise.
24655         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24656         (__pthread_getspecific): Likewise.
24657         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
24658         Likewise.
24659         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24660         (_pthread_cleanup_push_defer): Likewise.
24661         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24662         (_pthread_cleanup_pop_restore): Likewise.
24663         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24664         (pthread_setcancelstate): Likewise.
24665         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
24666         <bp-sym.h>.
24667         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
24668         (memchr): Do not use BP_SYM in weak_alias.
24669         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
24670         (fegetenv): Do not use BP_SYM in versioned symbols.
24671         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
24672         (fesetenv): Do not use BP_SYM in versioned symbols.
24673         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24674         (feupdateenv): Do not use BP_SYM in versioned symbols.
24675         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24676         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24677         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
24678         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
24679         (open64): Do not use BP_SYM in weak_alias.
24680         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
24681         (fegetenv): Do not use BP_SYM in versioned symbols.
24682         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
24683         (fesetenv): Do not use BP_SYM in versioned symbols.
24684         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24685         (feupdateenv): Do not use BP_SYM in versioned symbols.
24686         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
24687         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
24688         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
24689         (feraiseexcept): Do not use BP_SYM in versioned symbols.
24690         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24691         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24692         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
24693         <bp-sym.h>.
24694         (__libc_start_main): Do not use BP_SYM.
24695
24696 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24697
24698         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
24699         redundant return line.
24700         (norm): Likewise.
24701         (denorm): Likewise.
24702         (dbl_mp): Likewise.
24703         (sub_magnitudes): Likewise.
24704         (__add): Likewise.
24705         (__sub): Likewise.
24706         (__mul): Likewise.
24707         (__inv): Likewise.
24708         (__dvd): Likewise.
24709         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
24710         (norm): Likewise.
24711         (denorm): Likewise.
24712         (dbl_mp): Likewise.
24713         (sub_magnitudes): Likewise.
24714         (__add): Likewise.
24715         (__sub): Likewise.
24716         (__mul): Likewise.
24717         (__inv): Likewise.
24718         (__dvd): Likewise.
24719
24720         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
24721         instead of __mul.
24722         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
24723         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
24724         (cc32): Likewise.
24725
24726         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
24727         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
24728         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
24729         of __mul for squares.
24730         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
24731         function
24732         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
24733         Likewise.
24734         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
24735         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
24736
24737 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
24738
24739         [BZ #13550]
24740         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
24741         code.
24742         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
24743         prototype or function definition.  Rename ubp_* variables and
24744         parameters.  Remove argv definitions conditional on
24745         [__BOUNDED_POINTERS__].
24746         * debug/backtrace.c (__backtrace): Do not use __unbounded.
24747         * elf/dl-runtime.c (_dl_fixup): Likewise.
24748         * include/set-hooks.h (RUN_HOOK): Likewise.
24749         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
24750         definition.
24751         * string/strcpy.c (strcpy): Do not use __unbounded.
24752         * sysdeps/generic/frame.h (struct layout): Likewise.
24753         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
24754         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
24755         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
24756         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
24757         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
24758         (__backtrace): Likewise.
24759         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
24760         use __ptrvalue.
24761         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
24762         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
24763         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
24764         Likewise.
24765         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
24766         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
24767         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
24768         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
24769         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
24770         Do not use __unbounded.
24771         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
24772         Rename __unboundedrlimits parameter to rlimits in prototype.
24773         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
24774         Do not use __unbounded.
24775         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
24776         not use __ptrvalue.
24777         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
24778         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
24779         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
24780         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
24781         __ptrvalue or __unbounded.
24782         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
24783         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
24784         use __unbounded.
24785         (__new_msgctl): Do not use __ptrvalue.
24786         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
24787         __unbounded.
24788         (__libc_msgrcv): Do not use __ptrvalue.
24789         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
24790         startup_info): Do not use __unbounded.
24791         (__libc_start_main): Likewise.  Rename ubp_* variables and
24792         parameters.  Remove argv definitions conditional on
24793         [__BOUNDED_POINTERS__].
24794         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
24795         __ptrvalue.
24796         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
24797         use __unbounded.
24798         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
24799         or __ptrvalue.
24800         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
24801         use __unbounded.
24802         (__new_shmctl): Do not use __ptrvalue.
24803         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
24804         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
24805         Likewise.
24806         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
24807         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
24808         (__libc_sigaction): Likewise.
24809         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
24810         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
24811         Likewise.
24812         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
24813
24814 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
24815
24816         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
24817
24818         * string/mempcpy.c: Implement by calling memcpy.
24819
24820 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24821
24822         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
24823
24824         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
24825         evaluation.
24826
24827         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
24828         values in the mantissa.
24829
24830         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
24831         minimize writes to Z.
24832         (sub_magnitudes): Simplify code a bit.
24833
24834 2013-02-12  Roland McGrath  <roland@hack.frob.com>
24835
24836         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
24837         from the message.  The linker prefixes all warnings with that already.
24838
24839 2013-02-12  Andreas Schwab  <schwab@suse.de>
24840
24841         [BZ #15078]
24842         * posix/regexec.c (extend_buffers): Add parameter min_len.
24843         (check_matching): Pass minimum needed length.
24844         (clean_state_log_if_needed): Likewise.
24845         (get_subexp): Likewise.
24846         * posix/Makefile (tests): Add bug-regex34.
24847         (bug-regex34-ENV): Define.
24848         * posix/bug-regex34.c: New file.
24849
24850         [BZ #11561]
24851         * posix/regcomp.c (parse_bracket_exp): When looking up collating
24852         elements compare against the byte sequence of it, not its name.
24853         * posix/Makefile (tests): Add bug-regex35.
24854         (bug-regex35-ENV): Define.
24855         * posix/bug-regex35.c: New file.
24856
24857 2013-02-11  Tom de Vries  <tom@codesourcery.com>
24858
24859         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
24860         comment.
24861         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
24862         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
24863         (CHECK_EOL): Add undef.
24864
24865 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
24866
24867         * bits/stdlib-bsearch.h: New file.
24868         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
24869         * stdlib/stdlib.h: Likewise.
24870
24871 2013-02-11  Roland McGrath  <roland@hack.frob.com>
24872
24873         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
24874         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
24875         declaration.
24876         * manual/search.texi (Array Search Function): Add missing const in
24877         lfind prototype.
24878         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
24879         declaration to use rlim_t.
24880         (Basic Scheduling Functions): Remove erroneous const from
24881         sched_getparam prototype.  Remove erroneous * from
24882         sched_get_priority_max and sched_get_priority_min prototypes.
24883         (Resource Usage): Fix summary @comment on vtimes to refer to
24884         sys/vtimes.h rather than vtimes.h.
24885         Add missing *s in vtimes prototype.
24886         (Limits on Resources): Fix ulimit prototype to return long int.
24887         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
24888         prototypes to use long int rather than double.
24889         (BSD Random): Fix initstate and setstate to use char *, not void *.
24890         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
24891         prototype to make second argument 'struct aiocb64 *const[]'.
24892         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
24893         (Status of AIO Operations): Remove erroneous const in aio_return and
24894         aio_return64 prototypes.
24895         (Synchronizing I/O): Fix sync prototype to return void.
24896         * manual/startup.texi (Suboptions): Remove an erroneous const in
24897         getsubopt prototype.
24898         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
24899         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
24900         use size_t rather than int.
24901         (Scanning All Users): Likewise for getpwent_r.
24902         (Setting Groups): Add missing const to setgroups prototype.
24903         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
24904         * manual/socket.texi (Host Names): Fix gethostbyaddr and
24905         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
24906         'const void *' rather than 'const char *'.
24907         (Host Address Functions): Likewise for inet_ntop.
24908         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
24909         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
24910         ssize_t for return value.
24911         (Sending Data): Likewise for send, sendto, sendmsg.
24912         (Socket Option Functions): Add a missing const in setsockopt prototype.
24913         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
24914         use wchar_t for the argument.
24915         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
24916         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
24917         take no arguments.
24918         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
24919         double/float/long double for second argument.
24920         Fix return types of significand, significandf, significandl.
24921         * manual/filesys.texi (Setting Permissions): Use mode_t for second
24922         argument in fchmod prototype.
24923         (File Owner): Use uid_t and gid_t in fchown prototype.
24924         (File Times): Add const to utimes, futimes, and lutimes prototypes.
24925         (Making Special Files): Use mode_t and dev_t in mknod prototype.
24926         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
24927         use 'const struct dirent **' as argument types to CMP function pointer
24928         argument.
24929         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
24930         (File Times): Fix summary magic @comment for struct utimbuf and utime
24931         to refer to utime.h, not time.h.
24932         * manual/string.texi (Argz Functions): Add missing const in
24933         argz_extract and argz_next prototypes.
24934         (Finding Tokens in a String): Likewise for basename.
24935         (String/Array Comparison): Fix typo in wcscasecmp prototype.
24936         (Copying and Concatenation): Fix typo in wmemmove prototype.
24937         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
24938         (Signal Stack): Remove erroneous const in sigstack prototype.
24939         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
24940         prototype.
24941         (Simple Calendar Time): Likewise for stime.
24942         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
24943         prototype.
24944         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
24945         say sys/sysctl.h instead.
24946         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
24947         and vsyslog prototypes.
24948
24949 2013-02-11  Tom de Vries  <tom@codesourcery.com>
24950
24951         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
24952         Remove.
24953
24954 2013-02-11  Roland McGrath  <roland@hack.frob.com>
24955
24956         * misc/sys/mman.h: Fix typo in mremap comment.
24957
24958 2013-02-08  Roland McGrath  <roland@hack.frob.com>
24959
24960         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
24961         the '\0' terminator.
24962
24963 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
24964
24965         [BZ #13550]
24966         * debug/segfault.c: Don't include <bp-checks.h>.
24967         * sysdeps/generic/bp-checks.h: Remove file.
24968         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
24969         (__GETDENTS): Don't use CHECK_N.
24970         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
24971         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
24972         (__getgroups): Don't use CHECK_N.
24973         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
24974         (setgroups): Don't use CHECK_N.
24975         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
24976         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
24977         (__libc_msgrcv): Don't use CHECK_N.
24978         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
24979         (__libc_msgsnd): Don't use CHECK_N.
24980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
24981         <bp-checks.h>.
24982         (__libc_pread): Don't use CHECK_N.
24983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
24984         include <bp-checks.h>.
24985         (__libc_pread64): Don't use CHECK_N.
24986         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
24987         include <bp-checks.h>.
24988         (__libc_pwrite): Don't use CHECK_N.
24989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
24990         include <bp-checks.h>.
24991         (__libc_pwrite64): Don't use CHECK_N.
24992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
24993         <bp-checks.h>.
24994         (__libc_pread): Don't use CHECK_N.
24995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
24996         include <bp-checks.h>.
24997         (__libc_pread64): Don't use CHECK_N.
24998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
24999         include <bp-checks.h>.
25000         (__libc_pwrite): Don't use CHECK_N.
25001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
25002         include <bp-checks.h>.
25003         (__libc_pwrite64): Don't use CHECK_N.
25004         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
25005         (do_pread): Don't use CHECK_N.
25006         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
25007         (do_pread64): Don't use CHECK_N.
25008         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
25009         (do_pwrite): Don't use CHECK_N.
25010         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
25011         (do_pwrite64): Don't use CHECK_N.
25012         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
25013         (__libc_readv): Don't use CHECK_N.
25014         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
25015         (semop): Don't use CHECK_N.
25016         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
25017         <bp-checks.h>.
25018         (semtimedop): Don't use CHECK_N.
25019         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
25020         (__libc_pread): Don't use CHECK_N.
25021         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
25022         <bp-checks.h>.
25023         (__libc_pread64): Don't use CHECK_N.
25024         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
25025         <bp-checks.h>.
25026         (__libc_pwrite): Don't use CHECK_N.
25027         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
25028         <bp-checks.h>.
25029         (__libc_pwrite64): Don't use CHECK_N.
25030         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
25031         <bp-checks.h>.
25032         (__libc_msgrcv): Don't use CHECK_N.
25033         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
25034         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
25035         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
25036         (__libc_writev): Don't use CHECK_N.
25037
25038 2013-02-08  Roland McGrath  <roland@hack.frob.com>
25039
25040         * string/strcpy.c: Removed unused variable.
25041
25042         * Makeconfig (+sysdep-includes): Define with := rather than =.
25043         Use an existing include/ subdir of each sysdeps dir before it.
25044
25045 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25046
25047         * nscd/connection.c (register_traced_file): Comment function.
25048         [HAVE_INOTIFY] (union __inev): Define.
25049         [HAVE_INOTIFY] (inotify_check_files): New function.
25050         [HAVE_INOTIFY] (clear_db_cache): Likewise.
25051         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
25052         clear_db_cache.
25053         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
25054
25055 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25056
25057         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
25058         loaded if not already and that a failure is permanent.
25059
25060 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25061
25062         [BZ #15006]
25063         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
25064         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
25065
25066 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
25067
25068         [BZ #13550]
25069         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
25070         (CHECK_1_NULL_OK): Likewise.
25071         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
25072         (__fxstat): Do not use CHECK_1.
25073         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
25074         <bp-checks.h>.
25075         (___fxstat64): Do not use CHECK_1.
25076         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
25077         <bp-checks.h>.
25078         (__fxstatat): Do not use CHECK_1.
25079         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
25080         <bp-checks.h>.
25081         (__fxstatat64): Do not use CHECK_1.
25082         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
25083         <bp-checks.h>.
25084         (__fxstat): Do not use CHECK_1.
25085         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
25086         <bp-checks.h>.
25087         (__fxstatat): Do not use CHECK_1.
25088         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
25089         <bp-checks.h>.
25090         (__getresgid): Do not use CHECK_1.
25091         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
25092         <bp-checks.h>.
25093         (__getresuid): Do not use CHECK_1.
25094         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
25095         <bp-checks.h>.
25096         (__lxstat): Do not use CHECK_1.
25097         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
25098         <bp-checks.h>.
25099         (__old_msgctl): Do not use CHECK_1.
25100         (__new_msgctl): Likewise.
25101         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
25102         <bp-checks.h>.
25103         (__new_setrlimit): Do not use CHECK_1.
25104         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
25105         <bp-checks.h>.
25106         (__old_shmctl): Do not use CHECK_1.
25107         (__new_shmctl): Likewise.
25108         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
25109         <bp-checks.h>.
25110         (__xstat): Do not use CHECK_1.
25111         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
25112         (__lxstat): Do not use CHECK_1.
25113         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
25114         <bp-checks.h>.
25115         (___lxstat64): Do not use CHECK_1.
25116         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
25117         (__old_msgctl): Do not use CHECK_1.
25118         (__new_msgctl): Likewise.
25119         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
25120         <bp-checks.h>.
25121         (__gettimeofday): Do not use CHECK_1.
25122         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
25123         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
25124         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
25125         <bp-checks.h>.
25126         (__gettimeofday): Do not use CHECK_1.
25127         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
25128         (__old_shmctl): Do not use CHECK_1_NULL_OK.
25129         (__new_shmctl): Do not use CHECK_1.
25130         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
25131         <bp-checks.h>.
25132         (do_sigtimedwait): Do not use CHECK_1.
25133         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
25134         <bp-checks.h>.
25135         (do_sigwaitinfo): Do not use CHECK_1.
25136         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
25137         <bp-checks.h>.
25138         (msgctl): Do not use CHECK_1.
25139         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
25140         <bp-checks.h>.
25141         (shmctl): Do not use CHECK_1.
25142         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
25143         (ustat): Do not use CHECK_1.
25144         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
25145         <bp-checks.h>.
25146         (__fxstat): Do not use CHECK_1.
25147         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
25148         <bp-checks.h>.
25149         (__fxstatat): Do not use CHECK_1.
25150         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
25151         <bp-checks.h>.
25152         (__lxstat): Do not use CHECK_1.
25153         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
25154         <bp-checks.h>.
25155         (__xstat): Do not use CHECK_1.
25156         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
25157         (__xstat): Do not use CHECK_1.
25158         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
25159         (___xstat64): Do not use CHECK_1.
25160
25161         [BZ #13550]
25162         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
25163         definitions.
25164         (CHECK_BOUNDS_HIGH): Likewise.
25165         * string/strcpy.c: Do not include <bp-checks.h>.
25166         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
25167
25168 2013-02-07  Roland McGrath  <roland@hack.frob.com>
25169
25170         * nscd/nscd-client.h (__nscd_drop_map_ref):
25171         Add __attribute__ ((unused)).
25172         * nis/nss-nisplus.h (niserr2nss): Likewise.
25173
25174         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
25175         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
25176
25177         * csu/libc-tls.c (init_static_tls, init_slotinfo):
25178         Remove inline keyword.
25179         * include/rounding-mode.h (round_away): Likewise.
25180         * libio/wfileops.c (adjust_wide_data): Likewise.
25181         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
25182         (__m128i_strloadu_tolower): Likewise.
25183         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
25184         (__m128i_strloadu_tolower): Likewise.
25185         * time/mktime.c (ydhms_diff): Likewise.
25186         * locale/elem-hash.h (elem_hash): Likewise.
25187         * locale/setlocale.c (setdata): Likewise.
25188         * posix/regex_internal.h (re_string_char_size_at): Likewise.
25189         (re_string_wchar_at): Likewise.
25190         (bitset_not, bitset_merge, bitset_mask): Likewise.
25191         [!(__GNUC__ > 3)] (inline): Remove macro.
25192         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
25193         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
25194         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
25195         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
25196         * string/memcmp.c (memcmp_bytes): Likewise.
25197         * locale/programs/locarchive.c (compute_hashval): Likewise.
25198         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
25199         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
25200         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
25201         * nss/getent.c (print_rpc, print_protocols): Likewise.
25202         (print_passwd, print_group, print_aliases): Likewise.
25203         * nis/nss-nisplus.h (niserr2nss): Likewise.
25204         * nscd/connections.c (restart_p): Likewise.
25205         Change return type to bool.
25206
25207 2013-02-05  Roland McGrath  <roland@hack.frob.com>
25208
25209         * Makeconfig (all-Depend-files): Add existing
25210         $(sorted-subdirs:=/Depend) files.
25211         (all-subdirs): Remove nss.
25212         * sysdeps/unix/inet/Subdirs: Add it here instead.
25213         * hesiod/Depend: New file.
25214
25215         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
25216         instead of calling alloca.
25217
25218         * io/lseek.c (__lseek): Rename to __libc_lseek.
25219         Define __lseek as an alias.
25220
25221         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
25222
25223 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
25224
25225         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
25226         else clause and remove check for non-standard endianness.
25227
25228 2013-02-04  David S. Miller  <davem@davemloft.net>
25229
25230         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25231
25232 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
25233
25234         [BZ #13550]
25235         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
25236         (__ubp_memchr): Remove prototype.
25237         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
25238         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25239         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
25240         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25241         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
25242         Remove alias.
25243         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
25244         (__ubp_memchr): Likewise.
25245         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
25246         (__ubp_memchr): Likewise.
25247         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
25248         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
25249         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
25250         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
25251         CHECK_STRING.
25252         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
25253         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
25254         (__getcwd): Do not use CHECK_STRING.
25255         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
25256         <bp-checks.h>.
25257         (__real_chown): Do not use CHECK_STRING.
25258         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
25259         <bp-checks.h>.
25260         (fchownat): Do not use CHECK_STRING.
25261         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
25262         CHECK_STRING.
25263         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
25264         <bp-checks.h>.
25265         (__lchown): Do not use CHECK_STRING.
25266         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25267         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25268         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25269         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
25270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
25271         include <bp-checks.h>.
25272         (truncate64): Do not use CHECK_STRING.
25273         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
25274         <bp-checks.h>.
25275         (__real_chown): Do not use CHECK_STRING.
25276         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
25277         <bp-checks.h>.
25278         (__lchown): Do not use CHECK_STRING.
25279         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
25280         <bp-checks.h>.
25281         (__chown): Do not use CHECK_STRING.
25282         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
25283         <bp-checks.h>.
25284         (truncate64): Do not use CHECK_STRING.
25285         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
25286         Likewise.
25287         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
25288         (__xmknod): Do not use CHECK_STRING.
25289         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
25290         <bp-checks.h>.
25291         (__xmknodat): Do not use CHECK_STRING.
25292         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25293         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
25294
25295 2013-02-04  Andreas Schwab  <schwab@suse.de>
25296
25297         [BZ #14142]
25298         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
25299         * include/netdb.h: Likewise for h_errno.
25300         * elf/tst-stackguard1.c: Include <tls.h>.
25301
25302 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
25303
25304         * elf/link.h (struct link_map): Extend the l_addr comment.
25305         * include/link.h (struct link_map): Likewise.
25306
25307 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
25308
25309         [BZ #13550]
25310         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
25311         (BOUNDED_1): Remove macro.
25312         * debug/backtrace.c: Don't include <bp-checks.h>.
25313         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
25314         (__backtrace): Likewise.
25315         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
25316         <bp-checks.h>.
25317         (__backtrace): Don't use BOUNDED_1.
25318         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
25319         <bp-checks.h>.
25320         (__backtrace): Don't use BOUNDED_1.
25321         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
25322         (__backtrace): Don't use BOUNDED_1.
25323         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
25324         (shmat): Don't use BOUNDED_N.
25325
25326 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
25327
25328         [BZ #13550]
25329         * sysdeps/generic/bp-start.h: Remove file.
25330         * csu/libc-start.c: Don't include <bp-start.h>.
25331         (LIBC_START_MAIN): Set up __environ directly instead of using
25332         INIT_ARGV_and_ENVIRON.
25333         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
25334         <bp-start.h>.
25335
25336         [BZ #13550]
25337         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
25338         definitions.
25339         (CHECK_FCNTL): Likewise.
25340         (CHECK_N_PAGES): Likewise.
25341
25342         [BZ #13550]
25343         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
25344         definitions.
25345         (CHECK_SIGSET_NULL_OK): Likewise.
25346         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
25347         <bp-checks.h>.
25348         (sigpending): Don't use CHECK_SIGSET.
25349         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
25350         <bp-checks.h>.
25351         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25352         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
25353         <bp-checks.h>.
25354         (do_sigsuspend): Don't use CHECK_SIGSET.
25355         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
25356         use CHECK_SIGSET.
25357         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
25358         (do_sigwait): Don't use CHECK_SIGSET.
25359         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
25360         use CHECK_SIGSET.
25361         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
25362         include <bp-checks.h>.
25363         (sigpending): Don't use CHECK_SIGSET.
25364         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
25365         include <bp-checks.h>.
25366         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25367         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
25368         <bp-checks.h>.
25369         (sigpending): Don't use CHECK_SIGSET.
25370         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
25371         <bp-checks.h>.
25372         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25373
25374         [BZ #13550]
25375         * sysdeps/generic/bp-semctl.h: Remove file.
25376         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
25377         <bp-checks.h> and <bp-semctl.h>.
25378         (__old_semctl): Don't use CHECK_SEMCTL.
25379         (__new_semctl): Likewise.
25380         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
25381         and <bp-semctl.h>.
25382         (__old_semctl): Don't use CHECK_SEMCTL.
25383         (__new_semctl): Likewise.
25384         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
25385         <bp-checks.h> and <bp-semctl.h>.
25386         (__old_semctl): Don't use CHECK_SEMCTL.
25387         (__new_semctl): Likewise.
25388         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
25389         <bp-checks.h> and <bp-semctl.h>.
25390         (semctl): Don't use CHECK_SEMCTL.
25391
25392         [BZ #13550]
25393         * Makerules (elide-bp-thunks): Remove variable.
25394         (elide-routines.oS): Don't use $(elide-bp-thunks).
25395         (elide-routines.os): Likewise.
25396         (elide-routines.o): Likewise.
25397         (elide-routines.op): Likewise.
25398         (elide-routines.og): Likewise.
25399         (objects): Don't use $(bp-thunks).
25400         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
25401         include.
25402         (common-generated): Do not add s-proto-bp.d.
25403         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
25404         (int): Likewise.
25405         (typ): Likewise.
25406         Do not generate makefile rules for bounded-pointer thunks.
25407         * sysdeps/generic/bp-thunks.h: Remove file.
25408         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
25409         * sysdeps/unix/s-proto-bp.S: Likewise.
25410
25411         [BZ #15062]
25412         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
25413         parts of result separately when argument is not close to line from
25414         -i to i and one part of argument is small.
25415         * math/k_casinhf.c (__kernel_casinhf): Likewise.
25416         * math/k_casinhl.c (__kernel_casinhl): Likewise.
25417         * math/libm-test.inc (cacos_test): Add more tests.
25418         (casin_test): Likewise.
25419         (casinh_test): Likewise.
25420         * sysdeps/i386/fpu/libm-test-ulps: Update.
25421         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25422
25423 2013-01-31  David S. Miller  <davem@davemloft.net>
25424
25425         * po/de.po: Update from translation team.
25426
25427 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
25428
25429         * time/tzfile.c: Include stdint.h for SIZE_MAX.
25430
25431 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
25432
25433         * configure.in (_AC_PROG_CC_C89): New definition.
25434         * configure: Regenerate.
25435
25436         * configure.in (AC_PROG_CPP): New definition.
25437         * configure: Regenerate.
25438
25439 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25440
25441         * debug/tst-backtrace.h: New file.
25442         * debug/tst-backtrace2.c: Include tst-backtrace.h.
25443         (ret): Remove variable.
25444         (x): Likewise.
25445         (FAIL): Remove macro.
25446         (NO_INLINE): Likewise.
25447         (fn1): Use match function instead of strstr.
25448         * debug/tst-backtrace3.c: Include tst-backtrace.h.
25449         (ret): Remove variable.
25450         (x): Likewise.
25451         (FAIL): Remove macro.
25452         (NO_INLINE): Likewise.
25453         (fn): Use match function instead of strstr.
25454         * debug/tst-backtrace4.c: Include tst-backtrace.h.
25455         (ret): Remove variable.
25456         (x): Likewise.
25457         (FAIL): Remove macro.
25458         (NO_INLINE): Likewise.
25459         (handle_signal): Use match function instead of strstr.
25460         * debug/tst-backtrace5.c: Include tst-backtrace.h.
25461         (ret): Remove variable.
25462         (x): Likewise.
25463         (FAIL): Remove macro.
25464         (NO_INLINE): Likewise.
25465         (handle_signal): Use match function instead of strstr.
25466
25467 2013-01-23  Roland McGrath  <roland@hack.frob.com>
25468
25469         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
25470
25471 2013-01-23  David S. Miller  <davem@davemloft.net>
25472
25473         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
25474         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
25475         argument of CAS if possible.
25476         * sysdeps/sparc/sparc64/bits/atomic.h
25477         (__arch_compare_and_exchange_val_32_acq): Likewise.
25478         (__arch_compare_and_exchange_val_64_acq): Likewise.
25479
25480 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
25481
25482         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
25483         * sysdeps/posix/ulimit.c: ... this.
25484         Include <limits.h>.
25485         * sysdeps/unix/bsd/ulimit.c: Remove file.
25486
25487 2013-01-23  Adam Conrad  <adconrad@0c3.net>
25488
25489         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
25490         (LDFLAGS-tst-array5): Likewise.
25491
25492 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25493
25494         [BZ #15036]
25495         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
25496         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
25497         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
25498         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
25499
25500 2013-01-21  David S. Miller  <davem@davemloft.net>
25501
25502         * sysdeps/sparc/backtrace.c: New file.
25503         * sysdeps/sparc/sparc32/backtrace.h: New file.
25504         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
25505         * sysdeps/sparc/sparc64/backtrace.h: New file.
25506         * sysdeps/sparc/sparc64/backtrace.c: Delete.
25507         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
25508         -funwind-tables.
25509
25510 2013-01-21  Andreas Schwab  <schwab@suse.de>
25511
25512         [BZ #15020]
25513         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
25514         closed its stdout.
25515
25516 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
25517
25518         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
25519         "mpa2.h".
25520         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25521
25522 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
25523             Mark Mitchell  <mark@codesourcery.com>
25524             Tom de Vries  <tom@codesourcery.com>
25525             Paul Pluzhnikov  <ppluzhnikov@google.com>
25526
25527         * debug/tst-backtrace2.c: New file.
25528         * debug/tst-backtrace3.c: Likewise.
25529         * debug/tst-backtrace4.c: Likewise.
25530         * debug/tst-backtrace5.c: Likewise.
25531         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
25532         (CFLAGS-tst-backtrace3.c): Likewise.
25533         (CFLAGS-tst-backtrace4.c): Likewise.
25534         (CFLAGS-tst-backtrace5.c): Likewise.
25535         (LDFLAGS-tst-backtrace2): Likewise.
25536         (LDFLAGS-tst-backtrace3): Likewise.
25537         (LDFLAGS-tst-backtrace4): Likewise.
25538         (LDFLAGS-tst-backtrace5): Likewise.
25539         (tests): Add new tests tst-backtrace2, tst-backtrace3,
25540         tst-backtrace4 and tst-backtrace5.
25541
25542 2013-01-18  Anton Blanchard  <anton@samba.org>
25543             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25544
25545         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
25546         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
25547         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
25548         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
25549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
25550         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
25551         "+r" and remove output regs list as redundant.  Add explicit inline
25552         asm to specify register of return val to work around compiler codegen
25553         bug.  Remove (int) cast on return value.  Add return type parameter to
25554         use in macro so that this macro does not truncate return value for
25555         64-bit values.
25556         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
25557         pass to INTERNAL_VSYSCALL_NCS.
25558         (INLINE_VSYSCALL): Add 'long int' as return type to
25559         INTERNAL_VSYSCALL_NCS macro invocation.
25560         (INTERNAL_VSYSCALL): Add 'long int' as return type to
25561         INTERNAL_VSYSCALL_NCS macro invocation.
25562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
25563
25564 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25565
25566         [BZ #14496]
25567         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
25568         Fix application of SIMD FP exception mask.
25569
25570         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
25571         mp_no from a power of two.
25572         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
25573         __mpexp_twomm1.  Use __pow_mp.
25574
25575         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
25576         multiplication.
25577
25578 2013-01-17  David S. Miller  <davem@davemloft.net>
25579
25580         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25581
25582 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25583
25584         [BZ #15023]
25585         * include/complex.h: Condition contents on [!_COMPLEX_H].
25586         (__kernel_casinhf): New prototype.
25587         (__kernel_casinh): Likewise.
25588         (__kernel_casinhl): Likewise.
25589         * math/Makefile (libm_calls): Add k_casinh.
25590         * math/k_casinh.c: New file.
25591         * math/k_casinhf.c: Likewise.
25592         * math/k_casinhl.c: Likewise.
25593         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
25594         finite nonzero arguments.
25595         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
25596         finite nonzero arguments.
25597         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
25598         finite nonzero arguments.
25599         * math/s_casinh.c: Do not include <float.h>.
25600         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
25601         * math/s_casinhf.c: Do not include <float.h>.
25602         (__casinhf): Move code for finite nonzero arguments to
25603         k_casinhf.c.
25604         * math/s_casinhl.c: Do not include <float.h>.
25605         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
25606         redefine.
25607         (__casinhl): Move code for finite nonzero arguments to
25608         k_casinhl.c.
25609         * math/libm-test.inc (cacos_test): Add more tests.
25610         * sysdeps/i386/fpu/libm-test-ulps: Update.
25611         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25612
25613 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
25614
25615         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
25616         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
25617         [!HAVE_MREMAP]: Remove [defined linux] case.
25618         * malloc/arena.c: Do not include <malloc-sysdep.h>.
25619
25620 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25621
25622         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
25623
25624 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
25625
25626         * elf/elf.h (R_386_SIZE32): New relocation.
25627         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
25628         R_386_SIZE32.
25629         (elf_machine_rela): Likewise.
25630         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
25631         R_X86_64_SIZE64 and R_X86_64_SIZE32.
25632
25633 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25634
25635         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
25636         (FP_FAST_FMA): Do not define.
25637         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
25638         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
25639         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
25640         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
25641         !_SOFT_FLOAT]: Likewise.
25642         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
25643         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
25644         value.
25645         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
25646         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
25647         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
25648         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
25649         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
25650         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
25651         file.
25652
25653 2013-01-16  Andreas Schwab  <schwab@suse.de>
25654
25655         [BZ #14327]
25656         * include/stdlib.h (__mktemp): Add declaration.
25657         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
25658         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
25659
25660 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
25661
25662         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
25663         definitions.
25664         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
25665         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
25666         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
25667         definitions here.
25668         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
25669         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
25670         definitions.
25671         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
25672         and ONE.
25673         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
25674         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
25675         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
25676         definitions.
25677         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
25678         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
25679         definitions.
25680         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
25681
25682         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
25683
25684 2013-01-15  David S. Miller  <davem@davemloft.net>
25685
25686         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25687         trunc{,f} to libm-sysdep_routes.
25688         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25689         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
25690         file.
25691         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
25692         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
25693         file.
25694         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
25695         file.
25696         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
25697         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
25698         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
25699         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
25700         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
25701         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
25702         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
25703         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
25704
25705         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25706         nearbyint{,f} to libm-sysdep_routes.
25707         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25708         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
25709         New file.
25710         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
25711         file.
25712         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
25713         New file.
25714         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
25715         file.
25716         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
25717         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
25718         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
25719         file.
25720         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
25721         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
25722         file.
25723         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
25724         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
25725         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
25726
25727         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
25728         libc_feholdexcept and libc_fesetenv.
25729
25730 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
25731
25732         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
25733
25734 2013-01-14  David S. Miller  <davem@davemloft.net>
25735
25736         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
25737         (SPARC_ASM_VIS2_IFUNC): Likewise.
25738         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
25739         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
25740         use of 'siam' instruction.
25741         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
25742         Likewise.
25743         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
25744         Likewise.
25745         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
25746         Likewise.
25747         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
25748         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
25749         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
25750         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
25751         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
25752         file.
25753         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
25754         file.
25755         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
25756         file.
25757         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
25758         file.
25759         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
25760         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
25761         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
25762         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
25763         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
25764         new VIS2 routines.
25765         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
25766         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
25767         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
25768         Likewise.
25769         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
25770         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
25771         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
25772         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
25773         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
25774         routines to libm-sysdep_routines.
25775         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25776
25777         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25778         fdim/fdimf to libm-sysdep_routines.
25779         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
25780         file.
25781         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
25782         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
25783         file.
25784         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
25785         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
25786         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
25787         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
25788         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
25789         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
25790         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
25791
25792 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25793
25794         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
25795         to optimize copies.
25796
25797         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
25798         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
25799         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25800
25801         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
25802         local variable MPTWO.
25803         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25804         Likewise.
25805
25806 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
25807
25808         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
25809         GLOB_NOESCAPE.
25810
25811 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
25812
25813         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
25814
25815 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
25816
25817         * manual/pattern.texi (glob_t): Document gl_flags.
25818         (glob64_t): Likewise.
25819
25820 2013-01-11  David S. Miller  <davem@davemloft.net>
25821
25822         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
25823         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
25824         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
25825         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
25826         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
25827         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
25828         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
25829         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
25830         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
25831         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
25832         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
25833         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
25834         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
25835
25836         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
25837         sparc V9 rather than using V8 code.
25838         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25839         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25840
25841         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
25842         Move to...
25843         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
25844         Here.
25845
25846 2013-01-11  Roland McGrath  <roland@hack.frob.com>
25847
25848         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
25849         not in the main loop.
25850         * configure: Regenerated.
25851
25852 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
25853
25854         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
25855         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
25856         to just #else.
25857         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
25858         [!__GLIBC_HAVE_LONG_LONG] case.
25859         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
25860         condition to just #else.
25861         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
25862         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
25863         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
25864         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
25865         unconditional.
25866         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
25867         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
25868         #elif condition to just #else.
25869         * sysdeps/unix/sysv/linux/sys/sysmacros.h
25870         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
25871         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
25872         #elif condition to just #else.
25873
25874 2013-01-11  Steve Ellcey  <sellcey@mips.com>
25875
25876         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
25877         (EF_MIPS_ARCH_64): Fix value.
25878         (EF_MIPS_ARCH_32R2): New.
25879         (EF_MIPS_ARCH_64R2): New.
25880
25881 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
25882
25883         * Makeconfig (+link-pie-before-libc): New.
25884         (+link-pie-after-libc): Likewise.
25885         (+link-pie-tests): Likewise.
25886         (+link-pie): Rewritten.
25887         (link-before-libc): Remove $(config-LDFLAGS).
25888         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
25889         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
25890         (config-LDFLAGS): Renamed to ...
25891         (rtld-LDFLAGS): This.
25892         (rtld-tests-LDFLAGS): New macro.
25893         (link-libc-rpath-link): Likewise.
25894         (link-libc-tests-rpath-link): Likewise.
25895         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
25896         (link-libc): Prepand $(link-libc-rpath-link).
25897         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
25898         (test-program-prefix): New macro.
25899         (test-via-rtld-prefix): Likewise.
25900         (test-program-cmd): Likewise.
25901         (host-test-program-cmd): Likewise.
25902         * Makefile ($(common-objpfx)testrun.sh): Replace
25903         $(run-program-prefix) with $(test-program-prefix).
25904         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
25905         $(rtld-LDFLAGS).
25906         ($(common-objpfx)shlib.lds): Likewise.
25907         (build-module-helper): Likewise.
25908         ($(common-objpfx)format.lds): Likewise.
25909         * Rules (binaries-pie-tests): New.
25910         (binaries-pie-notests): Likewise.
25911         (binaries-pie): Rewritten.
25912         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
25913         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
25914         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
25915         (make-test-out): Replace $(host-built-program-cmd) with
25916         $(host-test-program-cmd).
25917         * config.make.in (build-hardcoded-path-in-tests): New variable.
25918         * configure.in (--enable-hardcoded-path-in-tests): New configure
25919         option.
25920         (hardcoded_path_in_tests): New AC_SUBST.
25921         * configure: Regenerated.
25922         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
25923         $(built-program-cmd) with $(test-program-cmd).
25924         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
25925         (test_program_cmd): This.
25926         * elf/Makefile ($(objpfx)order.out): Run test with
25927         $(test-program-prefix).
25928         ($(objpfx)order2.out): Likewise.
25929         ($(objpfx)tst-initorder.out): Likewise.
25930         ($(objpfx)tst-initorder2.out): Likewise.
25931         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
25932         $(test-program-cmd).
25933         ($(objpfx)tst-array1-static.out): Likewise.
25934         ($(objpfx)tst-array2.out): Likewise.
25935         ($(objpfx)tst-array3.out): Likewise.
25936         ($(objpfx)tst-array4.out): Likewise.
25937         ($(objpfx)tst-array5.out): Likewise.
25938         ($(objpfx)tst-array5-static.out): Likewise.
25939         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
25940         $(test-program-cmd).
25941         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
25942         $(run-program-prefix) with $(test-program-prefix).
25943         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
25944         (test_program_prefix): This.
25945         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
25946         $(run-program-prefix) with $(test-program-prefix).
25947         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
25948         (test_program_prefix): This.
25949         * iconvdata/tst-tables.sh: Likewise.
25950         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
25951         $(run-program-prefix) with $(test-program-prefix).
25952         ($(objpfx)tst-translit.out): Likewise.
25953         ($(objpfx)tst-gettext2.out): Likewise.
25954         ($(objpfx)tst-gettext4.out): Likewise.
25955         ($(objpfx)tst-gettext6.out): Likewise.
25956         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
25957         (test_program_prefix): This.
25958         * intl/tst-gettext2.sh: Likewise.
25959         * intl/tst-gettext4.sh  Likewise.
25960         * intl/tst-gettext6.sh: Likewise.
25961         * intl/tst-translit.sh: Likewise.
25962         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
25963         with $(test-program-cmd).
25964         * libio/Makefile ($(objpfx)test-freopen.out): Replace
25965         $(run-program-prefix) with $(test-program-prefix).
25966         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
25967         (test_program_prefix): This.
25968         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
25969         $(run-program-prefix) with $(test-program-prefix).
25970         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
25971         (test_program_prefix): This.
25972         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
25973         * posix/Makefile ($(objpfx)globtest.out): Replace
25974         $(run-via-rtld-prefix) and $(test-wrapper) with
25975         $(test-program-prefix) and $(test-via-rtld-prefix).
25976         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
25977         $(test-program-prefix).
25978         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
25979         $(host-test-program-cmd).
25980         (tst-spawn-ARGS): Likewise.
25981         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
25982         $(test-program-prefix).
25983         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
25984         (test_via_rtld_prefix): This.
25985         (test_wrapper): Renamed to ...
25986         (test_program_prefix): This.
25987         (run_program_prefix): Replaced by test_program_prefix.
25988         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
25989         (test_program_prefix): This.
25990         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
25991         with $(host-test-program-cmd).
25992         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
25993         $(run-program-prefix) with $(test-program-prefix).
25994         ($(objpfx)tst-printf.out): Likewise.
25995         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
25996         $(test-program-cmd).
25997         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
25998         (test_program_prefix): This.
25999         * stdio-common/tst-unbputc.sh: Likewise.
26000         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
26001         $(run-program-prefix) with $(test-program-prefix).
26002         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
26003         (test_program_prefix): This.
26004         * string/Makefile ($(objpfx)tst-svc.out):  Replace
26005         $(built-program-cmd) with $(test-program-cmd).
26006
26007 2013-01-11  Andreas Jaeger  <aj@suse.de>
26008
26009         [BZ #15003]
26010         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
26011         value. Sync with Linux 3.7.
26012
26013 2013-01-10  David S. Miller  <davem@davemloft.net>
26014
26015         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
26016         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26017         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26018
26019 2013-01-10  Roland McGrath  <roland@hack.frob.com>
26020
26021         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
26022         never set.
26023         * configure: Regenerated.
26024
26025 2013-01-10  David S. Miller  <davem@davemloft.net>
26026
26027         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
26028         sparc V9 rather than using V8 code.
26029         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
26030         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
26031
26032 2013-01-10  Roland McGrath  <roland@hack.frob.com>
26033
26034         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
26035         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
26036         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
26037         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
26038         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
26039         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
26040         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
26041         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
26042         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
26043         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
26044         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
26045         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
26046         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
26047         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
26048         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
26049         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
26050         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
26051         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
26052         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
26053         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
26054         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
26055         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
26056         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
26057         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
26058         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
26059         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
26060         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
26061
26062 2013-01-10  David S. Miller  <davem@davemloft.net>
26063
26064         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26065
26066 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
26067
26068         * posix/Makefile (tests-static): New variable.
26069         (tests): Add $(tests-static).
26070         (tst-exec-static-ARGS): New variable.
26071         (tst-spawn-static-ARGS): Likewise.
26072         * posix/tst-exec-static.c: New file.
26073         * posix/tst-spawn-static.c: Likewise.
26074         * posix/tst-exec.c: Support run directly.
26075         * posix/tst-spawn.c: Likewise.
26076
26077 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
26078
26079         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
26080         long.
26081         * math/bits/mathcalls.h (llrint): Likewise.
26082         (llround): Likewise.
26083         * stdlib/stdlib.h (struct drand48_data): Likewise.
26084         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
26085         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
26086         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
26087         Likewise.
26088         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
26089         Likewise.
26090         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
26091         (elf_greg_t): Likewise.
26092         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
26093         (__jmp_buf): Likewise.
26094         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
26095         definitions.
26096         (llrint): Likewise, for all definitions.
26097         (llrintl): Likewise.
26098
26099         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
26100         Remove [__GNUC__] condition.
26101         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
26102         condition to just [__USE_ISOC99].
26103         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
26104
26105 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
26106
26107         [BZ #14200]
26108         * sysdeps/unix/sysv/linux/x86/bits/environments.h
26109         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
26110         defined.
26111         (_POSIX_V6_ILP32_OFF32): Likewise.
26112         (_XBS5_ILP32_OFF32): Likewise.
26113         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
26114         (__ILP32_OFFBIG_LDFLAGS): Likewise.
26115
26116 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26117
26118         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
26119
26120         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
26121         doubles __mpexp_twomm1.  Adjust usage.
26122         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
26123         Remove.
26124
26125 2013-01-10  Andreas Schwab  <schwab@suse.de>
26126
26127         [BZ #14964]
26128         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
26129         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
26130
26131 2013-01-09  David S. Miller  <davem@davemloft.net>
26132
26133         [BZ #15003]
26134         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
26135         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
26136         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
26137         (TCP_FASTOPEN): Define.
26138         (tcp_repair_opt): New structure.
26139         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
26140         enum values.
26141         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
26142         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
26143         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
26144         (tcp_cookie_transactions): New structure.
26145
26146 2013-01-09  Anton Blanchard  <anton@samba.org>
26147
26148         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
26149         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
26150         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
26151         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
26152
26153 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
26154
26155         * include/features.h (__USE_ANSI): Remove.
26156
26157 2013-01-09  Roland McGrath  <roland@hack.frob.com>
26158
26159         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
26160
26161         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
26162
26163 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
26164
26165         * sysdeps/s390/fpu/libm-test-ulps: Update.
26166
26167         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26168
26169         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
26170         (__acr): Likewise.
26171         (__cpy): Likewise.
26172         (norm): Likewise.
26173         (denorm): Likewise.
26174         (__mp_dbl): Likewise.
26175         (__dbl_mp): Likewise.
26176         (add_magnitudes): Likewise.
26177         (sub_magnitudes): Likewise.
26178         (__add): Likewise.
26179         (__sub): Likewise.
26180         (__mul): Likewise.
26181         (__inv): Likewise.
26182         (__dvd): Likewise.
26183         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
26184         (__acr): Likewise.
26185         (__cpy): Likewise.
26186         (norm): Likewise.
26187         (denorm): Likewise.
26188         (__mp_dbl): Likewise.
26189         (__dbl_mp): Likewise.
26190         (add_magnitudes): Likewise.
26191         (sub_magnitudes): Likewise.
26192         (__add): Likewise.
26193         (__sub): Likewise.
26194         (__mul): Likewise.
26195         (__inv): Likewise.
26196         (__dvd): Likewise.
26197         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
26198         (__acr): Likewise.
26199         (__cpy): Likewise.
26200         (norm): Likewise.
26201         (denorm): Likewise.
26202         (__mp_dbl): Likewise.
26203         (__dbl_mp): Likewise.
26204         (add_magnitudes): Likewise.
26205         (sub_magnitudes): Likewise.
26206         (__add): Likewise.
26207         (__sub): Likewise.
26208         (__mul): Likewise.
26209         (__inv): Likewise.
26210         (__dvd): Likewise.
26211
26212 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
26213
26214         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
26215         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
26216         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
26217         2 && __USE_EXTERN_INLINES]: Likewise.
26218
26219 2013-01-08  Andreas Jaeger  <aj@suse.de>
26220
26221         [BZ# 14985]
26222         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
26223         Remove.
26224         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26225         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26226
26227 2013-01-07  Anton Blanchard  <anton@samba.org>
26228
26229         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
26230         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26231         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
26232         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26233         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26234         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26235         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
26236         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26237         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26238         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26239         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26240         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26241         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
26242         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26243         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
26244         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26245         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26246         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26247         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
26248         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26249         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
26250         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
26251         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
26252         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
26253         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
26254         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26255         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
26256         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26257         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
26258         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
26259         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
26260         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26261         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26262         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26263         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26264         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
26265         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26266         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
26267         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
26268         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
26269         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
26270         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
26271         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26272
26273 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
26274
26275         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
26276         (__MALLOC_PMT): Likewise.
26277         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
26278         [__GNUC__], only on [_LIBC].
26279         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26280         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
26281         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26282         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
26283         forward declaration.
26284         (realloc_hook_ini): Likewise.
26285         (memalign_hook_ini): Likewise.
26286         (__libc_memalign): Do not use __MALLOC_PMT in variable
26287         declaration.
26288         (__libc_valloc): Likewise.
26289         (__libc_pvalloc): Likewise.
26290         (__libc_calloc): Likewise.
26291         (__posix_memalign): Likewise.
26292
26293         [BZ #14996]
26294         * math/s_casinh.c: Include <float.h>.
26295         (__casinh): Do not do computation with squaring and square root
26296         for large arguments.
26297         * math/s_casinhf.c: Include <float.h>.
26298         (__casinhf): Do not do computation with squaring and square root
26299         for large arguments.
26300         * math/s_casinhl.c: Include <float.h>.
26301         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
26302         (__casinhl): Do not do computation with squaring and square root
26303         for large arguments.
26304         * math/libm-test.inc (casin_test): Add more tests.
26305         (casinh_test): Likewise.
26306         * sysdeps/i386/fpu/libm-test-ulps: Update.
26307         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26308
26309 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
26310
26311         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
26312         (__x86_64_raw_data_cache_size): Likewise.
26313         (__x86_64_data_cache_size_half): Likewise.
26314         (__x86_64_raw_data_cache_size_half): Likewise.
26315         (__x86_64_shared_cache_size): Likewise.
26316         (__x86_64_raw_shared_cache_size): Likewise.
26317         (__x86_64_shared_cache_size_half): Likewise.
26318         (__x86_64_raw_shared_cache_size_half): Likewise.
26319         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
26320         to ...
26321         (__x86_data_cache_size): This.
26322         (__x86_64_raw_data_cache_size): Renamed to ...
26323         (__x86_raw_data_cache_size): This.
26324         (__x86_64_data_cache_size_half): Renamed to ...
26325         (__x86_data_cache_size_half): This.
26326         (__x86_64_raw_data_cache_size_half): Renamed to ...
26327         (__x86_raw_data_cache_size_half): This.
26328         (__x86_64_shared_cache_size): Renamed to ...
26329         (__x86_shared_cache_size): This.
26330         (__x86_64_raw_shared_cache_size): Renamed to ...
26331         (__x86_raw_shared_cache_size): This.
26332         (__x86_64_shared_cache_size_half): Renamed to ...
26333         (__x86_shared_cache_size_half): This.
26334         (__x86_64_raw_shared_cache_size_half): Renamed to ...
26335         (__x86_raw_shared_cache_size_half): This.
26336         * sysdeps/x86_64/memcpy.S: Updated.
26337         * sysdeps/x86_64/memset.S: Likewise.
26338         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
26339         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
26340         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
26341
26342 2013-01-04  David S. Miller  <davem@davemloft.net>
26343
26344         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26345
26346 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
26347
26348         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
26349         1 to avoid redefinition warning.
26350         (__USE_GNU): Don't define.
26351         (init_signaling_nan): Protoize.
26352
26353         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26354
26355 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26356
26357         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
26358         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
26359         (__cpymn): Likewise.
26360         (norm): Remove commented code.
26361         (denorm): Likewise.
26362         (__mp_dbl): Likewise.
26363         (__inv): Likewise.
26364         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
26365         (__cpymn): Likewise.
26366         (norm): Remove commented code.
26367         (denorm): Likewise.
26368         (__mp_dbl): Likewise.
26369         (__inv): Likewise.
26370
26371         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
26372         mp_no value for 1.0 and 2.0.
26373         (norm): Use RADIXI instead of radixi.d.
26374         (denorm): Likewise.
26375         (__mul): Use 0.0 instead of zero.d.
26376         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
26377         mp_no value for 1.0 and 2.0.
26378         (norm): Use RADIXI instead of radixi.d.
26379         (denorm): Likewise.
26380         (__mul): Use 0.0 instead of zero.d.
26381
26382 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
26383
26384         [BZ #14994]
26385         * math/s_casinh.c (__casinh): Reduce finite argument to first
26386         quadrant then set signs of results at the end.
26387         * math/s_casinhf.c (__casinhf): Likewise.
26388         * math/s_casinhl.c (__casinhl): Likewise.
26389         * math/libm-test.inc (casin_test): Add more tests.
26390         (casinh_test): Likewise.
26391         * sysdeps/i386/fpu/libm-test-ulps: Update.
26392         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26393
26394 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26395
26396         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
26397
26398         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
26399
26400         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
26401         declarations.
26402         (denorm): Likewise.
26403         (__mp_dbl): Likewise.
26404         (__inv): Likewise.
26405
26406         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
26407         and adjust the header comment.
26408
26409         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
26410         variable name from declaration.
26411
26412 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
26413
26414         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26415         Initialize COMMON_CPUID_INDEX_7 element.
26416         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
26417         (CPUID_RTM): Likewise.
26418         (HAS_RTM): Likewise.
26419         (COMMON_CPUID_INDEX_7): New enum.
26420
26421 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
26422
26423         [BZ #14981]
26424         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
26425         size is zero, record memory as freed.
26426
26427 2013-01-03  Andreas Jaeger  <aj@suse.de>
26428
26429         * po/ia.po: Add new Interlingua translation.
26430
26431 2012-01-03  Allan McRae  <allan@archlinux.org>
26432
26433         * locale/programs/localedef.c: Fix description of '--posix' flag.
26434
26435 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
26436
26437         * NEWS: Update dates in second copyright notice.
26438         * README: Update copyright dates in example.
26439         * manual/libc.texinfo: Update copyright dates.
26440         * scripts/test-installation.pl: Update copyright date in --version
26441         output.
26442
26443         * hurd/ctty-input.c: Fix copyright notice formatting.
26444         * hurd/ctty-output.c: Likewise.
26445         * hurd/dtable.c: Likewise.
26446         * hurd/hurd-raise.c: Likewise.
26447         * hurd/hurdprio.c: Likewise.
26448         * hurd/msgportdemux.c: Likewise.
26449         * misc/sys/file.h: Likewise.
26450         * misc/sys/ioctl.h: Likewise.
26451         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
26452         * sysdeps/mach/hurd/chdir.c: Likewise.
26453         * sysdeps/mach/hurd/fchdir.c: Likewise.
26454         * sysdeps/mach/hurd/rename.c: Likewise.
26455         * sysdeps/mach/hurd/rmdir.c: Likewise.
26456         * sysdeps/mach/hurd/seekdir.c: Likewise.
26457         * sysdeps/mach/hurd/setsid.c: Likewise.
26458         * sysdeps/posix/wait3.c: Likewise.
26459
26460         * All files with FSF copyright notices: Update copyright dates
26461         using scripts/update-copyrights.
26462         * intl/plural.c: Regenerated.
26463         * locale/programs/charmap-kw.h: Likewise.
26464         * locale/programs/locfile-kw.h: Likewise.
26465
26466 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26467
26468         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
26469         four values.
26470
26471         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
26472         calculation loop and add branch prediction.
26473
26474         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
26475         check access beyond bounds of m1np.
26476
26477         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26478         MPTWO.
26479         (__inv): Remove local variable MPTWO to use the global
26480         constant.
26481         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
26482         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26483         variable MPTWO.
26484         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
26485         MP3HALFS static const.
26486
26487 2013-01-01  David S. Miller  <davem@davemloft.net>
26488
26489         * po/ca.po: Update from translation team.
26490
26491 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
26492
26493         * scripts/update-copyrights: New file.
26494         * Makeconfig: Reformat copyright notice.
26495         * ctype/ctype.h: Likewise.
26496         * debug/swprintf_chk.c: Likewise.
26497         * elf/dl-cache.c: Likewise.
26498         * elf/dl-debug.c: Likewise.
26499         * elf/dl-object.c: Likewise.
26500         * grp/initgroups.c: Likewise.
26501         * hurd/Makefile: Likewise.
26502         * hurd/hurd/signal.h: Likewise.
26503         * hurd/hurdfault.c: Likewise.
26504         * hurd/hurdioctl.c: Likewise.
26505         * hurd/hurdlookup.c: Likewise.
26506         * hurd/intr-msg.c: Likewise.
26507         * iconv/gconv_open.c: Likewise.
26508         * libio/swprintf.c: Likewise.
26509         * locale/lc-ctype.c: Likewise.
26510         * locale/nl_langinfo.c: Likewise.
26511         * mach/Machrules: Likewise.
26512         * mach/Makefile: Likewise.
26513         * malloc/obstack.h: Likewise.
26514         * manual/Makefile: Likewise.
26515         * manual/tsort.awk: Likewise.
26516         * misc/bits/stab.def: Likewise.
26517         * nis/nis_print_group_entry.c: Likewise.
26518         * nis/nis_table.c: Likewise.
26519         * nis/nss_compat/compat-pwd.c: Likewise.
26520         * nis/nss_compat/compat-spwd.c: Likewise.
26521         * po/Makefile: Likewise.
26522         * posix/fnmatch.c: Likewise.
26523         * posix/regex.h: Likewise.
26524         * resolv/Makefile: Likewise.
26525         * resolv/nss_dns/dns-network.c: Likewise.
26526         * resolv/res_hconf.c: Likewise.
26527         * scripts/gen-sorted.awk: Likewise.
26528         * soft-fp/soft-fp.h: Likewise.
26529         * stdio-common/printf.h: Likewise.
26530         * stdlib/monetary.h: Likewise.
26531         * stdlib/random.c: Likewise.
26532         * stdlib/random_r.c: Likewise.
26533         * sysdeps/generic/Makefile: Likewise.
26534         * sysdeps/gnu/Makefile: Likewise.
26535         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
26536         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26537         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
26538         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26539         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
26540         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26541         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26542         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
26543         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
26544         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26545         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
26546         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
26547         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
26548         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
26549         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
26550         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
26551         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
26552         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
26553         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
26554         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
26555         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
26556         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
26557         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
26558         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26559         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
26560         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
26561         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
26562         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
26563         * sysdeps/mach/hurd/errnos.awk: Likewise.
26564         * sysdeps/mach/hurd/fork.c: Likewise.
26565         * sysdeps/mach/hurd/getcwd.c: Likewise.
26566         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
26567         * sysdeps/mach/hurd/mmap.c: Likewise.
26568         * sysdeps/mach/hurd/utimes.c: Likewise.
26569         * sysdeps/mach/hurd/xmknod.c: Likewise.
26570         * sysdeps/posix/profil.c: Likewise.
26571         * sysdeps/posix/readdir_r.c: Likewise.
26572         * sysdeps/powerpc/bits/mathdef.h: Likewise.
26573         * sysdeps/powerpc/bits/setjmp.h: Likewise.
26574         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
26575         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26576         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26577         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
26578         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26579         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
26580         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26581         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
26582         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26583         * sysdeps/pthread/lio_listio.c: Likewise.
26584         * sysdeps/sparc/dl-procinfo.h: Likewise.
26585         * sysdeps/unix/i386/sysdep.S: Likewise.
26586         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
26587         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
26588         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
26589         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
26590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26591         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
26592         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
26593         * sysdeps/unix/sysv/linux/speed.c: Likewise.
26594         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
26595         * sysdeps/wordsize-32/divdi3.c: Likewise.
26596         * time/sys/time.h: Likewise.
26597         * wcsmbs/Makefile: Likewise.
26598
26599 2013-01-01  David S. Miller  <davem@davemloft.net>
26600
26601         * po/fr.po: Update from translation team.
26602
26603         * catgets/gencat.c: Update copyright year.
26604         * csu/version.c: Likewise.
26605         * debug/catchsegv.sh: Likewise.
26606         * debug/pcprofiledump.c: Likewise.
26607         * debug/xtrace.sh: Likewise.
26608         * elf/ldconfig.c: Likewise.
26609         * elf/ldd.bash.in: Likewise.
26610         * elf/pldd.c: Likewise.
26611         * elf/sotruss.ksh: Likewise.
26612         * elf/sprof.c: Likewise.
26613         * iconv/iconv_prog.c: Likewise.
26614         * iconv/iconvconfig.c: Likewise.
26615         * locale/programs/locale.c: Likewise.
26616         * locale/programs/localedef.c: Likewise.
26617         * login/programs/pt_chown.c: Likewise.
26618         * malloc/memusage.sh: Likewise.
26619         * malloc/memusagestat.c: Likewise.
26620         * malloc/mtrace.pl: Likewise.
26621         * nscd/nscd.c: Likewise.
26622         * nss/getent.c: Likewise.
26623         * nss/makedb.c: Likewise.
26624         * posix/getconf.c: Likewise.
26625
26626 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
26627
26628         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
26629         numbers.
26630
26631 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
26632
26633         * math/bits/mathcalls.h (modf): Use __nonnull.
26634
26635 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26636
26637         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
26638         (split): Use macro CN instead of the bare value.
26639         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
26640         could be used.
26641         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
26642         instead of the bare value.
26643         (power1): Likewise.
26644
26645 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26646
26647         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
26648         __ATAN_TWOM.
26649         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26650
26651         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
26652         their values.
26653         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26654         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26655         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
26656         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26657
26658 2012-12-28  Andreas Jaeger  <aj@suse.de>
26659
26660         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
26661         values are from Linux 3.7.
26662
26663         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
26664         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
26665
26666 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26667
26668         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
26669         TRUE case.
26670
26671         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
26672         (norm): Likewise.
26673         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
26674         variables with preprocessor constants.
26675         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26676         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
26677         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
26678
26679 2012-12-27  Bruno Haible  <bruno@clisp.org>
26680
26681         [BZ #14317]
26682         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
26683         only if needed.
26684
26685 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26686
26687         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
26688         and use variable directly.
26689         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
26690
26691         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26692         MPONE.
26693         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
26694         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26695         variable MPONE.
26696         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26697         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26698         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
26699         include directive.  Remove local variable MPONE.
26700         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
26701         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
26702         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
26703
26704 2012-12-25  David S. Miller  <davem@davemloft.net>
26705
26706         * version.h (RELEASE): Set to "development".
26707         (VERSION): Set to "2.17.90".
26708         * NEWS: Add 2.18 section.
26709
26710 2012-12-21  David S. Miller  <davem@davemloft.net>
26711
26712         * po/hr.po: Update from translation team.
26713
26714 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26715
26716         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
26717
26718 2012-12-19  Steve Ellcey  <sellcey@mips.com>
26719
26720         * NEWS:  Mention new memcpy for MIPS.
26721
26722 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26723
26724         * manual/contrib.texi (Contributors): Spelling correction.
26725
26726 2012-12-15  David S. Miller  <davem@davemloft.net>
26727
26728         * po/ru.po: Update from translation team.
26729
26730 2012-12-13  David S. Miller  <davem@davemloft.net>
26731
26732         * NEWS: Mention IFUNC testsuite enhancements.
26733
26734         * po/pl.po: Update from translation team.
26735         * po/bg.po: Likewise.
26736
26737         * manual/contrib.texi (Contributors): Update entries for Hongjiu
26738         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
26739
26740 2012-12-11  David S. Miller  <davem@davemloft.net>
26741
26742         * po/sv.po: Update from translation team.
26743
26744         * po/vi.po: Update from translation team.
26745
26746         * po/cs.po: Update from translation team.
26747
26748         * po/de.po: Update from translation team.
26749         * po/eo.po: Likewise.
26750         * po/nl.po: Likewise.
26751
26752 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26753
26754         [BZ #14246]
26755         * manual/argp.texi (Argp Helper Functions): Move node to follow
26756         Argp Parsing State.
26757
26758         [BZ #14872]
26759         * manual/conf.texi (Limits on File System Capacity): Mention if
26760         terminating null is included in the max size.
26761
26762 2012-12-10  Andreas Jaeger  <aj@suse.de>
26763
26764         * po/cs.po: Update from translation team.
26765
26766 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
26767
26768         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
26769         void pointer and cast to uintptr_t.
26770         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
26771         path.
26772         * sysdeps/s390/s390-64/memcpy.S: Likewise.
26773         * sysdeps/s390/s390-64/memset.S: Likewise.
26774
26775 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
26776
26777         [BZ #14833]
26778         * menual/message.texi (Message Translation): Fix typos.
26779         (Helper programs for gettext): Likewise.
26780
26781 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
26782
26783         [BZ #14898]
26784         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
26785         Change to -1.
26786
26787 2012-12-07  David S. Miller  <davem@davemloft.net>
26788
26789         * po/libc.pot: Update.
26790
26791 2012-12-07  Richard Henderson  <rth@redhat.com>
26792
26793         [BZ #10114]
26794         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
26795         normal/normal case to before the switch.
26796         (_FP_DIV): Likewise.
26797
26798 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
26799             Mike Frysinger  <vapier@gentoo.org>
26800
26801         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
26802         check for __NR_fadvise64_64.
26803
26804 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
26805
26806         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
26807         0, not just to plain "0" as a statement.
26808         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
26809         with cw.
26810
26811 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
26812
26813         * NEWS: Use sourceware.org in Bugzilla URL.
26814
26815 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
26816
26817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
26818         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
26819
26820         * stdio-common/tst-put-error.c (do_test): Add newline to the
26821         padded test to ensure flush.
26822
26823 2012-12-05  Jeff Law  <law@redhat.com>
26824
26825         * sunrpc/etc.rpc (fedfs_admin): Add entry.
26826
26827 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
26828
26829         * README: Don't refer to ports add-on as distributed separately.
26830         Mention AArch64 in list of systems supported in the ports add-on.
26831
26832         * LICENSES: Add more non-FSF copyright and license notices.
26833
26834         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
26835         ((unused)).
26836
26837         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
26838
26839         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
26840         10000 as width of padded output.
26841
26842 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
26843
26844         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
26845
26846         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
26847         variable LX with __attribute__ ((unused)).
26848         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
26849         Likewise.
26850         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
26851         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
26852         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
26853         with __attribute__ ((unused)).
26854
26855 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
26856
26857         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
26858
26859 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
26860
26861         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
26862         (CFLAGS-nldbl-acos.c): New variable.
26863         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
26864         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
26865         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
26866         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
26867         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
26868         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
26869         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
26870         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
26871         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
26872         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
26873         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
26874         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
26875         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
26876         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
26877         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
26878         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
26879         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
26880         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
26881         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
26882         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
26883         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
26884         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
26885         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
26886         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
26887         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
26888         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
26889         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
26890         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
26891         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
26892         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
26893         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
26894         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
26895         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
26896         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
26897         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
26898         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
26899         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
26900         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
26901         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
26902         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
26903         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
26904         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
26905         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
26906         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
26907         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
26908         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
26909         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
26910         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
26911         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
26912         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
26913         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
26914         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
26915         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
26916         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
26917         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
26918         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
26919         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
26920         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
26921         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
26922         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
26923         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
26924         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
26925         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
26926         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
26927         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
26928         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
26929         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
26930         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
26931         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
26932         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
26933         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
26934         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
26935         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
26936         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
26937         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
26938         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
26939         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
26940         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
26941         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
26942         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
26943         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
26944         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
26945         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
26946         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
26947         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
26948         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
26949         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
26950         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
26951         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
26952         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
26953         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
26954         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
26955         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
26956         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
26957         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
26958         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
26959         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
26960
26961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
26962         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
26963
26964         [BZ #14914]
26965         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
26966         whole low double instead of just low 47 bits when splitting values
26967         into two parts.
26968
26969 2012-12-03  Allan McRae  <allan@archlinux.org>
26970
26971         * manual/stdio.texi (Predefined Printf Handlers): Remove
26972         @hsep and @vsep usage.
26973
26974 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
26975
26976         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
26977         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
26978
26979 2012-12-03  Jeff Law  <law@redhat.com>
26980
26981         * time/sys/time.h (settimeofday): Do not mark TV argument
26982         as __nonnull.
26983
26984 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
26985
26986         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
26987         when currently writing and seek to current position when not.
26988         * libio/Makefile (tests): Remove bug-fclose1.
26989         * libio/bug-fclose1.c: Delete.
26990
26991 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
26992
26993         * manual/arith.texi (feenableexcept): Fix typo.
26994         (fedisableexcept): Likewise.
26995
26996 2012-11-30  Roland McGrath  <roland@hack.frob.com>
26997
26998         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
26999         second, differently-typed declaration, rather than a cast.
27000
27001 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
27002
27003         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
27004         * include/rpc/svc.h: ... here.
27005
27006 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
27007
27008         [BZ #13013]
27009         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
27010         depending n and resplen2 to catch cases where answer
27011         equals answerp2.
27012
27013 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
27014
27015         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
27016         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
27017
27018 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
27019
27020         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
27021
27022 2012-11-29  Roland McGrath  <roland@hack.frob.com>
27023
27024         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
27025
27026 2012-11-28  Jeff Law  <law@redhat.com>
27027
27028         [BZ #13761]
27029         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
27030         dataset_temporary.  Track alloca usage into alloca_used.
27031         If dataset is large allocate and release it via malloc/free.
27032
27033 2012-06-04  Florian Weimer  <fweimer@redhat.com>
27034
27035         [BZ #14197]
27036         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
27037
27038 2012-11-28  David S. Miller  <davem@davemloft.net>
27039
27040         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27041
27042 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
27043
27044         [BZ #14803]
27045         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
27046         of pi/2 rounded to nearest to 64 bits.
27047         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
27048         nearest to 64 bits.
27049         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
27050         bits.
27051
27052 2012-11-28  Jeff Law <law@redhat.com>
27053             Martin Osvald <mosvald@redhat.com>
27054
27055         [BZ #14889]
27056         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
27057         * sunrpc/svc.c: Include time.h.
27058         (__svc_accept_failed): New function.
27059         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
27060         any reason other than EINTR, call __svc_accept_failed.
27061         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
27062         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
27063
27064 2012-11-28  Andreas Schwab  <schwab@suse.de>
27065
27066         * scripts/abilist.awk: Also handle indirect functions in .opd
27067         section.
27068
27069 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
27070
27071         [BZ #13881]
27072         * sysdeps/x86/fpu/powl_helper.c: New file.
27073         * sysdeps/x86/fpu/Makefile: Likewise.
27074         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
27075         (p3): New object.
27076         (__ieee754_powl): Use __powl_helper for finite arguments except
27077         integer exponents below 8.
27078         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
27079         (p3): New object.
27080         (__ieee754_powl): Use __powl_helper for finite arguments except
27081         integer exponents below 8.
27082         * math/libm-test.inc (pow_test): Add more tests and enable some
27083         previously disabled tests.
27084         * sysdeps/i386/fpu/libm-test-ulps: Update.
27085         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27086
27087 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27088             Carlos O'Donell  <carlos_odonell@mentor.com>
27089
27090         * nss/makedb.c (is_prime): Assert that input is odd and greater
27091         than 4.  Note that fact in a comment too.
27092         (next_prime): Add 4 to input.
27093
27094 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27095
27096         [BZ #11741]
27097         * libio/Makefile (tests): Add test case tst-fwrite-error.
27098         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
27099         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
27100         * libio/tst-fwrite-error.c: New test case.
27101
27102 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
27103
27104         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
27105         before casting to void *.
27106         * include/libc-internal.h (__pointer_type): New macro.
27107         (__integer_if_pointer_type_sub): Likewise.
27108         (__integer_if_pointer_type): Likewise.
27109         (cast_to_integer): Likewise.
27110         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
27111         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
27112         before casting to atomic64_t.
27113         (atomic_exchange_acq): Likewise.
27114         (__arch_exchange_and_add_body): Likewise.
27115         (__arch_add_body): Likewise.
27116         (atomic_add_negative): Likewise.
27117         (atomic_add_zero): Likewise.
27118
27119 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
27120
27121         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
27122         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
27123         (add_fdes): Likewise.
27124         (linear_search_fdes): Likewise.
27125         (binary_search_unencoded_fdes): Likewise.
27126
27127 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
27128
27129         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
27130
27131 2012-11-24  Adam Conrad  <adconrad@0c3.net>
27132
27133         * configure.in: Autodetect C++ header directories.
27134         * configure: Regenerated.
27135
27136 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
27137
27138         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
27139
27140 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
27141
27142         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27143
27144 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
27145
27146         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
27147         LDBL_MANT_DIG == 106]: Disable some tests.
27148         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27149         Likewise.
27150         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27151         Likewise.
27152
27153         [BZ #14871]
27154         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
27155         input for small inputs.  Return +/- pi/2 for large inputs.
27156         * math/libm-test.inc (atan_test): Add more tests.
27157
27158         * sysdeps/generic/unwind-dw2-fde-glibc.c
27159         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
27160         __attribute__ ((unused)).
27161
27162         [BZ #14645]
27163         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
27164         x * y if x and y are nonzero and z is zero.
27165
27166         [BZ #14811]
27167         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
27168         nonzero exponents with absolute value below 0x1p-117 to +/-
27169         0x1p-117.
27170
27171         [BZ #14869]
27172         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
27173         up arguments below 2**-450, not just those below 2**-500.
27174         * math/libm-test.inc (hypot_test): Add another test.
27175
27176         [BZ #14868]
27177         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
27178         Return a+b for ratio over 2**120, not 2**60.
27179         * math/libm-test.inc (hypot_test): Add another test.
27180
27181         * math/libm-test.inc (clog_test): Use
27182         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
27183         (clog10_test): Likewise.
27184
27185         [BZ #6778]
27186         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
27187
27188 2012-11-22  Andreas Schwab  <schwab@suse.de>
27189
27190         * sysdeps/i386/fpu/libm-test-ulps: Update.
27191
27192 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
27193
27194         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
27195         printf output with newline.
27196
27197 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
27198
27199         [BZ #14865]
27200         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
27201         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
27202         -z nodlopen, -z initfirst and -z execstack support.
27203         * configure: Regenerated.
27204
27205         * elf/elf.h (DF_1_NODIRECT): New macro.
27206         (DF_1_IGNMULDEF): Likewise.
27207         (DF_1_NOKSYMS): Likewise.
27208         (DF_1_NOHDR): Likewise.
27209         (DF_1_EDITED): Likewise.
27210         (DF_1_NORELOC): Likewise.
27211         (DF_1_SYMINTPOSE): Likewise.
27212         (DF_1_GLOBAUDIT): Likewise.
27213         (DF_1_SINGLETON): Likewise.
27214         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
27215         DT_1_SUPPORTED_MASK bits.
27216         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
27217
27218 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
27219
27220         * sysdeps/unix/make-syscalls.sh: Document prefixes.
27221
27222 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
27223
27224         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
27225         macro.
27226
27227         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
27228         (sendmmsg): Move declarations...
27229         * socket/sys/socket.h: ... here.
27230         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
27231         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
27232         include it from...
27233         * socket/recvmmsg.c: ... this new file.
27234         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
27235         (sendmmsg): Rename to __sendmmsg, create weak alias and make
27236         definition of __sendmmsg hidden.
27237         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
27238         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
27239         Move ENOSYS stub into and include it from...
27240         * socket/sendmmsg.c: ... this new file.
27241         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
27242         (sysdep_routines): Move recvmmsg and sendmmsg...
27243         * socket/Makefile (routines): ... here.
27244         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
27245         (GLIBC_PRIVATE): Add __sendmmsg.
27246         * include/sys/socket.h (__sendmmsg): Add declarations.
27247         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
27248         sendmmsg.
27249
27250 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
27251
27252         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
27253         variable I1 with __attribute__ ((unused)).
27254         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
27255
27256 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27257
27258         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
27259         DUMMY variables with __attribute__ ((unused)).
27260
27261         * bits/byteswap.h: Include <bits/types.h>.
27262         (__bswap_64): Use __uint64_t instead of unsigned long long int.
27263
27264 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27265
27266         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
27267         string_t.  Do not manually set errno.
27268         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
27269         length with __strnlen.  Make sure to both set errno and return it on
27270         failure.
27271
27272 2012-11-19  David S. Miller  <davem@davemloft.net>
27273
27274         With help from Joseph Myers.
27275         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
27276         very large arguments properly.
27277         * math/libm-test.inc (atan_test): New tests.
27278         (atan2_test): New tests.
27279         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27280         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27281
27282 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27283
27284         [BZ #14856]
27285         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
27286         Define to 3.
27287
27288         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
27289         [POSIX] (EADDRNOTAVAIL): Likewise.
27290         [POSIX] (EAFNOSUPPORT): Likewise.
27291         [POSIX] (EALREADY): Likewise.
27292         [POSIX] (ECONNABORTED): Likewise.
27293         [POSIX] (ECONNREFUSED): Likewise.
27294         [POSIX] (ECONNRESET): Likewise.
27295         [POSIX] (EDESTADDRREQ): Likewise.
27296         [POSIX] (EDQUOT): Likewise.
27297         [POSIX] (EHOSTUNREACH): Likewise.
27298         [POSIX] (EIDRM): Likewise.
27299         [POSIX] (EISCONN): Likewise.
27300         [POSIX] (ELOOP): Likewise.
27301         [POSIX] (EMULTIHOP): Likewise.
27302         [POSIX] (ENETDOWN): Likewise.
27303         [POSIX] (ENETUNREACH): Likewise.
27304         [POSIX] (ENOBUFS): Likewise.
27305         [POSIX] (ENODATA): Likewise.
27306         [POSIX] (ENOLINK): Likewise.
27307         [POSIX] (ENOMSG): Likewise.
27308         [POSIX] (ENOPROTOOPT): Likewise.
27309         [POSIX] (ENOSR): Likewise.
27310         [POSIX] (ENOSTR): Likewise.
27311         [POSIX] (ENOTCONN): Likewise.
27312         [POSIX] (ENOTSOCK): Likewise.
27313         [POSIX] (EOPNOTSUPP): Likewise.
27314         [POSIX] (EOVERFLOW): Likewise.
27315         [POSIX] (EPROTO): Likewise.
27316         [POSIX] (EPROTONOSUPPORT): Likewise.
27317         [POSIX] (EPROTOTYPE): Likewise.
27318         [POSIX] (ESTALE): Likewise.
27319         [POSIX] (ETIME): Likewise.
27320         [POSIX] (ETXTBSY): Likewise.
27321         [POSIX] (EWOULDBLOCK): Likewise.
27322         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
27323         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
27324         [POSIX] (SEEK_CUR): Likewise.
27325         [POSIX] (SEEK_END): Likewise.
27326         [POSIX || UNIX98] (mode_t): Do not require.
27327         [POSIX] (off_t): Likewise.
27328         [POSIX] (pid_t): Likewise.
27329         [POSIX] (sys/stat.h): Do not allow header.
27330         [POSIX] (unistd.h): Likewise.
27331         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
27332         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
27333         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
27334         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
27335         require.
27336         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
27337         sigevent): Specify elements.
27338         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
27339         entry.
27340         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
27341         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
27342
27343         * conform/data/cpio.h-data [POSIX]: Disable whole file.
27344         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
27345         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
27346         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
27347         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
27348         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
27349         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
27350         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
27351         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
27352         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
27353         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
27354         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
27355         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
27356         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
27357         Likewise.
27358         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
27359         Likewise.
27360         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
27361         Likewise.
27362         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
27363         Likewise.
27364         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
27365         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
27366         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
27367         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
27368         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
27369         Specify lower bound on value.
27370         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
27371         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
27372         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
27373         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
27374         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
27375         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
27376         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
27377         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
27378         value.
27379         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
27380         as optional.
27381         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
27382         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
27383         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
27384         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
27385         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
27386         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
27387         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
27388         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
27389         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
27390         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
27391         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
27392         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
27393         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
27394         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
27395         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
27396         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
27397         entry.
27398         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
27399         optional.
27400         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
27401         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
27402         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
27403         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
27404         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
27405         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
27406         Likewise.
27407         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
27408         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
27409         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
27410         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
27411         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
27412         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
27413         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
27414         as optional.
27415         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
27416         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
27417         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
27418         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
27419         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
27420         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
27421         specify as optional.
27422         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
27423         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
27424         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
27425         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
27426         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
27427         [XPG3] (NL_LANGMAX): Likewise.
27428         [POSIX || XPG3] (NL_MSGMAX): Likewise.
27429         [POSIX || XPG3] (NL_NMAX): Likewise.
27430         [POSIX || XPG3] (NL_SETMAX): Likewise.
27431         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
27432         [XPG3] (NZERO): Likewise.
27433         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
27434         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
27435         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
27436         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
27437         (REG_ERANGE): Expect.
27438         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
27439         optional-constant.
27440         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
27441         Use (void) in prototype.
27442         [POSIX] (*_t): Allow.
27443         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
27444         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
27445         (WRDE_BADVAL): Expect.
27446
27447         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
27448         expect.
27449         [XPG3 || XPG4] (O_RSYNC): Likewise.
27450         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
27451         Likewise.
27452         [XPG3 || XPG4] (pthread_sigmask): Likewise.
27453         [XPG3 || XPG4] (sigqueue): Likewise.
27454         [XPG3 || XPG4] (sigtimedwait): Likewise.
27455         [XPG3 || XPG4] (sigwaitinfo): Likewise.
27456         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
27457         [XPG3 || XPG4] (vsnprintf): Likewise.
27458         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
27459         Likewise.
27460         [XPG3 || XPG4] (blksize_t): Likewise.
27461         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
27462         Likewise.
27463         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
27464         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
27465         [XPG3 || XPG4] (struct itimerspec): Likewise.
27466         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
27467         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
27468         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
27469         [XPG3 || XPG4] (clockid_t): Likewise.
27470         [XPG3 || XPG4] (timer_t): Likewise.
27471         [XPG3 || XPG4] (clock_getres): Likewise.
27472         [XPG3 || XPG4] (clock_gettime): Likewise.
27473         [XPG3 || XPG4] (clock_settime): Likewise.
27474         [XPG3 || XPG4] (nanosleep): Likewise.
27475         [XPG3 || XPG4] (timer_create): Likewise.
27476         [XPG3 || XPG4] (timer_delete): Likewise.
27477         [XPG3 || XPG4] (timer_gettime): Likewise.
27478         [XPG3 || XPG4] (timer_getoverrun): Likewise.
27479         [XPG3 || XPG4] (timer_settime): Likewise.
27480         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
27481         [XPG3 || XPG4] (getlogin_r): Likewise.
27482         [XPG3 || XPG4] (pread): Likewise.
27483         [XPG3 || XPG4] (pthread_atfork): Likewise.
27484         [XPG3 || XPG4] (pwrite): Likewise.
27485
27486         [BZ #14835]
27487         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
27488         <bits/siginfo.h>.
27489
27490 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27491
27492         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
27493         finalizing MALLSTREAM.
27494
27495         * sysdeps/mach/hurd/syncfs.c: New file.
27496
27497 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27498
27499         [BZ #14719]
27500         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
27501         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
27502         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
27503         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
27504         (_nss_dns_gethostbyname4_r): Likewise.
27505         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
27506         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
27507
27508 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
27509
27510         [BZ #13763]
27511         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
27512
27513 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
27514
27515         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
27516         * elf/cache.c (print_entry): Print ",AArch64" for
27517         FLAG_AARCH64_LIB64
27518
27519         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
27520         * elf/cache.c (print_entry): Print ",hard-float" for
27521         FLAG_ARM_LIBHF.
27522
27523 2012-11-18  David S. Miller  <davem@davemloft.net>
27524
27525         With help from Joseph Myers.
27526         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
27527         cutoff to 2**-13.
27528         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
27529         cutoff to 2**-25.
27530         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
27531         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
27532         small.
27533         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
27534         * math/libm-test.inc (y0_test): New tests.
27535         (y1_test): New tests.
27536         * sysdeps/i386/fpu/libm-test-ulps: Update.
27537         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27538         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27539
27540 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
27541
27542         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
27543         64-bit targets.
27544         * configure: Regenerated.
27545
27546 2012-11-17  David S. Miller  <davem@davemloft.net>
27547
27548         [BZ #14811]
27549         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
27550         nonzero exponents with absolute value below 0x1p-128 to +/-
27551         0x1p-128.
27552
27553 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
27554
27555         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
27556
27557         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
27558
27559         * posix/getconf-speclist.c: New file.
27560         * posix/posix-envs.def: Likewise.
27561         * posix/confstr.c (START_ENV_GROUP): New macro.
27562         (END_ENV_GROUP): Likewise.
27563         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27564         (KNOWN_PRESENT_ENV_STRING): Likewise.
27565         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27566         (UNKNOWN_ENVIRONMENT): Likewise.
27567         (confstr): Include posix-envs.def instead of handling
27568         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
27569         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
27570         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
27571         (END_ENV_GROUP): Likewise.
27572         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27573         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27574         (UNKNOWN_ENVIRONMENT): Likewise.
27575         (__sysconf): Include posix-envs.def instead of handling associated
27576         cases directly here.
27577         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
27578         preprocessing getconf-speclist.c rather than running getconf or
27579         generating empty file.
27580
27581 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
27582
27583         * scripts/check-local-headers.sh: Ignore 'mach' headers.
27584
27585 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
27586
27587         [BZ #14672]
27588         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
27589
27590 2012-11-16  David S. Miller  <davem@davemloft.net>
27591
27592         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
27593         smaller than LDBL_EPSILON/2.0L, just return xm1.
27594
27595 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
27596
27597         * elf/tst-array1.c (init): Set constructor priority to 1000.
27598         (fini): Set destructor priority to 1000.
27599         * elf/tst-array2dep.c: Likewise.
27600
27601 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27602
27603         [BZ #11741]
27604         * libio/fileops.c (_IO_new_file_write): Correctly return error.
27605         (_IO_new_file_xsputn): Also return EOF if none of the input
27606         data was written when overflow failed.
27607         * libio/iopadn.c (_IO_padn): Likewise.
27608         * libio/iowpadn.c (_IO_wpadn): Likewise.
27609         * stdio-common/tst-put-error.c: Add copyright notice.
27610         (do_test): Add case for printing padded string.
27611         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
27612         _IO_padn returned error.
27613         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
27614         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
27615         return EOF.
27616
27617 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27618
27619         * libio/libioP.h: Add comment note that the references to C++
27620         bits are now obsolete.
27621
27622 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27623
27624         * math/libm-test.inc (check_complex): Use asprintf.
27625
27626 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
27627
27628         * debug/pcprofiledump.c (print_version): Update copyright year.
27629         * malloc/memusagestat.c (print_version): Likewise.
27630
27631 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
27632
27633         [BZ #14831]
27634         * elf/Makefile (tests): Add tst-audit8.
27635         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
27636         ($(objpfx)tst-audit8.out): New target.
27637         (tst-audit8-ENV): New variable.
27638         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
27639         audit if l_reloc_result is NULL.
27640         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
27641         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
27642         * elf/tst-audit8.c: New file.
27643
27644 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27645
27646         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
27647         * misc/Makefile (CFLAGS-select.c): Define.
27648         * posix/Makefile (CFLAGS-pause.c): Define.
27649
27650 2012-11-13  David S. Miller  <davem@davemloft.net>
27651
27652         * crypt/Makefile: Move test targets after toplevel Rules
27653         inclusion.  Grab any necessary sysdep routines when linking.
27654         * crypt/md5.c (md5_process_block): Remove define, we will always
27655         name it __md5_process_block.
27656         (md5_finish_ctx): Update md5_process_block call.
27657         (md5_stream): Likewise.
27658         (md5_process_bytes): Likewise.
27659         (md5_process_block): Rename to __md5_process_block and move to ...
27660         * crypt/md5-block.c: ... here.
27661         * crypt/sha256.c (sha256_process_block): Move to ...
27662         * crypt/sha256-block.c: ... here.
27663         * crypt/sha512.c (sha512_process_block): Move to ...
27664         * crypt/sha512-block.c: ... here.
27665         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
27666         path.
27667         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
27668         * sysdeps/sparc/sparc64/multiarch/Makefile
27669         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
27670         crypt subdir.
27671         (localedef-aux): Add md5 crypto assembler when in locale subdir.
27672         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
27673         multiarch changes.
27674         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
27675         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
27676         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
27677         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
27678         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
27679         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
27680         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
27681         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
27682         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
27683         file.
27684         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
27685         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
27686         file.
27687         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
27688
27689 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
27690
27691         * timezone/tzselect.ksh: Update from tzcode git revision
27692         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
27693         * timezone/zdump.c: Likewise.
27694         * timezone/zic.c: Likewise.
27695         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
27696         in TZVERSION setting, not $(PKGVERSION).
27697         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
27698         REPORT_BUGS_TO settings.
27699
27700         [BZ #14838]
27701         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
27702         macro.
27703
27704 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27705
27706         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
27707         detection to immediately after _FP_ROUND().
27708         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
27709         bits are 0.
27710
27711 2012-11-11  David S. Miller  <davem@davemloft.net>
27712
27713         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
27714         inttypes.h
27715         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
27716         __close rather than their public counterparts.
27717
27718 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
27719
27720         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
27721         file.
27722         [UNIX98] (sem_timedwait): Do not expect.
27723         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
27724         [XPG4 || UNIX98] (sockatmark): Do not expect.
27725         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
27726         (clock_getcpuclockid): Do not expect.
27727         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
27728         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
27729         Do not expect.
27730         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
27731         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
27732         [UNIX98] (vwscanf): Likewise.
27733         [UNIX98] (vswscanf): Likewise.
27734
27735 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
27736
27737         * timezone/version.h: Remove file.
27738         * timezone/README: Do not refer to version.h.
27739         * timezone/Makefile ($(objpfx)zic.o): New dependency on
27740         $(objpfx)version.h.
27741         ($(objpfx)zdump.o): Likewise.
27742         ($(objpfx)version.h): New target.
27743
27744         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
27745         2012i.
27746         * timezone/README: Don't mention modification to tzselect.ksh.
27747         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
27748         work on unmodified tzselect.ksh.  Substitute version numbers in
27749         tzselect.ksh.
27750
27751         * Makefile (format-me): Remove.
27752         (INSTALL): Adjust indentation.  Use commands directly instead of
27753         using $(format-me).
27754
27755         * aclocal.m4 (ACX_PKGVERSION): New macro.
27756         (ACX_BUGURL): Likewise.
27757         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
27758         (PKGVERSION): New AC_DEFINE_UNQUOTED.
27759         (REPORT_BUGS_TO): Likewise.
27760         * configure: Regenerated.
27761         * config.h.in (PKGVERSION): New macro.
27762         (REPORT_BUGS_TO): Likewise.
27763         * config.make.in (PKGVERSION): New variable.
27764         (PKGVERSION_TEXI): Likewise.
27765         (REPORT_BUGS_TO): Likewise.
27766         (REPORT_BUGS_TEXI): Likewise.
27767         * Makefile (format-me): Use -I$(common-objpfx)manual.
27768         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
27769         ($(common-objpfx)manual/%): New target.
27770         (manual/%): Remove target.
27771         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
27772         (print_version): Use PKGVERSION.
27773         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
27774         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
27775         and REPORT_BUGS_TO.
27776         ($(objpfx)xtrace): Likewise.
27777         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
27778         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
27779         (print_version): Use PKGVERSION.
27780         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
27781         (do_version): Use PKGVERSION.
27782         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
27783         REPORT_BUGS_TO.
27784         (common-ldd-rewrite): Likewise.
27785         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
27786         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
27787         (print_version): Use PKGVERSION.
27788         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
27789         * elf/pldd.c (argp_program_bug_address): Remove variable.
27790         (more_help): New function.
27791         (argp): Use more_help.
27792         (print_version): Use PKGVERSION.
27793         * elf/sln.c (main): Use PKGVERSION.
27794         (usage): Use REPORT_BUGS_TO.
27795         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
27796         (top level): Use PKGVERSION.
27797         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
27798         (print_version): Use PKGVERSION.
27799         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
27800         (print_version): Use PKGVERSION.
27801         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
27802         (print_version): Use PKGVERSION.
27803         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
27804         (print_version): Use PKGVERSION.
27805         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
27806         (print_version): Use PKGVERSION.
27807         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
27808         (print_version): Use PKGVERSION.
27809         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
27810         and BUGURL.
27811         ($(objpfx)memusage): Likewise.
27812         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
27813         (do_version): Use PKGVERSION.
27814         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
27815         (print_version): Use PKGVERSION.
27816         * malloc/mtrace.pl ($PACKAGE): Remove variable.
27817         ($PKGVERSION): New variable.
27818         ($REPORT_BUGS_TO): Likewise.
27819         (usage): Use $REPORT_BUGS_TO.
27820         (top level): Use $PKGVERSION.
27821         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
27822         ($(objpfx)pkgvers.texi): New rule.
27823         ($(objpfx)stamp-pkgvers): Likewise.
27824         * manual/install.texi: Include pkgvers.texi.
27825         (--with-pkgversion): Document new configure option.
27826         (--with-bugurl): Likewise.
27827         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
27828         than necessarily for this particular distribution.  Use
27829         REPORT_BUGS_TO for where to report bugs.
27830         * INSTALL: Regenerated.
27831         * manual/libc.texinfo: Include pkgvers.texi.
27832         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
27833         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
27834         (print_version): Use PKGVERSION.
27835         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
27836         (print_version): Use PKGVERSION.
27837         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
27838         (print_version): Use PKGVERSION.
27839         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
27840         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
27841         macro.
27842         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
27843         (print_version): Use PKGVERSION.
27844         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
27845         (print_version): Use PKGVERSION.
27846         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
27847         and PKGVERSION.
27848
27849         * timezone/checktab.awk: Update from tzcode 2012i.
27850         * timezone/ialloc.c: Likewise.
27851         * timezone/private.h: Likewise.
27852         * timezone/scheck.c: Likewise.
27853         * timezone/tzfile.h: Likewise.
27854         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
27855         (TZVERSION): Hardcode tzcode version number.
27856         * timezone/zdump.c: Update from tzcode 2012i.
27857         * timezone/zic.c: Likewise.
27858         * timezone/version.h: New file.
27859         * timezone/README: Describe version.h.  Update upstream location.
27860
27861         [BZ #14824]
27862         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
27863         (mktemp): Enable declaration.
27864         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
27865         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
27866         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
27867         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
27868         Likewise.
27869         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
27870         Likewise.
27871         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
27872         Likewise.
27873         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
27874         Likewise.
27875         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
27876         Likewise.
27877         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
27878         Likewise.
27879
27880         [BZ #14821]
27881         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
27882         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
27883         for copies of such integer values.
27884         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
27885         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
27886
27887 2012-11-09  Andreas Jaeger  <aj@suse.de>
27888
27889         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
27890         definitions and declarations that are provided by
27891         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
27892
27893 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27894
27895         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
27896         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
27897         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
27898         definition.
27899
27900 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27901
27902         * elf/elf.h: Update comment before AArch64 relocations.
27903
27904 2012-11-07  David S. Miller  <davem@davemloft.net>
27905
27906         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
27907         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
27908         (__start_context): Declare.
27909         (__makecontext_ret): Delete.
27910         (__makecontext): Hook up __start_context instead of
27911         __makecontext_ret.
27912         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
27913         (sysdep_routines): Add __start_context when in stdlib.
27914
27915 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27916
27917         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
27918         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
27919         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
27920         hardcoded "nm".
27921         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
27922         (READELF): New variable.  Use it instead of hardcoded "readelf".
27923
27924 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
27925
27926         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
27927         * sysdeps/x86/Makefile: Here.
27928         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
27929         * sysdeps/x86/tst-xmmymm.sh: This.
27930
27931 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27932
27933         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
27934         expectations.
27935         [UNIX98] (pthread_barrier_t): Do not expect.
27936         [UNIX98] (pthread_barrierattr_t): Likewise.
27937         [UNIX98] (pthread_spinlock_t): Likewise.
27938         [UNIX98] (pthread_barrier_destroy): Likewise.
27939         [UNIX98] (pthread_barrier_init): Likewise.
27940         [UNIX98] (pthread_barrier_wait): Likewise.
27941         [UNIX98] (pthread_barrierattr_destroy): Likewise.
27942         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
27943         [UNIX98] (pthread_barrierattr_init): Likewise.
27944         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
27945         [UNIX98] (pthread_getcpuclockid): Likewise.
27946         [UNIX98] (pthread_mutex_timedlock): Likewise.
27947         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
27948         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
27949         [UNIX98] (pthread_sigmask): Likewise.
27950         [UNIX98] (pthread_spin_destroy): Likewise.
27951         [UNIX98] (pthread_spin_init): Likewise.
27952         [UNIX98] (pthread_spin_lock): Likewise.
27953         [UNIX98] (pthread_spin_trylock): Likewise.
27954         [UNIX98] (pthread_spin_unlock): Likewise.
27955         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
27956         Do not expect.
27957         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
27958         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
27959         [XPG3 || XPG4] (pthread_cond_t): Likewise.
27960         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
27961         [XPG3 || XPG4] (pthread_key_t): Likewise.
27962         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
27963         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
27964         [XPG3 || XPG4] (pthread_once_t): Likewise.
27965         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
27966         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
27967         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
27968         [XPG3 || XPG4] (pthread_t): Likewise.
27969
27970         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
27971         not expect.
27972         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
27973
27974         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
27975         Change function return type to int.
27976
27977         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
27978         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
27979         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
27980         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
27981         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
27982         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
27983         [!POSIX] (posix_madvise): Likewise.
27984         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
27985         && !UNIX98].
27986         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
27987         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
27988         (mode_t): Likewise.
27989         (posix_mem_offset): Likewise.
27990         (posix_typed_mem_get_info): Likewise.
27991         (posix_typed_mem_open): Likewise.
27992
27993         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
27994         Change condition to [XOPEN2K8].
27995
27996         * conform/conformtest.pl: Preprocess allow-header data with -x c
27997         instead of from stdin.
27998         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
27999         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
28000         [C99-based standards] (cerfc): Likewise.
28001         [C99-based standards] (cexp2): Likewise.
28002         [C99-based standards] (cexpm1): Likewise.
28003         [C99-based standards] (clog10): Likewise.
28004         [C99-based standards] (clog1p): Likewise.
28005         [C99-based standards] (clog2): Likewise.
28006         [C99-based standards] (clgamma): Likewise.
28007         [C99-based standards] (ctgamma): Likewise.
28008         [C99-based standards] (cerff): Likewise.
28009         [C99-based standards] (cerfcf): Likewise.
28010         [C99-based standards] (cexp2f): Likewise.
28011         [C99-based standards] (cexpm1f): Likewise.
28012         [C99-based standards] (clog10f): Likewise.
28013         [C99-based standards] (clog1pf): Likewise.
28014         [C99-based standards] (clog2f): Likewise.
28015         [C99-based standards] (clgammaf): Likewise.
28016         [C99-based standards] (ctgammaf): Likewise.
28017         [C99-based standards] (cerfl): Likewise.
28018         [C99-based standards] (cerfcl): Likewise.
28019         [C99-based standards] (cexp2l): Likewise.
28020         [C99-based standards] (cexpm1l): Likewise.
28021         [C99-based standards] (clog10l): Likewise.
28022         [C99-based standards] (clog1pl): Likewise.
28023         [C99-based standards] (clog2l): Likewise.
28024         [C99-based standards] (clgammal): Likewise.
28025         [C99-based standards] (ctgammal): Likewise.
28026         * conform/data/inttypes.h-data [C99-based standards]: Include
28027         stdint.h-data.  Remove all expectations for stdint.h contents.
28028         [C99-based standards] (PRI*): Do not allow.
28029         [C99-based standards] (SCN*): Likewise.
28030         [C99-based standards] (*_t): Likewise.
28031         [C99-based-standards] (PRId8): Expect macro.
28032         [C99-based-standards] (PRIi8): Likewise.
28033         [C99-based-standards] (PRIo8): Likewise.
28034         [C99-based-standards] (PRIu8): Likewise.
28035         [C99-based-standards] (PRIx8): Likewise.
28036         [C99-based-standards] (PRIX8): Likewise.
28037         [C99-based-standards] (SCNd8): Likewise.
28038         [C99-based-standards] (SCNi8): Likewise.
28039         [C99-based-standards] (SCNo8): Likewise.
28040         [C99-based-standards] (SCNu8): Likewise.
28041         [C99-based-standards] (SCNx8): Likewise.
28042         [C99-based-standards] (PRIdLEAST8): Likewise.
28043         [C99-based-standards] (PRIiLEAST8): Likewise.
28044         [C99-based-standards] (PRIoLEAST8): Likewise.
28045         [C99-based-standards] (PRIuLEAST8): Likewise.
28046         [C99-based-standards] (PRIxLEAST8): Likewise.
28047         [C99-based-standards] (PRIXLEAST8): Likewise.
28048         [C99-based-standards] (SCNdLEAST8): Likewise.
28049         [C99-based-standards] (SCNiLEAST8): Likewise.
28050         [C99-based-standards] (SCNoLEAST8): Likewise.
28051         [C99-based-standards] (SCNuLEAST8): Likewise.
28052         [C99-based-standards] (SCNxLEAST8): Likewise.
28053         [C99-based-standards] (PRIdFAST8): Likewise.
28054         [C99-based-standards] (PRIiFAST8): Likewise.
28055         [C99-based-standards] (PRIoFAST8): Likewise.
28056         [C99-based-standards] (PRIuFAST8): Likewise.
28057         [C99-based-standards] (PRIxFAST8): Likewise.
28058         [C99-based-standards] (PRIXFAST8): Likewise.
28059         [C99-based-standards] (SCNdFAST8): Likewise.
28060         [C99-based-standards] (SCNiFAST8): Likewise.
28061         [C99-based-standards] (SCNoFAST8): Likewise.
28062         [C99-based-standards] (SCNuFAST8): Likewise.
28063         [C99-based-standards] (SCNxFAST8): Likewise.
28064         [C99-based-standards] (PRId16): Likewise.
28065         [C99-based-standards] (PRIi16): Likewise.
28066         [C99-based-standards] (PRIo16): Likewise.
28067         [C99-based-standards] (PRIu16): Likewise.
28068         [C99-based-standards] (PRIx16): Likewise.
28069         [C99-based-standards] (PRIX16): Likewise.
28070         [C99-based-standards] (SCNd16): Likewise.
28071         [C99-based-standards] (SCNi16): Likewise.
28072         [C99-based-standards] (SCNo16): Likewise.
28073         [C99-based-standards] (SCNu16): Likewise.
28074         [C99-based-standards] (SCNx16): Likewise.
28075         [C99-based-standards] (PRIdLEAST16): Likewise.
28076         [C99-based-standards] (PRIiLEAST16): Likewise.
28077         [C99-based-standards] (PRIoLEAST16): Likewise.
28078         [C99-based-standards] (PRIuLEAST16): Likewise.
28079         [C99-based-standards] (PRIxLEAST16): Likewise.
28080         [C99-based-standards] (PRIXLEAST16): Likewise.
28081         [C99-based-standards] (SCNdLEAST16): Likewise.
28082         [C99-based-standards] (SCNiLEAST16): Likewise.
28083         [C99-based-standards] (SCNoLEAST16): Likewise.
28084         [C99-based-standards] (SCNuLEAST16): Likewise.
28085         [C99-based-standards] (SCNxLEAST16): Likewise.
28086         [C99-based-standards] (PRIdFAST16): Likewise.
28087         [C99-based-standards] (PRIiFAST16): Likewise.
28088         [C99-based-standards] (PRIoFAST16): Likewise.
28089         [C99-based-standards] (PRIuFAST16): Likewise.
28090         [C99-based-standards] (PRIxFAST16): Likewise.
28091         [C99-based-standards] (PRIXFAST16): Likewise.
28092         [C99-based-standards] (SCNdFAST16): Likewise.
28093         [C99-based-standards] (SCNiFAST16): Likewise.
28094         [C99-based-standards] (SCNoFAST16): Likewise.
28095         [C99-based-standards] (SCNuFAST16): Likewise.
28096         [C99-based-standards] (SCNxFAST16): Likewise.
28097         [C99-based-standards] (PRId32): Likewise.
28098         [C99-based-standards] (PRIi32): Likewise.
28099         [C99-based-standards] (PRIo32): Likewise.
28100         [C99-based-standards] (PRIu32): Likewise.
28101         [C99-based-standards] (PRIx32): Likewise.
28102         [C99-based-standards] (PRIX32): Likewise.
28103         [C99-based-standards] (SCNd32): Likewise.
28104         [C99-based-standards] (SCNi32): Likewise.
28105         [C99-based-standards] (SCNo32): Likewise.
28106         [C99-based-standards] (SCNu32): Likewise.
28107         [C99-based-standards] (SCNx32): Likewise.
28108         [C99-based-standards] (PRIdLEAST32): Likewise.
28109         [C99-based-standards] (PRIiLEAST32): Likewise.
28110         [C99-based-standards] (PRIoLEAST32): Likewise.
28111         [C99-based-standards] (PRIuLEAST32): Likewise.
28112         [C99-based-standards] (PRIxLEAST32): Likewise.
28113         [C99-based-standards] (PRIXLEAST32): Likewise.
28114         [C99-based-standards] (SCNdLEAST32): Likewise.
28115         [C99-based-standards] (SCNiLEAST32): Likewise.
28116         [C99-based-standards] (SCNoLEAST32): Likewise.
28117         [C99-based-standards] (SCNuLEAST32): Likewise.
28118         [C99-based-standards] (SCNxLEAST32): Likewise.
28119         [C99-based-standards] (PRIdFAST32): Likewise.
28120         [C99-based-standards] (PRIiFAST32): Likewise.
28121         [C99-based-standards] (PRIoFAST32): Likewise.
28122         [C99-based-standards] (PRIuFAST32): Likewise.
28123         [C99-based-standards] (PRIxFAST32): Likewise.
28124         [C99-based-standards] (PRIXFAST32): Likewise.
28125         [C99-based-standards] (SCNdFAST32): Likewise.
28126         [C99-based-standards] (SCNiFAST32): Likewise.
28127         [C99-based-standards] (SCNoFAST32): Likewise.
28128         [C99-based-standards] (SCNuFAST32): Likewise.
28129         [C99-based-standards] (SCNxFAST32): Likewise.
28130         [C99-based-standards] (PRId64): Likewise.
28131         [C99-based-standards] (PRIi64): Likewise.
28132         [C99-based-standards] (PRIo64): Likewise.
28133         [C99-based-standards] (PRIu64): Likewise.
28134         [C99-based-standards] (PRIx64): Likewise.
28135         [C99-based-standards] (PRIX64): Likewise.
28136         [C99-based-standards] (SCNd64): Likewise.
28137         [C99-based-standards] (SCNi64): Likewise.
28138         [C99-based-standards] (SCNo64): Likewise.
28139         [C99-based-standards] (SCNu64): Likewise.
28140         [C99-based-standards] (SCNx64): Likewise.
28141         [C99-based-standards] (PRIdLEAST64): Likewise.
28142         [C99-based-standards] (PRIiLEAST64): Likewise.
28143         [C99-based-standards] (PRIoLEAST64): Likewise.
28144         [C99-based-standards] (PRIuLEAST64): Likewise.
28145         [C99-based-standards] (PRIxLEAST64): Likewise.
28146         [C99-based-standards] (PRIXLEAST64): Likewise.
28147         [C99-based-standards] (SCNdLEAST64): Likewise.
28148         [C99-based-standards] (SCNiLEAST64): Likewise.
28149         [C99-based-standards] (SCNoLEAST64): Likewise.
28150         [C99-based-standards] (SCNuLEAST64): Likewise.
28151         [C99-based-standards] (SCNxLEAST64): Likewise.
28152         [C99-based-standards] (PRIdFAST64): Likewise.
28153         [C99-based-standards] (PRIiFAST64): Likewise.
28154         [C99-based-standards] (PRIoFAST64): Likewise.
28155         [C99-based-standards] (PRIuFAST64): Likewise.
28156         [C99-based-standards] (PRIxFAST64): Likewise.
28157         [C99-based-standards] (PRIXFAST64): Likewise.
28158         [C99-based-standards] (SCNdFAST64): Likewise.
28159         [C99-based-standards] (SCNiFAST64): Likewise.
28160         [C99-based-standards] (SCNoFAST64): Likewise.
28161         [C99-based-standards] (SCNuFAST64): Likewise.
28162         [C99-based-standards] (SCNxFAST64): Likewise.
28163         [C99-based-standards] (PRIdMAX): Likewise.
28164         [C99-based-standards] (PRIiMAX): Likewise.
28165         [C99-based-standards] (PRIoMAX): Likewise.
28166         [C99-based-standards] (PRIuMAX): Likewise.
28167         [C99-based-standards] (PRIxMAX): Likewise.
28168         [C99-based-standards] (PRIXMAX): Likewise.
28169         [C99-based-standards] (SCNdMAX): Likewise.
28170         [C99-based-standards] (SCNiMAX): Likewise.
28171         [C99-based-standards] (SCNoMAX): Likewise.
28172         [C99-based-standards] (SCNuMAX): Likewise.
28173         [C99-based-standards] (SCNxMAX): Likewise.
28174         [C99-based-standards] (PRIdPTR): Likewise.
28175         [C99-based-standards] (PRIiPTR): Likewise.
28176         [C99-based-standards] (PRIoPTR): Likewise.
28177         [C99-based-standards] (PRIuPTR): Likewise.
28178         [C99-based-standards] (PRIxPTR): Likewise.
28179         [C99-based-standards] (PRIXPTR): Likewise.
28180         [C99-based-standards] (SCNdPTR): Likewise.
28181         [C99-based-standards] (SCNiPTR): Likewise.
28182         [C99-based-standards] (SCNoPTR): Likewise.
28183         [C99-based-standards] (SCNuPTR): Likewise.
28184         [C99-based-standards] (SCNxPTR): Likewise.
28185         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
28186         allow.
28187         * conform/data/stdint.h-data: Update comments to clarify
28188         requirements.
28189         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
28190         type.
28191         [C99-based standards] (INT8_MAX): Likewise.
28192         [C99-based standards] (INT16_MIN): Likewise.
28193         [C99-based standards] (INT16_MAX): Likewise.
28194         [C99-based standards] (INT32_MIN): Likewise.
28195         [C99-based standards] (INT32_MAX): Likewise.
28196         [C99-based standards] (INT64_MIN): Likewise.
28197         [C99-based standards] (INT64_MAX): Likewise.
28198         [C99-based standards] (UINT8_MAX): Likewise.
28199         [C99-based standards] (UINT16_MAX): Likewise.
28200         [C99-based standards] (UINT32_MAX): Likewise.
28201         [C99-based standards] (UINT64_MAX): Likewise.
28202         [C99-based standards] (INT_LEAST8_MIN): Likewise.
28203         [C99-based standards] (INT_LEAST8_MAX): Likewise.
28204         [C99-based standards] (INT_LEAST16_MIN): Likewise.
28205         [C99-based standards] (INT_LEAST16_MAX): Likewise.
28206         [C99-based standards] (INT_LEAST32_MIN): Likewise.
28207         [C99-based standards] (INT_LEAST32_MAX): Likewise.
28208         [C99-based standards] (INT_LEAST64_MIN): Likewise.
28209         [C99-based standards] (INT_LEAST64_MAX): Likewise.
28210         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
28211         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
28212         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
28213         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
28214         [C99-based standards] (INT_FAST8_MIN): Likewise.
28215         [C99-based standards] (INT_FAST8_MAX): Likewise.
28216         [C99-based standards] (INT_FAST16_MIN): Likewise.
28217         [C99-based standards] (INT_FAST16_MAX): Likewise.
28218         [C99-based standards] (INT_FAST32_MIN): Likewise.
28219         [C99-based standards] (INT_FAST32_MAX): Likewise.
28220         [C99-based standards] (INT_FAST64_MIN): Likewise.
28221         [C99-based standards] (INT_FAST64_MAX): Likewise.
28222         [C99-based standards] (UINT_FAST8_MAX): Likewise.
28223         [C99-based standards] (UINT_FAST16_MAX): Likewise.
28224         [C99-based standards] (UINT_FAST32_MAX): Likewise.
28225         [C99-based standards] (UINT_FAST64_MAX): Likewise.
28226         [C99-based standards] (INTPTR_MIN): Likewise.
28227         [C99-based standards] (INTPTR_MAX): Likewise.
28228         [C99-based standards] (UINTPTR_MAX): Likewise.
28229         [C99-based standards] (INTMAX_MIN): Likewise.
28230         [C99-based standards] (INTMAX_MAX): Likewise.
28231         [C99-based standards] (UINTMAX_MAX): Likewise.
28232         [C99-based standards] (PTRDIFF_MIN): Likewise.
28233         [C99-based standards] (PTRDIFF_MAX): Likewise.
28234         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
28235         [C99-based standards] (SIZE_MAX): Likewise.
28236         [C99-based standards] (WCHAR_MAX): Likewise.
28237         [C99-based standards] (WINT_MAX): Likewise.
28238         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
28239         constraint on value.
28240         [C99-based standards] (WCHAR_MIN): Likewise.
28241         [C99-based standards] (WINT_MIN): Likewise.
28242         [C99-based standards] (*_t): Allow.
28243         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
28244         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
28245         Include math.h-data and complex.h-data.  Remove all expectations
28246         of math.h and complex.h contents.
28247         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
28248         at end of line.
28249         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
28250         (struct tm): Expect tag.
28251         [C99-based-standards] (wcstof): Expect function.
28252         [C99-based-standards] (wcstold): Likewise.
28253         [C99-based-standards] (wcstoll): Likewise.
28254         [C99-based-standards] (wcstoull): Likewise.
28255         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
28256         macro-int-constant.  Specify type.
28257         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
28258         constraint on value.
28259         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28260         Specify type.
28261         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
28262         Specify value.
28263         [ISO C standards]: Do not allow headers.
28264         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
28265         wcs[abcdefghijklmnopqrstuvwxyz]*.
28266         [ISO C standards] (*_t): Do not allow.
28267         * conform/data/wctype.h-data [C99-based standards] (iswblank):
28268         Expect function.
28269         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
28270         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28271         Specify type.
28272         [ISO C standards]: Do not allow headers.
28273         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
28274         is[abcdefghijklmnopqrstuvwxyz]*.
28275         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
28276         to[abcdefghijklmnopqrstuvwxyz]*.
28277         [ISO C standards] (*_t): Do not allow.
28278         * conform/data/stdalign.h-data: New file.
28279         * conform/data/stdbool.h-data: Likewise.
28280         * conform/data/stdnoreturn.h-data: Likewise.
28281
28282 2012-11-07  Roland McGrath  <roland@hack.frob.com>
28283
28284         [BZ #14815]
28285         * manual/filesys.texi (Directory Entries): Typo fix.
28286         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
28287
28288 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28289
28290         * elf/elf.h (EM_AARCH64): New macro.
28291         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
28292         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
28293         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
28294         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
28295         (R_AARCH64_TLSDESC): Likewise.
28296         (NT_ARM_TLS): Likewise.
28297         (NT_ARM_HW_BREAK): Likewise.
28298         (NT_ARM_HW_WATCH): Likewise.
28299
28300 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28301
28302         [BZ #14811]
28303         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
28304         (__ieee754_powl): Saturate nonzero exponents with absolute value
28305         below 0x1p-79 to +/- 0x1p-79.
28306         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
28307         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
28308         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
28309         nonzero exponents with absolute value below 0x1p-32 to +/-
28310         0x1p-32.
28311         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
28312         (__ieee754_powl): Saturate nonzero exponents with absolute value
28313         below 0x1p-79 to +/- 0x1p-79.
28314         * math/libm-test.inc (pow_test): Add more tests.
28315
28316 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28317
28318         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
28319         _dl_s390_cap_flags with kernel. Increase string length.
28320         (_dl_s390_platforms): Add z196 and zEC12.
28321
28322 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28323
28324         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
28325         Change XOPEN21K to XOPEN2K.
28326
28327 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
28328
28329         * string/memmove.c: Use memcpy when possible.
28330
28331 2012-11-06  Andreas Jaeger  <aj@suse.de>
28332
28333         * po/eo.po: Update from translation team.
28334
28335 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
28336
28337         [BZ #14793]
28338         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
28339         exponent and small x and y exponents, scale x or y up.  Increase
28340         by 2 the exponent used in scaling up.
28341         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28342         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28343         * math/libm-test.inc (fma_test): Add more tests.
28344         (fma_test_towardzero): Likewise.
28345         (fma_test_downward): Likewise.
28346         (fma_test_upward): Likewise.
28347
28348 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
28349
28350         [BZ #14805]
28351         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
28352         fenv_t *.
28353
28354         [BZ #14801]
28355         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
28356         namespace for names of struct fields.
28357         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
28358         fenv_t fields.
28359         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
28360         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
28361
28362 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28363
28364         [BZ #3665]
28365         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
28366
28367 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28368
28369         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
28370         PTR_DEMANGLE.
28371
28372         [BZ #5246]
28373         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
28374         PTR_DEMANGLE.
28375
28376 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
28377
28378         [BZ #14797]
28379         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
28380         definitely overflow as x * y not x * y + z.
28381         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28382         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28383         * math/libm-test.inc (fma_test): Add more tests.
28384         (fma_test_towardzero): Likewise.
28385         (fma_test_downward): Likewise.
28386         (fma_test_upward): Likewise.
28387
28388 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28389
28390         [BZ #157]
28391
28392         * include/stub-tag.h: Remove file.
28393         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
28394         '#include' of it.
28395         * manual/maint.texi (Porting): Don't reference it.
28396         * Makerules ($(objpfx)stubs): Likewise.
28397         * dirent/closedir.c: Don't include <stub-tag.h>.
28398         * dirent/dirfd.c: Likewise.
28399         * dirent/fdopendir.c: Likewise.
28400         * dirent/getdents.c: Likewise.
28401         * dirent/getdents64.c: Likewise.
28402         * dirent/opendir.c: Likewise.
28403         * dirent/readdir.c: Likewise.
28404         * dirent/readdir64.c: Likewise.
28405         * dirent/readdir64_r.c: Likewise.
28406         * dirent/readdir_r.c: Likewise.
28407         * dirent/rewinddir.c: Likewise.
28408         * dirent/seekdir.c: Likewise.
28409         * dirent/telldir.c: Likewise.
28410         * gmon/profil.c: Likewise.
28411         * grp/setgroups.c: Likewise.
28412         * inet/if_index.c: Likewise.
28413         * io/access.c: Likewise.
28414         * io/chdir.c: Likewise.
28415         * io/chmod.c: Likewise.
28416         * io/chown.c: Likewise.
28417         * io/close.c: Likewise.
28418         * io/dup.c: Likewise.
28419         * io/dup2.c: Likewise.
28420         * io/dup3.c: Likewise.
28421         * io/euidaccess.c: Likewise.
28422         * io/faccessat.c: Likewise.
28423         * io/fchdir.c: Likewise.
28424         * io/fchmod.c: Likewise.
28425         * io/fchmodat.c: Likewise.
28426         * io/fchown.c: Likewise.
28427         * io/fchownat.c: Likewise.
28428         * io/fcntl.c: Likewise.
28429         * io/flock.c: Likewise.
28430         * io/fstatfs.c: Likewise.
28431         * io/fstatfs64.c: Likewise.
28432         * io/fstatvfs.c: Likewise.
28433         * io/fstatvfs64.c: Likewise.
28434         * io/futimens.c: Likewise.
28435         * io/fxstat.c: Likewise.
28436         * io/fxstat64.c: Likewise.
28437         * io/fxstatat.c: Likewise.
28438         * io/fxstatat64.c: Likewise.
28439         * io/getcwd.c: Likewise.
28440         * io/isatty.c: Likewise.
28441         * io/lchmod.c: Likewise.
28442         * io/lchown.c: Likewise.
28443         * io/link.c: Likewise.
28444         * io/linkat.c: Likewise.
28445         * io/lseek.c: Likewise.
28446         * io/lseek64.c: Likewise.
28447         * io/lxstat64.c: Likewise.
28448         * io/mkdir.c: Likewise.
28449         * io/mkdirat.c: Likewise.
28450         * io/mkfifo.c: Likewise.
28451         * io/mkfifoat.c: Likewise.
28452         * io/open.c: Likewise.
28453         * io/open64.c: Likewise.
28454         * io/openat.c: Likewise.
28455         * io/openat64.c: Likewise.
28456         * io/pipe.c: Likewise.
28457         * io/pipe2.c: Likewise.
28458         * io/poll.c: Likewise.
28459         * io/posix_fadvise.c: Likewise.
28460         * io/posix_fadvise64.c: Likewise.
28461         * io/posix_fallocate.c: Likewise.
28462         * io/posix_fallocate64.c: Likewise.
28463         * io/read.c: Likewise.
28464         * io/readlink.c: Likewise.
28465         * io/readlinkat.c: Likewise.
28466         * io/rmdir.c: Likewise.
28467         * io/sendfile.c: Likewise.
28468         * io/sendfile64.c: Likewise.
28469         * io/statfs.c: Likewise.
28470         * io/statfs64.c: Likewise.
28471         * io/statvfs.c: Likewise.
28472         * io/statvfs64.c: Likewise.
28473         * io/symlink.c: Likewise.
28474         * io/symlinkat.c: Likewise.
28475         * io/ttyname.c: Likewise.
28476         * io/ttyname_r.c: Likewise.
28477         * io/umask.c: Likewise.
28478         * io/unlink.c: Likewise.
28479         * io/unlinkat.c: Likewise.
28480         * io/utime.c: Likewise.
28481         * io/utimensat.c: Likewise.
28482         * io/write.c: Likewise.
28483         * io/xmknod.c: Likewise.
28484         * io/xmknodat.c: Likewise.
28485         * io/xstat.c: Likewise.
28486         * io/xstat64.c: Likewise.
28487         * login/getpt.c: Likewise.
28488         * login/grantpt.c: Likewise.
28489         * login/unlockpt.c: Likewise.
28490         * math/e_acoshl.c: Likewise.
28491         * math/e_acosl.c: Likewise.
28492         * math/e_asinl.c: Likewise.
28493         * math/e_atan2l.c: Likewise.
28494         * math/e_atanhl.c: Likewise.
28495         * math/e_coshl.c: Likewise.
28496         * math/e_expl.c: Likewise.
28497         * math/e_fmodl.c: Likewise.
28498         * math/e_gammal_r.c: Likewise.
28499         * math/e_hypotl.c: Likewise.
28500         * math/e_j0l.c: Likewise.
28501         * math/e_j1l.c: Likewise.
28502         * math/e_jnl.c: Likewise.
28503         * math/e_lgammal_r.c: Likewise.
28504         * math/e_log10l.c: Likewise.
28505         * math/e_log2l.c: Likewise.
28506         * math/e_logl.c: Likewise.
28507         * math/e_powl.c: Likewise.
28508         * math/e_rem_pio2l.c: Likewise.
28509         * math/e_sinhl.c: Likewise.
28510         * math/e_sqrtl.c: Likewise.
28511         * math/fclrexcpt.c: Likewise.
28512         * math/fedisblxcpt.c: Likewise.
28513         * math/feenablxcpt.c: Likewise.
28514         * math/fegetenv.c: Likewise.
28515         * math/fegetexcept.c: Likewise.
28516         * math/fegetround.c: Likewise.
28517         * math/feholdexcpt.c: Likewise.
28518         * math/fesetenv.c: Likewise.
28519         * math/fesetround.c: Likewise.
28520         * math/feupdateenv.c: Likewise.
28521         * math/fgetexcptflg.c: Likewise.
28522         * math/fraiseexcpt.c: Likewise.
28523         * math/fsetexcptflg.c: Likewise.
28524         * math/ftestexcept.c: Likewise.
28525         * math/k_cosl.c: Likewise.
28526         * math/k_rem_pio2l.c: Likewise.
28527         * math/k_sinl.c: Likewise.
28528         * math/k_tanl.c: Likewise.
28529         * math/s_asinhl.c: Likewise.
28530         * math/s_atanl.c: Likewise.
28531         * math/s_cbrtl.c: Likewise.
28532         * math/s_erfl.c: Likewise.
28533         * math/s_expm1l.c: Likewise.
28534         * math/s_log1pl.c: Likewise.
28535         * math/s_tanhl.c: Likewise.
28536         * misc/acct.c: Likewise.
28537         * misc/brk.c: Likewise.
28538         * misc/chflags.c: Likewise.
28539         * misc/chroot.c: Likewise.
28540         * misc/fchflags.c: Likewise.
28541         * misc/fgetxattr.c: Likewise.
28542         * misc/flistxattr.c: Likewise.
28543         * misc/fremovexattr.c: Likewise.
28544         * misc/fsetxattr.c: Likewise.
28545         * misc/fsync.c: Likewise.
28546         * misc/ftruncate.c: Likewise.
28547         * misc/futimes.c: Likewise.
28548         * misc/futimesat.c: Likewise.
28549         * misc/getdomain.c: Likewise.
28550         * misc/getdtsz.c: Likewise.
28551         * misc/gethostid.c: Likewise.
28552         * misc/gethostname.c: Likewise.
28553         * misc/getloadavg.c: Likewise.
28554         * misc/getpagesize.c: Likewise.
28555         * misc/getsysstats.c: Likewise.
28556         * misc/getxattr.c: Likewise.
28557         * misc/gtty.c: Likewise.
28558         * misc/ioctl.c: Likewise.
28559         * misc/lgetxattr.c: Likewise.
28560         * misc/listxattr.c: Likewise.
28561         * misc/llistxattr.c: Likewise.
28562         * misc/lremovexattr.c: Likewise.
28563         * misc/lsetxattr.c: Likewise.
28564         * misc/lutimes.c: Likewise.
28565         * misc/madvise.c: Likewise.
28566         * misc/mincore.c: Likewise.
28567         * misc/mlock.c: Likewise.
28568         * misc/mlockall.c: Likewise.
28569         * misc/mmap.c: Likewise.
28570         * misc/mprotect.c: Likewise.
28571         * misc/msync.c: Likewise.
28572         * misc/munlock.c: Likewise.
28573         * misc/munlockall.c: Likewise.
28574         * misc/munmap.c: Likewise.
28575         * misc/preadv.c: Likewise.
28576         * misc/preadv64.c: Likewise.
28577         * misc/ptrace.c: Likewise.
28578         * misc/pwritev.c: Likewise.
28579         * misc/pwritev64.c: Likewise.
28580         * misc/readv.c: Likewise.
28581         * misc/reboot.c: Likewise.
28582         * misc/remap_file_pages.c: Likewise.
28583         * misc/removexattr.c: Likewise.
28584         * misc/revoke.c: Likewise.
28585         * misc/select.c: Likewise.
28586         * misc/setdomain.c: Likewise.
28587         * misc/setegid.c: Likewise.
28588         * misc/seteuid.c: Likewise.
28589         * misc/sethostid.c: Likewise.
28590         * misc/sethostname.c: Likewise.
28591         * misc/setregid.c: Likewise.
28592         * misc/setreuid.c: Likewise.
28593         * misc/setxattr.c: Likewise.
28594         * misc/sstk.c: Likewise.
28595         * misc/stty.c: Likewise.
28596         * misc/swapoff.c: Likewise.
28597         * misc/swapon.c: Likewise.
28598         * misc/sync.c: Likewise.
28599         * misc/syncfs.c: Likewise.
28600         * misc/syscall.c: Likewise.
28601         * misc/truncate.c: Likewise.
28602         * misc/ualarm.c: Likewise.
28603         * misc/usleep.c: Likewise.
28604         * misc/ustat.c: Likewise.
28605         * misc/utimes.c: Likewise.
28606         * misc/vhangup.c: Likewise.
28607         * misc/writev.c: Likewise.
28608         * posix/_exit.c: Likewise.
28609         * posix/alarm.c: Likewise.
28610         * posix/execve.c: Likewise.
28611         * posix/fexecve.c: Likewise.
28612         * posix/fork.c: Likewise.
28613         * posix/fpathconf.c: Likewise.
28614         * posix/getaddrinfo.c: Likewise.
28615         * posix/getegid.c: Likewise.
28616         * posix/geteuid.c: Likewise.
28617         * posix/getgid.c: Likewise.
28618         * posix/getgroups.c: Likewise.
28619         * posix/getlogin.c: Likewise.
28620         * posix/getlogin_r.c: Likewise.
28621         * posix/getpgid.c: Likewise.
28622         * posix/getpid.c: Likewise.
28623         * posix/getppid.c: Likewise.
28624         * posix/getresgid.c: Likewise.
28625         * posix/getresuid.c: Likewise.
28626         * posix/getsid.c: Likewise.
28627         * posix/getuid.c: Likewise.
28628         * posix/glob64.c: Likewise.
28629         * posix/nanosleep.c: Likewise.
28630         * posix/pathconf.c: Likewise.
28631         * posix/pause.c: Likewise.
28632         * posix/posix_madvise.c: Likewise.
28633         * posix/pread.c: Likewise.
28634         * posix/pread64.c: Likewise.
28635         * posix/pwrite.c: Likewise.
28636         * posix/pwrite64.c: Likewise.
28637         * posix/sched_getaffinity.c: Likewise.
28638         * posix/sched_getp.c: Likewise.
28639         * posix/sched_gets.c: Likewise.
28640         * posix/sched_primax.c: Likewise.
28641         * posix/sched_primin.c: Likewise.
28642         * posix/sched_rr_gi.c: Likewise.
28643         * posix/sched_setaffinity.c: Likewise.
28644         * posix/sched_setp.c: Likewise.
28645         * posix/sched_sets.c: Likewise.
28646         * posix/sched_yield.c: Likewise.
28647         * posix/setgid.c: Likewise.
28648         * posix/setlogin.c: Likewise.
28649         * posix/setpgid.c: Likewise.
28650         * posix/setresgid.c: Likewise.
28651         * posix/setresuid.c: Likewise.
28652         * posix/setsid.c: Likewise.
28653         * posix/setuid.c: Likewise.
28654         * posix/sleep.c: Likewise.
28655         * posix/spawni.c: Likewise.
28656         * posix/sysconf.c: Likewise.
28657         * posix/times.c: Likewise.
28658         * posix/wait.c: Likewise.
28659         * posix/wait3.c: Likewise.
28660         * posix/wait4.c: Likewise.
28661         * posix/waitpid.c: Likewise.
28662         * resolv/gai_sigqueue.c: Likewise.
28663         * resource/getpriority.c: Likewise.
28664         * resource/getrlimit.c: Likewise.
28665         * resource/getrusage.c: Likewise.
28666         * resource/nice.c: Likewise.
28667         * resource/setpriority.c: Likewise.
28668         * resource/setrlimit.c: Likewise.
28669         * resource/ulimit.c: Likewise.
28670         * rt/aio_cancel.c: Likewise.
28671         * rt/aio_fsync.c: Likewise.
28672         * rt/aio_read.c: Likewise.
28673         * rt/aio_sigqueue.c: Likewise.
28674         * rt/aio_suspend.c: Likewise.
28675         * rt/aio_write.c: Likewise.
28676         * rt/clock_getres.c: Likewise.
28677         * rt/clock_gettime.c: Likewise.
28678         * rt/clock_nanosleep.c: Likewise.
28679         * rt/clock_settime.c: Likewise.
28680         * rt/lio_listio.c: Likewise.
28681         * rt/mq_close.c: Likewise.
28682         * rt/mq_getattr.c: Likewise.
28683         * rt/mq_notify.c: Likewise.
28684         * rt/mq_open.c: Likewise.
28685         * rt/mq_receive.c: Likewise.
28686         * rt/mq_send.c: Likewise.
28687         * rt/mq_setattr.c: Likewise.
28688         * rt/mq_timedreceive.c: Likewise.
28689         * rt/mq_timedsend.c: Likewise.
28690         * rt/mq_unlink.c: Likewise.
28691         * rt/shm_open.c: Likewise.
28692         * rt/shm_unlink.c: Likewise.
28693         * rt/timer_create.c: Likewise.
28694         * rt/timer_delete.c: Likewise.
28695         * rt/timer_getoverr.c: Likewise.
28696         * rt/timer_gettime.c: Likewise.
28697         * rt/timer_settime.c: Likewise.
28698         * setjmp/__longjmp.c: Likewise.
28699         * setjmp/setjmp.c: Likewise.
28700         * signal/kill.c: Likewise.
28701         * signal/killpg.c: Likewise.
28702         * signal/raise.c: Likewise.
28703         * signal/sigaction.c: Likewise.
28704         * signal/sigaltstack.c: Likewise.
28705         * signal/sigblock.c: Likewise.
28706         * signal/sigignore.c: Likewise.
28707         * signal/sigintr.c: Likewise.
28708         * signal/signal.c: Likewise.
28709         * signal/sigpause.c: Likewise.
28710         * signal/sigpending.c: Likewise.
28711         * signal/sigqueue.c: Likewise.
28712         * signal/sigreturn.c: Likewise.
28713         * signal/sigset.c: Likewise.
28714         * signal/sigsetmask.c: Likewise.
28715         * signal/sigstack.c: Likewise.
28716         * signal/sigsuspend.c: Likewise.
28717         * signal/sigtimedwait.c: Likewise.
28718         * signal/sigvec.c: Likewise.
28719         * signal/sigwait.c: Likewise.
28720         * signal/sigwaitinfo.c: Likewise.
28721         * signal/sysv_signal.c: Likewise.
28722         * socket/accept.c: Likewise.
28723         * socket/accept4.c: Likewise.
28724         * socket/bind.c: Likewise.
28725         * socket/connect.c: Likewise.
28726         * socket/getpeername.c: Likewise.
28727         * socket/getsockname.c: Likewise.
28728         * socket/getsockopt.c: Likewise.
28729         * socket/isfdtype.c: Likewise.
28730         * socket/listen.c: Likewise.
28731         * socket/recv.c: Likewise.
28732         * socket/recvfrom.c: Likewise.
28733         * socket/recvmsg.c: Likewise.
28734         * socket/send.c: Likewise.
28735         * socket/sendmsg.c: Likewise.
28736         * socket/sendto.c: Likewise.
28737         * socket/setsockopt.c: Likewise.
28738         * socket/shutdown.c: Likewise.
28739         * socket/sockatmark.c: Likewise.
28740         * socket/socket.c: Likewise.
28741         * socket/socketpair.c: Likewise.
28742         * stdio-common/ctermid.c: Likewise.
28743         * stdio-common/cuserid.c: Likewise.
28744         * stdio-common/remove.c: Likewise.
28745         * stdio-common/rename.c: Likewise.
28746         * stdio-common/renameat.c: Likewise.
28747         * stdio-common/tempname.c: Likewise.
28748         * stdlib/getcontext.c: Likewise.
28749         * stdlib/makecontext.c: Likewise.
28750         * stdlib/setcontext.c: Likewise.
28751         * stdlib/swapcontext.c: Likewise.
28752         * stdlib/system.c: Likewise.
28753         * streams/fattach.c: Likewise.
28754         * streams/fdetach.c: Likewise.
28755         * streams/getmsg.c: Likewise.
28756         * streams/getpmsg.c: Likewise.
28757         * streams/putmsg.c: Likewise.
28758         * streams/putpmsg.c: Likewise.
28759         * sysdeps/unix/bsd/getpt.c: Likewise.
28760         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
28761         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
28762         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
28763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
28764         Likewise.
28765         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
28766         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
28767         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
28768         * sysvipc/msgctl.c: Likewise.
28769         * sysvipc/msgget.c: Likewise.
28770         * sysvipc/msgrcv.c: Likewise.
28771         * sysvipc/msgsnd.c: Likewise.
28772         * sysvipc/semctl.c: Likewise.
28773         * sysvipc/semget.c: Likewise.
28774         * sysvipc/semop.c: Likewise.
28775         * sysvipc/semtimedop.c: Likewise.
28776         * sysvipc/shmat.c: Likewise.
28777         * sysvipc/shmctl.c: Likewise.
28778         * sysvipc/shmdt.c: Likewise.
28779         * sysvipc/shmget.c: Likewise.
28780         * termios/tcdrain.c: Likewise.
28781         * termios/tcflow.c: Likewise.
28782         * termios/tcflush.c: Likewise.
28783         * termios/tcgetattr.c: Likewise.
28784         * termios/tcgetpgrp.c: Likewise.
28785         * termios/tcsendbrk.c: Likewise.
28786         * termios/tcsetattr.c: Likewise.
28787         * termios/tcsetpgrp.c: Likewise.
28788         * time/adjtime.c: Likewise.
28789         * time/clock.c: Likewise.
28790         * time/getitimer.c: Likewise.
28791         * time/gettimeofday.c: Likewise.
28792         * time/setitimer.c: Likewise.
28793         * time/settimeofday.c: Likewise.
28794         * time/stime.c: Likewise.
28795         * time/time.c: Likewise.
28796
28797 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
28798
28799         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
28800         /usr/old/bin.
28801
28802         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
28803         instead of spaces.
28804         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
28805
28806 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
28807
28808         [BZ #14796]
28809         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
28810         FE_TONEAREST before applying Dekker multiplication and Knuth
28811         addition.  Clear inexact exceptions and check for exact zero
28812         results afterwards.
28813         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28814         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
28815         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28816         * math/libm-test.inc (fma_test): Add more tests.
28817         (fma_test_towardzero): Likewise.
28818         (fma_test_downward): Likewise.
28819         (fma_test_upward): Likewise.
28820         * sysdeps/generic/math_private.h (default_libc_fesetround): New
28821         function.
28822         (libc_fesetround): New macro.
28823         (libc_fesetroundf): Likewise.
28824         (libc_fesetroundl): Likewise.
28825         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
28826         function.
28827         (libc_fesetround_387): Likewise.
28828         (libc_fesetroundf): New macro.
28829         (libc_fesetround): Likewise.
28830         (libc_fesetroundl): Likewise.
28831         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
28832         function.
28833         (libc_fesetroundf): New macro.
28834         (libc_fesetround): Likewise.
28835         (libc_fesetroundl): Likewise.
28836         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
28837         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
28838         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
28839         libm_hidden_ver.
28840         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
28841         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
28842         libm_hidden_def.
28843         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
28844         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
28845         libm_hidden_ver.
28846         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
28847         libm_hidden_def.
28848
28849         [BZ #3439]
28850         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
28851         integer constant usable in #if and use that to give value to enum
28852         constant.
28853         (FE_DIVBYZERO): Likewise.
28854         (FE_UNDERFLOW): Likewise.
28855         (FE_OVERFLOW): Likewise.
28856         (FE_INVALID): Likewise.
28857         (FE_INVALID_SNAN): Likewise.
28858         (FE_INVALID_ISI): Likewise.
28859         (FE_INVALID_IDI): Likewise.
28860         (FE_INVALID_ZDZ): Likewise.
28861         (FE_INVALID_IMZ): Likewise.
28862         (FE_INVALID_COMPARE): Likewise.
28863         (FE_INVALID_SOFTWARE): Likewise.
28864         (FE_INVALID_SQRT): Likewise.
28865         (FE_INVALID_INTEGER_CONVERSION): Likewise.
28866         (FE_TONEAREST): Likewise.
28867         (FE_TOWARDZERO): Likewise.
28868         (FE_UPWARD): Likewise.
28869         (FE_DOWNWARD): Likewise.
28870         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
28871         (FE_DIVBYZERO): Likewise.
28872         (FE_OVERFLOW): Likewise.
28873         (FE_UNDERFLOW): Likewise.
28874         (FE_INEXACT): Likewise.
28875         (FE_TONEAREST): Likewise.
28876         (FE_DOWNWARD): Likewise.
28877         (FE_UPWARD): Likewise.
28878         (FE_TOWARDZERO): Likewise.
28879         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
28880         (FE_UNDERFLOW): Likewise.
28881         (FE_OVERFLOW): Likewise.
28882         (FE_DIVBYZERO): Likewise.
28883         (FE_INVALID): Likewise.
28884         (FE_TONEAREST): Likewise.
28885         (FE_TOWARDZERO): Likewise.
28886         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
28887         (FE_OVERFLOW): Likewise.
28888         (FE_UNDERFLOW): Likewise.
28889         (FE_DIVBYZERO): Likewise.
28890         (FE_INEXACT): Likewise.
28891         (FE_TONEAREST): Likewise.
28892         (FE_TOWARDZERO): Likewise.
28893         (FE_UPWARD): Likewise.
28894         (FE_DOWNWARD): Likewise.
28895         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
28896         (FE_DIVBYZERO): Likewise.
28897         (FE_OVERFLOW): Likewise.
28898         (FE_UNDERFLOW): Likewise.
28899         (FE_INEXACT): Likewise.
28900         (FE_TONEAREST): Likewise.
28901         (FE_DOWNWARD): Likewise.
28902         (FE_UPWARD): Likewise.
28903         (FE_TOWARDZERO): Likewise.
28904
28905 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
28906
28907         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
28908
28909 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
28910
28911         * scripts/cross-test-ssh.sh (command): Use newlines to separate
28912         commands.  Quote $PWD.
28913         (blacklist_exports): Don't use remove_newlines.  Replace "declare
28914         -x" by "export".
28915         (remove_newlines): Remove.
28916
28917 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
28918
28919         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
28920         * stdlib/stdlib.h (atof): Moved to ...
28921         * include/bits/stdlib-float.h: Here.  New file.
28922         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
28923         * stdlib/bits/stdlib-float.h: New file.
28924         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
28925         -mno-sse -mno-mmx.
28926         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
28927         <xmmintrin.h>.
28928
28929 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
28930
28931         * conform/conformtest.pl (@headers): Add fenv.h.
28932         * conform/data/fenv.h-data: New file.
28933         * include/fenv.h [_ISOMAC]: Disable all contents of file except
28934         include of <math/fenv.h>.
28935
28936         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
28937         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
28938         && !UNIX98].  Enables tests for XOPEN2K8.
28939         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
28940         POSIX2008]: Likewise.
28941
28942         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
28943         (struct rusage): Do not expect type or its members.
28944
28945         [BZ #3439]
28946         * math/math.h (FP_NAN): Define macro to integer constant usable in
28947         #if and use that to give value to enum constant.
28948         (FP_INFINITE): Likewise.
28949         (FP_ZERO): Likewise.
28950         (FP_SUBNORMAL): Likewise.
28951         (FP_NORMAL): Likewise.
28952
28953 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
28954
28955         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
28956         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
28957         arguments.
28958
28959 2012-11-02  Roland McGrath  <roland@hack.frob.com>
28960
28961         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
28962         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
28963         autoconf-time if not.
28964         * configure.in: Remove AC_PREREQ.
28965
28966 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28967
28968         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
28969         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
28970         of the internal implementation.
28971
28972 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
28973
28974         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
28975         except include of <misc/sys/syslog.h>.
28976
28977 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
28978
28979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
28980         function returns with a NULL context exit with zero.
28981
28982 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28983
28984         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
28985
28986 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
28987
28988         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
28989         (run_program_cmd): This.
28990         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
28991         (tst_langinfo): New variable.  Use it.
28992
28993 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
28994
28995         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
28996         floating point opcodes.
28997
28998 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28999
29000         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
29001         variable.
29002
29003         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
29004
29005         * sysdeps/mach/hurd/powerpc: Remove directory.
29006         * sysdeps/mach/powerpc: Likewise.
29007
29008 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
29009
29010         * scripts/check-local-headers.sh: Ignore c++ headers.
29011
29012 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29013
29014         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
29015         __libc_cleanup_region_start argument.
29016
29017 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
29018
29019         [BZ #14784]
29020         [BZ #14785]
29021         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
29022         x * y using scaling, not as x * y + z.
29023         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29024         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29025         * math/libm-test.inc (fma_test): Add more tests.
29026         (fma_test_towardzero): Likewise.
29027         (fma_test_downward): Likewise.
29028         (fma_test_upward): Likewise.
29029
29030 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
29031
29032         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
29033
29034 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
29035
29036         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
29037         New variable.
29038
29039 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
29040
29041         * rt/tst-shm.c (worker): Correct checking for mmap failure.
29042
29043 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
29044
29045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29046         Fix sort order.
29047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29048         Likewise.
29049
29050 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29051
29052         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29053         Fix the order of the list for glibc 2.17.
29054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29055         Likewise.
29056
29057 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
29058
29059         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29060
29061 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
29062
29063         [BZ #14610]
29064         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
29065         for low part of x being zero before using __atanl (y).
29066         * math/libm-test.inc (atan2_test): Add another test.
29067
29068         * manual/install.texi (Configuring and compiling): Document
29069         general use of test-wrapper and test-wrapper-env.
29070         * INSTALL: Regenerated.
29071
29072         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
29073         (__fma): Do not extract and scale down low bits on after-rounding
29074         systems when result rounded to normal precision would have normal
29075         exponent.
29076         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
29077         (__fmal): Do not extract and scale down low bits on after-rounding
29078         systems when result rounded to normal precision would have normal
29079         exponent.
29080         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
29081         (__fmal): Do not extract and scale down low bits on after-rounding
29082         systems when result rounded to normal precision would have normal
29083         exponent.
29084         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
29085         macro.
29086         (fma_test): Add more tests.
29087         (fma_test_towardzero): Likewise.
29088         (fma_test_downward): Likewise.
29089         (fma_test_upward): Likewise.
29090
29091 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
29092
29093         * sysdeps/i386/tininess.h: Renamed to ...
29094         * sysdeps/x86/tininess.h: This.
29095         * sysdeps/x86_64/tininess.h: Removed.
29096
29097 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
29098
29099         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
29100         input.  Use $(build-program-cmd).
29101         ($(objpfx)tst-array1-static.out): Likewise.
29102         ($(objpfx)tst-array2.out): Likewise.
29103         ($(objpfx)tst-array3.out): Likewise.
29104         ($(objpfx)tst-array4.out): Likewise.
29105         ($(objpfx)tst-array5.out): Likewise.
29106         ($(objpfx)tst-array5-static.out): Likewise.
29107
29108 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
29109
29110         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
29111         if defined.
29112
29113         * nss/nsswitch.h (nss_interface_function): Provide new
29114         macro for use with NSS functions.
29115         * grp/initgroups.c: Use new macro.
29116         * nss/getXXbyYY.c: Likewise.
29117         * nss/getXXbyYY_r.c: Likewise.
29118         * nss/getXXent.c: Likewise.
29119         * nss/getXXent_r.c: Likewise.
29120         * sysdeps/posix/getaddrinfo.c: Likewise.
29121
29122 2012-10-30  Andreas Jaeger  <aj@suse.de>
29123
29124         * po/ru.po: Update Russion translation from translation project.
29125
29126 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
29127
29128         [BZ #14152]
29129         [BZ #14783]
29130         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
29131         result and shift together with sticky bit instead of replicating
29132         round-to-nearest rounding.
29133         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29134         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29135         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
29136         missing underflow exceptions.
29137         (fma_test_towardzero): Add more tests.
29138         (fma_test_downward): Likewise.
29139         (fma_test_upward): Likewise.
29140
29141         [BZ #14047]
29142         * sysdeps/generic/tininess.h: New file.
29143         * sysdeps/i386/tininess.h: Likewise.
29144         * sysdeps/sh/tininess.h: Likewise.
29145         * sysdeps/x86_64/tininess.h: Likewise.
29146         * stdlib/tst-strtod-underflow.c: Likewise.
29147         * stdlib/tst-tininess.c: Likewise.
29148         * stdlib/strtod_l.c: Include <tininess.h>.
29149         (round_and_return): Do not set errno for exact underflow cases.
29150         Force an underflow exception when setting errno for underflow.
29151         Determine underflow based on rounding to normal precision if
29152         TININESS_AFTER_ROUNDING.
29153         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
29154         ERANGE for exact underflow cases.
29155         * stdlib/Makefile (tests): Add tst-tininess and
29156         tst-strtod-underflow.
29157         ($(objpfx)tst-tininess): Use $(link-libm).
29158         ($(objpfx)tst-strtod-underflow): Likewise.
29159
29160 2012-10-30  Andreas Jaeger  <aj@suse.de>
29161
29162         [BZ#14767]
29163         * elf/Makefile (tests): Remove conditional for have-initfini-array
29164         since this is now always required and the variable does not exist
29165         anymore.
29166         (tests-static): Likewise.
29167         (modules-names): Likewise.
29168
29169         * po/eo.po: Add Esperanto translation from translation project.
29170
29171         * elf/tst-array1.c (fini_array): Make writeable so that it can be
29172         merged with constructor/destructor.
29173         (init_array): Likewise.
29174         * elf/tst-array2dep.c (fini_array): Likewise.
29175         (init_array): Likewise.
29176
29177 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
29178
29179         * manual/message.texi: Delete @cartouche tags.
29180
29181 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
29182
29183         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
29184         EOPNOTSUPP.
29185         * sysdeps/mach/hurd/fsync.c: Likewise.
29186
29187         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
29188         [_POSIX_REALTIME_SIGNALS]: Change condition to
29189         [_POSIX_REALTIME_SIGNALS > 0].
29190
29191 2012-10-27  Andreas Jaeger  <aj@suse.de>
29192
29193         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
29194         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
29195         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
29196         [__WORDSIZE != 64]: Likewise.
29197
29198 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
29199
29200         *  iconvdata/tst-table.sh: Remove ${SHELL}.
29201         *  iconvdata/tst-tables.sh: Likewise.
29202
29203 2012-10-25  David S. Miller  <davem@davemloft.net>
29204
29205         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29206         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
29207         of strtoull.
29208
29209         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
29210         ifunc-impl-list.c
29211         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
29212         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
29213         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
29214         file.
29215
29216 2012-10-25  Roland McGrath  <roland@hack.frob.com>
29217
29218         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29219         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
29220         __getdirentries.
29221
29222 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29223             Jim Blandy  <jimb@codesourcery.com>
29224
29225         * scripts/cross-test-ssh.sh: New file.
29226         * manual/install.texi (Configuring and compiling): Document use of
29227         cross-test-ssh.sh.
29228         * INSTALL: Regenerated.
29229
29230 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
29231
29232         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
29233         EOPNOTSUPP.
29234
29235 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29236
29237         * Makeconfig (run-program-prefix): Fix comment.
29238
29239 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29240             Jim Blandy  <jimb@codesourcery.com>
29241
29242         * Makeconfig (test-wrapper): New variable,
29243         (test-wrapper-env): Likewise.
29244         [$(cross-compiling) = yes && $(test-wrapper) != ""]
29245         (run-built-tests): Define to yes.
29246         (run-program-prefix): Use $(test-wrapper).
29247         (built-program-cmd): Likewise.
29248         * Rules (make-test-out): Use $(test-wrapper-env) and
29249         $(host-built-program-cmd).
29250         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
29251         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
29252         tst-pathopt.sh.
29253         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
29254         $(test-wrapper-env) to tst-rtld-load-self.sh.
29255         ($(objpfx)order2.out): Use $(test-wrapper).
29256         ($(objpfx)tst-initorder.out): Likewise.
29257         ($(objpfx)tst-initorder2.out): Likewise.
29258         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
29259         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
29260         (test_wrapper_env): New variable.  Use it to run ld.so.
29261         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
29262         Use it to run ld.so.
29263         (test_wrapper_env): Likewise.
29264         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
29265         $(test-wrapper) to run-iconv-test.sh.
29266         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
29267         (ICONV): Use $test_wrapper.
29268         * posix/Makefile ($(objpfx)globtest.out): Pass
29269         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
29270         globtest.sh, not $(run-program-prefix).
29271         * posix/globtest.sh (run_via_rtld_prefix): New variable.
29272         (test_wrapper): Likewise.
29273         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
29274         set together with run_via_rtld_prefix.
29275         (run_program_prefix): Define in terms of test_wrapper and
29276         run_via_rtld_prefix.
29277
29278 2012-10-24  Roland McGrath  <roland@hack.frob.com>
29279
29280         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
29281         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
29282         Targets removed.
29283
29284         [BZ #14743]
29285         * include/time.h: Remove librt_hidden_proto (clock_gettime).
29286         Declare __clock_getres, __clock_gettime, __clock_settime,
29287         __clock_nanosleep, and __clock_getcpuclockid.
29288         * rt/clock_gettime.c: Define __clock_gettime as an alias.
29289         Remove librt_hidden_def (clock_gettime).
29290         * sysdeps/unix/clock_gettime.c: Likewise.
29291         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
29292         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
29293         * rt/clock_getres.c: Define __clock_getres as an alias.
29294         * sysdeps/posix/clock_getres.c: Likewise.
29295         * rt/clock_settime.c: Define __clock_settime as an alias.
29296         * sysdeps/unix/clock_settime.c: Likewise.
29297         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
29298         * sysdeps/unix/clock_nanosleep.c: Likewise.
29299         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
29300         * rt/clock-compat.c: New file.
29301         * rt/Makefile (librt-routines): Add clock-compat and move
29302         $(clock-routines) to ...
29303         (routines): ... here, new variable.
29304         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
29305         Don't add get_clockfreq here.
29306         * rt/Versions (libc: GLIBC_2.17): New version set.
29307         Add clock_* symbols here.
29308         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
29309         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
29310         (GLIBC_2.17): Add clock_* symbols.
29311         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
29312         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
29313         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29315         Likewise.
29316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29317         Likewise.
29318         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29319         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
29320         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
29321         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
29322         * NEWS: Mention the move.
29323
29324         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
29325         Use __open, __read, __close rather than their public counterparts.
29326         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29327         (__get_clockfreq_via_cpuinfo): Likewise.
29328         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
29329         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
29330
29331         * config.h.in (HAVE_IFUNC): New #undef.
29332         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
29333         was successful.
29334         * configure: Regenerated.
29335
29336 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29337
29338         * configure.in: Move READELF check to start of file.
29339         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
29340         libc_cv_asm_gnu_indirect_function in the process.
29341         * configure: Regenerated.
29342
29343 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29344
29345         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
29346         send the output to /dev/null.
29347         (libc_cv_cc_with_libunwind): Likewise.
29348         (libc_cv_as_noexecstack): Likewise.
29349         * configure: Regenerate.
29350
29351 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29352
29353         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
29354
29355         * posix/globtest.sh (TMPDIR): Do not set.
29356         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
29357         (testout): Likewise.
29358
29359 2012-10-24  Andreas Jaeger  <aj@suse.de>
29360
29361         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
29362         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
29363         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
29364         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
29365         posix_fadvise64, posix_fallocate64.
29366
29367         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
29368         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
29369         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
29370         Likewise.
29371         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
29372         Likewise.
29373         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
29374
29375         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
29376         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
29377         <bits/fcntl-linux.h>.
29378         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
29379
29380         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
29381         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
29382         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
29383         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
29384         [__WORDSIZE != 64]: Likewise.
29385
29386 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29387
29388         * Makeconfig (run-built-tests): New variable.
29389         * Rules [$(cross-compiling) = yes]: Change condition to
29390         [$(run-built-tests) = no].
29391         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
29392         to [$(run-built-tests) = yes].
29393         * elf/Makefile [$(cross-compiling) = no]: Likewise
29394         * grp/Makefile [$(cross-compiling) = no]: Likewise.
29395         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
29396         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
29397         * intl/Makefile [$(cross-compiling) = no]: Likewise.
29398         * io/Makefile [$(cross-compiling) = no]: Likewise.
29399         * libio/Makefile [$(cross-compiling) = no]: Likewise.
29400         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
29401         * misc/Makefile [$(cross-compiling) = no]: Likewise.
29402         * posix/Makefile [$(cross-compiling) = no]: Likewise.
29403         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
29404         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
29405         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
29406         * string/Makefile [$(cross-compiling) = no]: Likewise.
29407
29408         * posix/Makefile ($(objpfx)globtest.out): Pass
29409         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
29410         $(rtld-installed-name).
29411         * posix/globtest.sh (elf_objpfx): Remove variable.
29412         (rtld_installed_name): Likewise.
29413         (library_path): Likewise.
29414         (run_program_prefix): New variable.  Use for running globtest
29415         binary.
29416
29417 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
29418             Joseph Myers  <joseph@codesourcery.com>
29419
29420         * Makeconfig (host-built-program-cmd): New variable.
29421         * elf/Makefile (tst-stackguard1-ARGS): Use
29422         $(host-built-program-cmd).
29423         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
29424         (tst-spawn-ARGS): Likewise.
29425         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
29426
29427 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29428             Jim Blandy  <jimb@codesourcery.com>
29429
29430         * Makeconfig (run-via-rtld-prefix): New variable.
29431         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
29432         (built-program-cmd): Likewise.
29433
29434 2012-10-22  Andreas Jaeger  <aj@suse.de>
29435
29436         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
29437         __O_RSYNC if it exists, otherwise to O_SYNC.
29438
29439 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
29440             Joseph Myers  <joseph@codesourcery.com>
29441
29442         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
29443         /dev/null.
29444         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
29445         from /dev/null
29446         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
29447         /dev/null.
29448
29449 2012-10-22  Andreas Jaeger  <aj@suse.de>
29450
29451         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
29452         Define always.
29453         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
29454
29455         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29456         bits/fcntl-linux.h.
29457
29458         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
29459         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
29460
29461         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
29462         to __O_LARGEFILE.
29463         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
29464         to __O_LARGEFILE.
29465
29466 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
29467             Joseph Myers  <joseph@codesourcery.com>
29468
29469         * config.make.in (NM): New variable.
29470
29471 2012-10-21  Andreas Jaeger  <aj@suse.de>
29472
29473         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
29474         definitions and declarations that are provided by
29475         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29476
29477 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29478
29479         [BZ #14683]
29480         * elf/Makefile (tests-static): Add tst-leaks1-static.
29481         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
29482         ($(objpfx)tst-leaks1-static): New rule.
29483         ($(objpfx)tst-leaks1-static-mem): Likewise.
29484         (tst-leaks1-static-ENV): New macro.
29485         * elf/dl-open.c (dl_open_worker): Check the main application
29486         only if SHARED is defined.
29487         * elf/tst-leaks1-static.c: New file.
29488
29489 2012-10-20  Andreas Jaeger  <aj@suse.de>
29490
29491         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
29492         generic values for Linux.
29493         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
29494         and declarations that are provided by <bits/fcntl-linux.h> and
29495         include <bits/fcntl-linux.h>.
29496         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
29497         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
29498
29499 2012-10-20  Roland McGrath  <roland@hack.frob.com>
29500
29501         * io/fcntl.h: Move include of <bits/types.h> to the top and
29502         include it unconditionally.
29503
29504 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29505
29506         * wcsmbs/Makefile (tests-ifunc): New variable.
29507         (tests): Add $(tests-ifunc).
29508         * wcsmbs/test-wcschr-ifunc.c: New file.
29509         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
29510         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
29511         * wcsmbs/test-wcslen-ifunc.c: Likewise.
29512         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
29513         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
29514
29515         * string/Makefile (tests-ifunc): New variable.
29516         (tests): Add $(tests-ifunc).
29517         * string/test-memccpy.c (TEST_NAME): New macro.
29518         * string/test-memchr.c (TEST_NAME): Likewise.
29519         * string/test-memcmp.c (TEST_NAME): Likewise.
29520         * string/test-memcpy.c (TEST_NAME): Likewise.
29521         * string/test-memmem.c (TEST_NAME): Likewise.
29522         * string/test-memmove.c (TEST_NAME): Likewise.
29523         * string/test-memset.c (TEST_NAME): Likewise.
29524         * string/test-rawmemchr.c (TEST_NAME): Likewise.
29525         * string/test-stpcpy.c (TEST_NAME): Likewise.
29526         * string/test-stpncpy.c (TEST_NAME): Likewise.
29527         * string/test-strcasecmp.c (TEST_NAME): Likewise.
29528         * string/test-strcasestr.c (TEST_NAME): Likewise.
29529         * string/test-strcat.c (TEST_NAME): Likewise.
29530         * string/test-strchr.c (TEST_NAME): Likewise.
29531         * string/test-strcmp.c(TEST_NAME): Likewise.
29532         * string/test-strcpy.c (TEST_NAME): Likewise.
29533         * string/test-strcspn.c (TEST_NAME): Likewise.
29534         * string/test-strlen.c (TEST_NAME): Likewise.
29535         * string/test-strncasecmp.c (TEST_NAME): Likewise.
29536         * string/test-strncmp.c (TEST_NAME): Likewise.
29537         * string/test-strncpy.c (TEST_NAME): Likewise.
29538         * string/test-strnlen.c (TEST_NAME): Likewise.
29539         * string/test-strpbrk.c (TEST_NAME): Likewise.
29540         * string/test-strrchr.c (TEST_NAME): Likewise.
29541         * string/test-strspn.c (TEST_NAME): Likewise.
29542         * string/test-strstr.c (TEST_NAME): Likewise.
29543         * string/test-bcopy-ifunc.c: New file.
29544         * string/test-bzero-ifunc.c: Likewise.
29545         * string/test-memccpy-ifunc.c: Likewise.
29546         * string/test-memchr-ifunc.c: Likewise.
29547         * string/test-memcmp-ifunc.c: Likewise.
29548         * string/test-memcpy-ifunc.c: Likewise.
29549         * string/test-memmem-ifunc.c: Likewise.
29550         * string/test-memmove-ifunc.c: Likewise.
29551         * string/test-mempcpy-ifunc.c: Likewise.
29552         * string/test-memset-ifunc.c: Likewise.
29553         * string/test-rawmemchr-ifunc.c: Likewise.
29554         * string/test-stpcpy-ifunc.c: Likewise.
29555         * string/test-stpncpy-ifunc.c: Likewise.
29556         * string/test-strcasecmp-ifunc.c: Likewise.
29557         * string/test-strcasestr-ifunc.c: Likewise.
29558         * string/test-strcat-ifunc.c: Likewise.
29559         * string/test-strchr-ifunc.c: Likewise.
29560         * string/test-strchrnul-ifunc.c: Likewise.
29561         * string/test-strcmp-ifunc.c: Likewise.
29562         * string/test-strcpy-ifunc.c: Likewise.
29563         * string/test-strcspn-ifunc.c: Likewise.
29564         * string/test-strlen-ifunc.c: Likewise.
29565         * string/test-strncasecmp-ifunc.c: Likewise.
29566         * string/test-strncat-ifunc.c: Likewise.
29567         * string/test-strncmp-ifunc.c: Likewise.
29568         * string/test-strncpy-ifunc.c: Likewise.
29569         * string/test-strnlen-ifunc.c: Likewise.
29570         * string/test-strpbrk-ifunc.c: Likewise.
29571         * string/test-strrchr-ifunc.c: Likewise.
29572         * string/test-strspn-ifunc.c: Likewise.
29573         * string/test-strstr-ifunc.c: Likewise.
29574
29575         * debug/Makefile (tests-ifunc): New variable.
29576         (tests): Add $(tests-ifunc).
29577         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
29578         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
29579         * debug/test-stpcpy_chk-ifunc.c: New file.
29580         * debug/test-strcpy_chk-ifunc.c: Likewise.
29581
29582 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
29583
29584         [BZ #13601]
29585         * elf/dl-load.c (open_verify): Retry read if the entire ELF
29586         header is not read in.
29587
29588 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
29589
29590         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
29591         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
29592         directly.  Pass built executable to script as
29593         $(built-program-cmd).
29594         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
29595         $testprogram without using LD_LIBRARY_PATH and $ldso.
29596
29597         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
29598         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
29599         $(rtld-installed-name).
29600         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
29601         (rtld_installed_name): Likewise.
29602         (library_path): Likewise.
29603         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
29604         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
29605         $(run-program-prefix) to tst-tables.sh.
29606         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
29607         it to run tst-table-from and tst-table-to.
29608         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
29609         Pass it to tst-table.sh.
29610         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
29611         $(run-program-prefix) to tst-gettext.sh.
29612         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
29613         tst-translit.sh.
29614         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
29615         tst-gettext2.sh.
29616         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
29617         to run tst-gettext.
29618         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
29619         to run tst-gettext2.
29620         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
29621         to run tst-translit.
29622         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
29623         $(run-program-prefix) to tst-mtrace.sh.
29624         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
29625         to run tst-mtrace.
29626         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
29627         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
29628         $(rtld-installed-name).
29629         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
29630         (rtld_installed_name): Likewise.
29631         (run_program_prefix): New variable.  Use it to run wordexp-test.
29632
29633         * Makeconfig (ARCH): Remove all definitions.
29634         (machine): Likewise.
29635         [ARCH]: Remove conditional code.
29636         [!objdir]: Give error.
29637         [!objdir] (objpfx): Remove.
29638         [!objdir] (common-objpfx): Likewise.
29639         [!objdir] (common-objdir): Likewise.
29640         * configure.in (config_makefile): Remove.  Hardcode Makefile in
29641         AC_CONFIG_FILES call.
29642         * configure: Regenerated.
29643
29644         [BZ #13888]
29645         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
29646         or TMPDIR.
29647         (testout): Likewise.
29648
29649         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
29650         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
29651         $(rtld-installed-name).
29652         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
29653         (rtld_installed_name): Likwise.
29654         (runit): Remove function.
29655         (run_getconf): New variable,  Use it for running getconf binary.
29656
29657 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
29658
29659         [BZ #14716]
29660         * string/test-memmem.c (check_result): New function.
29661         (do_one_test): Use it.
29662         (check1): New function.
29663         (test_main): Use it.
29664
29665 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
29666
29667         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
29668
29669 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
29670
29671         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
29672         (_G_LSEEK64): Likewise.
29673         (_G_MMAP64): Likewise.
29674         (_G_FSTAT64): Likewise.
29675         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
29676         (_G_LSEEK64): Likewise.
29677         (_G_MMAP64): Likewise.
29678         (_G_FSTAT64): Likewise.
29679         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
29680         unconditional.  Call __mmap64 directly.
29681         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
29682         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
29683         __lseek64 directly.
29684         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
29685         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
29686         __mmap64 directly.
29687         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
29688         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29689         __lseek64 directly.
29690         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
29691         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29692         __lseek64 directly.
29693         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
29694         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
29695         __lseek64 directly.
29696         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
29697         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
29698         __fxstat64 directly.
29699         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
29700         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
29701         unconditional.
29702         (freopen64) [!_G_OPEN64]: Remove conditional code.
29703         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
29704         unconditional.
29705         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
29706         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
29707         unconditional.
29708         (ftello64) [!_G_LSEEK64]: Remove conditional code.
29709         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
29710         unconditional.
29711         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
29712         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
29713         unconditional.
29714         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
29715         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
29716         unconditional.
29717         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
29718         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
29719         unconditional.
29720         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
29721         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
29722         unconditional.
29723         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
29724
29725 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29726
29727         [BZ #12140]
29728         * manual/memory.texi (Malloc Tunable Parameters): Add note
29729         about free list pointers overwriting some perturb bytes.
29730         Wording suggested by Roland McGrath.
29731
29732 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
29733
29734         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
29735         (lgamma_test): Likewise.
29736         (tgamma_test): Likewise.
29737
29738 2012-10-16  Florian Weimer  <fweimer@redhat.com>
29739
29740         [BZ #14700]
29741         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
29742         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
29743
29744 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
29745
29746         * NEWS: Mention BZ #14716.
29747         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
29748         when removing AVAILABLE1_USES_J macro.
29749
29750 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
29751
29752         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
29753         (__bswap_64): __uint64_t for unsigned 64-bit int.
29754
29755 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
29756
29757         * include/string.h (memmem): Declare libc hidden alias.
29758         * string/memmem.c (memmem): Define libc hidden alias.
29759         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
29760         __read, __close instead of open, read, close.
29761
29762 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
29763
29764         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
29765         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
29766         global and hidden.
29767         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
29768         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
29769         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
29770         Likewise.
29771         (__rawmemchr_sse2): Likewise.
29772         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
29773         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
29774         (__strchr_sse2): Likewise.
29775         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
29776         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
29777         (__strcasecmp_sse2): Likewise.
29778         (__strncasecmp_sse2): Likewise.
29779         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
29780         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
29781         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
29782         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
29783         (__strrchr_sse2): Likewise.
29784         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
29785         ifunc-impl-list.c.
29786         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
29787         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
29788         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
29789         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
29790         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
29791         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
29792         * sysdeps/x86_64/multiarch/memset.S: Likewise.
29793         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29794         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
29795         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
29796         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
29797         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
29798         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
29799         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
29800         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
29801         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
29802         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
29803         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
29804         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
29805         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
29806         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
29807         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
29808         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
29809         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
29810         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
29811         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
29812         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
29813         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
29814         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
29815         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
29816
29817         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
29818         global and hidden.
29819         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
29820         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
29821         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
29822         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
29823         Likewise.
29824         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
29825         Likewise.
29826         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
29827         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
29828         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
29829         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
29830         ifunc-impl-list.c.
29831         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
29832         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
29833         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
29834         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
29835         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
29836         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
29837         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
29838         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
29839         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
29840         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
29841         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
29842         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
29843         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
29844         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
29845         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
29846         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
29847         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
29848         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
29849         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
29850         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
29851         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
29852         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
29853         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
29854         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
29855         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
29856         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
29857         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
29858         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
29859         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
29860         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
29861         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
29862         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
29863         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
29864         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
29865         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
29866         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
29867         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
29868         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
29869         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
29870         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
29871         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
29872
29873         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
29874         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
29875         * include/ifunc-impl-list.h: New file.
29876         * misc/ifunc-impl-list.c: Likewise.
29877         * misc/Makefile (routines): Add ifunc-impl-list.
29878         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
29879         * string/test-string.h: Include <ifunc-impl-list.h>.
29880         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
29881         TEST_NAME]: New variables.
29882         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
29883         are defined.
29884         (test_init): Call __libc_ifunc_impl_list to initialize
29885         func_list if TEST_IFUNC and TEST_NAME are defined.
29886
29887         * string/Makefile (strop-tests): Add bcopy and bzero.
29888         * string/test-bcopy.c: New file.
29889         * string/test-bzero.c: Likewise.
29890         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
29891         defined.
29892         * string/test-memset.c: Support bzero test if TEST_BZERO is
29893         defined.
29894         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
29895         __libc_memmove.
29896         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
29897         __libc_memset.
29898         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
29899         of memset.
29900
29901 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
29902
29903         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
29904         * configure: Regenerated.
29905
29906         * Makeconfig (+link-static-before-libc): Don't include
29907         $(link-static-libc).
29908
29909         * libio/libio.h (_IO_pos_t): Remove.
29910
29911 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
29912
29913         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
29914         McGrath.
29915
29916 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
29917
29918         * crypt/crypt-entry.c: Include fips-private.h.
29919         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
29920         * crypt/md5c-test.c (main): Tolerate disabled MD5.
29921         * sysdeps/unix/sysv/linux/fips-private.h: New file.
29922         * sysdeps/generic/fips-private.h: New file, dummy fallback.
29923
29924 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
29925
29926         * crypt/crypt-private.h: Include stdbool.h.
29927         (_ufc_setup_salt_r): Return bool.
29928         * crypt/crypt-entry.c: Include errno.h.
29929         (__crypt_r): Return NULL with EINVAL for bad salt.
29930         * crypt/crypt_util.c (bad_for_salt): New.
29931         (_ufc_setup_salt_r): Check that salt is long enough and within
29932         the specified alphabet.
29933         * crypt/badsalttest.c: New file.
29934         * crypt/Makefile (tests): Add it.
29935         ($(objpfx)badsalttest): New.
29936
29937 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
29938
29939         * NEWS: Add entry for BZ #14602.
29940
29941 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
29942
29943         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
29944         type-generic.
29945         * math/libm-test.inc: Update comment listing what functions and
29946         macros are tested.
29947         (isgreater_test): New function.
29948         (isgreaterequal_test): Likewise.
29949         (isless_test): Likewise.
29950         (islessequal_test): Likewise.
29951         (islessgreater_test): Likewise.
29952         (isunordered_test): Likewise.
29953         (main): Call the new functions.
29954
29955 2012-10-09  Roland McGrath  <roland@hack.frob.com>
29956
29957         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
29958         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
29959         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
29960         * sysdeps/i386/configure: Regenerated.
29961         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
29962         * sysdeps/mach/configure: Regenerated.
29963         * sysdeps/mach/hurd/configure: Regenerated.
29964         * sysdeps/powerpc/configure: Regenerated.
29965         * sysdeps/powerpc/powerpc32/configure: Regenerated.
29966         * sysdeps/powerpc/powerpc64/configure: Regenerated.
29967         * sysdeps/s390/s390-32/configure: Regenerated.
29968         * sysdeps/s390/s390-64/configure: Regenerated.
29969         * sysdeps/sh/configure: Regenerated.
29970         * sysdeps/sparc/configure: Regenerated.
29971         * sysdeps/unix/sysv/linux/configure: Regenerated.
29972         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
29973         * sysdeps/x86_64/configure: Regenerated.
29974
29975         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
29976         defined.  Don't check if MAP is NULL.
29977
29978 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
29979
29980         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
29981         (_G_stat64): Likewise.
29982         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
29983         (_G_stat64): Likewise.
29984         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
29985         instead of struct _G_stat64.
29986         * libio/fileops.c (mmap_remap_check): Likewise.
29987         (decide_maybe_mmap): Likewise.
29988         (_IO_new_file_seekoff): Likewise.
29989         (_IO_file_stat): Likewise.
29990         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
29991         _G_off64_t.
29992         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
29993         instead of struct _G_stat64.
29994         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
29995
29996 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
29997
29998         [BZ #14602]
29999         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30000         Replace with ...
30001         (CHECK_EOL): New macro.
30002         (two_way_short_needle): Check beginning of haystack for EOL.  Use
30003         CHECK_EOL.
30004         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30005         Replace with CHECK_EOL.
30006         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
30007         Replace with CHECK_EOL.
30008
30009 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
30010
30011         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
30012         type-generic.
30013         * math/libm-test.inc: Update comment listing what functions and
30014         macros are tested.
30015         (finite_test): New function.
30016         (isinf_test): Likewise.
30017         (isnan_test): Likewise.
30018         (fpclassify_test): Test subnormal input.
30019         (isfinite_test): Likewise.
30020         (isnormal_test): Likewise.
30021         (main): Call the new functions.
30022
30023 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
30024
30025         [BZ #14660]
30026         * Makerules (%.dynsym): Force C locale when running
30027         $(OBJDUMP) --dynamic-syms.
30028
30029 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
30030
30031         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
30032         <stdint.h>.
30033
30034 2012-10-06  David S. Miller  <davem@davemloft.net>
30035
30036         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
30037         upper 32-bits of the length value in %o2 since we use branch-on-register
30038         tests which consider the entire 64-bit register.
30039
30040 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
30041
30042         * string/test-strstr.c (check2): Add a test for page boundary.
30043
30044 2012-10-05  David S. Miller  <davem@davemloft.net>
30045
30046         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
30047         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
30048         file.
30049         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30050         sysdep_routines.
30051         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30052         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
30053         and bzero when HWCAP_SPARC_CRYPTO is present.
30054
30055 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
30056
30057         [BZ #14602]
30058         * string/test-strstr.c (check2): New function.
30059         (test_main): Call check2.
30060
30061         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
30062         and bug-strchr1.
30063         * string/bug-strcasestr1.c (do_test): Moved to ...
30064         * string/test-strcasestr.c (check1): Here.  New function.
30065         (do_one_test): Break out result checking code into ...
30066         (check_result): This.  New function.
30067         (do_one_test): Call check_result.
30068         (test_main): Call check1.
30069         * string/bug-strchr1.c (do_test): Moved to ...
30070         * string/test-strchr.c (check1): Here.  New function.
30071         (do_one_test): Break out result checking code into ...
30072         (check_result): This.  New function.
30073         (do_one_test): Call check_result.
30074         (test_main): Call check1.
30075         * string/bug-strstr1.c (main): Moved to ...
30076         * string/test-strstr.c (check1): Here.  New function.
30077         (do_one_test): Break out result checking code into ...
30078         (check_result): This.  New function.
30079         (do_one_test): Call check_result.
30080         (test_main): Call check1.
30081         * string/bug-strcasestr1.c: Removed.
30082         * string/bug-strchr1.c: Likewise.
30083         * string/bug-strstr1.c: Likewise.
30084
30085         * elf/Makefile (dl-routines): Add hwcaps.
30086         * elf/dl-support.c (_dl_important_hwcaps): Removed.
30087         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
30088         (_dl_important_hwcaps): Moved to ...
30089         * elf/dl-hwcaps.c: Here.  New file.
30090         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
30091
30092         [BZ #14557]
30093         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
30094         if IS_IN_rtld isn't defined.
30095
30096         * elf/dl-support.c (_dl_sysinfo_map): New.
30097         Include "get-dynamic-info.h" and "setup-vdso.h".
30098         (_dl_non_dynamic_init): Call setup_vdso.
30099         * elf/dynamic-link.h: Don't include <assert.h>.
30100         (elf_get_dynamic_info): Moved to ...
30101         * elf/get-dynamic-info.h: Here.  New file.
30102         * elf/dynamic-link.h: Include "get-dynamic-info.h".
30103         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
30104         * elf/setup-vdso.h: Here.  New file.
30105         * elf/rtld.c: Include "setup-vdso.h".
30106         (dl_main): Call setup_vdso.
30107
30108 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
30109
30110         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
30111         creal in comment listing functions tested.  List finite, isinf,
30112         isnan, isless, islessequal, isgreater, isgreaterequal,
30113         islessgreater, isunordered, lgamma_r and pow10 as functions and
30114         macros not tested.  Mention which functions not tested are aliases
30115         for other functions.  Fix typo.  Note that signs of NaNs are not
30116         tested.
30117
30118         * scripts/config.guess: Update from config.git.
30119         * scripts/config.sub: Likewise.
30120
30121 2012-10-04  Roland McGrath  <roland@hack.frob.com>
30122
30123         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
30124         * misc/madvise.c (madvise): Renamed to __madvise.
30125         Make madvise a weak alias.
30126         * include/sys/mman.h: Declare __madvise.
30127         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
30128         * sysdeps/unix/syscalls.list
30129         (madvise): Make __madvise the strong name, and madvise a weak alias.
30130         * sysdeps/unix/sysv/linux/syscalls.list
30131         (madvise, mmap): Remove redundant entries.
30132         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
30133         * malloc/malloc.c (mtrim): Likewise.
30134         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
30135
30136 2012-10-03  Roland McGrath  <roland@hack.frob.com>
30137
30138         * sysdeps/mach/hurd/dl-cache.c: File removed.
30139         * config.h.in (USE_LDCONFIG): New #undef.
30140         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
30141         * configure: Regenerated.
30142         * elf/Makefile (dl-routines): Add dl-cache only under
30143         [$(use-ldconfig) = yes].
30144         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
30145         cache on [USE_LDCONFIG].
30146         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
30147         [USE_LDCONFIG].
30148         * elf/rtld.c (dl_main): Likewise.
30149
30150 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
30151
30152         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
30153         _SC_LEVEL4_CACHE_LINESIZE.
30154
30155 2012-10-03  Roland McGrath  <roland@hack.frob.com>
30156
30157         * sysdeps/unix/bsd/confstr.h: File removed.
30158
30159 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
30160
30161         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
30162         sys/sdt-config.h.
30163
30164 2012-10-02  Roland McGrath  <roland@hack.frob.com>
30165
30166         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
30167         Make 'mapoff' field ElfW(Off) rather than off_t.
30168
30169 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
30170
30171         * nscd/Makefile: Remove nscd-cflags and all its users.
30172         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
30173         (CFLAGS-nonlib): Add compiler flags for nscd modules.
30174
30175         [BZ #10631]
30176         * malloc.c (malloc_printerr): Clarify error message.
30177
30178 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
30179
30180         [BZ #14648]
30181         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30182         Set bit_FMA_Usable if FMA is supported.
30183         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
30184         macro.
30185         (bit_FMA4_Usable): Updated.
30186         (index_FMA_Usable): New macro.
30187         (CPUID_FMA): Likewise
30188         (HAS_FMA): Defined with bit_FMA_Usable.
30189
30190 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30191
30192         * bits/types.h (__swblk_t): Type removed.
30193         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
30194         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
30195         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
30196         (__SWBLK_T_TYPE): Likewise.
30197         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
30198         (__SWBLK_T_TYPE): Likewise.
30199         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
30200         (__SWBLK_T_TYPE): Likewise.
30201         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
30202         (__SWBLK_T_TYPE): Likewise.
30203
30204 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
30205             Honza Horak <hhorak@redhat.com>
30206
30207         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
30208         (xdr_mapname): Use YPMAXMAP as maxsize.
30209         (xdr_peername): Use YPMAXPEER as maxsize.
30210         (xdr_keydat): Use YPAXRECORD as maxsize.
30211         (xdr_valdat): Use YPMAXRECORD as maxsize.
30212
30213 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30214
30215         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
30216
30217         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
30218         * csu/init-first.c: ... here.
30219         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
30220         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
30221         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
30222         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
30223         * sysdeps/i386/init-first.c: File removed.
30224         * sysdeps/sh/init-first.c: File removed.
30225
30226 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
30227
30228         [BZ #14645]
30229         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
30230         if x * y might underflow to zero and z is zero.
30231         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30232         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30233         * math/libm-test.inc (min_subnorm_value): New variable.
30234         (fma_test): Add more tests.
30235         (fma_test_towardzero): Likewise.
30236         (fma_test_downward): Likewise
30237         (fma_test_upward): Likewise.
30238         (initialize): Set min_subnorm_value.
30239
30240 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
30241
30242         [BZ #14638]
30243         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
30244         0 + 0.
30245         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
30246         mode for addition resulting in exact zero.
30247         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
30248         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
30249         exact 0 + 0.
30250         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
30251         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30252         * math/libm-test.inc (fma_test): Add more tests.
30253         (fma_test_towardzero): New function.
30254         (fma_test_downward): Likewise.
30255         (fma_test_upward): Likewise.
30256         (main): Call the new functions.
30257
30258 2012-09-28  David S. Miller  <davem@davemloft.net>
30259
30260         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
30261
30262 2012-09-28  Roland McGrath  <roland@hack.frob.com>
30263
30264         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
30265         instead of SIGALRM.
30266
30267         * sysdeps/gnu/_G_config.h: Moved to ...
30268         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
30269         * sysdeps/mach/hurd/_G_config.h: Moved to ...
30270         * sysdeps/generic/_G_config.h: ... here.
30271
30272         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
30273
30274         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
30275
30276         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
30277         Conditionalize target on [libnss_test1.so-version].
30278
30279         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
30280
30281         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
30282         (elfobjdir): Move out of conditionals.
30283
30284         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
30285         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
30286         (__nss_lookup_function): Conditionalize label remove_from_tree on
30287         [!DO_STATIC_NSS || SHARED], matching its only use.
30288
30289 2012-09-28  David S. Miller  <davem@davemloft.net>
30290
30291         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
30292         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
30293         file.
30294         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30295         sysdep_routines.
30296         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30297         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
30298         when HWCAP_SPARC_CRYPTO is present.
30299
30300 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30301
30302         * io/tst-mknodat.c: Create a FIFO instead of a socket.
30303
30304 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
30305
30306         [BZ #6530]
30307         * stdio-common/vfprintf.c (process_string_arg): Revert
30308         2000-07-22 change.
30309
30310 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
30311
30312         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
30313         for testcase.
30314         * stdio-common/tst-sprintf.c: Include <locale.h>
30315         (main): Test sprintf's handling of incomplete multibyte
30316         characters.
30317
30318 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
30319
30320         * elf/dl-runtime.c (VERSYMIDX): Removed.
30321         * elf/dl-version.c (VERSYMIDX): Likewise.
30322         * elf/do-rel.h (VERSYMIDX): Likewise.
30323         (VALIDX): Likewise.
30324         * elf/dynamic-link.h (VERSYMIDX): Likewise.
30325         * elf/rtld.c (VALIDX): Likewise.
30326         (ADDRIDX): Likewise.
30327         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
30328         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
30329         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
30330         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
30331         (VALIDX): Likewise.
30332         (ADDRIDX): Likewise.
30333
30334 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30335
30336         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
30337
30338 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
30339
30340         [BZ #11438]
30341         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
30342         to global scope.
30343         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
30344         addresses are in the same scope as 192.0.2/24.
30345         * posix/gai.conf: Document new scope table defaults.
30346
30347 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30348
30349         [BZ #5298]
30350         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
30351         for ftell.  Compute offsets from write pointers instead.
30352         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30353
30354 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30355
30356         [BZ #14543]
30357         * libio/Makefile (tests): New test case tst-fseek.
30358         * libio/tst-fseek.c: New test case to verify that fseek/ftell
30359         combination works in wide mode.
30360         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
30361         state when the external buffer state changes.
30362
30363 2012-09-27  David S. Miller  <davem@davemloft.net>
30364
30365         [BZ #14376]
30366         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
30367         pass reloc->r_addend in as the 'high' argument to
30368         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
30369
30370         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30371
30372 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30373
30374         * rt/tst-aio2.c: Include <pthread.h>.
30375         * rt/tst-aio3.c: Likewise.
30376
30377 2012-09-27  Steve Ellcey  <sellcey@mips.com>
30378
30379         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
30380
30381 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
30382
30383         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
30384         contents on [SHARED].
30385
30386 2012-09-26  Marek Polacek  <polacek@redhat.com>
30387
30388         [BZ #14530]
30389         [BZ #13741]
30390         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
30391         for C++ and GCC <4.3 as well as for non GCC compilers.
30392
30393 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30394
30395         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30396
30397 2012-09-25  Roland McGrath  <roland@hack.frob.com>
30398
30399         * Makefile.in (all, install): Declare with .PHONY.
30400         Reported by Michael Hope <michael.hope@linaro.org>.
30401
30402 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30403
30404         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
30405         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
30406         system header.
30407         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
30408         Likewise.
30409         (sydep_routines): Add the new and the internal functions.
30410         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
30411         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
30412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
30413         (GLIBC_2.17): Add the new function.
30414         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
30415         (GLIBC_2.17): Likewise.
30416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
30417         (GLIBC_2.17): Likewise.
30418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
30419         (GLIBC_2.17): Likewise.
30420         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
30421
30422 2012-09-25  Alan Modra  <amodra@gmail.com>
30423
30424         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
30425         Add release barrier before setting once_control to say
30426         initialisation is done.  Add hints on lwarx.  Use macro in
30427         place of isync.
30428         (clear_once_control): Add release barrier.
30429
30430 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30431
30432         [BZ #13629]
30433         * math/s_clog.c (__clog): Handle more values close to |z| = 1
30434         specially.
30435         * math/s_clog10.c (__clog10): Likewise.
30436         * math/s_clog10f.c (__clog10f): Likewise.
30437         * math/s_clog10l.c (__clog10l): Likewise.
30438         * math/s_clogf.c (__clogf): Likewise.
30439         * math/s_clogl.c (__clogl): Likewise.
30440         * math/Makefile (libm-calls): Add x2y2m1.
30441         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
30442         (__x2y2m1): Likewise.
30443         (__x2y2m1l): Likewise.
30444         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
30445         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
30446         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
30447         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
30448         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
30449         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
30450         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
30451         * sysdeps/i386/fpu/libm-test-ulps: Update.
30452         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30453
30454         [BZ #14621]
30455         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
30456         int as type of variable DEPTH.
30457         (glob): Use size_t instead of int as type of variables NEWCOUNT
30458         and OLD_PATHC.
30459
30460 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30461
30462         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30463         Add s_sincosf-sse2.
30464         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
30465         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
30466         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
30467         macros for using routine as __sincosf_ia32.
30468         Use macro for function declaration and weak_alias.
30469         * sysdeps/i386/fpu/libm-test-ulps: Update.
30470
30471         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
30472         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30473
30474         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
30475         subnormal argument.
30476         * math/s_cexpf.c (__cexpf): Likewise.
30477         * math/s_csinf.c (__csinf): Likewise.
30478         * math/s_csinhf.c (__csinhf): Likewise.
30479         * math/s_ctanf.c (__ctanf): Likewise.
30480         * math/s_ctanhf.c (__ctanhf): Likewise.
30481         * math/s_ccosh.c (__ccoshf): Likewise.
30482         * math/s_cexp.c (__cexpl): Likewise.
30483         * math/s_csin.c (__csin): Likewise.
30484         * math/s_csinh.c (__csinh): Likewise.
30485         * math/s_ctan.c (__ctan): Likewise.
30486         * math/s_ctanh.c (ctanh): Likewise.
30487         * math/s_ccoshl.c (__ccoshl): Likewise.
30488         * math/s_cexpl.c (__cexpl): Likewise.
30489         * math/s_csinl.c (__csinl): Likewise.
30490         * math/s_csinhl.c (__csinhl): Likewise.
30491         * math/s_ctanl.c (__ctanl): Likewise.
30492         * math/s_ctanhl.c (__ctanhl): Likewise.
30493
30494 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30495
30496         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
30497         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
30498         (_IO_off_t): Define to __off_t, not _G_off_t.
30499         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
30500         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
30501         (_IO_wint_t): Define to wint_t, not _G_wint_t.
30502         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
30503         type of __dummy and __dummy2 fields.
30504         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
30505         (_G_ssize_t): Likewise.
30506         (_G_off_t): Likewise.
30507         (_G_pid_t): Likewise.
30508         (_G_uid_t): Likewise.
30509         (_G_wchar_t): Likewise.
30510         (_G_wint_t): Likewise.
30511         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
30512         (_G_ssize_t): Likewise.
30513         (_G_off_t): Likewise.
30514         (_G_pid_t): Likewise.
30515         (_G_uid_t): Likewise.
30516         (_G_wchar_t): Likewise.
30517         (_G_wint_t): Likewise.
30518         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
30519         (_G_ssize_t): Likewise.
30520         (_G_off_t): Likewise.
30521         (_G_pid_t): Likewise.
30522         (_G_uid_t): Likewise.
30523         (_G_wchar_t): Likewise.
30524         (_G_wint_t): Likewise.
30525
30526 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30527
30528         * malloc/arena.c: Include malloc-sysdep.h.
30529         (shrink_heap): Use check_may_shrink_heap to decide if madvise
30530         is sufficient to shrink the heap or an unmap is needed.
30531         * sysdeps/generic/malloc-sysdep.h: New file.  Define
30532         new function check_may_shrink_heap.
30533         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
30534         new function check_may_shrink_heap.
30535
30536 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30537
30538         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
30539         comments.
30540
30541 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
30542
30543         * catgets/test-gencat.sh: Add "set -e".
30544         * elf/tst-pathopt.sh: Likewise.
30545         * grp/tst_fgetgrent.sh: Likewise.
30546         * iconvdata/run-iconv-test.sh: Likewise.
30547         * intl/tst-gettext.sh: Likewise.
30548         * intl/tst-gettext2.sh: Likewise.
30549         * intl/tst-gettext4.sh: Likewise.
30550         * intl/tst-gettext6.sh: Likewise.
30551         * intl/tst-translit.sh: Likewise.
30552         * io/ftwtest-sh: Likewise.
30553         * libio/test-freopen.sh: Likewise.
30554         * malloc/tst-mtrace.sh: Likewise.
30555         * posix/globtest.sh: Likewise.
30556         * posix/tst-getconf.sh: Likewise.
30557         * posix/wordexp-tst.sh: Likewise.
30558         * stdio-common/tst-printf.sh: Likewise.
30559         * stdio-common/tst-unbputc.sh: Likewise.
30560         * stdlib/tst-fmtmsg.sh: Likewise.
30561         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30562         * catgets/Makefile: Do not specify -e option when running
30563         testsuite shell scripts.
30564         * elf/Makefile: Likewise.
30565         * grp/Makefile: Likewise.
30566         * iconvdata/Makefile: Likewise.
30567         * intl/Makefile: Likewise.
30568         * io/Makefile: Likewise.
30569         * libio/Makefile: Likewise.
30570         * malloc/Makefile: Likewise.
30571         * posix/Makefile: Likewise.
30572         * stdio-common/Makefile: Likewise.
30573         * stdlib/Makefile: Likewise.
30574         * sysdeps/x86_64/Makefile: Likewise.
30575
30576         * io/ftwtest-sh: Add copyright header.
30577         * posix/globtest.sh: Likewise.
30578         * posix/tst-getconf.sh: Likewise.
30579         * posix/wordexp-tst.sh: Likewise.
30580         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30581
30582 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
30583
30584         [BZ #13679]
30585         * Makeconfig (+link): Defined as $(+link-static) if
30586         $(build-shared) isn't yes.
30587         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
30588         isn't yes.
30589         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
30590
30591         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
30592
30593         [BZ #14562]
30594         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
30595         new chunk size with MALLOC_ALIGN_MASK.
30596
30597 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
30598
30599         [BZ #5044]
30600         * stdio-common/printf_fphex.c: Include <stdbool.h> and
30601         <rounding-mode.h>.
30602         (__printf_fphex): Determine rounding using get_rounding_mode and
30603         round_away.
30604         * stdio-common/tst-printf-round.c (struct hex_test): New
30605         structure.
30606         (hex_tests): New variable.
30607         (test_hex_in_one_mode): New function.
30608         (do_test): Also run tests for hex float output.
30609
30610 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
30611
30612         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30613         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30614         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
30615         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30616         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30617         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
30618         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30619         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30620
30621 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
30622
30623         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
30624         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
30625         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
30626         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
30627
30628 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
30629
30630         [BZ #14579]
30631         * elf/rtld.c (dl_main): Limit the check for self loading to normal
30632         mode only.
30633         * elf/tst-rtld-load-self.sh: New test.
30634         * elf/Makefile: Run it.
30635
30636 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
30637
30638         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
30639         (tst-writev-ENV): Remove.
30640         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
30641
30642 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
30643
30644         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
30645
30646 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
30647
30648         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
30649         unconditional.
30650         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
30651         Likewise.
30652         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
30653         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
30654         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
30655         Likewise.
30656
30657 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
30658
30659         [BZ #14587]
30660         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
30661         * config.make.in (have-cpp-asm-debuginfo): Removed.
30662         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
30663         * configure: Regenerated.
30664
30665 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
30666
30667         [BZ #5044]
30668         * stdio-common/printf_fp.c: Include <stdbool.h> and
30669         <rounding-mode.h>.
30670         (___printf_fp): Determine rounding using get_rounding_mode and
30671         round_away.
30672         * stdio-common/tst-printf-round.c: New file.
30673         * stdio-common/Makefile (tests): Add tst-printf-round.
30674         (link-libm): New variable.
30675         ($(objpfx)tst-printf-round): Depend in $(link-libm).
30676
30677 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
30678
30679         [BZ #14576]
30680         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
30681         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
30682         Likewise.
30683         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
30684         Likewise.
30685
30686 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
30687
30688         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
30689         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30690         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30691         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30692
30693 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
30694
30695         [BZ #14518]
30696         * include/rounding-mode.h: New file.
30697         * sysdeps/generic/get-rounding-mode.h: Likewise.
30698         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
30699         * stdlib/strtod_l.c: Include <rounding-mode.h>.
30700         (MAX_VALUE): New macro.
30701         (MIN_VALUE): Likewise.
30702         (overflow_value): New function.
30703         (underflow_value): Likewise.
30704         (round_and_return): Use overflow_value and underflow_value to
30705         determine return values in overflow and underflow cases.  Use
30706         round_away to determine rounding depending on rounding mode.
30707         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
30708         determine return values in overflow and underflow cases.
30709         * stdlib/tst-strtod-round.c: Include <fenv.h>.
30710         (struct test_results): New structure.
30711         (struct test): Use struct test_results to store expected results
30712         for all rounding modes.
30713         (TEST): Include expected results for all rounding modes.
30714         (test_in_one_mode): New function.
30715         (do_test): Use test_in_one_mode to compute and check results.
30716         Check results for all rounding modes.
30717         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
30718         $(link-libm).
30719
30720 2012-12-09  Allan McRae  <allan@archlinux.org>
30721
30722         * sysdeps/i386/fpu/libm-test-ulps: Update
30723
30724 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
30725
30726         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
30727         (_G_int32_t): Likewise.
30728         (_G_uint16_t): Likewise.
30729         (_G_uint32_t): Likewise.
30730         (_G_HAVE_BOOL): Likewise.
30731         (_G_HAVE_ATEXIT): Likewise.
30732         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30733         (_G_HAVE_IO_FILE_OPEN): Likewise.
30734         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
30735         (_G_int32_t): Likewise.
30736         (_G_uint16_t): Likewise.
30737         (_G_uint32_t): Likewise.
30738         (_G_HAVE_BOOL): Likewise.
30739         (_G_HAVE_ATEXIT): Likewise.
30740         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30741         (_G_HAVE_IO_FILE_OPEN): Likewise.
30742         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
30743         (_G_int32_t): Likewise.
30744         (_G_uint16_t): Likewise.
30745         (_G_uint32_t): Likewise.
30746         (_G_HAVE_BOOL): Likewise.
30747         (_G_HAVE_ATEXIT): Likewise.
30748         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30749         (_G_HAVE_IO_FILE_OPEN): Likewise.
30750
30751 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
30752
30753         * csu/libc-tls.c: Update copyright years.
30754
30755 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
30756
30757         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
30758         [!_G_USING_THUNKS]: Remove conditional code.
30759         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
30760         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
30761
30762         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
30763         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
30764         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30765         (_G_VTABLE_LABEL_PREFIX): Likewise.
30766         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30767         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30768         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30769         (_G_VTABLE_LABEL_PREFIX): Likewise.
30770         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
30771         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30772         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30773         (_G_VTABLE_LABEL_PREFIX): Likewise.
30774         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
30775
30776 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
30777
30778         * libio/Makefile: Include ../Makeconfig before tests.
30779         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
30780         only if $(build-shared) is yes.
30781
30782         * iconv/gconv_db.c: Update copyright years.
30783
30784 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30785
30786         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
30787         unwind info if defined PIC. Fix special cases description.
30788         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
30789
30790         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
30791         DP_HI_MASK entry.
30792         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
30793
30794 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
30795
30796         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
30797
30798         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
30799         is NULL.
30800
30801         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
30802         (LDLIBS-tst-chk4): This.
30803         (LDFLAGS-tst-chk5): Renamed to ...
30804         (LDLIBS-tst-chk5): This.
30805         (LDFLAGS-tst-chk6): Renamed to ...
30806         (LDLIBS-tst-chk6): This.
30807         (LDFLAGS-tst-lfschk4): Renamed to ...
30808         (LDLIBS-tst-lfschk4): This.
30809         (LDFLAGS-tst-lfschk5): Renamed to ...
30810         (LDLIBS-tst-lfschk5): This.
30811         (LDFLAGS-tst-lfschk6): Renamed to ...
30812         (LDLIBS-tst-lfschk6): This.
30813
30814         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
30815         on $(common-objpfx)soversions.mk.
30816
30817 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
30818
30819         [BZ #10014]
30820         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
30821         example host name.
30822
30823 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
30824
30825         * malloc/arena.c (arena_get_retry): New function that gets
30826         another arena for the caller to try its request on.
30827         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
30828         current arena cannot fulfill the request.
30829         (__libc_memalign): Likewise.
30830         (__libc_memalign): Likewise.
30831         (__libc_pvalloc): Likewise.
30832         (__libc_calloc): Likewise.
30833
30834 2012-09-05  John Tobey  <john.tobey@gmail.com>
30835
30836         [BZ #13542]
30837         * manual/arith.texi (Operations on Complex): Fix description
30838         of carg branch cut.
30839
30840 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
30841
30842         [BZ #10014]
30843         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
30844         host name.
30845
30846         [BZ #10038]
30847         * manual/memory.texi (Memory): Make order of menu items match
30848         order of sections.
30849
30850 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30851
30852         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
30853         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
30854         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
30855
30856 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30857
30858         * csu/libc-tls.c (static_dtv): Renamed to ...
30859         (_dl_static_dtv): This.  Make it global.
30860         (_dl_initial_dtv): Removed.
30861         (__libc_setup_tls): Updated.
30862         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
30863         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
30864         DL_INITIAL_DTV.
30865
30866 2012-09-06  Petr Machata  <pmachata@redhat.com>
30867
30868         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
30869         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
30870         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
30871         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
30872
30873 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30874
30875         [BZ #14545]
30876         * csu/libc-tls.c (_dl_initial_dtv): New variable.
30877         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
30878         freeing dtv[-1].
30879
30880 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30881
30882         [BZ #14544]
30883         * Makeconfig (link-static-before-libc): Replace $(+prector)
30884         with $(+prectorT).
30885         (link-static-after-libc): Replace $(+postctor) with
30886         $(+postctorT).
30887         (link-bounded): Replace $(+prector)/$(+postctor) with
30888         $(+prectorT)/$(+postctorT).
30889         (+prectorT): New macro.
30890         (+postctorT): Likewise.
30891
30892 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
30893
30894         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
30895         (round_str): Handle values above the maximum for IBM long double
30896         as inexact.
30897         * stdlib/tst-strtod-round.c (tests): Regenerated.
30898
30899 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30900
30901         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
30902         assembler flag.
30903         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
30904         zarch_nohighgprs around the zarch optimized routines.
30905         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
30906         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
30907         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
30908         for zarch.
30909
30910 2012-09-05  David S. Miller  <davem@davemloft.net>
30911
30912         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30913
30914         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
30915         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
30916         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
30917         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
30918         entries.
30919
30920 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30921
30922         * malloc/arena.c: Fold copyright years.
30923         * malloc/mcheck.c, malloc/memusage.c: Likewise.
30924
30925 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30926
30927         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
30928
30929 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30930
30931         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
30932
30933 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30934
30935         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
30936         change internal state upon failure.
30937
30938 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30939
30940         * malloc/mcheck.c (mcheck_check_all): Fix typo.
30941         * malloc/memusage.c (mmap): Likewise.
30942         (mmap64, mremap): Likewise.  Adjust name in comment.
30943
30944 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
30945
30946         * libio/fileops.c: Fix typos in comments.
30947         * libio/oldfileops.c: Likewise.
30948         * libio/wfileops.c: Likewise.
30949
30950 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
30951
30952         [BZ #1349]
30953         * malloc/Makefile (tests): Add tst-malloc-usable test case.
30954         (tst-malloc-usable-ENV): Set environment for test case.
30955         * malloc/hooks.c (malloc_check_get_size): New function to get
30956         requested size.
30957         * malloc/malloc.c (musable): Use malloc_check_get_size.
30958         * malloc/tst-malloc-usable.c: New test case.
30959
30960 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
30961
30962         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
30963
30964 2012-09-05  Allan McRae  <allan@archlinux.org>
30965
30966         [BZ #13966]
30967         * configure.in (CXX_SYSINCLUDES): Use compiler output to
30968         determine header location.
30969         * configure: Regenerated.
30970
30971 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
30972
30973         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
30974         float format.
30975         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
30976         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
30977         format.
30978         (test): Regenerate.
30979
30980 2012-09-04  David S. Miller  <davem@davemloft.net>
30981
30982         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
30983         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
30984         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
30985
30986 2012-09-04  Florian Weimer  <fweimer@redhat.com>
30987
30988         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
30989         failures.
30990
30991         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
30992
30993 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
30994
30995         [BZ #9914]
30996         * libio/iogetdelim.c: Include <limits.h>.
30997         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
30998         + len + 1 would overflow.
30999
31000 2012-09-03  Andreas Jaeger  <aj@suse.de>
31001
31002         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31003         * sysdeps/i386/fpu/libm-test-ulps: Update.
31004
31005 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31006
31007         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
31008         Add s_sinf-sse2, s_conf-sse2.
31009
31010         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
31011         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
31012         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
31013         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
31014
31015         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
31016         for using routine as __sinf_ia32.
31017         Use macro for function declaration and weak_alias.
31018         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
31019         for using routine as __cosf_ia32.
31020         Use macro for function declaration and weak_alias.
31021
31022         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
31023         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
31024
31025         * sysdeps/x86_64/fpu/s_sinf.S: New file.
31026         * sysdeps/x86_64/fpu/s_cosf.S: New file.
31027         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31028
31029         * math/libm-test.inc (cos_test): Add more test cases.
31030         (sin_test): Likewise.
31031         (sincos_test): Likewise.
31032
31033 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31034
31035         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
31036         (IFUNC_RESOLVE): Make pointers to the specialized implementations
31037         hidden.
31038         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31039
31040 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
31041
31042         [BZ #14538]
31043         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
31044         first element of the GOT.
31045         (elf_machine_load_address): Return the difference between
31046         the runtime address of _DYNAMIC and elf_machine_dynamic ().
31047
31048 2012-09-01  Allan McRae  <allan@archlinux.org>
31049
31050         [BZ #13412]
31051         * configure.in (AWK): Require gawk version 3.0 or later.
31052         * configure: Regenerated.
31053
31054 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
31055
31056         * sysdeps/unix/sysv/linux/kernel-features.h
31057         (__ASSUME_POSIX_CPU_TIMERS): Remove.
31058         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31059         [__NR_clock_getres]: Make code unconditional.
31060         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
31061         (clock_getcpuclockid): Remove code left unreachable by removal of
31062         conditionals.
31063         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
31064         code unconditional.
31065         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31066         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31067         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
31068         Make code unconditional.
31069         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31070         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31071         * sysdeps/unix/sysv/linux/clock_settime.c
31072         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
31073         conditional code.
31074         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
31075         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31076
31077 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
31078
31079         [BZ #14476]
31080         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
31081         scripts/test-installation.pl.
31082
31083         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
31084         and $ld_so_version if it is set.
31085
31086 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31087
31088         [BZ #14516]
31089         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
31090         failure if reading from procfs failed.
31091         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
31092
31093 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
31094
31095         * sysdeps/unix/sysv/linux/kernel-features.h
31096         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
31097         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31098         Remove conditional code.
31099         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31100         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
31101         Remove conditional code.
31102         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31103         * sysdeps/unix/sysv/linux/i386/fxstat.c
31104         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31105         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31106         * sysdeps/unix/sysv/linux/i386/fxstatat.c
31107         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31108         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31109         * sysdeps/unix/sysv/linux/i386/lxstat.c
31110         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31111         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31112         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
31113         Remove conditional code.
31114         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31115         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31116         Remove conditional code.
31117         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31118         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
31119         <kernel-features.h>.
31120         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
31121         Remove.
31122         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
31123         Remove conditional code.
31124         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31125         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
31126         Remove conditional.
31127
31128 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
31129
31130         [BZ #5400]
31131         * NEWS: Add fixed bug number.
31132
31133 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
31134
31135         [BZ #14519]
31136         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
31137         underflowing exponent in case of negative sign.
31138         * stdlib/tst-strtod-round-data: Add more tests.
31139         * stdlib/tst-strtod-round.c (tests): Regenerated.
31140
31141         [BZ #3479]
31142         * stdlib/strtod_l.c (NDIG): Remove.
31143         (HEXNDIG): Likewise.
31144         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
31145         smallest representable value.
31146         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
31147         lie within an exact representation of 1/2 ulp of the result.
31148         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
31149         unconditionally.
31150         (TENS_P9_IDX): Define unconditionally.
31151         (TENS_P9_SIZE): Likewise.
31152         (TENS_P10_IDX): Likewise.
31153         (TENS_P10_SIZE): Likewise.
31154         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
31155         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
31156         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
31157         entries for 10^2^13 and 10^2^14.
31158         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
31159         (TENS_P13_IDX): Define.
31160         (TENS_P13_SIZE): Likewise.
31161         (TENS_P14_IDX): Likewise.
31162         (TENS_P14_SIZE): Likewise.
31163         (_fpioconst_pow10): Change array size to
31164         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
31165         unconditional.
31166         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
31167         1024]: Add entries for 10^2^13 and 10^2^14.
31168         [LAST_POW10 > _LAST_POW10]: Remove #error.
31169         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
31170         (_fpioconst_pow10): Change array size to
31171         FPIOCONST_POW10_ARRAY_SIZE.
31172         * stdlib/gen-fpioconst.c: New file.
31173         * stdlib/gen-tst-strtod-round.c: Likewise.
31174         * stdlib/tst-strtod-round-data: Likewise.
31175         * stdlib/tst-strtod-round.c: Likewise.
31176         * stdlib/Makefile (tests): Add tst-strtod-round.
31177
31178         [BZ #14459]
31179         * stdlib/strtod_l.c: Include <stdint.h>.
31180         (NDEBUG): Do not define.
31181         (round_and_return): Change EXPONENT parameter to type intmax_t.
31182         Rearrange calculations to avoid internal overflow possibilities.
31183         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
31184         Rearrange calculations to avoid internal overflow possibilities.
31185         Assert that number fits inside MPNSIZE limbs.
31186         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
31187         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
31188         calculations and add assertions to avoid internal overflow
31189         possibilities.  Add casts to avoid signed/unsigned operations.
31190         * stdlib/tst-strtod-overflow.c: New file.
31191         * stdlib/Makefile (tests): Add tst-strtod-overflow.
31192
31193 2012-08-25  Marek Polacek  <polacek@redhat.com>
31194
31195         * time/time.h: Fix some typos in comments.
31196
31197 2012-08-23  Roland McGrath  <roland@hack.frob.com>
31198
31199         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
31200         * posix/tst-rfc3484-2.c: Likewise.
31201         * posix/tst-rfc3484-3.c: Likewise.
31202
31203 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
31204
31205         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
31206         (EF_ARM_ABI_FLOAT_HARD): Likewise.
31207
31208 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
31209
31210         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
31211         #include of fxstatat64.c.
31212
31213 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31214
31215         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
31216         * shadow/getspent_r.c: Likewise.
31217         * shadow/getspnam.c: Likewise.
31218         * shadow/getspnam_r.c: Likewise.
31219         * gshadow/getsgent.c: Likewise.
31220         * gshadow/getsgent_r.c: Likewise.
31221         * gshadow/getsgnam.c: Likewise.
31222         * gshadow/getsgnam_r.c: Likewise.
31223         * inet/getnetbyad.c: Likewise.
31224         * inet/getnetbyad_r.c: Likewise.
31225         * inet/getnetbynm.c: Likewise.
31226         * inet/getnetbynm_r.c: Likewise.
31227         * inet/getnetent.c: Likewise.
31228         * inet/getnetent_r.c: Likewise.
31229         * inet/getproto.c: Likewise.
31230         * inet/getproto_r.c: Likewise.
31231         * inet/getprtent.c: Likewise.
31232         * inet/getprtent_r.c: Likewise.
31233         * inet/getprtname.c: Likewise.
31234         * inet/getprtname_r.c: Likewise.
31235         * inet/getrpcbyname.c: Likewise.
31236         * inet/getrpcbyname_r.c: Likewise.
31237         * inet/getrpcbynumber.c: Likewise.
31238         * inet/getrpcbynumber_r.c: Likewise.
31239         * inet/getrpcent.c: Likewise.
31240         * inet/getrpcent_r.c: Likewise.
31241         * inet/getaliasent.c: Likewise.
31242         * inet/getaliasent_r.c: Likewise.
31243         * inet/getaliasname.c: Likewise.
31244         * inet/getaliasname_r.c: Likewise.
31245         * nscd/getgrgid_r.c: Likewise.
31246         * nscd/getgrnam_r.c: Likewise.
31247         * nscd/gethstbyad_r.c: Likewise.
31248         * nscd/gethstbynm3_r.c: Likewise.
31249         * nscd/getpwnam_r.c: Likewise.
31250         * nscd/getpwuid_r.c: Likewise.
31251         * nscd/getsrvbynm_r.c: Likewise.
31252         * nscd/getsrvbypt_r.c: Likewise.
31253         * nscd/gai.c: Likewise.
31254
31255         * configure.in (build_nscd): New substituted variable, set
31256         by --disable-build-nscd and defaults to $use_nscd.
31257         * configure: Regenerated.
31258         * config.make.in (build-nscd): New substituted variable.
31259         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
31260         Change conditional to require [$(build-nscd) = yes] as well.
31261         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
31262
31263         [BZ# 13696]
31264         * configure.in (use_nscd): New substituted variable, set by
31265         --disable-nscd.  If enabled, define USE_NSCD.
31266         * configure: Regenerated.
31267         * config.h.in: Add USE_NSCD.
31268         * config.make.in (use-nscd): New substituted variable.
31269         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
31270         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
31271         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
31272         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
31273         (CFLAGS-getgrnam_r.c): Likewise.
31274         (CFLAGS-initgroups.c): Likewise.
31275         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
31276         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
31277         Variables removed.
31278         * inet/getnetgrent_r.c
31279         (nscd_setnetgrent): New function, broken out of ...
31280         (setnetgrent): ... here.  Call it.
31281         (innetgr): Conditionalize nscd bits on [USE_NSCD].
31282         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
31283         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
31284         * nscd/Makefile (routines, aux): Move definitions after include of
31285         Makeconfig.  Conditionalize on [$(use-nscd) != no].
31286         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
31287         Conditionalize on [USE_NSCD].
31288         (is_nscd, nscd_init_cb): Likewise.
31289         (nss_load_library): Conditionalize init callback on [USE_NSCD].
31290         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
31291         * nss/nss_db/db-init.c: Likewise.
31292         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
31293         [USE_NSCD].
31294         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
31295         (make_request): Use it.
31296         (cache_valid_p): New function.
31297         (__check_pf): Use it.
31298         * NEWS: Add item for --disable-nscd.
31299
31300 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
31301
31302         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
31303         to support sed >= 4.2.1-20-ga9bf076.
31304         * configure: Regenerated.
31305
31306 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31307
31308         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
31309         Conditionalize whole body on [IREL].
31310
31311 2012-08-22  Jeff Law <law@redhat.com>
31312
31313         [BZ #14505]
31314         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
31315         if the family is PF_UNSPEC.
31316
31317 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
31318
31319         * Makerules (lib-version): Rename from V.
31320         (install-lib-nosubdir): Change V to lib-version.
31321
31322 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
31323
31324         [BZ #14252]
31325         * powerpc32/power6/wcschr.c: New file.
31326         * powerpc32/power6/wcscpy.c: New file.
31327         * powerpc32/power6/wcsrchr.c: New file.
31328         * powerpc64/power6/wcschr.c: New file.
31329         * powerpc64/power6/wcscpy.c: New file.
31330         * powerpc64/power6/wcsrchr.c: New file.
31331
31332 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31333
31334         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
31335         (two_way_short_needle): Use it.
31336         * string/strstr.c (AVAILABLE1_USES_J): Define.
31337         * string/strcasestr.c: Likewise.
31338
31339         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
31340         array references.
31341         * string/strcasestr.c (TOLOWER): Make side-effect safe.
31342
31343         [BZ #11607]
31344         * NEWS: Add an entry.
31345         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
31346         define their defaults.
31347         (two_way_short_needle): Detect end-of-string on-the-fly.
31348         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
31349         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
31350         * string/bug-strcasestr1.c: New test.
31351         * string/Makefile: Run it.
31352
31353 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31354
31355         [BZ #11607]
31356         * string/str-two-way.h (two_way_short_needle): Optimize matching of
31357         the first character.
31358
31359 2012-08-21  Roland McGrath  <roland@hack.frob.com>
31360
31361         * csu/elf-init.c (__libc_csu_irel): Function removed.
31362         * csu/libc-start.c (apply_irel): New function.
31363         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
31364
31365 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
31366
31367         * sysdeps/unix/sysv/linux/kernel-features.h
31368         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
31369         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31370         <kernel-features.h>.
31371         [__NR_fadvise64_64]: Make code unconditional.
31372         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
31373         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31374         !__NR_fadvise64_64)]: Likewise.
31375         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31376         !__NR_fadvise64_64))]: Likewise.
31377         [__NR_fadvise64]: Make code unconditional.
31378         [!__NR_fadvise64]: Remove conditional code.
31379         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
31380         <kernel-features.h>.
31381         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31382         unconditional.
31383         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31384         conditional code.
31385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
31386         not include <kernel-features.h>.
31387         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31388         unconditional.
31389         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31390         conditional code.
31391         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
31392         include <kernel-features.h>.
31393         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31394         unconditional.
31395         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31396         conditional code.
31397
31398 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
31399
31400         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
31401         slight instruction rearrangements per scrollpipe analysis.
31402         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
31403
31404 2012-08-20  Roland McGrath  <roland@hack.frob.com>
31405
31406         * manual/syslog.texi (syslog; vsyslog, closelog):
31407         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
31408         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
31409
31410         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
31411         DSOCAPS to match condition on defining it.
31412
31413 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
31414
31415         * sysdeps/unix/sysv/linux/kernel-features.h
31416         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
31417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
31418         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31419         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
31421         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31422         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
31424         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31425         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31426
31427         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
31428         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
31429
31430         * sysdeps/unix/sysv/linux/kernel-features.h
31431         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
31432         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
31433         unconditional.
31434         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31435         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
31436         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31437         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31438         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
31439         Make code unconditional.
31440         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31441         (__mmap64) [!__NR_mmap2]: Likewise.
31442         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
31443         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31444         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31445         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
31446         [__NR_mmap2]: Make code unconditional.
31447         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31448         (__mmap64) [!__NR_mmap2]: Likewise.
31449
31450 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31451
31452         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
31453
31454 2012-08-18  Andreas Jaeger  <aj@suse.de>
31455
31456         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
31457
31458 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31459
31460         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
31461         * include/unistd.h (__have_sock_cloexec): Likewise.
31462         (__have_pipe2): Likewise.
31463         (__have_dup3): Likewise.
31464
31465 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31466
31467         [BZ #9685]
31468         * include/unistd.h (__have_pipe2): Change define into an extern int.
31469         (__have_dup3): Likewise.
31470         * socket/have_sock_cloexec.c: Include fcntl.h.
31471         (__have_pipe2): New variable.
31472         (__have_dup3): Likewise.
31473
31474 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
31475
31476         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
31477
31478 2012-08-17  Marek Polacek  <polacek@redhat.com>
31479
31480         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
31481         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
31482
31483 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31484
31485         * configure.in: Add AC_SUBST for sysheaders.
31486         * configure: Regenerated.
31487         * config.make.in (sysheaders): New substituted variable.
31488
31489         * sysdeps/unix/mkfifo.c: Moved ...
31490         * sysdeps/posix/mkfifo.c: ... here.
31491         * sysdeps/unix/mkfifoat.c: Moved ...
31492         * sysdeps/posix/mkfifoat.c: ... here.
31493
31494         * sysdeps/unix/utime.c: Moved ...
31495         * sysdeps/posix/utime.c: ... here.
31496
31497         * sysdeps/unix/time.c: Moved ...
31498         * sysdeps/posix/time.c: ... here.
31499         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
31500         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
31501
31502         * sysdeps/unix/nice.c: Moved ...
31503         * sysdeps/posix/nice.c: ... here.
31504
31505         * sysdeps/unix/alarm.c: Moved ...
31506         * sysdeps/posix/alarm.c: ... here.
31507
31508         * intl/Makefile ($(codeset_mo)): Depend on the input file.
31509
31510 2012-08-17  Jeff Law <law@redhat.com>
31511
31512         * intl/Makefile (codeset_mo): New variable.
31513         ($(codeset_mo)): New target.
31514         (tst-codeset.out): Depend on that.  Remove explicit rule.
31515         (tst-gettext3.out, tst-gettext5.out): Likewise.
31516         (LOCPATH-ENV, tst-codeset-ENV): New variables.
31517         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
31518         * intl/tst-codeset.sh: Remove.
31519         * intl/tst-gettext3.sh: Likewise.
31520         * intl/tst-gettext5.sh: Likewise.
31521
31522 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31523
31524         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
31525         * sysdeps/unix/syscalls.list: ... here.
31526
31527         * sysdeps/posix/getaddrinfo.c
31528         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
31529         (gaiconf_init, gaiconf_reload): Use them.
31530         [!_STATBUF_ST_NSEC]
31531         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
31532         Define using time_t rather than struct timespec.
31533
31534         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
31535         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
31536         Macros removed.
31537         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
31538         [!NO_THREADS].
31539         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
31540         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
31541         Likewise.
31542
31543         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
31544         __libc_cleanup_push argument.
31545
31546         * bits/param.h: New file.
31547         * misc/sys/param.h: New file.
31548         * include/sys/param.h: New file.
31549         * misc/Makefile (headers): Add bits/param.h.
31550         * sysdeps/generic/sys/param.h: File removed.
31551         * sysdeps/unix/sysv/linux/bits/param.h: New file.
31552         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
31553         * sysdeps/mach/hurd/bits/param.h: New file.
31554         * sysdeps/mach/hurd/sys/param.h: File removed.
31555
31556         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
31557         last change.
31558
31559         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
31560         [_IO_MTSAFE_IO].
31561         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
31562         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
31563         New macros.
31564
31565         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
31566         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
31567         rather than -D_IO_MTSAFE_IO conditionally.
31568         * stdio-common/Makefile (CPPFLAGS): Likewise.
31569         * wcsmbs/Makefile (CPPFLAGS): Likewise.
31570         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
31571         Use $(libio-mtsafe).
31572         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
31573         of -D_IO_MTSAFE_IO.
31574         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
31575         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
31576         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
31577         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
31578         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
31579         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
31580         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
31581         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
31582         (CFLAGS-fread_u_chk.c): Likewise.
31583         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
31584         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
31585         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
31586         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
31587         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
31588         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
31589         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
31590         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
31591         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
31592
31593         * libio/Makefile: Test [$(libc-reentrant) = yes]
31594         instead of [$(filter %REENTRANT, $(defines)) nonempty].
31595
31596         * Makeconfig
31597         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
31598         * sysdeps/pthread/configure: File removed.
31599         * sysdeps/pthread/Makeconfig: New file.
31600         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
31601         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
31602
31603 2012-08-16  Gary Benson  <gbenson@redhat.com>
31604
31605         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
31606         unmapping the first object in a namespace.
31607
31608 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31609
31610         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
31611         (__internal_setnetgrent): ... this.  Add internal_function to
31612         definition.  Add libc_hidden_def.
31613         (setnetgrent): Update caller.
31614         (internal_endnetgrent): Renamed to ...
31615         (__internal_endnetgrent): ... this.  Add internal_function to
31616         definition.  Add libc_hidden_def.
31617         (endnetgrent): Update caller.
31618         (internal_getnetgrent_r): Renamed to ...
31619         (__internal_getnetgrent_r): ... this.  Add internal_function to
31620         definition.  Add libc_hidden_def.
31621         (__getnetgrent_r): Update caller.
31622         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
31623
31624 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31625
31626         * stdlib/longlong.h: Update from GCC.
31627
31628 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31629
31630         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
31631         on _QL, which is set by umul_ppmm but never used.
31632         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
31633         variables, which are set by GMP macros but never used.
31634         * stdio-common/_itowa.c (_itowa): Likewise.
31635         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
31636         * stdlib/mod_1.c (mpn_mod_1): Likewise.
31637
31638 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
31639
31640         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
31641         struct La_sh_regs is not constant.
31642         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
31643         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
31644         and struct La_sparc64_regs are not constant.
31645
31646 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31647
31648         * sysdeps/unix/sysv/linux/kernel-features.h
31649         (__ASSUME_POSIX_TIMERS): Remove.
31650         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31651         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31652         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
31653         Make code unconditional.
31654         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31655         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
31656         Make code unconditional.
31657         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31658         * sysdeps/unix/sysv/linux/clock_nanosleep.c
31659         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
31660         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31661         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
31662         Make code unconditional.
31663         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31664         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
31665         (__libc_missing_posix_timers): Remove.
31666
31667 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31668
31669         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
31670         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
31671
31672         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
31673
31674         * elf/dl-sym.c: Include <stdlib.h>.
31675
31676         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
31677         constants, which avoids warnings in 32-bit builds.
31678
31679         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
31680         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
31681
31682         * misc/lseek.c: File moved to ...
31683         * io/lseek.c: ... here.
31684
31685         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
31686
31687         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
31688         shifting LEN more than 31 bits at once.
31689
31690 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31691
31692         [BZ #14195]
31693         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
31694         segmentation fault for a case of two empty input strings.
31695         * string/test-strncasecmp.c (check1): Renamed to...
31696         (bz12205): ...this.
31697         (bz14195): Add new testcase for two empty input strings and N > 0.
31698         (test_main): Call new testcase, adapt for renamed function.
31699
31700 2012-08-15  Andreas Jaeger  <aj@suse.de>
31701
31702         [BZ #14090]
31703         * crypt/md5test2.c: New test, based on test supplied by Serge
31704         Belyshev <belyshev@depni.sinp.msu.ru>.
31705         * crypt/Makefile (xtests): Add md5test-giant..
31706         * crypt/Makefile ($(objpfx)md5test-giant): Add.
31707
31708 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31709
31710         [BZ #14090]
31711         * crypt/md5.c (md5_process_block): Don't assume the buffer
31712         length is less than 2**32.
31713         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
31714         length is less than 2**64.
31715
31716 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31717
31718         * string/str-two-way.h: Include <sys/param.h>.
31719         (MAX): Macro removed.
31720
31721         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
31722         Move #define and #undef of memmove to just before and after
31723         including <string.h>.
31724
31725         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
31726         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
31727         and after including <string.h>.  Move declarations of
31728         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
31729         to before #include "string/memmove.c".
31730
31731         * include/dirent.h: Declare __getdirentries.
31732
31733         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
31734         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
31735
31736 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
31737
31738         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
31739         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
31740         * sysdeps/i386/configure: Regenerated.
31741         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
31742         STABS_CURRENT_FILE, and STABS_FUN.
31743         (END): Remove call to STABS_FUN_END.
31744         (STABS_CURRENT_FILE1): Delete.
31745         (STABS_CURRENT_FILE): Likewise.
31746         (STABS_FUN): Likewise.
31747         (STABS_FUN_END): Likewise.
31748         (STABS_FUN2): Likewise.
31749         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
31750         * sysdeps/x86_64/configure: Regenerated.
31751
31752 2012-08-14  Roland McGrath  <roland@hack.frob.com>
31753
31754         * elf/dl-open.c: Include <atomic.h>.
31755         * elf/dl-lookup.c: Likewise.
31756
31757 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
31758
31759         * sysdeps/unix/sysv/linux/kernel-features.h
31760         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
31761         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
31762         unconditionally.
31763         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
31764         unconditionally.
31765         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
31766         condition on __ASSUME_CLONE_THREAD_FLAGS.
31767
31768 2012-08-14  Andreas Jaeger  <aj@suse.de>
31769
31770         * sysdeps/i386/fpu/libm-test-ulps: Update.
31771
31772 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
31773
31774         * include/atomic.h (atomic_exchange_and_add): Split into ...
31775         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
31776         New atomic macros.
31777
31778 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
31779
31780         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31781
31782 2012-08-13  Jeff Law <law@redhat.com>
31783
31784         * manual/stdio.texi (snprintf): Clarify handling of the trailing
31785         null byte in the output string.
31786
31787 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
31788
31789         * sysdeps/unix/sysv/linux/kernel-features.h
31790         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
31791         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
31792         (__ASSUME_ARG_MAX_STACK_BASED): Define.
31793         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
31794         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
31795         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
31796         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
31797
31798 2012-08-09  Jeff Law <law@redhat.com>
31799
31800         [BZ #13939]
31801         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
31802         When avoid_arena is set, don't retry in the that arena.  Pick the
31803         next one, whatever it might be.
31804         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
31805         (arena_lock): Pass in new parameter to arena_get2.
31806         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
31807         arena_get2.
31808         (__libc_malloc): Unify retrying after main arena failure with
31809         __libc_memalign version.
31810         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
31811
31812 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
31813
31814         [BZ #14166]
31815         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
31816         to __redirect_strstr.
31817         (__strstr_sse42): Use typeof __redirect_strstr.
31818         (__strstr_ia32): Likewise.
31819         (__libc_strstr): New prototype.
31820         (strstr): Renamed to ...
31821         (__libc_strstr): This.
31822         (strstr): New strong alias of __libc_strstr.
31823         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
31824         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
31825         __redirect_time.
31826         Include <time.h>.
31827         (__libc_time): New prototype.
31828         (time_ifunc): Replace time with __libc_time.
31829         (time): New strong alias and hidden definition of __libc_time.
31830         (__GI_time): Remove strong alias.
31831         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
31832         Include <stddef.h>.
31833         (memmove): Redefined to __redirect_memmove.
31834         (__memmove_sse2): Use typeof __redirect_memmove.
31835         (__memmove_ssse3): Likewise.
31836         (__memmove_ssse3_back): Likewise.
31837         (__libc_memmove): New prototype.
31838         (memmove): Renamed to ...
31839         (__libc_memmove): This.
31840         (memmove): New strong alias of __libc_memmove.
31841
31842 2012-08-08  Mark Salter  <msalter@redhat.com>
31843
31844         * elf/elf.h
31845         (R_MN10300_TLS_GD): Define.
31846         (R_MN10300_TLS_LD): Likewise.
31847         (R_MN10300_TLS_LDO): Likewise.
31848         (R_MN10300_TLS_GOTIE): Likewise.
31849         (R_MN10300_TLS_IE): Likewise.
31850         (R_MN10300_TLS_LE): Likewise.
31851         (R_MN10300_TLS_DTPMOD): Likewise.
31852         (R_MN10300_TLS_DTPOFF): Likewise.
31853         (R_MN10300_TLS_TPOFF): Likewise.
31854         (R_MN10300_SYM_DIFF): Likewise.
31855         (R_MN10300_ALIGN): Likewise.
31856         (R_MN10300_NUM): Update.
31857
31858 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
31859
31860         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
31861         Remove.
31862
31863 2012-08-08  Roland McGrath  <roland@hack.frob.com>
31864
31865         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
31866
31867         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
31868         sysdeps/unix -> sysdeps/posix move.
31869         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
31870
31871 2012-08-07      Allan McRae     <allan@archlinux.org>
31872
31873         [BZ #14303]
31874         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
31875         (SUNOS_CPP): Likewise.
31876         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
31877         not found.
31878         (open_input): Call CPP using execvp.
31879
31880 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
31881
31882         * sysdeps/unix/sysv/linux/kernel-features.h
31883         (__ASSUME_PROT_GROWSUPDOWN): Remove.
31884         (__ASSUME_NO_CLONE_DETACHED): Likewise.
31885         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
31886         (__ASSUME_WAITID_SYSCALL): Likewise.
31887         * sysdeps/unix/sysv/linux/dl-execstack.c
31888         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
31889         code unconditional.
31890         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
31891         conditional code.
31892         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
31893         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
31894         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
31895         code.
31896         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
31897         unconditional.
31898         [__ASSUME_WAITID_SYSCALL]: Likewise.
31899         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
31900
31901 2012-08-07  Roland McGrath  <roland@hack.frob.com>
31902
31903         * sysdeps/unix/closedir.c: Renamed to ...
31904         * sysdeps/posix/closedir.c: ... here.
31905         * sysdeps/unix/dirfd.c: Renamed to ...
31906         * sysdeps/posix/dirfd.c: ... here.
31907         * sysdeps/unix/dirstream.h: Renamed to ...
31908         * sysdeps/posix/dirstream.h: ... here.
31909         * sysdeps/unix/fdopendir.c: Renamed to ...
31910         * sysdeps/posix/fdopendir.c: ... here.
31911         * sysdeps/unix/opendir.c: Renamed to ...
31912         * sysdeps/posix/opendir.c: ... here.
31913         * sysdeps/unix/readdir.c: Renamed to ...
31914         * sysdeps/posix/readdir.c: ... here.
31915         * sysdeps/unix/readdir_r.c: Renamed to ...
31916         * sysdeps/posix/readdir_r.c: ... here.
31917         * sysdeps/unix/rewinddir.c: Renamed to ...
31918         * sysdeps/posix/rewinddir.c: ... here.
31919         * sysdeps/unix/seekdir.c: Renamed to ...
31920         * sysdeps/posix/seekdir.c: ... here.
31921         * sysdeps/unix/telldir.c: Renamed to ...
31922         * sysdeps/posix/telldir.c: ... here.
31923         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
31924         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
31925         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
31926         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
31927
31928         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
31929         * bits/fcntl.h: ... here.
31930
31931         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
31932         not 0.
31933         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
31934         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
31935         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
31936         (struct flock): Move l_start, l_len to the beginning.
31937         Use __pid_t for l_pid.
31938         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
31939         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
31940         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
31941         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
31942         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
31943         [__USE_LARGEFILE64] (struct flock64): New type.
31944         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
31945
31946         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
31947         * bits/dirent.h: ... here.
31948
31949         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
31950         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
31951
31952 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
31953
31954         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
31955         Change from 2.6.0 to 2.6.16.
31956         * sysdeps/unix/sysv/linux/configure: Regenerated.
31957         * sysdeps/unix/sysv/linux/kernel-features.h
31958         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
31959         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
31960         version.
31961         (__ASSUME_UTIMES): Likewise.
31962         (__ASSUME_CLONE_STOPPED): Remove.
31963         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
31964         architectures, not kernel version.
31965         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
31966         (__ASSUME_NO_CLONE_DETACHED): Likewise.
31967         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
31968         (__ASSUME_WAITID_SYSCALL): Likewise.
31969         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
31970         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
31971         * README: State 2.6.16 as minimum Linux kernel version.  Do not
31972         refer to older versions.
31973
31974 2012-08-06  Roland McGrath  <roland@hack.frob.com>
31975
31976         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
31977         Define alphasort64 as an alias.
31978         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
31979         Define versionsort64 as an alias.
31980         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
31981         Define scandir64 as an alias.
31982         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
31983         Define scandirat64 as an alias.
31984         * dirent/alphasort64.c (alphasort64):
31985         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
31986         * dirent/versionsort64.c: Likewise.
31987         * dirent/scandir64.c: Likewise.
31988         * dirent/scandirat64.c: Likewise.
31989         * sysdeps/wordsize-64/alphasort.c: File removed.
31990         * sysdeps/wordsize-64/alphasort64.c: File removed.
31991         * sysdeps/wordsize-64/scandir.c: File removed.
31992         * sysdeps/wordsize-64/scandir64.c: File removed.
31993         * sysdeps/wordsize-64/scandirat.c: File removed.
31994         * sysdeps/wordsize-64/scandirat64.c: File removed.
31995         * sysdeps/wordsize-64/versionsort.c: File removed.
31996         * sysdeps/wordsize-64/versionsort64.c: File removed.
31997         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
31998         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
31999         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
32000         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
32001         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
32002         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
32003         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
32004         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
32005
32006         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
32007         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32008         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
32009         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32010         [defined __arch64__ || defined __sparcv9]
32011         (__INO_T_MATCHES_INO64_T): New macro.
32012         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32013         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
32014         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
32015         * sysdeps/unix/sysv/linux/bits/dirent.h
32016         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
32017         (_DIRENT_MATCHES_DIRENT64): New macro.
32018
32019         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
32020         Define lockf64 as an alias.
32021         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
32022         Define fseeko64 as an alias.
32023         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
32024         Define ftello64 as an alias.
32025         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
32026         Define _IO_fgetpos64 and fgetpos64 as aliases.
32027         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
32028         Define _IO_fsetpos64 and fsetpos64 as aliases.
32029         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
32030         Conditionalize body on this.
32031         * libio/fseeko64.c: Likewise.
32032         * libio/ftello64.c: Likewise.
32033         * libio/iofgetpos64.c: Likewise.
32034         * libio/iofsetpos64.c: Likewise.
32035         * sysdeps/wordsize-64/lockf.c: File removed.
32036         * sysdeps/wordsize-64/lockf64.c: File removed.
32037         * sysdeps/wordsize-64/fseeko.c: File removed.
32038         * sysdeps/wordsize-64/fseeko64.c: File removed.
32039         * sysdeps/wordsize-64/ftello.c: File removed.
32040         * sysdeps/wordsize-64/ftello64.c: File removed.
32041         * sysdeps/wordsize-64/iofgetpos.c: File removed.
32042         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
32043         * sysdeps/wordsize-64/iofsetpos.c: File removed.
32044         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
32045         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
32046         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
32047         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
32048         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
32049         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
32050         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
32051         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
32052         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
32053         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
32054         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
32055
32056         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32057         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32058         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
32059         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32060         [defined __arch64__ || defined __sparcv9]
32061         (__OFF_T_MATCHES_OFF64_T): New macro.
32062         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32063         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32064         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
32065         (__OFF_T_MATCHES_OFF64_T): New macro.
32066
32067 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
32068
32069         * stdlib/secure-getenv.c (__secure_getenv): Replace
32070         GLIBC_2_16 with GLIBC_2_17.
32071
32072 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
32073
32074         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
32075         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
32076
32077 2012-08-03  David S. Miller  <davem@davemloft.net>
32078
32079         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32080
32081 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
32082
32083         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
32084         Remove.
32085         (__ASSUME_CORRECT_SI_PID): Likewise.
32086         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
32087         (__ASSUME_TMPFS_NAME): Likewise.
32088         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
32089         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
32090         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
32091         (HAVE_AUX_SECURE): Make definition unconditional.
32092         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
32093         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
32094
32095 2012-08-03  Roland McGrath  <roland@hack.frob.com>
32096
32097         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
32098         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
32099         * sysdeps/mach/hurd/eloop-threshold.h: New file.
32100         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
32101         __eloop_threshold instead of SYMLOOP_MAX.
32102
32103         * sysdeps/generic/eloop-threshold.h: New file.
32104         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
32105         of MAXSYMLINKS.
32106         * elf/chroot_canon.c (chroot_canon): Likewise.
32107
32108 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
32109
32110         [BZ #13717]
32111         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32112         Change to 2.6.0 everywhere.
32113         * sysdeps/unix/sysv/linux/configure: Regenerated.
32114         * sysdeps/unix/sysv/linux/kernel-features.h
32115         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
32116         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
32117         kernel versions.
32118         (__ASSUME_POSIX_TIMERS): Define unconditionally.
32119         (__ASSUME_FUTEX_REQUEUE): Remove.
32120         (__ASSUME_STATFS64): Define unconditionally.
32121         (__ASSUME_AT_SECURE): Likewise.
32122         (__ASSUME_CORRECT_SI_PID): Likewise.
32123         (__ASSUME_TGKILL): Define without depending on kernel version for
32124         i386.
32125         (__ASSUME_UTIMES): Likewise.
32126         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
32127         kernel version.
32128         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
32129         (__ASSUME_TMPFS_NAME): Likewise.
32130         * README: Update reference to Linux kernel versions.
32131
32132 2012-08-02  Marek Polacek  <polacek@redhat.com>
32133
32134         [BZ# 14150]
32135         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
32136         libc_cv_asm_type_prefix with %.
32137         * configure: Regenerated.
32138         * include/libc-symbols.h: Remove comment about
32139         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
32140         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
32141         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
32142         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
32143         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
32144         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
32145         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
32146         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
32147         * elf/tst-unique2mod1.c: Likewise.
32148         * elf/tst-unique1mod2.c: Likewise.
32149         * elf/tst-unique1mod1.c: Likewise.
32150         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
32151         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
32152         Replace ASM_TYPE_DIRECTIVE with .type.
32153         * sysdeps/s390/s390-64/sysdep.h: Likewise.
32154         * sysdeps/i386/sysdep.h: Likewise.
32155         * sysdeps/x86_64/sysdep.h: Likewise.
32156         * sysdeps/sh/sysdep.h: Likewise.
32157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
32158         Do not define ASM_TYPE_DIRECTIVE.
32159         * sysdeps/powerpc/sysdep.h: Likewise.
32160         * sysdeps/powerpc/powerpc32/sysdep.h:
32161         Replace ASM_TYPE_DIRECTIVE with .type.
32162         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
32163         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
32164         * sysdeps/i386/fpu/e_powf.S: Likewise.
32165         * sysdeps/i386/fpu/e_expl.S: Likewise.
32166         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
32167         * sysdeps/i386/fpu/e_acosh.S: Likewise.
32168         * sysdeps/i386/fpu/e_pow.S: Likewise.
32169         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
32170         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
32171         * sysdeps/i386/fpu/s_expm1.S: Likewise.
32172         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
32173         * sysdeps/i386/fpu/e_log2.S: Likewise.
32174         * sysdeps/i386/fpu/e_log2l.S: Likewise.
32175         * sysdeps/i386/fpu/e_scalb.S: Likewise.
32176         * sysdeps/i386/fpu/e_powl.S: Likewise.
32177         * sysdeps/i386/fpu/e_log10f.S: Likewise.
32178         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
32179         * sysdeps/i386/fpu/e_logl.S: Likewise.
32180         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
32181         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
32182         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
32183         * sysdeps/i386/fpu/e_log2f.S: Likewise.
32184         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
32185         * sysdeps/i386/fpu/e_log.S: Likewise.
32186         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
32187         * sysdeps/i386/fpu/e_logf.S: Likewise.
32188         * sysdeps/i386/fpu/e_log10l.S: Likewise.
32189         * sysdeps/i386/fpu/e_atanh.S: Likewise.
32190         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
32191         * sysdeps/i386/fpu/e_log10.S: Likewise.
32192         * sysdeps/i386/fpu/s_frexp.S: Likewise.
32193         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
32194         * sysdeps/i386/fpu/s_asinh.S: Likewise.
32195         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
32196         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
32197         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
32198         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
32199         * sysdeps/i386/i686/strtok.S: Likewise.
32200         * sysdeps/i386/i386-mcount.S: Likewise.
32201         * sysdeps/i386/strtok.S: Likewise.
32202         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
32203         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
32204         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
32205         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
32206         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
32207         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
32208         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
32209         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
32210         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
32211         * sysdeps/x86_64/_mcount.S: Likewise.
32212         * sysdeps/x86_64/strtok.S: Likewise.
32213         * sysdeps/sh/_mcount.S: Likewise.
32214
32215 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32216
32217         * libio/iofopen.c: Include <fcntl.h>.
32218         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
32219         (_IO_fopen64, fopen64): Define as aliases.
32220         * libio/iofopen64.c: Include <fcntl.h>.
32221         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
32222         Conditionalize body on this.
32223         * sysdeps/wordsize-64/iofopen.c: File removed.
32224         * sysdeps/wordsize-64/iofopen64.c: File removed.
32225
32226 2012-08-01  Marek Polacek  <polacek@redhat.com>
32227
32228         * libc/Makeconfig: Use elf in place of binfmt-subdir.
32229         Use dlfcn directly instead of a variable.
32230         (binfmt-subdir): Do not define.
32231         (dlfcn): Likewise.
32232
32233 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
32234
32235         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
32236         Remove all definitions.
32237         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
32238         <kernel-features.h>.
32239         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32240         (miss_F_GETOWN_EX): Remove all definitions.
32241         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
32242         macro definition.
32243         [!__ASSUME_FCNTL64]: Remove conditional code.
32244         [__ASSUME_FCNTL64]: Make code unconditional.
32245         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
32246         <kernel-features.h>.
32247         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32248         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
32249         (lockf64) [__NR_fcntl64]: Make code unconditional.
32250         (lockf64) [__ASSUME_FCNTL64]: Likewise.
32251
32252         * sysdeps/unix/sysv/linux/kernel-features.h
32253         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
32254         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
32255         Make code unconditional.
32256         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32257         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
32259         [__NR_vfork]: Make code unconditional.
32260         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32261         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
32263         [__NR_vfork]: Make code unconditional.
32264         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32265         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32266
32267 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32268
32269         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
32270         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
32271
32272         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32273         Define mkstemp64 as an alias.
32274         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32275         Define mkstemps64 as an alias.
32276         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32277         Define mkostemp64 as an alias.
32278         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32279         Define mkostemps64 as an alias.
32280         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
32281         Conditionalize body on this.
32282         * misc/mkostemp64.c: Likewise.
32283         * misc/mkostemps64.c: Likewise.
32284         * misc/mkstemps64.c: Likewise.
32285         * sysdeps/wordsize-64/mkstemp64.c: File removed.
32286         * sysdeps/wordsize-64/mkostemp64.c: File removed.
32287         * sysdeps/wordsize-64/mkostemp.c: File removed.
32288         * sysdeps/wordsize-64/mkstemp.c: File removed.
32289         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
32290         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
32291         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
32292         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
32293
32294         [BZ #14138]
32295         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
32296         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
32297         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
32298         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
32299
32300         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
32301         compat_symbol macros from <shlib-compat.h> rather than the underlying
32302         default_symbol_version and symbol_version macros, so that DEFAULT
32303         lines in shlib-versions are respected.
32304         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
32305
32306 2012-08-01  Florian Weimer  <fweimer@redhat.com>
32307
32308         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
32309         Declare with warn_unused_result.
32310         (setgid, setregid, setegid, setresgid): Likewise.
32311         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
32312         Likewise.
32313         * WUR-REPORT: Remove set*id functions.
32314
32315 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
32316
32317         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
32318
32319 2012-07-31  Roland McGrath  <roland@hack.frob.com>
32320
32321         [BZ #10191]
32322         * include/sys/socket.h (__libc_accept, __libc_accept4):
32323         Add attribute_hidden.
32324         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
32325
32326         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
32327         use of PTR_MANGLE.
32328         * inet/getnetgrent_r.c (setup): Likewise.
32329
32330         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
32331
32332 2012-07-31  David S. Miller  <davem@davemloft.net>
32333
32334         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32335
32336 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
32337
32338         [BZ #13629]
32339         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
32340         value between 1.0 and 2.0 and smaller part has absolute value less
32341         than 1.0.
32342         * math/s_clog10.c (__clog10): Likewise.
32343         * math/s_clog10f.c (__clog10f): Likewise.
32344         * math/s_clog10l.c (__clog10l): Likewise.
32345         * math/s_clogf.c (__clogf): Likewise.
32346         * math/s_clogl.c (__clogl): Likewise.
32347         * math/libm-test.inc (clog_test): Add more tests.
32348         (clog10_test): Likewise.
32349         * sysdeps/i386/fpu/libm-test-ulps: Update.
32350         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32351
32352 2012-07-31  Florian Weimer  <fweimer@redhat.com>
32353
32354         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
32355         Exit with zero in case no suitable GID is found, and write a
32356         message to standard error.
32357
32358 2012-07-30  Roland McGrath  <roland@hack.frob.com>
32359
32360         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
32361         rather than to 1.
32362         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
32363         (MAXPATHLEN): Removed.
32364         (NOGROUP, NODEV): New macros.
32365         (setbit, clrbit, isset, isclr): New macros.
32366         (howmany, roundup, powerof2): New macros.
32367         (DEV_BSIZE): New macro.
32368
32369         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
32370         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
32371
32372         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
32373         definition on [!__NO_LONG_DOUBLE_MATH].
32374
32375         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
32376         PTR_MANGLE and PTR_DEMANGLE.
32377
32378         * socket/accept4.c (accept4): Rename to __libc_accept4.
32379         Define accept4 as a weak alias.
32380
32381         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
32382         on [_DIRENT_HAVE_D_TYPE].
32383         * io/ftw.c (ftw_dir): Likewise.
32384
32385         * io/xmknod.c (__xmknod): Don't check PATH for being null.
32386
32387         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
32388
32389         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
32390         Use the BSD numbers rather than the arbitrary ones we had.
32391         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
32392         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
32393         (SIGXCPU, SIGXFSZ): New macros.
32394         (_NSIG): Now 32.
32395
32396         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
32397         initializer on [_LIBC_REENTRANT].
32398
32399         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
32400         definitions inside [_POSIX_MAPPED_FILES].
32401
32402         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
32403
32404         * dirent/opendir.c: Include <fcntl.h>.
32405
32406         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
32407         (__libc_getspecific): Likewise.
32408         (__libc_key_create): Likewise.
32409
32410         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
32411         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
32412         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
32413         (tmpfile64): Define as alias.
32414         * sysdeps/wordsize-64/tmpfile.c: File removed.
32415         * sysdeps/wordsize-64/tmpfile64.c: File removed.
32416         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
32417         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
32418
32419         * stdio-common/vfscanf.c: Include <stdbool.h>.
32420         * nss/makedb.c: Likewise.
32421         * stdio-common/_i18n_number.h: Likewise.
32422         * argp/argp-help.c: Likewise.
32423         * posix/wordexp.c: Likewise.
32424         * sysdeps/posix/spawni.c: Likewise.
32425         * nss/nss_files/files-initgroups.c: Likewise.
32426         * stdio-common/reg-modifier.c: Include <stdlib.h>.
32427         * nss/nss_files/files-initgroups.c: Likewise.
32428         * nss/nss_db/db-netgrp.c: Likewise.
32429         * nss/nss_db/db-initgroups.c: Likewise.
32430         * io/fchmodat.c: Include <sys/stat.h>.
32431
32432         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
32433         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
32434
32435         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
32436         [HAVE_MMAP].
32437
32438         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
32439         Add multiple inclusion protection.
32440
32441 2012-07-27  David S. Miller  <davem@davemloft.net>
32442
32443         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32444
32445 2012-07-27  Gary Benson  <gbenson@redhat.com>
32446
32447         [BZ #14298]
32448         * elf/rtld.c: Include <stap-probe.h>.
32449         (dl_main): Added static probes "init_start" and "init_complete".
32450         * elf/dl-load.c: Include <stap-probe.h>.
32451         (lose): Take new parameter "nsid".
32452         Added static probe "map_failed".
32453         (_dl_map_object_from_fd): Pass namespace id to lose.
32454         Added static probe "map_start".
32455         (open_verify): Pass namespace id to lose.
32456         * elf/dl-open.c: Include <stap-probe.h>.
32457         (dl_open_worker) Added static probes "map_complete", "reloc_start"
32458         and "reloc_complete".
32459         * elf/dl-close.c: Include <stap-probe.h>.
32460         (_dl_close_worker): Added static probes "unmap_start" and
32461         "unmap_complete".
32462         * elf/rtld-debugger-interface.txt: New file documenting the above.
32463
32464 2012-07-26  Roland McGrath  <roland@hack.frob.com>
32465
32466         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
32467         rather than a string variable.
32468         * sunrpc/rpc_main.c (h_output): Likewise.
32469         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
32470
32471 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
32472
32473         * inet/check_native.c: New file.
32474
32475 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
32476
32477         [BZ #13629]
32478         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
32479         if larger part has absolute value 1.0.
32480         * math/s_clog10.c (__clog10): Likewise.
32481         * math/s_clog10f.c (__clog10f): Likewise.
32482         * math/s_clog10l.c (__clog10l): Likewise.
32483         * math/s_clogf.c (__clogf): Likewise.
32484         * math/s_clogl.c (__clogl): Likewise.
32485         * math/libm-test.inc (clog_test): Add more tests.
32486         (clog10_test): Likewise.
32487         * sysdeps/i386/fpu/libm-test-ulps: Update.
32488         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32489
32490         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
32491         (pltexit): Likewise.
32492         (La_regs): Likewise.
32493         (La_retval): Likewise.
32494         (int_retval): Likewise.
32495         Update #error for removed macros to refer only to definitions in
32496         tst-audit.h.
32497         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
32498         macro.
32499         (pltexit): Likewise.
32500         (La_regs): Likewise.
32501         (La_retval): Likewise.
32502         (int_retval): Likewise.
32503         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
32504         macro.
32505         (pltexit): Likewise.
32506         (La_regs): Likewise.
32507         (La_retval): Likewise.
32508         (int_retval): Likewise.
32509         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
32510         macro.
32511         (pltexit): Likewise.
32512         (La_regs): Likewise.
32513         (La_retval): Likewise.
32514         (int_retval): Likewise.
32515         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
32516         macro.
32517         (pltexit): Likewise.
32518         (La_regs): Likewise.
32519         (La_retval): Likewise.
32520         (int_retval): Likewise.
32521         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
32522         macro.
32523         (pltexit): Likewise.
32524         (La_regs): Likewise.
32525         (La_retval): Likewise.
32526         (int_retval): Likewise.
32527         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
32528         macro.
32529         (pltexit): Likewise.
32530         (La_regs): Likewise.
32531         (La_retval): Likewise.
32532         (int_retval): Likewise.
32533         * sysdeps/generic/tst-audit.h: Update comment to refer only to
32534         macro definitions in tst-audit.h.
32535         * sysdeps/i386/tst-audit.h: New file.
32536         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
32537         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
32538         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
32539         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
32540         * sysdeps/sh/tst-audit.h: Likewise.
32541         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
32542         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
32543         * sysdeps/x86_64/tst-audit.h: Likewise.
32544
32545 2012-07-26  Andreas Jaeger  <aj@suse.de>
32546
32547         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
32548         ptrace.
32549
32550         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
32551         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
32552         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
32553         PTRACE_O_MASK.
32554         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
32555         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
32556         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
32557
32558         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
32559         value.
32560
32561         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
32562         _sigsys.
32563         (si_call_addr, si_syscall, si_arch): Define new macro.
32564         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
32565         _sigsys.
32566         (si_call_addr, si_syscall, si_arch): Define new marcro.
32567         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
32568         _sigsys.
32569         (si_call_addr, si_syscall, si_arch): Define new macro.
32570         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
32571         _sigsys.
32572         (si_call_addr, si_syscall, si_arch): Define new macro.
32573
32574 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32575
32576         [BZ #13717]
32577         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32578         Change to 2.4.21 where previously 2.4.1.
32579         * sysdeps/unix/sysv/linux/configure: Regenerated.
32580         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
32581         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
32582         Linux kernel version.
32583         (__ASSUME_STD_AUXV): Remove.
32584         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
32585         kernel version.
32586         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
32587         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
32588         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
32589         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
32590         (__ASSUME_NETLINK_SUPPORT): Likewise.
32591         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
32592         (__no_netlink_support): Remove conditional definition.
32593         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
32594         Remove.
32595         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32596         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
32597         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
32598         (if_nameindex_ioctl): Remove.
32599         (if_nameindex_netlink): Do not handle __no_netlink_support.
32600         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32601         code.
32602         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
32603         Remove conditional code.
32604         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32605         code.
32606         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
32607         unconditional.
32608         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32609         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
32610         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
32611         Remove.
32612         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
32613         [!__ASSUME_STD_AUXV]: Remove conditional code.
32614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
32615         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
32616         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
32617         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
32618         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
32619         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32620         code.
32621         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
32623         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
32624         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32625         conditional code.
32626         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
32628         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32629         code.
32630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
32631         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32632         conditional code.
32633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
32634         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32635         code unconditional.
32636         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32637         conditional code.
32638         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32639         unconditional.
32640         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32641         conditional code.
32642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
32643         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32644         unconditional.
32645         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32646         conditional code.
32647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
32648         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32649         code unconditional.
32650         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32651         conditional code.
32652         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32653         unconditional.
32654         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32655         conditional code.
32656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
32657         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32658         code unconditional.
32659         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32660         conditional code.
32661         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32662         unconditional.
32663         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32664         conditional code.
32665
32666 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
32667
32668         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
32669         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
32670         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
32671         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
32672         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
32673         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
32674         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
32675         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
32676         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
32677         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
32678         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
32679         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
32680         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
32681         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
32682         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
32683         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
32684         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
32685         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
32686         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
32687         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
32688         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
32689         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
32690         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
32691
32692 2012-07-25  Florian Weimer  <fweimer@redhat.com>
32693
32694         * Versions.def: Add GLIBC_2.17.
32695         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
32696         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
32697         Introduce __libc_secure_getenv.
32698         * stdlib/Versions (2.17): Add secure_getenv
32699         (GLIBC_PRIVATE): Add __libc_secure_getenv.
32700         * stdlib/secure-getenv.c: Rename __secure_getenv to
32701         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
32702         symbol __secure_getenv for GLIBC_2.0.
32703         * stdlib/tst-secure-getenv.c: New.
32704         * stdlib/Makefile (tests): Add testcase.
32705         * manual/startup.texi (Environment Access): Document
32706         secure_getenv.
32707         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
32708         __libc_secure_getenv.
32709         * inet/ruserpass.c (ruserpass): Likewise.
32710         * malloc/mtrace.c (mtrace): Likewise.
32711         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
32712         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
32713         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
32714         * sysdeps/posix/tempname.c: Likewise.  Evaluate
32715         HAVE_SECURE_GETENV.
32716         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
32717         __secure_getenv to __libc_secure_getenv.
32718         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
32719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32720         Likewise.
32721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32722         Likewise.
32723         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
32724         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
32725         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32726         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
32727         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
32728         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32729         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
32730
32731 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32732
32733         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
32734         (struct La_i86_retval): Likewise.
32735         (struct La_x86_64_regs): Likewise.
32736         (struct La_x86_64_retval): Likewise.
32737         (struct La_x32_regs): Likewise.
32738         (struct La_x32_retval): Likewise.
32739         (struct La_ppc32_regs): Likewise.
32740         (struct La_ppc32_retval): Likewise.
32741         (struct La_ppc64_regs): Likewise.
32742         (struct La_ppc64_retval): Likewise.
32743         (struct La_sh_regs): Likewise.
32744         (struct La_sh_retval): Likewise.
32745         (struct La_s390_32_regs): Likewise.
32746         (struct La_s390_32_retval): Likewise.
32747         (struct La_s390_64_regs): Likewise.
32748         (struct La_s390_64_retval): Likewise.
32749         (struct La_sparc32_regs): Likewise.
32750         (struct La_sparc32_retval): Likewise.
32751         (struct La_sparc64_regs): Likewise.
32752         (struct La_sparc64_retval): Likewise.
32753         (struct audit_ifaces): Remove architecture-specific pltenter and
32754         pltexit members.
32755         * sysdeps/i386/ldsodefs.h: New file.
32756         * sysdeps/powerpc/ldsodefs.h: Likewise.
32757         * sysdeps/s390/ldsodefs.h: Likewise.
32758         * sysdeps/sh/ldsodefs.h: Likewise.
32759         * sysdeps/sparc/ldsodefs.h: Likewise.
32760         * sysdeps/x86_64/ldsodefs.h: Likewise.
32761
32762 2012-07-25  Marek Polacek  <polacek@redhat.com>
32763
32764         [BZ #6808]
32765         * math/libm-test.inc (yn_test): Add another test.
32766         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
32767         to ERANGE when the result is +-Inf.
32768         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
32769         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
32770         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
32771         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
32772
32773 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
32774
32775         * conform/data/time.h-data (NULL): Use macro-constant.  Require
32776         equal to 0.
32777         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
32778         clock_t.
32779         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
32780
32781 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
32782
32783         * configure.in <sysdeps resolving>: Correct printing
32784         Implies_before.
32785         * configure: Regenerate.
32786
32787 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
32788
32789         * math/w_ilogb.c: Include <limits.h>.
32790         * math/w_ilogbl.c: Likewise.
32791
32792 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
32793
32794         * manual/lang.texi (__va_copy): Document primarily as ISO C99
32795         va_copy.  Document allowing for unavailable va_copy only as
32796         pre-C99 compatibility.
32797         * manual/string.texi (Copying and Concatenation): Use va_copy
32798         instead of __va_copy in concat example.
32799
32800 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
32801
32802         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
32803         (__sendto): Use create_address_port.  Initialize APORT and deallocate
32804         it if not null.
32805
32806         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
32807         with O_NOLINK passed to __file_name_lookup.
32808
32809         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
32810         with O_NOLINK passed to __file_name_lookup.
32811
32812         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
32813         negative N or less than NGIDS.
32814
32815         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
32816         type to string_t.  Set ERANGE as errno and return it if NAME is not big
32817         enough.  Use memcpy instead of strncpy.
32818
32819 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
32820
32821         * elf/Makefile (check-data): Remove.
32822         (localplt.data): New vpath directive.
32823         ($(objpfx)check-localplt.out): Use localplt.data from vpath
32824         instead of $(check-data).
32825         * scripts/data/localplt-generic.data: Move to ...
32826         * sysdeps/generic/localplt.data: ... here.
32827         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
32828         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
32829         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
32830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
32831         ... here.
32832         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
32833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
32834         ... here.
32835         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
32836         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
32837         ... here.
32838         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
32839         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
32840         ... here.
32841         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
32842         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
32843         ... here.
32844         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
32845         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
32846         ... here.
32847
32848 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32849
32850         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
32851         PPC32 and PPC64 files.
32852         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
32853         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
32854
32855 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32856
32857         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
32858         __makecontext_ret to ...
32859         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
32860         ... here and call exit if uc_link is NULL.  New file.
32861         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
32862         __makecontext_ret.S.
32863         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
32864         __makecontext_ret to ...
32865         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
32866         ... here and call exit if uc_link is NULL.  New file.
32867         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
32868         __makecontext_ret.S.
32869
32870 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32871
32872         * elf/elf.h (R_390_IRELATIVE): New definition.
32873         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
32874         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
32875         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
32876         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
32877         (elf_machine_lazy_rel): Likewise.
32878         * sysdeps/s390/dl-irel.h: New file.
32879         * sysdeps/s390/s390-64/memcpy.S: New asm code.
32880         * sysdeps/s390/s390-64/memset.S: New asm code.
32881         * sysdeps/s390/s390-64/memcmp.S: New asm code.
32882         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
32883         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
32884         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
32885         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
32886         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
32887         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
32888         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
32889         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
32890         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
32891         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
32892         * sysdeps/s390/s390-32/memcpy.S: New asm code.
32893         * sysdeps/s390/s390-32/memset.S: New asm code.
32894         * sysdeps/s390/s390-32/memcmp.S: New asm code.
32895
32896 2012-07-17  Marek Polacek  <polacek@redhat.com>
32897
32898         [BZ #14349]
32899         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
32900         * sysdeps/s390/s390-64/configure.in: Likewise.
32901         * sysdeps/sparc/configure.in: Likewise.
32902         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
32903         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
32904         * sysdeps/i386/configure.in: Likewise.
32905         * sysdeps/x86_64/configure.in: Likewise.
32906         * sysdeps/sh/configure.in: Likewise.
32907         * sysdeps/s390/s390-32/configure: Regenerated.
32908         * sysdeps/s390/s390-64/configure: Likewise.
32909         * sysdeps/x86_64/configure: Likewise.
32910         * sysdeps/sh/configure: Likewise.
32911         * sysdeps/powerpc/powerpc64/configure: Likewise.
32912         * sysdeps/powerpc/powerpc32/configure: Likewise.
32913         * sysdeps/sparc/configure: Likwise.
32914         * sysdeps/i386/configure: Likewise.
32915
32916         * elf/dl-open.c: Comment fixes.
32917
32918 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
32919
32920         * Makefile [CXX] (check-data): Remove.
32921         [CXX] (c++-types.data): New vpath directive.
32922         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
32923         vpath.  Do not allow for C++ type data being missing.
32924         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
32925         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
32926         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
32927         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
32928         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
32929         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
32930         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
32931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
32932         ... here.
32933         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
32934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
32935         ... here.
32936         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
32937         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
32938         ... here.
32939         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
32940         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
32941         ... here.
32942         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
32943         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
32944         ... here.
32945         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
32946         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
32947         ... here.
32948         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
32949         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
32950         ... here.
32951         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
32952         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
32953
32954         * elf/tls-macros.h (TLS_LE): Move architecture-specific
32955         definitions to architecture-specific files.
32956         (TLS_IE): Likewise.
32957         (TLS_LD): Likewise.
32958         (TLS_GD): Likewise.
32959         * sysdeps/i386/tls-macros.h: New file.
32960         * sysdeps/powerpc/tls-macros.h: Likewise.
32961         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
32962         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
32963         * sysdeps/sh/tls-macros.h: Likewise.
32964         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
32965         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
32966         * sysdeps/x86_64/tls-macros.h: Likewise.
32967
32968 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
32969
32970         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
32971         zero value for regular exit case.
32972
32973         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
32974         (__start_context): Preserve zero value for regular exit case.
32975
32976 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
32977             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32978
32979         * manual/setjmp.texi (setcontext): Clarify normal process
32980         termination when uc_link is the null pointer.
32981         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
32982         exit call.
32983
32984 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
32985
32986         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
32987         preprocessor.  Test for each exception mask separately.
32988
32989 2012-07-16  Andreas Jaeger  <aj@suse.de>
32990
32991         * po/ru.po: Update from translation team.
32992
32993 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
32994
32995         * conform/data/string.h-data (NULL): Use macro-constant.  Require
32996         equal to 0.
32997         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
32998         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
32999         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
33000         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
33001         [ISO || ISO99 || ISO11] (*_t): Do not allow.
33002
33003 2012-07-13  Andreas Jaeger  <aj@suse.de>
33004
33005         * po/fr.po: Update from translation team.
33006
33007 2012-07-12  Marek Polacek  <polacek@redhat.com>
33008
33009         [BZ #14173]
33010         * math/libm-test.inc (yn_test): Add test for BZ #14173.
33011         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
33012         loop condition.
33013
33014 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
33015
33016         [BZ #13717]
33017         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
33018         Change to 2.4.1 where previously 2.4.0.
33019         * sysdeps/unix/sysv/linux/configure: Regenerated.
33020         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
33021         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
33022         version.
33023         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
33024         (__ASSUME_AT_CLKTCK): Remove.
33025         (__ASSUME_AT_PAGESIZE): Likewise.
33026         (__ASSUME_AT_XID): Likewise.
33027         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
33028         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
33029         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
33030         unconditionally.
33031         (HAVE_AUX_PAGESIZE): Likewise.
33032         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
33033         [__ASSUME_AT_CLKTCK]: Make code unconditional.
33034         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
33035
33036 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
33037
33038         [BZ #14307]
33039         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
33040         the temporary buffer used to invoke __gethostbyname2_r,
33041         __gethostbyaddr_r and gethostbyname4_r to make room for struct
33042         host_data / struct gaih_addrtuple.
33043         * resolv/nss_dns/dns-host.c (global scope): Move definition of
33044         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
33045         header file nss/nsswitch.h.
33046         * nss/nsswitch.h (global scope): Add definition of implementation
33047         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
33048         resolv/nss_dns/dns-host.c).
33049
33050 2012-07-11  Andreas Jaeger  <aj@suse.de>
33051
33052         * po/fr.po: Update from translation team.
33053
33054         * po/sv.po: Update from translation team
33055         * po/fr.po: Another update from translation team.
33056
33057 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33058
33059         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
33060         for subnormals or multiply small sinh result by itself.
33061         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
33062         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33063
33064 2012-07-11  David S. Miller  <davem@davemloft.net>
33065
33066         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33067
33068 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
33069
33070         [BZ #14347]
33071         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
33072         (INTERNAL_MARK): Shift it here.
33073
33074 2012-07-10  Marek Polacek  <polacek@redhat.com>
33075
33076         [BZ #14151]
33077         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
33078         libc_cv_asm_global_directive with .globl.
33079         * configure: Regenerated.
33080         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
33081         with .globl.
33082         * sysdeps/i386/configure: Regenerated.
33083         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
33084         with .globl.
33085         * sysdeps/x86_64/configure: Regenerated.
33086         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
33087         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
33088         * elf/tst-unique2mod2.c: Likewise.
33089         * elf/tst-unique2mod1.c: Likewise.
33090         * elf/tst-unique1mod2.c: Likewise.
33091         * elf/tst-unique1mod1.c: Likewise.
33092         * sysdeps/s390/s390-32/sysdep.h: Likewise.
33093         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33094         * sysdeps/s390/s390-64/sysdep.h: Likewise.
33095         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33096         * sysdeps/mach/sysdep.h: Likewise.
33097         * sysdeps/i386/sysdep.h: Likewise.
33098         * sysdeps/i386/i386-mcount.S: Likewise.
33099         * sysdeps/x86_64/_mcount.S: Likewise.
33100         * sysdeps/x86_64/sysdep.h: Likewise.
33101         * sysdeps/sh/_mcount.S: Likewise.
33102         * sysdeps/sh/sysdep.h: Likewise.
33103         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
33104         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
33105         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
33106         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33107         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
33108         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
33109         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
33110         * locale/localeinfo.h: Likewise.
33111         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
33112         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
33113
33114 2012-07-09  Roland McGrath  <roland@hack.frob.com>
33115
33116         [BZ #14336]
33117         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
33118         system".
33119         * manual/message.texi (The Uniforum approach): Likewise.
33120         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
33121         (glibc iconv Implementation): Likewise.
33122
33123 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
33124
33125         [BZ #14337]
33126         * math/s_clog.c (__clog): Avoid scaling a value down where that
33127         could result in underflow.
33128         * math/s_clog10.c (__clog10): Likewise.
33129         * math/s_clog10f.c (__clog10f): Likewise.
33130         * math/s_clog10l.c (__clog10l): Likewise.
33131         * math/s_clogf.c (__clogf): Likewise.
33132         * math/s_clogl.c (__clogl): Likewise.
33133         * math/libm-test.inc (clog_test): Add more tests.
33134         (clog10_test): Likewise.
33135         * sysdeps/i386/fpu/libm-test-ulps: Update.
33136         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33137
33138 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
33139
33140         [BZ #14283]
33141         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
33142         by 7 not 8 to examine high bit of fractional part.
33143
33144         [BZ #14042]
33145         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
33146         for call to __mcount_internal.
33147         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
33148         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
33149         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
33150
33151 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
33152
33153         [BZ #14154]
33154         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
33155         approximation for values within 0x1p-13f of an odd multiple of
33156         pi/4.
33157         * math/libm-test.inc (tan_test): Do not allow spurious underflow
33158         exception.  Add more tests.
33159         * sysdeps/i386/fpu/libm-test-ulps: Update.
33160
33161         [BZ #6778]
33162         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
33163         inputs and return -1 for them.  Do not check for +Inf in case not
33164         reachable for +Inf.
33165         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
33166         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
33167         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33168         and return -1 for them.  Do not check for +Inf in case not
33169         reachable for +Inf.
33170         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
33171         define.
33172         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33173         and return -1 for them.  Do not check for +Inf in case not
33174         reachable for +Inf.
33175         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
33176         spurious underflow.
33177         * sysdeps/i386/fpu/libm-test-ulps: Update.
33178         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33179
33180 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
33181
33182         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
33183
33184 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
33185
33186         [BZ #14157]
33187         [BZ #14331]
33188         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
33189         could result in spurious underflow.  Scale down values above
33190         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
33191         * math/s_csqrtf.c (__csqrtf): Likewise.
33192         * math/s_csqrtl.c (__csqrtl): Likewise.
33193         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
33194         spurious underflow.
33195         * sysdeps/i386/fpu/libm-test-ulps: Update.
33196         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33197
33198 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
33199
33200         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
33201         xopen-msg.sed.
33202         * catgets/xopen-msg.awk: New file.
33203         * catgets/xopen-msg.sed: Removed.
33204
33205         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
33206         po2text.sed.
33207         * intl/po2test.awk: New file.
33208         * intl/po2test.sed: Removed.
33209
33210 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
33211
33212         [BZ #14328]
33213         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
33214         or multiply small sinh result by itself.
33215         * math/s_ctanf.c (__ctanf): Likewise.
33216         * math/s_ctanh.c (__ctanh): Likewise.
33217         * math/s_ctanhf.c (__ctanhf): Likewise.
33218         * math/s_ctanhl.c (__ctanhl): Likewise.
33219         * math/s_ctanl.c (__ctanl): Likewise.
33220         * math/libm-test.inc (ctan_test_tonearest): New function.
33221         (ctan_test_towardzero): Likewise.
33222         (ctan_test_downward): Likewise.
33223         (ctan_test_upward): Likewise.
33224         (ctanh_test_tonearest): Likewise.
33225         (ctanh_test_towardzero): Likewise.
33226         (ctanh_test_downward): Likewise.
33227         (ctanh_test_upward): Likewise.
33228         (main): Call these new functions.
33229         * sysdeps/i386/fpu/libm-test-ulps: Update.
33230         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33231
33232 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
33233
33234         * .gitignore: Delete /ports entry.
33235
33236 2012-07-03  Andreas Jaeger  <aj@suse.de>
33237
33238         * po/bg.po: Update from translation team.
33239         * po/cs.po: Likewise.
33240         * po/de.po: Likewise.
33241         * po/hr.po: Likewise.
33242         * po/nl.pl: Likewise.
33243         * po/pl.po: Likewise.
33244         * po/vi.po: Likewise.
33245
33246 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
33247
33248         * Makeconfig [!+link] (+link-before-libc): New variable.
33249         [!+link] (+link-after-libc): Likewise.
33250         [!+link] (+link-tests): Likewise.
33251         [!+link] (+link): Define in terms of $(+link-before-libc) and
33252         $(+link-after-libc).
33253         [!+link-static] (+link-static-before-libc): New variable.
33254         [!+link-static] (+link-static-after-libc): Likewise.
33255         [!+link-static] (+link-static-tests): Likewise.
33256         [!+link-static] (+link-static): Define in terms of
33257         $(+link-static-before-libc) and $(+link-static-after-libc).
33258         [build-shared] (link-libc-before-gnulib): New variable.
33259         [build-shared] (link-libc-tests): Likewise.
33260         [build-shared] (link-libc): Define in terms of
33261         $(link-libc-before-gnulib).
33262         [!build-shared] (link-libc-tests): New variable.
33263         (link-libc-static-tests): New variable.
33264         [!gnulib] (gnulib-arch): New variable.
33265         [!gnulib] (gnulib-tests): Likewise.
33266         [!gnulib] (static-gnulib-arch): Likewise.
33267         [!gnulib] (static-gnulib-tests): Likewise.
33268         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
33269         Define with "=" instead of ":=".
33270         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
33271         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
33272         * Rules (binaries-all-notests): New variable.
33273         (binaries-all-tests): Likewise.
33274         (binaries-static-notests): Likewise.
33275         (binaries-static-tests): Likewise.
33276         (binaries-all): Define using $(binaries-all-notests) and
33277         $(binaries-all-tests).
33278         (binaries-static): Define using $(binaries-static-notests) and
33279         $(binaries-static-tests).
33280         (binaries-shared-tests): New variable.
33281         (binaries-shared-notests): Likewise.
33282         (binaries-shared): Remove variable.
33283         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
33284         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
33285         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
33286         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
33287         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
33288         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
33289         * elf/Makefile (sln-modules): New variable.
33290         (extra-objs): Add $(sln-modules:=.o).
33291         (ldconfig-modules): Add static-stubs.
33292         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
33293         * elf/static-stubs.c: New file.
33294
33295         [BZ #14283]
33296         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
33297         by 7 not 8 to examine high bit of fractional part.  Use volatile
33298         variables when splitting into final array of floats if
33299         __FLT_EVAL_METHOD__ != 0.
33300         * math/libm-test.inc (cos_test): Add another test.
33301         (sin_test): Likewise.
33302         * sysdeps/i386/fpu/libm-test-ulps: Update.
33303
33304         [BZ #14273]
33305         * math/libm-test.inc (cosh_test): Add more tests.
33306
33307         * version.h (RELEASE): Set to "development".
33308         (VERSION): Set to "2.16.90".
33309
33310 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
33311
33312         * NEWS: Update copyright. Remove last-updated date.
33313         Mention math library bug fixes and timezone data changes.
33314         * README: Mention GNU/Hurd, x32, and HPPA support status.
33315
33316 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
33317
33318         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
33319
33320 2012-06-27  Andreas Jaeger  <aj@suse.de>
33321
33322         * manual/contrib.texi (Contributors): Add Samuel Thibault.
33323
33324 2012-06-25  Andreas Jaeger  <aj@suse.de>
33325
33326         * sysdeps/s390/fpu/libm-test-ulps: Update.
33327
33328 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
33329             Thomas Schwinge  <thomas@codesourcery.com>
33330
33331         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
33332         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
33333         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
33334         fanotify_mark.
33335
33336 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
33337
33338         * sysdeps/mach/start.c: Remove file.
33339         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
33340         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
33341         * sysdeps/sh/init-first.c: Likewise.
33342
33343         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
33344         registers for frame unwinding purposes, add CFI directives.
33345         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33346         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
33347         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
33348         Likewise.
33349
33350         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
33351         __fortify_fail returning.
33352         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33353
33354         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
33355         sysdeps/sh/____longjmp_chk.S.
33356         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
33357         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
33358         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
33359         (gen-as-const-headers): Append sigaltstack-offsets.sym.
33360
33361         * sysdeps/sh/abort-instr.h: New file.
33362         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
33363         process in case exit returns.
33364
33365         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
33366         initialize the GOT register before use.
33367
33368         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
33369         calculation of ARGC > 4.
33370
33371         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
33372         meaningful names to some local labels.
33373
33374 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
33375             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33376
33377         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
33378         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
33379         (__arch_compare_and_exchange_val_16_acq): Likewise.
33380         (__arch_compare_and_exchange_val_32_acq): Likewise.
33381         (atomic_exchange_and_add): Fix gUSA sequence.
33382         (atomic_add): Likewise.
33383         (atomic_add_negative): Likewise.
33384         (atomic_add_zero): Likewise.
33385         (atomic_bit_test_set): Likewise.
33386
33387 2012-06-22  Andreas Schwab  <schwab@redhat.com>
33388
33389         [BZ #13579]
33390         * include/link.h (struct link_map): Add l_free_initfini.
33391         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
33392         l_initfini.
33393         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
33394         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
33395         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
33396         set.
33397
33398 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
33399
33400         * configure.in: Use AC_LANG_SOURCE.
33401         * configure: Regenerate.
33402
33403 2012-06-22  Roland McGrath  <roland@hack.frob.com>
33404
33405         * configure.in (libc_cv_localstatedir): New substituted variable.
33406         * configure: Regenerated.
33407         * config.make.in (localstatedir): New variable, substituted from
33408         libc_cv_localstatedir.
33409         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
33410         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
33411         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
33412         * sysdeps/gnu/configure: Regenerated.
33413
33414 2012-06-21  Jeff Law  <law@redhat.com>
33415
33416         [BZ #14277]
33417         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
33418         free.  Simplify list management for _LIBC case.
33419
33420 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
33421
33422         [BZ #14273]
33423         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
33424         Clear sign bit of 64-bit integer value before comparing against
33425         overflow value.
33426
33427         * sysdeps/mach/configure: Regenerated.
33428
33429 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
33430
33431         [BZ #14278]
33432         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
33433
33434 2012-06-21  Jeff Law  <law@redhat.com>
33435
33436         [BZ #13882]
33437         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
33438         uint16_t for elements in the "seen" array to avoid char overflows.
33439         * elf/dl-fini.c (_dl_sort_fini): Likewise.
33440         * elf/dl-open.c (dl_open_worker): Likewise.
33441
33442 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
33443
33444         * scripts/list-sources.sh: Scan PORTS for translations.
33445         * po/libc.pot: Regenerated.
33446
33447 2012-06-21  Andreas Jaeger  <aj@suse.de>
33448
33449         [BZ #12194]
33450         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
33451         warning.
33452         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
33453         * bits/byteswap-16.h (__bswap_16): Likewise.
33454         * bits/byteswap.h (__bswap_constant_16): Likewise.
33455
33456 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
33457
33458         [BZ #14117]
33459         * sysdeps/i386/fpu_control.h: Removed.
33460         * sysdeps/x86_64/fpu_control.h: Moved to ...
33461         * sysdeps/x86/fpu_control.h: Here.
33462
33463         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
33464         (_FPU_SETCW): Likewise.
33465
33466 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
33467
33468         [BZ #14117]
33469         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
33470         * sysdeps/x86/fpu/bits/mathinline.h: This.
33471         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
33472
33473         [BZ #14050]
33474         [BZ #14117]
33475         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
33476         functions if __x86_64__ is defined.
33477
33478 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
33479
33480         * string/endian.h: Add !__ASSEMBLER__ condition for including
33481         conversion interfaces.
33482
33483 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
33484
33485         [BZ #14241]
33486         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
33487         of ABS(x) in calculating zero to negative powers other than odd
33488         integers.
33489         * math/libm-test.inc (pow_test): Add more tests.
33490
33491 2012-06-15  Andreas Jaeger  <aj@suse.de>
33492
33493         * manual/contrib.texi (Contributors): Update entry of Liubov
33494         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
33495         Machado Filho.
33496
33497 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
33498
33499         * string/string.h: Add __wur to GNU version of strerror_r.
33500
33501 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
33502
33503         [BZ #14229]
33504         * string/Makefile (tests): Add tst-strtok_r.
33505         * string/tst-strtok_r.c: New file.
33506         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
33507         RAX_LP/RDX_LP on SAVE_PTR.
33508
33509 2012-06-14  Roland McGrath  <roland@hack.frob.com>
33510
33511         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
33512
33513 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
33514
33515         * libm_test.inc (csqrt_test): Allow more spurious underflow
33516         exceptions.
33517         (j0_test): Likewise.
33518         (j1_test): Likewise.
33519         (y0_test): Likewise.
33520         (y1_test): Likewise.
33521
33522 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
33523
33524         * po/Makefile (libc.pot): Use UTF-8 charset.
33525
33526 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
33527
33528         [BZ #14210]
33529         Suppress sign-conversion warning from FD_SET.
33530         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
33531         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
33532         not unsigned long int.
33533         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
33534
33535 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
33536
33537         [BZ #14050]
33538         [BZ #14117]
33539         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
33540         __extern_always_inline instead of __extern_inline.
33541         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
33542         (__signbit): Likewise.
33543         (__signbitl): Support C++ namespace.
33544         (lrintf): New inline function.
33545         (lrint): Likewise.
33546         (llrintf): Likewise.
33547         (llrint): Likewise.
33548         (fmaxf): Likewise.
33549         (fmax): Likewise.
33550         (fminf): Likewise.
33551         (fmin): Likewise.
33552         (rint): Likewise.
33553         (rintf): Likewise.
33554         (ceil): Likewise.
33555         (ceilf): Likewise.
33556         (floor): Likewise.
33557         (floorf): Likewise.
33558         (nearbyint): Likewise.
33559         (nearbyintf): Likewise.
33560
33561 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
33562
33563         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
33564         non-default versions.
33565
33566 2012-06-11  Roland McGrath  <roland@hack.frob.com>
33567
33568         [BZ #14218]
33569         * manual/argp.texi (Argp): Reword argp_parse description slightly.
33570
33571 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
33572
33573         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
33574         (FE_UPWARD, FE_DOWNWARD): Don't define.
33575         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
33576         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
33577
33578         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
33579         reading it.
33580         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
33581         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
33582
33583 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33584
33585         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
33586         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
33587         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
33588         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
33589
33590 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
33591
33592         [BZ #14117]
33593         * sysdeps/i386/fpu/bits/fenv.h: Removed.
33594         * sysdeps/i386/fpu/Implies: New file.
33595         * sysdeps/x86_64/fpu/Implies: Likewise.
33596         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
33597         * sysdeps/x86/fpu/bits/fenv.h: This.
33598
33599         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
33600         __SSE_MATH__.
33601
33602 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33603
33604         [BZ #14134]
33605         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
33606         character 0xffff that matches the last element of the
33607         conversion table.
33608
33609 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33610
33611         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
33612         fmodl commit.
33613
33614 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33615
33616         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
33617         values higher than 25.6283.
33618
33619 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33620
33621         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
33622         subnormal exponent extraction and add some __builtin_expect.
33623         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
33624         Fix for subnormal mantissa calculation.
33625
33626 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
33627
33628         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
33629         cpu2 is -1 and errno is not ENOSYS.
33630
33631 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
33632
33633         [BZ #14117]
33634         * sysdeps/i386/i486/bits/string.h: Renamed to ...
33635         * sysdeps/x86/bits/string.h: This.
33636         * sysdeps/x86_64/bits/string.h: Removed.
33637
33638         * sysdeps/i386/i486/bits/string.h: Define inline functions only
33639         if not compiling for x86-64, but compiling for >= i486.
33640
33641         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
33642         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
33643
33644         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
33645         New macro from Linux kernel 3.4.0.
33646         (FP_XSTATE_MAGIC2): Likewise.
33647         (FP_XSTATE_MAGIC2_SIZE): Likewise.
33648         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
33649         (struct _fpx_sw_bytes): New struct.
33650         (struct _xsave_hdr): Likewise.
33651         (struct _ymmh_state): Likewise.
33652         (struct _xstate): Likewise.
33653
33654         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
33655         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
33656         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
33657         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
33658         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
33659         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
33660
33661         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
33662         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
33663         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
33664         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
33665         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
33666         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
33667
33668 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33669
33670         [BZ #13743]
33671         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
33672         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
33673         (sysdep_headers): Include sys/platform/ppc.h.
33674         * sysdeps/powerpc/test-gettimebase.c: Test for
33675         __ppc_get_timebase() to catch future ISA opcode/insn changes.
33676         * manual/Makefile (appendices): Include platform.texi.
33677         * manual/contrib.texi (Contributors): Update @node pointers.
33678         * manual/maint.texi (Maintenance): Likewise.
33679         (Platform): New node.
33680         * manual/platform.texi: New file.  Document the new features.
33681
33682 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33683             Jakub Jelinek  <jakub@redhat.com>
33684
33685         [BZ #14188]
33686         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
33687         where __builtin_expect is unavailable.
33688
33689 2012-06-03  David S. Miller  <davem@davemloft.net>
33690
33691         * stdlib/longlong.h: Updated from GCC.
33692
33693 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
33694
33695         [BZ #14042]
33696         * sysdeps/powerpc/powerpc32/mcount.c: New file.
33697         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
33698         __mcount_internal.
33699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
33700         (GLIBC_2.16): Likewise.
33701
33702 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33703
33704         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
33705
33706 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
33707
33708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
33709         (default-abi): New variable.
33710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
33711         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
33712         variable.
33713         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
33714         Likewise.
33715         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
33716         Likewise.
33717         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
33718         Likewise.
33719
33720         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
33721         definition.  Document in comment.
33722
33723 2012-06-01  David S. Miller  <davem@davemloft.net>
33724
33725         * stdlib/longlong.h: Updated from GCC.
33726
33727 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33728
33729         [BZ #14117]
33730         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
33731         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
33732         sys/debugreg.h sys/io.h here.
33733         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
33734         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
33735         sys/io.h.
33736         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
33737         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
33738         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
33739         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
33740         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
33741         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
33742
33743         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
33744         Define only if __x86_64__ is defined.
33745
33746 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
33747
33748         [BZ #14048]
33749         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
33750         Use int64_t for variable i.
33751         * math/libm-test.inc (fmod_test): Add more tests.
33752
33753         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
33754         z computation is not scheduled after fetestexcept.
33755         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
33756         Use math_force_eval instead of asm to ensure calculation scheduled
33757         before exception test.
33758         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
33759         Ensure a1 + u.d computation is not scheduled after fetestexcept.
33760
33761 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
33762
33763         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
33764         computation is not scheduled after fetestexcept.
33765
33766 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33767
33768         [BZ #14117]
33769         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
33770         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
33771
33772 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33773
33774         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
33775         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
33776
33777 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
33778
33779         [BZ #14117]
33780         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
33781         <bits/wordsize.h>.
33782         (__WCHAR_MIN): Support __WORDSIZE == 64.
33783         (__WCHAR_MAX): Likewise.
33784
33785         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
33786         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
33787
33788         [BZ #14183]
33789         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
33790         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
33791
33792         [BZ #14117]
33793         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
33794         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
33795
33796         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
33797         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
33798
33799         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
33800         Defined to 1 if __x86_64__ isn't defined.
33801         (_STAT_VER_LINUX_OLD): New.
33802         (st_atime): Remove duplicate.
33803         (st_mtime): Likewise.
33804         (st_ctime): Likewise.
33805
33806 2012-05-31  David S. Miller  <davem@davemloft.net>
33807
33808         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
33809         entries.
33810
33811 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
33812
33813         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
33814         gen-libm-test.pl.
33815
33816         [BZ #14132]
33817         * elf/dl-reloc.c: Include <_itoa.h>.
33818         (_dl_reloc_bad_type): Remove use of INTUSE.
33819         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
33820         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
33821         * stdio-common/psiginfo.c (psiginfo): Likewise.
33822         * stdio-common/psignal.c (psignal): Likewise.
33823         * string/strsignal.c (strsignal): Likewise.
33824         * include/signal.h (_sys_siglist): Declare hidden proto.
33825         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
33826         INTVARDEF with libc_hidden_data_def.
33827         * stdio-common/itoa-udigits.c: Likewise.
33828         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
33829         (_itoa_lower_digits_internal): Remove declaration.
33830         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
33831         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
33832         (_sys_sigabbrev_internal): Remove aliases.
33833         (_sys_siglist): Define hidden alias.
33834
33835 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
33836
33837         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33838         bits/sysctl.h.
33839
33840 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
33841
33842         [BZ #14117]
33843         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
33844         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
33845
33846         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
33847         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
33848         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
33849         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
33850         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
33851         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
33852
33853         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
33854         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
33855         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
33856
33857         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
33858         with __addr.
33859         (insw): Likewise.
33860         (insl): Likewise.
33861         (outsb): Likewise.
33862         (outsw): Likewise.
33863         (outsl): Likewise.
33864
33865         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
33866         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
33867         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
33868
33869         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
33870         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
33871         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
33872         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
33873         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
33874         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
33875
33876         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
33877         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
33878
33879         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
33880         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
33881
33882         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
33883         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
33884         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
33885
33886         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
33887         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
33888         to ...
33889         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
33890
33891         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
33892         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
33893         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
33894
33895         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
33896         for x86-64.
33897         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
33898
33899 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
33900
33901         * math/math.h (M_El): Use two more decimal places.
33902         (M_LOG2El): Likewise.
33903         (M_LOG10El): Likewise.
33904         (M_LN2l): Likewise.
33905         (M_LN10l): Likewise.
33906         (M_PIl): Likewise.
33907         (M_PI_2l): Likewise.
33908         (M_PI_4l): Likewise.
33909         (M_1_PIl): Likewise.
33910         (M_2_PIl): Likewise.
33911         (M_2_SQRTPIl): Likewise.
33912         (M_SQRT2l): Likewise.
33913         (M_SQRT1_2l): Likewise.
33914
33915 2012-05-31  David S. Miller  <davem@davemloft.net>
33916
33917         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
33918         values between float registers.
33919         * sysdeps/sparc/sparc64/memset.S: Likewise.
33920         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
33921
33922 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
33923
33924         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
33925         -D_FORTIFY_SOURCE=1.
33926         (CPPFLAGS-tst-longjmp_chk.c): Define.
33927         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
33928         (CPPFLAGS-tst-longjmp_chk2.c): Define.
33929         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
33930         CFLAGS-tst-wchar-h.c.
33931
33932 2012-05-31  Marek Polacek  <polacek@redhat.com>
33933
33934         [BZ #14132]
33935         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
33936         __endmntent_internal): Remove declaration.
33937         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
33938         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
33939         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
33940
33941 2012-05-30  David S. Miller  <davem@davemloft.net>
33942
33943         * sysdeps/sparc/sparc32/soft-fp/q_util.c
33944         (___Q_simulate_exceptions): Use real FP ops rather than writing
33945         into the %fsr.
33946         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
33947         Likewise.
33948
33949 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33950
33951         [BZ #14117]
33952         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
33953         * sysdeps/x86/bits/xtitypes.h: This.
33954
33955         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
33956         * sysdeps/x86/bits/wordsize.h: This.
33957
33958         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
33959         * sysdeps/x86/bits/huge_vall.h: This.
33960
33961         * sysdeps/i386/bits/select.h: Removed.
33962         * sysdeps/x86_64/bits/select.h: Renamed to ...
33963         * sysdeps/x86/bits/select.h: This.
33964
33965         * sysdeps/i386/bits/setjmp.h: Removed.
33966         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
33967         * sysdeps/x86/bits/setjmp.h: This.
33968
33969         * sysdeps/i386/bits/mathdef.h: Removed.
33970         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
33971         * sysdeps/x86/bits/mathdef.h: This.
33972
33973 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
33974
33975         [BZ #14132]
33976         * include/sys/socket.h (__connect_internal)
33977         (__libc_sa_len_internal): Remove declaration.
33978         (__connect, __libc_sa_len): Declare hidden_proto.
33979         (SA_LEN): Remove use of INTUSE.
33980         * socket/connect.c: Add libc_hidden_def.
33981         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
33982         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
33983         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
33984         alias.
33985         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
33986         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
33987         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
33988         of adding _internal alias.
33989
33990 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33991
33992         [BZ #14117]
33993         * sysdeps/i386/bits/link.h: Removed.
33994         * sysdeps/i386/bits/linkmap.h: Likewise.
33995         * sysdeps/x86_64/bits/link.h: Renamed to ...
33996         * sysdeps/x86/bits/link.h: This.
33997         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
33998         * sysdeps/x86/bits/linkmap.h: This.
33999
34000         * sysdeps/i386/bits/endian.h: Removed.
34001         * sysdeps/x86_64/bits/endian.h: Renamed to ...
34002         * sysdeps/x86/bits/endian.h: This.
34003
34004         * sysdeps/i386/bits/byteswap.h: Removed.
34005         * sysdeps/i386/bits/byteswap-16.h: Likewise.
34006         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
34007         * sysdeps/x86/bits/byteswap.h: This.
34008         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
34009         * sysdeps/x86/bits/byteswap-16.h: This.
34010         * sysdeps/i386/Implies: Add x86.
34011         * sysdeps/x86_64/Implies: Likewise.
34012
34013 2012-05-30  David S. Miller  <davem@davemloft.net>
34014
34015         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
34016         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
34017         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
34018         (FP_TRAPPING_EXCEPTIONS): Define.
34019         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
34020         (FP_TRAPPING_EXCEPTIONS): Define.
34021         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
34022         subnormals only when inexact has been signalled or underflow
34023         exceptions are enabled.
34024         (_FP_PACK_CANONICAL): Likewise.
34025
34026 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34027
34028         [BZ #14183]
34029         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
34030         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
34031
34032 2012-05-30  Richard Henderson  <rth@twiddle.net>
34033
34034         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
34035         with #ifndef NOT_IN_libc.
34036
34037         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
34038         marked to avoid plt entry.
34039
34040 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
34041
34042         [BZ #14112]
34043         * Makeconfig (default-abi): New macro.
34044         (abi-includes): Likewise.
34045         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
34046         $(abi-$(default-abi)-lib-soname) for soname if defined.
34047         ($(common-objpfx)gnu/lib-names.stmp): Generate from
34048         abi-variants.
34049         * Makefile (installed-stubs): Likewise.
34050         * include/stubs-biarch.h: Removed.
34051         * scripts/lib-names.awk: Only handle one library at a time.
34052         * scripts/soversions.awk: Remove WORDSIZE support.
34053         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
34054         entries.
34055         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
34056         Removed.
34057         (syscall-list-default-condition): Likewise.
34058         (syscall-list-default-condition): Likewise.
34059         (syscall-list-includes): Likewise.
34060         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
34061         syscall-list-* with abi-*.  Handle undefined abi-variants.
34062         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
34063         * sysdeps/unix/sysv/linux/i386/Implies: New file.
34064         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
34065         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
34066         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
34067         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
34068         Removed.
34069         (syscall-list-32-options): Likewise.
34070         (syscall-list-32-condition): Likewise.
34071         (syscall-list-64-options): Likewise.
34072         (syscall-list-64-condition): Likewise.
34073         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
34074         macro.
34075         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
34076         Renamed to ...
34077         (abi-*): This.
34078         (abi-64-ld-soname): New macro.
34079         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
34080         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
34081         Renamed to ...
34082         (abi-*): This.
34083         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
34084         * sysdeps/x86_64/x32/shlib-versions: Likewise.
34085
34086 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
34087
34088         * sysdeps/unix/sysv/linux/kernel-features.h
34089         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
34090         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
34091         include <kernel-features.h>.
34092         [!__NR_ftruncate64]: Remove conditional code.
34093         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34094         [__NR_ftruncate64]: Make code unconditional.
34095         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34096         * sysdeps/unix/sysv/linux/truncate64.c: Do not
34097         include <kernel-features.h>.
34098         [!__NR_ftruncate64]: Remove conditional code.
34099         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34100         [__NR_ftruncate64]: Make code unconditional.
34101         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34102         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
34103         include <kernel-features.h>.
34104         [!__NR_ftruncate64]: Remove conditional code.
34105         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34106         [__NR_ftruncate64]: Make code unconditional.
34107         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34108         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
34109         include <kernel-features.h>.
34110         [!__NR_ftruncate64]: Remove conditional code.
34111         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34112         [__NR_ftruncate64]: Make code unconditional.
34113         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34114
34115         * configure.in (libc_cv_fpie): Weaken to a compile test using
34116         LIBC_TRY_CC_OPTION.
34117         * configure: Regenerated.
34118
34119 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34120
34121         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
34122         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
34123         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
34124         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
34125         Refreshed.
34126         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
34127         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
34128         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
34129         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
34130         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
34131         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
34132         Refreshed.
34133
34134 2012-05-27  David S. Miller  <davem@davemloft.net>
34135
34136         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
34137         (___Q_zero): New.
34138         (__Q_simulate_exceptions): Return void.  Change to simulate
34139         exceptions by writing into the %fsr.
34140         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
34141         (__Qp_handle_exceptions): Likewise.
34142         (numbers): Delete.
34143         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
34144         __Qp_handle_exceptions.
34145         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
34146         __Qp_handle_exceptions.
34147         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34148         as unused and give dummy FP_RND_NEAREST initializer.
34149         (FP_INHIBIT_RESULTS): Define.
34150         (___Q_simulate_exceptions): Update declaration.
34151         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
34152         formatting.
34153         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34154         as unused and give dummy FP_RND_NEAREST initializer.
34155         (__Qp_handle_exceptions): Update declaration.
34156         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
34157         formatting.
34158
34159 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
34160
34161         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
34162         the temporary FPU control word.
34163         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
34164         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
34165         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
34166         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34167         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
34168         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
34169         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
34170         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34171         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
34172         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
34173         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34174
34175 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34176
34177         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
34178         fields.
34179
34180 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
34181
34182         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
34183         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
34184         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
34185         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
34186         Likewise.
34187         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
34188         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
34189         Likewise.
34190
34191 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
34192
34193         * po/h.po: Update from translation team.
34194
34195 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
34196
34197         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
34198
34199         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
34200         handling of denormals.
34201         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
34202         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
34203         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
34204         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
34205         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34206         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
34207         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
34208         Likewise.
34209
34210 2012-05-26  Marek Polacek  <polacek@redhat.com>
34211
34212         [BZ #14152]
34213         * math/libm-test.inc (fma_test): Don't always expect underflow
34214         exception.
34215
34216 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
34217
34218         [BZ #12416]
34219         * elf/tst-execstack.c: Include stackinfo.h.
34220         (do_test): Adjust test case to ensure that pthread_getattr_np
34221         behaviour remains the same after marking stack executable.
34222
34223 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34224
34225         * sysdeps/unix/sysv/linux/kernel-features.h
34226         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
34227         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
34228         kernel-features.h.
34229         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34230         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34231         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
34232         kernel-features.h.
34233         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34234         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34235
34236 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
34237
34238         * configure.in: Define the default includes to being none.
34239         * configure: Regenerated.
34240
34241 2012-05-25  Roland McGrath  <roland@hack.frob.com>
34242
34243         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
34244         * sysdeps/x86_64/setjmp.S: Likewise.
34245         * sysdeps/i386/bsd-setjmp.S: Likewise.
34246         * sysdeps/i386/bsd-_setjmp.S: Likewise.
34247         * sysdeps/i386/setjmp.S: Likewise.
34248         * sysdeps/i386/__longjmp.S: Likewise.
34249         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
34250         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
34251
34252         * include/stap-probe.h: New file.
34253         * configure.in: Handle --enable-systemtap.
34254         * configure: Regenerated.
34255         * config.h.in (USE_STAP_PROBE): New #undef.
34256         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
34257         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
34258         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
34259
34260 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34261
34262         [BZ #13717]
34263         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
34264         to 2.4.0 where earlier.
34265         * sysdeps/unix/sysv/linux/configure: Regenerated.
34266         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
34267         <kernel-features.h>.
34268         [__ASSUME_32BITUIDS]: Make code unconditional.
34269         [!__ASSUME_32BITUIDS]: Remove conditional code.
34270         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
34271         <kernel-features.h>.
34272         [__ASSUME_32BITUIDS]: Make code unconditional.
34273         [!__ASSUME_32BITUIDS]: Remove conditional code.
34274         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
34275         [__ASSUME_32BITUIDS]: Make code unconditional.
34276         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
34277         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
34278         <kernel-features.h>.
34279         [__ASSUME_32BITUIDS]: Make code unconditional.
34280         [!__ASSUME_32BITUIDS]: Remove conditional code.
34281         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
34282         <kernel-features.h>.
34283         [__ASSUME_32BITUIDS]: Make code unconditional.
34284         [!__ASSUME_32BITUIDS]: Remove conditional code.
34285         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
34286         <kernel-features.h>.
34287         [__ASSUME_32BITUIDS]: Make code unconditional.
34288         [!__ASSUME_32BITUIDS]: Remove conditional code.
34289         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
34290         <kernel-features.h>.
34291         [__ASSUME_32BITUIDS]: Make code unconditional.
34292         [!__ASSUME_32BITUIDS]: Remove conditional code.
34293         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
34294         <kernel-features.h>.
34295         [__ASSUME_32BITUIDS]: Make code unconditional.
34296         [!__ASSUME_32BITUIDS]: Remove conditional code.
34297         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
34298         <kernel-features.h>.
34299         [__ASSUME_32BITUIDS]: Make code unconditional.
34300         [!__ASSUME_32BITUIDS]: Remove conditional code.
34301         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
34302         <kernel-features.h>.
34303         [__ASSUME_32BITUIDS]: Make code unconditional.
34304         [!__ASSUME_32BITUIDS]: Remove conditional code.
34305         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
34306         <kernel-features.h>.
34307         [__ASSUME_32BITUIDS]: Make code unconditional.
34308         [!__ASSUME_32BITUIDS]: Remove conditional code.
34309         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
34310         <kernel-features.h>.
34311         [__ASSUME_32BITUIDS]: Make code unconditional.
34312         [!__ASSUME_32BITUIDS]: Remove conditional code.
34313         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
34314         <kernel-features.h>.
34315         [__ASSUME_32BITUIDS]: Make code unconditional.
34316         [!__ASSUME_32BITUIDS]: Remove conditional code.
34317         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
34318         <kernel-features.h>.
34319         [__NR_setresgid] (__setresgid): Do not declare.
34320         [__ASSUME_32BITUIDS]: Make code unconditional.
34321         [!__ASSUME_32BITUIDS]: Remove conditional code.
34322         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
34323         <kernel-features.h>.
34324         [__NR_setresuid] (__setresuid): Do not declare.
34325         [__ASSUME_32BITUIDS]: Make code unconditional.
34326         [!__ASSUME_32BITUIDS]: Remove conditional code.
34327         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
34328         <kernel-features.h>.
34329         [__ASSUME_32BITUIDS]: Make code unconditional.
34330         [!__ASSUME_32BITUIDS]: Remove conditional code.
34331         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
34332         <kernel-features.h>.
34333         [__ASSUME_32BITUIDS]: Make code unconditional.
34334         [!__ASSUME_32BITUIDS]: Remove conditional code.
34335         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
34336         <kernel-features.h>.
34337         [__ASSUME_32BITUIDS]: Make code unconditional.
34338         [!__ASSUME_32BITUIDS]: Remove conditional code.
34339         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
34340         <kernel-features.h>.
34341         [__ASSUME_32BITUIDS]: Make code unconditional.
34342         [!__ASSUME_32BITUIDS]: Remove conditional code.
34343         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
34344         <kernel-features.h>.
34345         [__ASSUME_32BITUIDS]: Make code unconditional.
34346         [!__ASSUME_32BITUIDS]: Remove conditional code.
34347         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
34348         <kernel-features.h>.
34349         [__ASSUME_32BITUIDS]: Make code unconditional.
34350         [!__ASSUME_32BITUIDS]: Remove conditional code.
34351         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
34352         <kernel-features.h>.
34353         [__ASSUME_32BITUIDS]: Make code unconditional.
34354         [!__ASSUME_32BITUIDS]: Remove conditional code.
34355         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
34356         <kernel-features.h>.
34357         [__ASSUME_32BITUIDS]: Make code unconditional.
34358         [!__ASSUME_32BITUIDS]: Remove conditional code.
34359         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
34360         <kernel-features.h>.
34361         [__ASSUME_32BITUIDS]: Make code unconditional.
34362         [!__ASSUME_32BITUIDS]: Remove conditional code.
34363         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
34364         <kernel-features.h>.
34365         [__ASSUME_32BITUIDS]: Make code unconditional.
34366         [!__ASSUME_32BITUIDS]: Remove conditional code.
34367         * sysdeps/unix/sysv/linux/kernel-features.h
34368         (__ASSUME_SETRESUID_SYSCALL): Remove.
34369         (__ASSUME_SETRESGID_SYSCALL): Likewise.
34370         (__ASSUME_32BITUIDS): Likewise.
34371         (__ASSUME_LDT_WORKS): Likewise.
34372         (__ASSUME_O_DIRECTORY): Likewise.
34373         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
34374         architecture but not kernel version.
34375         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
34376         (__ASSUME_MMAP2_SYSCALL): Likewise.
34377         (__ASSUME_STAT64_SYSCALL): Likewise.
34378         (__ASSUME_IPC64): Likewise.
34379         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
34380         <kernel-features.h>.
34381         [__ASSUME_32BITUIDS]: Make code unconditional.
34382         [!__ASSUME_32BITUIDS]: Remove conditional code.
34383         * sysdeps/unix/sysv/linux/opendir.c: Do not include
34384         <kernel-features.h>.
34385         [__ASSUME_O_DIRECTORY]: Make code unconditional.
34386         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
34387         132096]: Remove conditional code.
34388         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
34389         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
34390         <kernel-features.h>.
34391         [__ASSUME_32BITUIDS]: Make code unconditional.
34392         [!__ASSUME_32BITUIDS]: Remove conditional code.
34393         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
34394         <kernel-features.h>.
34395         [__ASSUME_32BITUIDS]: Make code unconditional.
34396         [!__ASSUME_32BITUIDS]: Remove conditional code.
34397         * sysdeps/unix/sysv/linux/setegid.c: Do not include
34398         <kernel-features.h>.
34399         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
34400         unconditional.
34401         (__setresgid): Do not declare.
34402         [__ASSUME_32BITUIDS]: Make code unconditional.
34403         [!__ASSUME_32BITUIDS]: Remove conditional code.
34404         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
34405         <kernel-features.h>.
34406         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
34407         unconditional.
34408         (__setresuid): Do not declare.
34409         [__ASSUME_32BITUIDS]: Make code unconditional.
34410         [!__ASSUME_32BITUIDS]: Remove conditional code.
34411         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
34412         <kernel-features.h>.
34413         [__ASSUME_32BITUIDS]: Make code unconditional.
34414         [!__ASSUME_32BITUIDS]: Remove conditional code.
34415         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
34416         <kernel-features.h>.
34417         [__ASSUME_32BITUIDS]: Make code unconditional.
34418         [!__ASSUME_32BITUIDS]: Remove conditional code.
34419
34420 2012-05-25  Richard Henderson  <rth@twiddle.net>
34421
34422         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
34423         dl_hwcap to ifunc resolver.
34424         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
34425         elf_ifunc_invoke.
34426         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
34427         dl_hwcap to ifunc resolver.
34428         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
34429
34430 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34431
34432         [BZ #14153]
34433         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
34434         for |x| <= 2**-26, not 2**-57.
34435         * math/libm-test.inc (acos_test): Do not allow spurious underflow
34436         exception.
34437
34438 2012-05-24  Jeff Law  <law@redhat.com>
34439
34440         * stdio-common/Makefile (tests): Add bug25.
34441         * stdio-common/bug25.c: New test.
34442
34443 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34444
34445         [BZ #13576]
34446         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
34447         multiple of MALLOC_ALIGNMENT in size.
34448         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
34449
34450 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34451
34452         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
34453         Require >= 256.
34454         (FILENAME_MAX): Use macro-int-constant.
34455         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
34456         (_IOFBF): Use macro-int-constant.
34457         (_IOLBF): Likewise.
34458         (_IONBF): Likewise.
34459         (SEEK_CUR): Likewise.
34460         (SEEK_END): Likewise.
34461         (SEEK_SET): Likewise.
34462         (TMP_MAX): Likewise.
34463         (EOF): Use macro-int-constant.  Require < 0.
34464         (NULL): Use macro-constant.  Require == 0.
34465         (stdin): Require type to be FILE *.
34466         (stdout): Likewise.
34467         (stderr): Likewise.
34468         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
34469         macro-int-constant.
34470         (EXIT_SUCCESS): Likewise.
34471         (NULL): Use macro-constant.  Require == 0.
34472         (RAND_MAX): Use macro-int-constant.
34473         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
34474         [C99-based standards] (strtof): Require function.
34475         [C99-based standards] (strtold): Likewise.
34476         [C99-based standards] (strtoll): Likewise.
34477         [C99-based standards] (strtoull): Likewise.
34478         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34479         [ISO || ISO99 || ISO11] (limits.h): Likewise.
34480         [ISO || ISO99 || ISO11] (math.h): Likewise.
34481         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
34482         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34483         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34484
34485 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
34486
34487         [BZ #14132]
34488         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
34489         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
34490         * intl/dgettext.c (DCGETTEXT): Likewise.
34491         * intl/gettext.c (DCGETTEXT): Likewise.
34492         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
34493         * posix/regex_internal.h (gettext): Likewise.
34494         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
34495         Remove declaration.
34496         * include/argz.h (__argz_count_internal)
34497         (__argz_stringify_internal): Remove declaration.
34498         (__argz_count, __argz_stringify): Declare hidden proto.
34499         * intl/dcgettext.c: Remove use of INTDEF.
34500         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
34501         * string/argz-stringify.c: Likewise.
34502         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34503         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34504         Declare hidden proto.
34505         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34506         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34507         Declare hidden proto.
34508         * include/stdio.h (__asprintf_internal): Don't declare.
34509         (__asprintf): Don't define as macro.  Declare hidden proto.
34510         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
34511         (__fsetlocking): Declare hidden proto.
34512         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
34513         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
34514         hidden proto.
34515         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
34516         (_IO_setlinebuf): Remove use of INTUSE.
34517         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
34518         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
34519         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
34520         Remove declaration.
34521         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
34522         (_IO_do_flush): Remove use of INTUSE.
34523         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
34524         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
34525         (_IO_adjust_column, _IO_least_wmarker)
34526         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
34527         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
34528         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
34529         (_IO_default_doallocate, _IO_wdefault_doallocate)
34530         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
34531         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
34532         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
34533         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
34534         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
34535         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
34536         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
34537         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
34538         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
34539         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
34540         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
34541         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
34542         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
34543         proto.
34544         (_IO_flush_all_internal, _IO_adjust_column_internal)
34545         (_IO_default_uflow_internal, _IO_default_finish_internal)
34546         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
34547         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
34548         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
34549         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
34550         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
34551         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
34552         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
34553         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
34554         (_IO_file_close_internal, _IO_file_close_it_internal)
34555         (_IO_file_underflow_internal, _IO_file_overflow_internal)
34556         (_IO_file_init_internal, _IO_file_attach_internal)
34557         (_IO_file_fopen_internal, _IO_file_read_internal)
34558         (_IO_file_sync_internal, _IO_file_seek_internal)
34559         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
34560         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
34561         (_IO_str_underflow_internal, _IO_str_overflow_internal)
34562         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
34563         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
34564         (_IO_list_all_internal, _IO_link_in_internal)
34565         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
34566         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
34567         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
34568         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
34569         (_IO_do_write_internal, _IO_padn_internal)
34570         (_IO_getline_info_internal, _IO_getline_internal)
34571         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
34572         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
34573         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
34574         (_IO_vfscanf_internal, _IO_vfprintf_internal)
34575         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
34576         (_IO_init_internal, _IO_un_link_internal): Don't declare.
34577         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
34578         with libc_hidden_ver, remove use of INTUSE.
34579         * libio/genops.c: Likewise.
34580         * libio/freopen.c: Likewise.
34581         * libio/freopen64.c: Likewise.
34582         * libio/iofclose.c: Likewise.
34583         * libio/iofdopen.c: Likewise.
34584         * libio/iofflush.c: Likewise.
34585         * libio/iofflush_u.c: Likewise.
34586         * libio/iofgets.c: Likewise.
34587         * libio/iofgets_u.c: Likewise.
34588         * libio/iofopen.c: Likewise.
34589         * libio/iofopncook.c: Likewise.
34590         * libio/iofread.c: Likewise.
34591         * libio/iofread_u.c: Likewise.
34592         * libio/ioftell.c: Likewise.
34593         * libio/iofwrite.c: Likewise.
34594         * libio/iogetline.c: Likewise.
34595         * libio/iogets.c: Likewise.
34596         * libio/iogetwline.c: Likewise.
34597         * libio/iopadn.c: Likewise.
34598         * libio/iopopen.c: Likewise.
34599         * libio/ioseekoff.c: Likewise.
34600         * libio/ioseekpos.c: Likewise.
34601         * libio/iosetbuffer.c: Likewise.
34602         * libio/iosetvbuf.c: Likewise.
34603         * libio/ioungetc.c: Likewise.
34604         * libio/ioungetwc.c: Likewise.
34605         * libio/iovdprintf.c: Likewise.
34606         * libio/iovsprintf.c: Likewise.
34607         * libio/iovsscanf.c: Likewise.
34608         * libio/memstream.c: Likewise.
34609         * libio/obprintf.c: Likewise.
34610         * libio/oldfileops.c: Likewise.
34611         * libio/oldiofclose.c: Likewise.
34612         * libio/oldiofdopen.c: Likewise.
34613         * libio/oldiofopen.c: Likewise.
34614         * libio/oldiopopen.c: Likewise.
34615         * libio/oldstdfiles.c: Likewise.
34616         * libio/putc.c: Likewise.
34617         * libio/setbuf.c: Likewise.
34618         * libio/setlinebuf.c: Likewise.
34619         * libio/stdfiles.c: Likewise.
34620         * libio/strops.c: Likewise.
34621         * libio/vasprintf.c: Likewise.
34622         * libio/vscanf.c: Likewise.
34623         * libio/vsnprintf.c: Likewise.
34624         * libio/vswprintf.c: Likewise.
34625         * libio/wfiledoalloc.c: Likewise.
34626         * libio/wfileops.c: Likewise.
34627         * libio/wgenops.c: Likewise.
34628         * libio/wmemstream.c: Likewise.
34629         * libio/wstrops.c: Likewise.
34630         * libio/__fpurge.c: Likewise.
34631         * libio/__fsetlocking.c: Likewise.
34632         * assert/assert.c: Likewise.
34633         * debug/fgets_chk.c: Likewise.
34634         * debug/fgets_u_chk.c: Likewise.
34635         * debug/fread_chk.c: Likewise.
34636         * debug/fread_u_chk.c: Likewise.
34637         * debug/gets_chk.c: Likewise.
34638         * debug/obprintf_chk.c: Likewise.
34639         * debug/vasprintf_chk.c: Likewise.
34640         * debug/vdprintf_chk.c: Likewise.
34641         * debug/vsnprintf_chk.c: Likewise.
34642         * debug/vsprintf_chk.c: Likewise.
34643         * malloc/mtrace.c: Likewise.
34644         * misc/error.c: Likewise.
34645         * misc/syslog.c: Likewise.
34646         * stdio-common/asprintf.c: Likewise.
34647         * stdio-common/fxprintf.c: Likewise.
34648         * stdio-common/getw.c: Likewise.
34649         * stdio-common/isoc99_fscanf.c: Likewise.
34650         * stdio-common/isoc99_scanf.c: Likewise.
34651         * stdio-common/isoc99_vfscanf.c: Likewise.
34652         * stdio-common/isoc99_vscanf.c: Likewise.
34653         * stdio-common/isoc99_vsscanf.c: Likewise.
34654         * stdio-common/printf-prs.c: Likewise.
34655         * stdio-common/printf_fp.c: Likewise.
34656         * stdio-common/printf_fphex.c: Likewise.
34657         * stdio-common/printf_size.c: Likewise.
34658         * stdio-common/putw.c: Likewise.
34659         * stdio-common/scanf.c: Likewise.
34660         * stdio-common/sprintf.c: Likewise.
34661         * stdio-common/tmpfile.c: Likewise.
34662         * stdio-common/vfprintf.c: Likewise.
34663         * stdio-common/vfscanf.c: Likewise.
34664         * stdlib/strfmon_l.c: Likewise.
34665         * sunrpc/openchild.c: Likewise.
34666         * sunrpc/xdr_stdio.c: Likewise.
34667         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
34668         * sysdeps/mach/hurd/tmpfile.c: Likewise.
34669
34670 2012-05-24  Roland McGrath  <roland@hack.frob.com>
34671
34672         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
34673
34674         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
34675         in the third column, to generate for the shared library an IFUNC
34676         that uses _dl_vdso_vsym.
34677         * Makerules (COMPILE.c, compile-stdin.c): New variables.
34678         * Makeconfig (object-suffixes-noshared): New variable.
34679
34680         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
34681         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
34682         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
34683         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
34684
34685         [BZ #14132]
34686         * include/sys/time.h (__gettimeofday): Remove macro.
34687         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
34688         * time/gettimeofday.c (__gettimeofday): Remove #undef.
34689         Remove INTDEF.
34690         (__gettimeofday): Add libc_hidden_def.
34691         (gettimeofday): Add libc_hidden_weak.
34692         * sysdeps/mach/gettimeofday.c: Likewise.
34693         * sysdeps/posix/gettimeofday.c: Likewise.
34694         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
34695         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
34696         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
34697         (__gettimeofday_internal): Remove strong_alias.
34698         (__gettimeofday): Add libc_hidden_def.
34699         (gettimeofday): Add libc_hidden_weak.
34700         * sysdeps/unix/syscalls.list (gettimeofday):
34701         Remove __gettimeofday_internal alias.
34702
34703 2012-05-24  Daniel Jacobowitz  <drow@false.org>
34704             H.J. Lu  <hongjiu.lu@intel.com>
34705
34706         [BZ #12495]
34707         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
34708         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
34709         (largebin_index_32_big): New.
34710         (largebin_index): Use it for 16-byte alignment.
34711         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
34712         correction with front_misalign.
34713
34714 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34715
34716         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
34717         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
34718         Likewise.
34719         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
34720         Likewise.
34721         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
34722         Likewise.
34723         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
34724         Likewise.
34725         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
34726         Likewise.
34727         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
34728         Likewise.
34729         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
34730         Likewise.
34731         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
34732         Likewise.
34733         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
34734         Likewise.
34735         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
34736         Likewise.
34737         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
34738         Likewise.
34739         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
34740         Likewise.
34741
34742         * scripts/data/c++-types-x32-linux-gnu.data: New file.
34743         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
34744
34745 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34746
34747         [BZ #10846]
34748         [BZ #14036]
34749         * math/libm-test.inc (exp_test): Add test from bug 14036.
34750         (pow_test): Add test from bug 10846.
34751
34752         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
34753         and other flags.
34754         (special_function): Do not include flags in test name.
34755         (parse_args): Likewise.
34756         * sysdeps/i386/fpu/libm-test-ulps: Update.
34757         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
34758         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
34759         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
34760         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34761
34762         * math/gen-libm-test.pl (%beautify): Add entries for underflow
34763         exceptions.
34764         * math/libm-test.inc ("Philosophy"): Update comment about
34765         exception testing.
34766         (UNDERFLOW_EXCEPTION): New macro.
34767         (UNDERFLOW_EXCEPTION_OK): Likewise.
34768         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
34769         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
34770         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
34771         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
34772         (INVALID_EXCEPTION_OK): Update value.
34773         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
34774         (OVERFLOW_EXCEPTION_OK): Likewise.
34775         (IGNORE_ZERO_INF_SIGN): Likewise.
34776         (test_exceptions): Handle underflow exceptions.
34777         (acos_test): Update for underflow exception expectations.
34778         (cexp_test): Likewise.
34779         (clog_test): Likewise.
34780         (clog10_test): Likewise.
34781         (csqrt_test): Likewise.
34782         (ctan_test): Likewise.
34783         (ctanh_test): Likewise.
34784         (exp_test): Likewise.
34785         (exp10_test): Likewise.
34786         (exp2_test): Likewise.
34787         (expm1_test): Likewise.
34788         (fma_test): Likewise.
34789         (j0_test): Likewise.
34790         (jn_test): Likewise.
34791         (nexttoward_test): Likewise.
34792         (pow_test): Likewise.
34793         (scalbn_test): Likewise.
34794         (scalbln_test): Likewise.
34795         (tan_test): Likewise.
34796         (y1_test): Likewise.
34797         * sysdeps/i386/fpu/libm-test-ulps: Update.
34798         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34799
34800 2012-05-23  David S. Miller  <davem@davemloft.net>
34801
34802         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
34803         (__libc_sigaction): Remove unused local variables.
34804
34805 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
34806
34807         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
34808
34809 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
34810
34811         mktime: avoid signed integer overflow
34812         * time/mktime.c (__mktime_internal): Do not mishandle the case
34813         where diff == INT_MIN.
34814
34815         mktime: simplify computation of average
34816         * time/mktime.c (ranged_convert): Use new time_t_avg function
34817         instead of rolling our own (probably-slower) code.
34818
34819         mktime: do not assume signed right shift propagates sign bit
34820         * time/mktime.c (isdst_differ): New static function.
34821         (__mktime_internal): No need to normalize tm_isdst now.
34822         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
34823         tm_isdst values.
34824
34825         mktime: merge another wrapv change from gnulib
34826         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
34827         from some compilers.
34828
34829         mktime: remove incorrect attempt at unusual arithmetics
34830         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
34831         The code didn't really work on such machines anyway.
34832         (TYPE_MINIMUM): Assume two's complement.
34833         (twos_complement_arithmetic): Verify that long_int and time_t
34834         are two's complement (or unsigned, in the latter case).
34835
34836         mktime: check signed shifts on long_int and time_t, too
34837         * time/mktime.c (SHR): Check that shifts work as desired
34838         on the types long_int and time_t too, as SHR is used on
34839         such types.
34840
34841         mktime: do not assume 'long' is wide enough
34842         * time/mktime.c (verify): Move decl up.
34843         (long_int): New type.
34844         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
34845         to remove assumption in the code that 'long' is wide enough to
34846         store year values.  This assumption is not true on x32 and on
34847         some non-glibc platforms.
34848
34849         mktime: merge wrapv change from gnulib
34850         * time/mktime.c (WRAPV): New macro.
34851         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
34852         (guess_time_tm, __mktime_internal): Do not assume that signed
34853         integer overflow wraps around; modern compilers generate code
34854         where this assumption is no longer valid.
34855
34856 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
34857
34858         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
34859         Replace "jmp L(pseudo_end)" with "ret".
34860         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
34861         Likewise.
34862
34863 2012-05-23  Andreas Jaeger  <aj@suse.de>
34864
34865         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
34866         * sysdeps/unix/sysv/linux/poll.c: Remove file.
34867
34868 2012-05-23  Andreas Jaeger  <aj@suse.de>
34869             Maximilian Attems  <max@stro.at>
34870
34871         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
34872         New macros.
34873
34874 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
34875
34876         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
34877         code so that pseudo_end is just ret and the stack pointer is
34878         correct also for static library in error case.
34879
34880 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
34881
34882         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
34883         move to syscalls.list.
34884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
34885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
34886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
34887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
34888
34889         * manual/install.texi (Running make install): Do not mention Linux
34890         kernel version for which pt_chown is not needed.
34891         (Linux): Do not mention problems with nscd with 2.0 kernels.
34892         * INSTALL: Regenerated.
34893
34894 2012-05-23  Andreas Jaeger  <aj@suse.de>
34895
34896         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
34897         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
34898         macro.
34899         * sysdeps/unix/sysv/linux/s390/bits/mman.h
34900         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34901         * sysdeps/unix/sysv/linux/sh/bits/mman.h
34902         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34903         * sysdeps/unix/sysv/linux/i386/bits/mman.h
34904         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34905         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
34906         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34907         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
34908         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34909         * sysdeps/unix/sysv/linux/bits/in.h
34910         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
34911
34912 2012-05-22  Roland McGrath  <roland@hack.frob.com>
34913
34914         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
34915         (PREPARE_VERSION): Just use assert instead, it will be elided
34916         under [NDEBUG] anyway.
34917
34918 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34919
34920         * sysdeps/unix/sysv/linux/Makefile: Include
34921         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
34922         (sysdep_routines): Remove sysctl.
34923         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
34924         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
34925         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
34926         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
34927         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
34928
34929 2012-05-22  Andreas Jaeger  <aj@suse.de>
34930
34931         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
34932         that pseudo_end is just ret and the stack pointer is correct also
34933         for static library in error case.
34934
34935 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
34936
34937         [BZ #14122]
34938         * nss/nsswitch.c (defconfig_entries): New variable.
34939         (__nss_database_lookup): Don't leak defconfig entries.
34940         (nss_parse_service_list): Don't leak on error paths.
34941         (free_database_entries): New function.
34942         (free_defconfig): New function.
34943         (free_mem): Move common code to free_database_entries.
34944
34945 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34946
34947         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
34948         Add arch_prctl.
34949         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
34950
34951         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
34952         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
34953         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
34954         New macro.
34955         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
34956         (INTERNAL_SYSCALL_TYPES): Likewise.
34957         (LOAD_ARGS_TYPES_[1-6]): Likewise.
34958         (LOAD_REGS_TYPES_[1-6]): Likewise.
34959         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
34960         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
34961
34962 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34963
34964         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
34965         copysignl for GLIBC_2_0.
34966         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
34967         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
34968         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
34969         logbl for GLIBC_2_0.
34970         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
34971         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
34972
34973 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34974
34975         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
34976         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
34977
34978         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
34979         Use "neg %eax".
34980
34981         * time/mktime.c: Update copyright years.
34982
34983 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
34984
34985         mktime: merge comment-quoting-style change from gnulib
34986         * time/mktime.c: Quote 'like this' in comments.
34987         The GNU coding standards suggest that we no longer quote `like this',
34988         as "`" and "'" are typically rendered asymmetrically nowadays.
34989         The typical gnulib style is to quote 'like this' when quoting
34990         code, and "like this" when quoting English.
34991
34992         * time/mktime.c (compile-command): Add "-I.".
34993
34994         mktime: merge mktime-internal.h change from gnulib
34995         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
34996
34997         mktime: merge time_r change from gnulib
34998         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
34999
35000         mktime: merge DEBUG change from gnulib
35001         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
35002         case system <time.h> has a #define.
35003
35004         mktime: merge <sys/types.h> change from gnulib
35005         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
35006         since <time.t> is now guaranteed to define time_t.
35007
35008         mktime: merge HAVE_CONFIG_H change from gnulib
35009         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
35010
35011 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
35012
35013         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
35014         Use "neg %eax".
35015
35016         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
35017         __rlim_t cast.
35018         (struct rusage): Use anonymous union to pad each field to
35019         __syscall_slong_t.
35020
35021 2012-05-21  David S. Miller  <davem@davemloft.net>
35022
35023         * Makefules (o-iterator): Remove .s cases.
35024         (compile-command.s): Delete.
35025         (COMPILE.s): Delete.
35026         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
35027
35028 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
35029
35030         * configure.in (libc_cv_predef_stack_protector): Only consider
35031         "foobar" and "__stack_chk_fail" lines in libc_undefs.
35032         * configure: Regenerated.
35033
35034 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35035
35036         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
35037         New macro.  Use R*LP on int and pointer.
35038         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
35039         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
35040         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
35041         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
35042
35043         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
35044         [__WORDSIZE_TIME64_COMPAT32] instead of
35045         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
35046         (struct utmp): Likewise.
35047         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
35048         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
35049         Renamed to ...
35050         (__WORDSIZE_TIME64_COMPAT32): This.
35051         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
35052         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
35053         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
35054         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
35055         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
35056         (__WORDSIZE_TIME64_COMPAT32): New macro.
35057
35058 2012-05-21  Andreas Jaeger  <aj@suse.de>
35059
35060         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
35061         only if [SHARED]. Add prototype for __wcschr_ia32.
35062
35063 2012-05-21  Roland McGrath  <roland@hack.frob.com>
35064
35065         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
35066         of %rbp unmolested in the jmp_buf while mangling the low bits.
35067         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
35068         unmolested high bits of %rbp while demangling the low bits.
35069         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35070
35071 2012-05-21  Andreas Jaeger  <aj@suse.de>
35072
35073         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
35074         * sunrpc/svc_simple.c: Use it for registerrpc.
35075         * sunrpc/xcrypt.c: Use it for passwd2des.
35076
35077         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
35078
35079 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35080
35081         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
35082         Don't define if [__SYSCALL_WORDSIZE != 32].
35083         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
35084         New macro.
35085
35086 2012-05-21  Bruno Haible  <bruno@clisp.org>
35087             Andreas Jaeger  <aj@suse.de>
35088
35089         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
35090         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
35091         inptr and inend for must_buffer_ch.
35092         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
35093         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
35094         * stdio-common/Makefile (tests): Remove bug15.
35095         (bug15-ENV): Remove macro.
35096         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
35097         anymore.
35098
35099 2012-05-19  Andreas Jaeger  <aj@suse.de>
35100             Roland McGrath  <roland@hack.frob.com>
35101
35102         * manual/contrib.texi: Completely rewritten. It contains now an
35103         alphabetical list of contributors and their contributions.
35104
35105 2012-05-21  Richard Henderson  <rth@twiddle.net>
35106
35107         * misc/getauxval.c (__getauxval): Use unsigned long int.
35108         * misc/sys/auxv.h: Include <sys/cdefs.h>.
35109         (getauxval): Use unsigned long int.
35110
35111 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35112
35113         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35114
35115 2012-05-21  Roland McGrath  <roland@hack.frob.com>
35116
35117         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
35118         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
35119         __alignof__ (long double).
35120
35121 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35122
35123         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35124
35125 2012-05-20  Richard Henderson  <rth@twiddle.net>
35126
35127         * misc/getauxval.c: New file.
35128         * misc/sys/auxv.h: New file.
35129         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
35130         (routines): Add getauxval.
35131         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
35132         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
35133         * elf/dl-sysdep.c (_dl_auxv): Remove.
35134         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
35135         * elf/dl-support.c (_dl_auxv): New variable.
35136         (_dl_aux_init): Initialize it.
35137         * manual/startup.texi (Auxiliary Vector): New node.
35138         * sysdeps/generic/bits/hwcap.h: New file.
35139         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
35140         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
35141         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
35142         * sysdeps/sparc/sysdep.h: ... here.  Include it.
35143         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
35144         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
35145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35146         Update.
35147         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
35148         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
35149         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
35150         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
35151         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35152         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35153         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
35154         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
35155
35156 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35157
35158         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35159
35160 2012-05-19  David S. Miller  <davem@davemloft.net>
35161
35162         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35163
35164 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
35165
35166         [BZ #14123]
35167         * math/s_ccosh.c: Include <float.h>
35168         (__ccosh): Avoid internal overflow calculating sinh and cosh
35169         values before multiplying by sin and cos values.
35170         * math/s_ccoshf.c: Likewise.
35171         * math/s_ccoshl.c: Likewise.
35172         * math/s_csin.c: Likewise.
35173         * math/s_csinf.c: Likewise.
35174         * math/s_csinl.c: Likewise.
35175         * math/s_csinh.c: Likewise.
35176         * math/s_csinhf.c: Likewise.
35177         * math/s_csinhl.c: Likewise.
35178         * math/libm-test.inc (ccos_test): Add more tests.
35179         (ccosh_test): Likewise.
35180         (csin_test): Likewise.
35181         (csinh_test): Likewise.
35182         * sysdeps/i386/fpu/libm-test-ulps: Update.
35183         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35184
35185 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
35186
35187         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
35188         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
35189
35190         * sysdeps/x86_64/x32/_itoa.h: Add comment.
35191
35192 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
35193
35194         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
35195         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
35196         * sysdeps/powerpc/soft-fp/Versions: Likewise.
35197         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
35198         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
35199         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
35200         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
35201         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
35202         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
35203         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
35204         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
35205         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
35206         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
35207         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
35208         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
35209         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
35210         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
35211         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
35212         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
35213         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
35214         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
35215         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
35216         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
35217         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
35218         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
35219         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
35220         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
35221         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
35222         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
35223         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
35224         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
35225
35226 2012-05-18  Andreas Jaeger  <aj@suse.de>
35227
35228         * csu/.gitignore: Delete.
35229
35230 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35231
35232         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
35233         (timex): Use __syscall_slong_t.
35234
35235 2012-05-18  Andreas Jaeger  <aj@suse.de>
35236             Carlos O'Donell  <carlos_odonell@mentor.com>
35237
35238         * manual/install.texi (Configuring and compiling): Update
35239         description about files modified in the source directory.
35240         * INSTALL: Regenerated.
35241
35242 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35243
35244         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
35245         value.  Use "or" to set return value to -1.
35246         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
35247         negate return value.
35248
35249 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35250
35251         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
35252         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
35253         failure if the compiler has Graphite support disabled.
35254         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
35255         Likewise.
35256         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
35257         (CFLAGS-memmove.c): Likewise.
35258         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
35259         Likewise.
35260
35261 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35262
35263         * sysdeps/x86_64/x32/_itoa.h: New file.
35264
35265         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
35266         getdents system call only if kernel and user dirents have the
35267         same d_ino and d_off.
35268
35269         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
35270         LLONG_MAX != LONG_MAX.
35271         (_itoa_word): Use _ITOA_WORD_TYPE on value.
35272         (_fitoa_word): Likewise.
35273
35274         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
35275         years.
35276         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
35277         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
35278         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
35279
35280         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
35281         include <bits/wordsize.h>.  Check __x86_64__ instead of
35282         __WORDSIZE.
35283         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
35284         if __x86_64__ is defined.  Use anonymous union on fpstate.
35285
35286         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
35287         anonymous union.
35288
35289 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
35290
35291         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
35292         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
35293         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
35294         Refer to _rtld_local_ro instead of _rtld_global_ro.
35295         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
35296         Likewise.
35297         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
35298         Likewise.
35299         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
35300         Likewise.
35301         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
35302         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
35303         of _rtld_global, and rtld_progname instead of _dl_argv[0].
35304
35305         * sysdeps/powerpc/powerpc32/dl-machine.c
35306         (__elf_machine_runtime_setup) [PROF]: Don't reference
35307         _dl_prof_resolve.
35308
35309 2012-05-18  Andreas Jaeger  <aj@suse.de>
35310
35311         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
35312         function only available for GCCs before 3.4 since GCC 3.4
35313         introduced a builtin.
35314         (lrint): Likewise.
35315         (llrintf): Likewise.
35316         (llrint): Likewise.
35317         (fmaxf): Likewise.
35318         (fmax): Likewise.
35319         (fminf): Likewise.
35320         (fmin): Likewise.
35321         (rint): Likewise.
35322         (rintf): Likewise.
35323         (nearbyint): Likewise.
35324         (nearbyintf): Likewise.
35325         (ceil): Likewise.
35326         (ceilf): Likewise.
35327         (floor): Likewise.
35328         (floorf): Likewise.
35329
35330 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35331
35332         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
35333         on both fields and cast pointer to __syscall_ulong_t.
35334
35335         * bits/types.h (__fsword_t): New type.
35336         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
35337         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
35338         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35339         (__FSWORD_T_TYPE): Likewise.
35340         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35341         (__FSWORD_T_TYPE): Likewise.
35342         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35343         (__FSWORD_T_TYPE): Likewise.
35344         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
35345         (__FSWORD_T_TYPE): Likewise.
35346         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
35347         __SWORD_TYPE with __fsword_t.
35348         (statfs64): Likewise.
35349
35350 2012-05-17  David S. Miller  <davem@davemloft.net>
35351
35352         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
35353
35354 2012-05-17  Andreas Jaeger  <aj@suse.de>
35355
35356         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
35357         warning.
35358
35359 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35360
35361         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
35362
35363 2012-05-17  Andreas Jaeger  <aj@suse.de>
35364
35365         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
35366         when it is used.
35367
35368 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35369
35370         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
35371
35372 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35373
35374         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
35375         * sysdeps/x86_64/tst-mallocalign1.c: New file.
35376
35377 2012-05-17  Andreas Jaeger  <aj@suse.de>
35378             Carlos O'Donell  <carlos_odonell@mentor.com>
35379
35380         [BZ #14059]
35381         * sysdeps/x86_64/multiarch/init-arch.h
35382         (bit_YMM_Usable): Rename to...
35383         (bit_AVX_Usable): ... this.
35384         (bit_FMA4_Usable): New macro.
35385         (bit_XMM_state): New macro.
35386         (bit_YMM_state): New macro.
35387         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
35388         [__ASSEMBLER__] (index_AVX_Usable): ... this.
35389         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
35390         (CPUID_OSXSAVE): New macro.
35391         (CPUID_AVX): New macro.
35392         (CPUID_FMA4): New macro.
35393         (index_YMM_Usable): Rename to...
35394         (index_AVX_Usable): ... this.
35395         (HAS_AVX): Use HAS_ARCH_FEATURE.
35396         (HAS_FMA4): Likewise.
35397         (HAS_YMM_USABLE): Remove.
35398         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35399         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
35400         are present.
35401         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
35402         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
35403         * sysdeps/x86_64/multiarch/Makefile: Likewise.
35404         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
35405         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
35406
35407 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35408
35409         * math/libm-test.c: Support platforms without multiple rounding modes.
35410         * math/bug-nextafter.c: Support platforms without FP exceptions.
35411         * math/bug-nexttoward.c: Likewise.
35412         * math/test-fenv.c: Likewise.
35413         * math/test-misc.c: Likewise.
35414         * stdlib/bug-getcontext.c: Likewise.
35415
35416 2012-05-17  Andreas Jaeger  <aj@suse.de>
35417
35418         * manual/examples/search.c (critter_cmp): Change signature to
35419         avoid warnings.
35420         * manual/string.texi (Collation Functions): Likewise.
35421
35422 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35423
35424         * bits/types.h: Fold copyright years.
35425         * bits/typesizes.h: Likewise.
35426         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
35427         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
35428         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
35429         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
35430         * time/time.h: Likewise.
35431
35432 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
35433
35434         [BZ #208]
35435         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
35436         in instead of returning them.  Return void.
35437         (__libc_mallinfo): Accumulate over all arenas.
35438         (__malloc_stats): Adjust for change in int_mallinfo interface.
35439
35440 2012-05-16  Roland McGrath  <roland@hack.frob.com>
35441
35442         [BZ #10375]
35443         * configure.in (NM): Add AC_CHECK_TOOL for it.
35444         (libc_extra_cflags): New substituted variable.
35445         Check for -fstack-protector being used implicitly.
35446         * configure: Regenerated.
35447         * config.make.in (config-extra-cflags): New variable,
35448         gets @libc_extra_cflags@.
35449         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
35450
35451         [BZ #10375]
35452         * configure.in: Check for _FORTIFY_SOURCE being predefined.
35453         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
35454         * configure: Regenerated.
35455         * config.make.in (CPPUNDEFS): New substituted variable.
35456         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
35457         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
35458         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
35459
35460 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35461
35462         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
35463         (mq_attr): Use __syscall_slong_t.
35464
35465 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35466
35467         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
35468         Check __x86_64__ instead of __WORDSIZE.
35469         (_STAT_VER_LINUX): Likewise.
35470         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
35471         __syscall_ulong_t and __syscall_slong_t.
35472         (stat64): Likewise.
35473
35474 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35475
35476         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
35477
35478 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35479
35480         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
35481
35482 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35483
35484         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
35485         __syscall_ulong_t.
35486
35487         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
35488         include <bits/wordsize.h>.  Check __x86_64__ instead of
35489         __WORDSIZE.
35490         (greg_t): Use "__extension__ long long int" if __x86_64__ is
35491         defined.
35492         (mcontext_t): Replace "unsigned long" with "unsigned long long".
35493
35494         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
35495         include <bits/wordsize.h>.  Check __x86_64__ instead of
35496         __WORDSIZE.
35497         (user_regs_struct): Use "__extension__ unsigned long long"
35498         instead of "unsigned long" if __x86_64__ is defined.
35499         (user): Likewise.  Pad after pointer field if __ILP32__ is
35500         defined.
35501
35502 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
35503
35504         * configure.in (makeinfo): Require version 4.5 or later.  Allow
35505         versions 5 to 9.
35506         * configure: Regenerated.
35507         * manual/install.texi (texinfo): Increase version requirement to
35508         4.5 or later.
35509         * INSTALL: Regenerated.
35510
35511         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
35512
35513 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35514
35515         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
35516
35517         * sysdeps/x86_64/x32/ffs.c: New file.
35518
35519         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
35520         __syscall_ulong_t.
35521         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
35522         defined.  Use __syscall_ulong_t.
35523         (shminfo): Use __syscall_ulong_t.
35524         (shm_info): Likewise.
35525
35526         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
35527         __syscall_ulong_t.
35528
35529         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
35530         <bits/wordsize.h>.
35531         (msgqnum_t): Use __syscall_ulong_t.
35532         (msglen_t): Likewise.
35533         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
35534         __syscall_ulong_t.
35535
35536         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
35537         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35538
35539         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
35540
35541         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
35542         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
35543
35544         * sysvipc/sys/msg.h (msgbuf): Replace long int with
35545         __syscall_slong_t.
35546
35547         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
35548         include <bits/wordsize.h>.  Check __x86_64__ instead of
35549         __WORDSIZE.
35550
35551         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
35552         "unsigned long long int" if __x86_64__ is defined.
35553         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
35554
35555         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
35556         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35557         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
35558
35559         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
35560         <stdint.h>.
35561         (GET_PC): Cast to uintptr_t first.
35562         (GET_FRAME): Likewise.
35563         (GET_STACK): Likewise.
35564
35565         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
35566         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
35567         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
35568         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
35569         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
35570         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
35571         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
35572         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
35573         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
35574         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
35575         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
35576         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
35577         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35578         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
35579         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
35580         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
35581         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
35582         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
35583         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
35584         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
35585         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
35586         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
35587         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
35588         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
35589         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
35590         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
35591         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
35592         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
35593         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
35594
35595 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
35596
35597         * Makerules (+depfiles): Also collect depfiles from .oS in
35598         $(extra-objs).
35599         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
35600         .oS, $(libnldbl-routines)).
35601
35602         * Makerules (native-compile-mkdep-flags): Define.
35603         * sunrpc/Makefile (extra-objs): Add $(addprefix
35604         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
35605         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
35606         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
35607         calling $(make-target-directory).
35608
35609 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35610
35611         * bits/types.h (__snseconds_t): Removed.
35612         * time/time.h (struct timespec): Replace __snseconds_t with
35613         __syscall_slong_t.
35614         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
35615         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
35616         Likewise.
35617         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35618         (__SNSECONDS_T_TYPE): Likewise.
35619         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35620         (__SNSECONDS_T_TYPE): Likewise.
35621         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35622         (__SNSECONDS_T_TYPE): Likewise.
35623
35624 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35625
35626         * sysdeps/mach/hurd/bits/typesizes.h
35627         (__SYSCALL_SLONG_TYPE): New macro.
35628         (__SYSCALL_ULONG_TYPE): Likewise.
35629
35630 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35631
35632         * bits/types.h (__syscall_slong_t): New type.
35633         (__syscall_ulong_t): Likewise.
35634
35635         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
35636         (__SYSCALL_ULONG_TYPE): Likewise.
35637         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35638         (__SYSCALL_SLONG_TYPE): Likewise.
35639         (__SYSCALL_ULONG_TYPE): Likewise.
35640         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35641         (__SYSCALL_SLONG_TYPE): Likewise.
35642         (__SYSCALL_ULONG_TYPE): Likewise.
35643         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35644         (__SYSCALL_SLONG_TYPE): Likewise.
35645         (__SYSCALL_ULONG_TYPE): Likewise.
35646
35647 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35648
35649         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
35650         Add sigaltstack-offsets.sym.
35651         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
35652         <sigaltstack-offsets.h>.
35653         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
35654         longjmp_msg pointer.
35655         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
35656         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
35657         signal stack.
35658         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
35659
35660 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
35661
35662         * elf/stackguard-macros.h: Remove file.
35663         * sysdeps/generic/stackguard-macros.h: New file.
35664         * sysdeps/i386/stackguard-macros.h: Likewise.
35665         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
35666         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
35667         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
35668         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
35669         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
35670         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
35671         * sysdeps/x86_64/stackguard-macros.h: Likewise.
35672         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
35673         <elf/stackguard-macros.h>.
35674
35675         [BZ #14109]
35676         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
35677         __aligned__ in attribute.
35678         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
35679         (gregset_t): Likewise.
35680
35681 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35682
35683         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
35684         * sysdeps/x86_64/64/Implies-after: Here.  New file.
35685         * sysdeps/x86_64/x32/Implies-after: New file.
35686
35687 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35688
35689         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
35690         and access return value for _dl_profile_fixup.  Use R10_LP to
35691         load frame size.
35692
35693 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35694
35695         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
35696
35697 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35698
35699         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
35700         * sysdeps/x86_64/x32/sysdep.h: New file.
35701
35702 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35703
35704         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
35705         * sysdeps/x86_64/setjmp.S: Likewise.
35706
35707 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35708
35709         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
35710         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
35711         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
35712         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
35713         remove unused global constant.
35714
35715 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
35716
35717         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
35718         include of <not-cancel.h>.
35719
35720 2012-05-15  Roland McGrath  <roland@hack.frob.com>
35721
35722         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
35723
35724 2012-05-15  Jeff Law  <law@redhat.com>
35725             Andreas Jaeger  <aj@suse.de>
35726
35727         [BZ #13594]
35728         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
35729         out from...
35730         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
35731         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
35732         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
35733         code changing __hst_map_handle.map.
35734
35735 2012-05-15  Roland McGrath  <roland@hack.frob.com>
35736
35737         * configure.in (sysnames): Look for Implies-before and Implies-after
35738         files.
35739         * configure: Regenerated.
35740
35741 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35742
35743         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
35744         8-byte data alignment with LP_SIZE alignment.
35745
35746 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35747
35748         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
35749         into R10_LP.
35750
35751 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35752
35753         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
35754
35755 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35756
35757         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
35758         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
35759         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
35760         Likewise.
35761         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
35762
35763 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35764
35765         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
35766         (stackinfo_sub_sp): Likewise.
35767
35768 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35769
35770         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
35771         RAX_LP.
35772
35773 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35774
35775         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
35776         into R*_LP.
35777
35778 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35779
35780         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
35781         sizes into R*_LP.
35782
35783 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35784
35785         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
35786
35787 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35788
35789         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
35790         into R11_LP and load __x86_64_shared_cache_size_half into
35791         R8_LP.
35792
35793 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35794
35795         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
35796         R8_LP.
35797
35798 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35799
35800         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
35801         logb for POWER7.
35802         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
35803         logbf for POWER7.
35804         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
35805         logbl for POWER7.
35806         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
35807         powerpc32/power7/fpu/s_logb.c via #include.
35808         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
35809         powerpc32/power7/fpu/s_logbf.c via #include.
35810         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
35811         powerpc32/power7/fpu/s_logbl.c via #include.
35812
35813 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
35814
35815         * README.libm: Remove file.
35816
35817 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35818
35819         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
35820         count for x32.  Use R*_LP and omit operand-size suffix.
35821
35822 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35823
35824         * shlib-versions: Move x86_64-.*-linux.* entries to ...
35825         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
35826         * sysdeps/x86_64/x32/shlib-versions: New file.
35827
35828 2012-05-14  Roland McGrath  <roland@hack.frob.com>
35829
35830         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
35831         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
35832         Use _dl_fatal_printf instead.
35833
35834 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
35835
35836         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
35837         set if not set by the user.  Do not allow for being unset.
35838         * sysdeps/unix/sysv/linux/configure: Regenerated.
35839
35840 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35841
35842         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
35843         the `q' suffix from lea and replace .quad with ASM_ADDR.
35844
35845 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35846
35847         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
35848         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
35849         instead of $17.
35850         (PTR_DEMANGLE): Likewise.
35851
35852 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35853
35854         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
35855         (LP_OP): Likewise.
35856         (ASM_ADDR): Likewise.
35857         (RAX_LP): Likewise.
35858         (RBP_LP): Likewise.
35859         (RBX_LP): Likewise.
35860         (RCX_LP): Likewise.
35861         (RDI_LP): Likewise.
35862         (RSI_LP): Likewise.
35863         (RSP_LP): Likewise.
35864         (R8_LP): Likewise.
35865         (R9_LP): Likewise.
35866         (R10_LP): Likewise.
35867         (R10_LP): Likewise.
35868         (R11_LP): Likewise.
35869         (R12_LP): Likewise.
35870         (R13_LP): Likewise.
35871         (R14_LP): Likewise.
35872         (R15_LP): Likewise.
35873
35874 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35875
35876         * sysdeps/x86_64/x32/dl-machine.h: New file.
35877
35878 2012-05-14  Andreas Jaeger  <aj@suse.de>
35879
35880         * manual/Makefile (subdir): Remove export of subdir.
35881         (all): Remove target.
35882         (.PHONY): Remove all from list.
35883         (mkinstalldirs): Remove.
35884         (.PHONY): Remove installdirs from list.
35885         ($(inst_infodir)/libc.info): Use make-target-directory.
35886         (installdirs): Remove.
35887         (subdir_%): Remove.
35888         (glibc-targets): Remove.
35889         (lib): Remove.
35890         (stubs): Remove.
35891         ($(objpfx)stubs ../po/manual.pot): Remove.
35892         ($(objpfx)stamp%): Remove.
35893         (make-target-directory): Remove.
35894         (subdir_install): Remove.
35895         (routines): Remove.
35896         (aux): Remove.
35897         (sources): Remove.
35898         (objects): Remove.
35899         (headers): Remove.
35900
35901         [BZ #13750]
35902         * manual/.gitignore: Remove, it's not needed anymore.
35903         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
35904         all files in it.
35905         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
35906         directory.
35907         (texis): Renamed to $(objpfx)texis.
35908         (texis-path): New, contains path to generated files.
35909         (chapters.%): Use texis-path for complete path, add extra argument
35910         libc-texinfo.sh.
35911         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
35912         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
35913         (summary,texi, stamp-summary): Use complete path of
35914         files. Generate files in build dir.
35915         (dir-add.texi): Build in build dir.
35916         (libm-err.texi,stamp-libm-err): Likewise.
35917         (version.texi, stamp-version): Likewise.
35918         (.%c.texi): Likewise.
35919         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
35920         (mostlyclean): Remove target.
35921         (realclean): Remove target.
35922         (generated): Add new variable with contents from mostlyclean and
35923         realclean, remove entries duplicated in common-mostlyclean, add
35924         stamp-libm-err and stamp-version.
35925         (generated-dirs): Add libc directory.
35926         ($(inst_infodir)/libc.info): Install files from build dir.
35927
35928         * manual/install.texi (Configuring and compiling): Adjust since
35929         the info files are not part of the tar ball anymore.
35930
35931 2012-05-14  Andreas Jaeger  <aj@suse.de>
35932
35933         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
35934         variable.
35935
35936 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
35937
35938         [BZ #13717]
35939         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
35940         to 2.2.0 where earlier.
35941         * sysdeps/unix/sysv/linux/configure: Regenerated.
35942         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
35943         Remove conditional code.
35944         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
35945         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
35946         Remove conditional code.
35947         [!__NR_lchown]: Likewise.
35948         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
35949         [__NR_lchown]: Likewise.
35950         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
35951         comment referencing __ASSUME_LCHOWN_SYSCALL.
35952         * sysdeps/unix/sysv/linux/i386/sigaction.c
35953         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35954         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35955         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
35956         Remove conditional code.
35957         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
35958         (__protocol_available): Remove #if 0 code.
35959         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
35960         conditional code.
35961         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
35962         * sysdeps/unix/sysv/linux/kernel-features.h
35963         (__ASSUME_GETCWD_SYSCALL): Don't define.
35964         (__ASSUME_REALTIME_SIGNALS): Likewise.
35965         (__ASSUME_PREAD_SYSCALL): Likewise.
35966         (__ASSUME_PWRITE_SYSCALL): Likewise.
35967         (__ASSUME_POLL_SYSCALL): Likewise.
35968         (__ASSUME_LCHOWN_SYSCALL): Likewise.
35969         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
35970         non-SPARC.
35971         (__ASSUME_SIOCGIFNAME): Don't define.
35972         (__ASSUME_MSG_NOSIGNAL): Likewise.
35973         (__ASSUME_SENDFILE): Define unconditionally.
35974         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
35975         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
35976         conditional code.
35977         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
35978         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
35979         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
35980         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
35981         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
35982         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
35983         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
35984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
35985         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35986         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35987         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
35988         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35989         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35990         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
35991         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35992         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
35994         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35995         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
35997         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35998         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
36000         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
36001         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
36003         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36004         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36005         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
36006         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36007         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36008         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
36009         Remove conditional code.
36010         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36011         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36012         Remove conditional code.
36013         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36014         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
36015         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
36016         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36017         Remove conditional code.
36018         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36019         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
36020         Remove conditional code.
36021         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36022         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
36023         Remove conditional code.
36024         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36025         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
36026         Remove conditional code.
36027         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
36028         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
36029         Remove conditional code.
36030         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36031         * sysdeps/unix/sysv/linux/sh/pwrite64.c
36032         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
36033         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
36034         * sysdeps/unix/sysv/linux/sigaction.c
36035         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36036         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36037         * sysdeps/unix/sysv/linux/sigpending.c
36038         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36039         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36040         * sysdeps/unix/sysv/linux/sigprocmask.c
36041         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36042         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36043         * sysdeps/unix/sysv/linux/sigsuspend.c
36044         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
36045         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
36046         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
36047         (__libc_missing_rt_sigs): Remove.
36048         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
36049         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
36050         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
36051         Remove conditional code.
36052         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
36053         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
36054         return 1.
36055         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
36056         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
36057         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
36058         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
36059
36060 2012-05-14  Andreas Jaeger  <aj@suse.de>
36061
36062         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
36063         it's not used in glibc.
36064         (__coshm1): Likewise.
36065         (__acosh1p): Likewise.
36066         (__sgn): Likewise.
36067
36068         * manual/string.texi (Copying and Concatenation): Add missing
36069         variable in concat example.
36070         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
36071
36072 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36073
36074         [BZ #14103]
36075         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
36076         __builtin_clzl with __builtin_clzll.
36077
36078 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36079
36080         [BZ #14104]
36081         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
36082         libc_freeres_ptr.
36083
36084 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36085
36086         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
36087         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
36088         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
36089         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
36090
36091 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
36092
36093         * NEWS: Update ia64 info.
36094
36095 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
36096
36097         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
36098         used as bcopy.
36099
36100 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
36101
36102         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
36103         * sysdeps/unix/syscalls.list (dup3): Likewise.
36104         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
36105         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
36106
36107 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
36108
36109         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
36110         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
36111
36112 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
36113
36114         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
36115         thread pointer.
36116         (TLS_IE): Use mov/add instead of movq/addq to load thread
36117         pointer.
36118         (TLS_GD_PREFIX): New.
36119         (TLS_GD): Use it.
36120
36121 2012-05-11  David S. Miller  <davem@davemloft.net>
36122
36123         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
36124         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
36125         (_FPU_SETCW): Likewise.
36126
36127 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36128
36129         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
36130         is 32-byte aligned.
36131
36132 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
36133
36134         [BZ #11837]
36135         * iconvdata/gb18030.c: Update tables.
36136         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
36137         characters specially.
36138         (BODY for TO_LOOP): Add encoding of missing ranges.
36139
36140 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
36141
36142         [BZ #13673]
36143         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
36144         * sysdeps/mach/hurd/dup3.c: Likewise.
36145         * sysdeps/mach/hurd/readlinkat.c: Likewise.
36146         * sysdeps/powerpc/memmove.c:: Likewise.
36147
36148 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36149
36150         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
36151         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
36152
36153 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36154
36155         * elf/elf.h (R_X86_64_RELATIVE64): New.
36156         (R_X86_64_NUM): Updated.
36157         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
36158         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
36159         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
36160         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
36161         tst-quad1pie tst-quad2pie
36162         (modules-names): Add tst-quadmod1 tst-quadmod2.
36163         ($(objpfx)tst-quad1): New dependency.
36164         ($(objpfx)tst-quad2): Likewise.
36165         ($(objpfx)tst-quad1pie): Likewise.
36166         ($(objpfx)tst-quad2pie): Likewise.
36167         * sysdeps/x86_64/tst-quad1.c: New file.
36168         * sysdeps/x86_64/tst-quad1pie.c: New file.
36169         * sysdeps/x86_64/tst-quad2.c: Likewise.
36170         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
36171         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
36172         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
36173         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
36174         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
36175
36176 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36177
36178         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
36179         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
36180         * streams/stropts.h (t_scalar_t): Define type.
36181
36182         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
36183         (_PATH_PRESERVE): Set to "/var/lib".
36184         (_PATH_RWHODIR): Set to "/var/spool/rwho".
36185
36186         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
36187         instead of int.
36188
36189         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
36190         if __dir_mkfile succeeded.
36191
36192         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
36193         checking for _hurd_dtablesize.  Unlock it right after having
36194         finished _hurd_dtable allocation.
36195
36196 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36197
36198         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
36199         * sysdeps/mach/hurd/configure: Regenerated.
36200         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
36201         special-casing to...
36202         * sysdeps/gnu/configure.in: ... this new file.
36203         * sysdeps/unix/sysv/linux/configure: Regenerated.
36204         * sysdeps/gnu/configure: New generated file.
36205
36206         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
36207         for Linux: use nsec instead of usec, as well as:
36208         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
36209         members of type struct timespec.
36210         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
36211         New macros.
36212         (struct stat64): Likewise.
36213         (_STATBUF_ST_NSEC): New macro.
36214         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
36215
36216         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36217         __strtoul_internal rather than strtoul.
36218
36219 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36220
36221         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
36222         and reject them.
36223
36224 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36225
36226         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
36227         which preserves existing values.
36228         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
36229
36230 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36231
36232         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
36233         TIMEOUT values.  Return EINVAL for NFDS values either negative or
36234         greater than FD_SETSIZE.
36235
36236 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36237
36238         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
36239         allocated, call __vm_protect to finish enabling the existing space, and
36240         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
36241         allocate the remainder.
36242
36243 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36244
36245         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
36246         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
36247
36248 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36249
36250         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
36251         sysdeps/mach/hurd/readlink.c.
36252
36253         * posix/tst-sysconf.c (posix_options): Only use
36254         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
36255         _POSIX_SYNCHRONIZED_IO when they are defined
36256         * sysdeps/mach/hurd/bits/posix_opt.h:
36257         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
36258         (_XOPEN_REALTIME): Undefine macro.
36259         (_XOPEN_REALTIME_THREADS): Undefine macro.
36260         (_XOPEN_SHM): Undefine macro.
36261         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
36262         macro to -1.
36263         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
36264         macro to -1.
36265         (_POSIX_ASYNC_IO): Undefine macro.
36266         (_POSIX_PRIORITIZED_IO): Undefine macro.
36267         (_POSIX_SPIN_LOCKS): Define macro to -1.
36268
36269         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
36270         SA_NODEFER, SA_RESETHAND.
36271         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
36272         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
36273         F_DUPFD_CLOEXEC.
36274
36275 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36276
36277         * elf/Makefile (pldd-modules): Define unconditionally.
36278
36279 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36280
36281         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
36282
36283 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36284
36285         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
36286         Return ENOENT when name is empty.
36287         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
36288
36289 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36290
36291         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
36292
36293         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
36294
36295 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36296
36297         Fix mlock in all cases except non-readable pages.
36298         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
36299         instead of VM_PROT_ALL as parameter to __vm_wire function.
36300
36301         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
36302         (__mkdir): When path is `/', just fail with EEXIST.
36303         * sysdeps/mach/hurd/mkdirat.c: Likewise.
36304
36305 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36306
36307         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
36308         <sys/uio.h> (for writev).
36309         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
36310         and <sys/param.h> (for MIN).
36311
36312 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36313
36314         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
36315         REQUESTED_TIME.  Properly set the remaining time and return EINTR
36316         if interrupted.
36317
36318 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36319
36320         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
36321         Depend on against $(link-rpcuserlibs).
36322
36323 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36324
36325         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
36326         (__libc_stack_end): Do not use attribute_relro.
36327         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
36328         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
36329         to libthread-provided value.
36330         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
36331         attribute_relro.
36332
36333 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36334
36335         [BZ #3748]
36336         * bits/libc-lock.h (__libc_once_get): New macro.
36337         * sysdeps/mach/bits/libc-lock.h: Likewise.
36338         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
36339         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
36340         instead of using implementation details.
36341
36342         * libio/fileops.c: Unconditionally include <kernel-features.h>.
36343         * libio/freopen.c: Likewise.
36344         * libio/freopen64.c: Likewise.
36345         * misc/syslog.c: Likewise.
36346         * nscd/connections.c: Likewise.
36347         * nscd/netgroupcache.c: Likewise.
36348         * sysdeps/posix/getcwd.c: Likewise.
36349
36350 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36351
36352         * math/w_ilogbf.c: Add #include <limits.h>.
36353
36354 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36355
36356         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
36357         path instead of returning without unlocking.
36358
36359         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
36360         immediate-write ioctls.
36361         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
36362
36363 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36364
36365         * sysdeps/mach/hurd/i386/init-first.c (init): Use
36366         __builtin_frame_address instead of making assumptions about the
36367         location of the return address relative to DATA.  Force early load of
36368         the return address.
36369         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
36370         __builtin_frame_address.
36371
36372         dup3 for GNU Hurd.
36373         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
36374         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
36375         implement dup3 and do some further code clean-ups.
36376         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
36377         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
36378
36379 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36380
36381         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
36382
36383         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
36384         HURD_CRITICAL_END around holding _hurd_dtable_lock.
36385         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
36386         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
36387         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
36388         d->port.lock.
36389
36390         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
36391         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
36392         when handler == SIG_ERR, not when handler != SIG_ERR.
36393
36394 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36395
36396         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
36397         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
36398         definitions.
36399
36400         accept4 for GNU Hurd.
36401         * include/sys/socket.h (__libc_accept4): New prototype.
36402         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
36403         to implement __libc_accept4.
36404         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
36405         __libc_accept4.
36406         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
36407
36408         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
36409         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
36410         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
36411         signal-defines.sym.
36412
36413 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36414
36415         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
36416
36417 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36418
36419         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
36420         assertion on O_CLOEXEC flag.
36421         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
36422         * hurd/intern-fd.c: Likewise.
36423         * hurd/port2fd.c: Likewise.
36424
36425 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36426
36427         [BZ #3906]
36428         * bits/in.h (IPV6_PKTINFO): Define new macro.
36429         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
36430
36431 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36432
36433         [BZ #13954]
36434         [BZ #13955]
36435         [BZ #13956]
36436         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
36437         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
36438         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
36439         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
36440         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
36441         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
36442         * math/libm-test.inc (logb_test) : Additional logb tests.
36443
36444 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
36445             Andreas Jaeger  <aj@suse.de>
36446
36447         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
36448         * configure: Regenerated.
36449         * config.h.in (LINK_OBSOLETE_RPC): New macro.
36450         * config.make.in (link-obsolete-rpc): New substituted variable.
36451         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
36452         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
36453         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36454         (shared-only-routines): Don't set it under [link-obsolete-rpc],
36455         so that libc.a contains the symbols.
36456         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36457         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
36458         * sunrpc/auth_none.c: Likewise.
36459         * sunrpc/auth_unix.c: Likewise.
36460         * sunrpc/authdes_prot.c: Likewise.
36461         * sunrpc/authuxprot.c: Likewise.
36462         * sunrpc/clnt_gen.c: Likewise.
36463         * sunrpc/clnt_perr.c: Likewise.
36464         * sunrpc/clnt_raw.c: Likewise.
36465         * sunrpc/clnt_simp.c: Likewise.
36466         * sunrpc/clnt_tcp.c: Likewise.
36467         * sunrpc/clnt_udp.c: Likewise.
36468         * sunrpc/clnt_unix.c: Likewise.
36469         * sunrpc/des_crypt.c: Likewise.
36470         * sunrpc/des_soft.c: Likewise.
36471         * sunrpc/get_myaddr.c: Likewise.
36472         * sunrpc/key_call.c: Likewise.
36473         * sunrpc/key_prot.c: Likewise.
36474         * sunrpc/netname.c: Likewise.
36475         * sunrpc/pm_getmaps.c: Likewise.
36476         * sunrpc/pm_getport.c: Likewise.
36477         * sunrpc/pmap_clnt.c: Likewise.
36478         * sunrpc/pmap_prot.c: Likewise.
36479         * sunrpc/pmap_prot2.c: Likewise.
36480         * sunrpc/pmap_rmt.c: Likewise.
36481         * sunrpc/publickey.c: Likewise.
36482         * sunrpc/rpc_cmsg.c: Likewise.
36483         * sunrpc/rpc_common.c: Likewise.
36484         * sunrpc/rpc_dtable.c: Likewise.
36485         * sunrpc/rpc_prot.c: Likewise.
36486         * sunrpc/rpc_thread.c: Likewise.
36487         * sunrpc/rtime.c: Likewise.
36488         * sunrpc/svc.c: Likewise.
36489         * sunrpc/svc_auth.c: Likewise.
36490         * sunrpc/svc_raw.c: Likewise.
36491         * sunrpc/svc_run.c: Likewise.
36492         * sunrpc/svc_tcp.c: Likewise.
36493         * sunrpc/svc_udp.c: Likewise.
36494         * sunrpc/svc_unix.c: Likewise.
36495         * sunrpc/svcauth_des.c: Likewise.
36496         * sunrpc/xcrypt.c: Likewise.
36497         * sunrpc/xdr.c: Likewise.
36498         * sunrpc/xdr_array.c: Likewise.
36499         * sunrpc/xdr_float.c: Likewise.
36500         * sunrpc/xdr_intXX_t.c: Likewise.
36501         * sunrpc/xdr_mem.c: Likewise.
36502         * sunrpc/xdr_rec.c: Likewise.
36503         * sunrpc/xdr_ref.c: Likewise.
36504         * sunrpc/xdr_sizeof.c: Likewise.
36505         * sunrpc/xdr_stdio.c: Likewise.
36506
36507 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36508
36509         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
36510         change.  Update copyright years.
36511
36512 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36513
36514         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
36515
36516 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
36517             Joseph Myers  <joseph@codesourcery.com>
36518             Paul Pluzhnikov  <ppluzhnikov@google.com>
36519
36520         [BZ #14012]
36521         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
36522         requiring rpcgen.
36523         [cross-compiling] (extra-libs): Likewise.
36524         [cross-compiling] (extra-libs-others): Likewise.
36525         [cross-compiling] (librpcsvc-routines): Likewise.
36526         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
36527         [cross-compiling] (omit-deps): Likewise.
36528         (sunrpc-CPPFLAGS): New variable.
36529         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
36530         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
36531         (cross-rpcgen-objs): New variable.
36532         (extra-objs): Append $(cross-rpcgen-objs).
36533         ($(cross-rpcgen-objs)): New rule.
36534         ($(objpfx)cross-rpcgen): Likewise.
36535         (rpcgen-cmd): Define to use $(built-program-file).  Expand
36536         comment.
36537         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
36538         ($(objpfx)x%.stmp): Likewise.
36539         * sunrpc/proto.h [IS_IN_build] (_): Define.
36540         [IS_IN_build] (_libc_intl_domainname): Likewise.
36541
36542 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36543
36544         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
36545         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
36546         and R_X86_64_TPOFF64.
36547
36548 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36549
36550         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
36551         sysdeps/unix/sysv/syscalls.list.
36552         (stime): Likewise.
36553         (utime): Likewise.
36554         * sysdeps/unix/sysv/syscalls.list: Remove file.
36555
36556 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
36557
36558         [BZ #3440]
36559         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
36560         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
36561         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
36562         (__LC_IDENTIFICATION): Make these macros useful in #if
36563         expressions, as required by C99.
36564
36565 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
36566
36567         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
36568         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
36569         after this.
36570
36571 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
36572
36573         * stdlib/longlong.h: Updated from GCC.
36574
36575 2012-05-09  Andreas Jaeger  <aj@suse.de>
36576
36577         * nscd/nscd.c (run_modes): Make named enum, reorder so that
36578         default is first entry.
36579         (run_mode): Set type.
36580         (main): Remove informal message about syslog.
36581         (options): Fix typo.
36582
36583         [BZ #14053]
36584         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
36585         to asm.
36586         (lrint): Likewise.
36587         (llrintf): Likewise.
36588         (llrint): Likewise.
36589         (rint): Likewise.
36590         (rintf): Likewise.
36591         (nearbyint): Likewise.
36592         (nearbyintf): Likewise.
36593
36594 2012-05-09  Andreas Jaeger  <aj@suse.de>
36595             Pedro Alves  <palves@redhat.com>
36596
36597         * nscd/nscd.c (run_mode): Use enum.
36598         (main): Cleanup coding style issue.
36599
36600 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
36601             Andreas Jaeger  <aj@suse.de>
36602
36603         * nscd/nscd.c (go_background): Replaced with...
36604         (run_mode): ... this.
36605         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
36606         (options): Add -F --foreground.
36607         (main): Implement it.
36608         (parse_opt): Parse it.
36609
36610 2012-05-09  Andreas Jaeger  <aj@suse.de>
36611
36612         [BZ #14083]
36613         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
36614         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
36615         -Wconversion warning.
36616         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
36617         Likewise.
36618
36619 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
36620
36621         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
36622         == 0.
36623         (LC_ALL): Use macro-int-constant.
36624         (LC_COLLATE): Likewise.
36625         (LC_CTYPE): Likewise.
36626         (LC_MESSAGES): Likewise.
36627         (LC_MONETARY): Likewise.
36628         (LC_NUMERIC): Likewise.
36629         (LC_TIME): Likewise.
36630         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
36631         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36632         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36633         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
36634         Specify type.
36635         [C99-based standards] (float_t): Expect type.
36636         [C99-based standards] (double_t): Expect type.
36637         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
36638         type.
36639         [C99-based standards] (HUGE_VALL): Likewise.
36640         [C99-based standards] (INFINITY): Likewise.
36641         [C99-based standards] (NAN): Likewise.
36642         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
36643         [C99-based standards] (FP_NAN): Likewise.
36644         [C99-based standards] (FP_NORMAL): Likewise.
36645         [C99-based standards] (FP_SUBNORMAL): Likewise.
36646         [C99-based standards] (FP_ZERO): Likewise.
36647         [C99-based standards] (FP_FAST_FMA): Use
36648         optional-macro-int-constant.  Specify type.  Require == 1.
36649         [C99-based standards] (FP_FAST_FMAF): Likewise.
36650         [C99-based standards] (FP_FAST_FMAL): Likewise.
36651         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
36652         [C99-based standards] (FP_ILOGBNAN): Likewise.
36653         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
36654         Specify type.
36655         [C99-based standards] (MATH_ERREXCEPT): Likewise.
36656         [C99-based standards] (math_errhandling): Specify type.
36657         [ISO99 || ISO11] (signgam): Do not allow.
36658         [non-C99-based standards] (copysignf): Do not allow.
36659         [non-C99-based standards] (exp2f): Likewise.
36660         [non-C99-based standards] (log2f): Likewise.
36661         [non-C99-based standards] (modff): Allow.
36662         [non-C99-based standards] (erff): Do not allow.
36663         [non-C99-based standards] (erfcf): Likewise.
36664         [non-C99-based standards] (gammaf): Likewise.
36665         [non-C99-based standards] (hypotf): Likewise.
36666         [non-C99-based standards] (j0f): Likewise.
36667         [non-C99-based standards] (j1f): Likewise.
36668         [non-C99-based standards] (jnf): Likewise.
36669         [non-C99-based standards] (lgammaf): Likewise.
36670         [non-C99-based standards] (tgammaf): Likewise.
36671         [non-C99-based standards] (y0f): Likewise.
36672         [non-C99-based standards] (y1f): Likewise.
36673         [non-C99-based standards] (ynf): Likewise.
36674         [non-C99-based standards] (isnanf): Likewise.
36675         [non-C99-based standards] (acoshf): Likewise.
36676         [non-C99-based standards] (asinhf): Likewise.
36677         [non-C99-based standards] (atanhf): Likewise.
36678         [non-C99-based standards] (cbrtf): Likewise.
36679         [non-C99-based standards] (expm1f): Likewise.
36680         [non-C99-based standards] (ilogbf): Likewise.
36681         [non-C99-based standards] (log1pf): Likewise.
36682         [non-C99-based standards] (logbf): Likewise.
36683         [non-C99-based standards] (nextafterf): Likewise.
36684         [non-C99-based standards] (remainderf): Likewise.
36685         [non-C99-based standards] (rintf): Likewise.
36686         [non-C99-based standards] (scalbf): Likewise.
36687         [non-C99-based standards] (copysignl): Likewise.
36688         [non-C99-based standards] (exp2l): Likewise.
36689         [non-C99-based standards] (log2l): Likewise.
36690         [non-C99-based standards] (modfl): Allow.
36691         [non-C99-based standards] (erfl): Do not allow.
36692         [non-C99-based standards] (erfcl): Likewise.
36693         [non-C99-based standards] (gammal): Likewise.
36694         [non-C99-based standards] (hypotl): Likewise.
36695         [non-C99-based standards] (j0l): Likewise.
36696         [non-C99-based standards] (j1l): Likewise.
36697         [non-C99-based standards] (jnl): Likewise.
36698         [non-C99-based standards] (lgammal): Likewise.
36699         [non-C99-based standards] (tgammal): Likewise.
36700         [non-C99-based standards] (y0l): Likewise.
36701         [non-C99-based standards] (y1l): Likewise.
36702         [non-C99-based standards] (ynl): Likewise.
36703         [non-C99-based standards] (isnanl): Likewise.
36704         [non-C99-based standards] (acoshl): Likewise.
36705         [non-C99-based standards] (asinhl): Likewise.
36706         [non-C99-based standards] (atanhl): Likewise.
36707         [non-C99-based standards] (cbrtl): Likewise.
36708         [non-C99-based standards] (expm1l): Likewise.
36709         [non-C99-based standards] (ilogbl): Likewise.
36710         [non-C99-based standards] (log1pl): Likewise.
36711         [non-C99-based standards] (logbl): Likewise.
36712         [non-C99-based standards] (nextafterl): Likewise.
36713         [non-C99-based standards] (remainderl): Likewise.
36714         [non-C99-based standards] (rintl): Likewise.
36715         [non-C99-based standards] (scalbl): Likewise.
36716         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36717         [non-C99-based standards] (FP_*): Do not allow.
36718         [C99-based standards] (FP_*): Change to
36719         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36720         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36721         allow.
36722         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
36723         (SIG_ERR): Likewise.
36724         [X/Open-based standards] (SIG_HOLD): Likewise.
36725         (SIG_IGN): Likewise.
36726         (SIGABRT): Use macro-int-constant.  Specify type.  Require
36727         positive value.
36728         (SIGFPE): Likewise.
36729         (SIGILL): Likewise.
36730         (SIGINT): Likewise.
36731         (SIGSEGV): Likewise.
36732         (SIGTER): Likewise.
36733         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
36734         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
36735         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
36736         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
36737         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
36738         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
36739         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
36740         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
36741         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
36742         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
36743         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
36744         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
36745         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
36746         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
36747         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
36748         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
36749         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
36750         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
36751         [X/Open-based standards] (SIGTRAP): Likewise.
36752         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
36753         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
36754         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
36755         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
36756         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36757         allow.
36758
36759 2012-05-08  Ian Wienand  <ianw@vmware.com>
36760
36761         [BZ #14080]
36762         * time/tzset.c (__tzset_parse_tz): Update default rules for
36763         daylight time changes in the Energy Policy Act of 2005.
36764
36765 2012-05-09  Andreas Jaeger  <aj@suse.de>
36766
36767         [BZ #13983]
36768         * elf/ldconfig.c (parse_conf): Change string to make clear that
36769         ldconfig only issued a warning if ld.so.conf does not exist.
36770
36771 2012-05-08  David S. Miller  <davem@davemloft.net>
36772
36773         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
36774         movxtod instead of popping the value on the stack.
36775
36776         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36777
36778 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
36779
36780         * config.h.in: Add HAVE_ARM_PCS_VFP.
36781
36782 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
36783
36784         [BZ #13979]
36785         * include/features.h: Warn if user requests __FORTIFY_SOURCE
36786         checking but the checks are disabled for any reason.
36787
36788 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
36789
36790         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
36791         and ELF64_R_TYPE with ELFW(R_TYPE).
36792
36793 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
36794
36795         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
36796         (ulimit): Likewise.
36797
36798         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
36799         (settimeofday): Likewise.
36800
36801 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
36802
36803         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
36804         a struct th_u2 inside the union, and move tu_block/tu_code into
36805         a new th_u3 union of tu_block/tu_code inside of that.  Move
36806         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
36807         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
36808         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
36809         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
36810         (th_stuff): Change to th_u1.tu_stuff.
36811         (th_data): Define.
36812         (th_msg): Change to th_u1.th_u2.tu_data.
36813
36814 2012-05-07  David S. Miller  <davem@davemloft.net>
36815
36816         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36817
36818         [BZ #14074]
36819         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
36820         (SETUP_PIC_REG): Use it.
36821         (SETUP_PIC_REG_LEAF): Use it.
36822
36823 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
36824
36825         [BZ #13885]
36826         [BZ #13923]
36827         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36828         USE_AS_EXPM1L.
36829         (EXPL_FINITE): Likewise.
36830         (FLDLOG): Likewise.
36831         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
36832         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
36833         e_expl.S.
36834         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36835         USE_AS_EXPM1L.
36836         (EXPL_FINITE): Likewise.
36837         (FLDLOG): Likewise.
36838         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
36839         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
36840         e_expl.S.
36841         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
36842         test of -max_value argument for long double.
36843         * sysdeps/i386/fpu/libm-test-ulps: Update.
36844         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36845
36846 2012-05-06  David S. Miller  <davem@davemloft.net>
36847
36848         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
36849         quad soft-float symbols whose references which are compiler
36850         generated.
36851         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
36852
36853 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
36854
36855         [BZ #13884]
36856         [BZ #13914]
36857         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36858         USE_AS_EXP10L.
36859         (EXPL_FINITE): Likewise.
36860         (FLDLOG): Likewise.
36861         (c0): Likewise.
36862         (c1): Likewise.
36863         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
36864         Adjust comments for base varying.
36865         (__expl_finite): Change alias to EXPL_FINITE.
36866         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
36867         e_expl.S.
36868         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
36869         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
36870         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
36871         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
36872         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36873         USE_AS_EXP10L.
36874         (EXPL_FINITE): Likewise.
36875         (FLDLOG): Likewise.
36876         (c0): Likewise.
36877         (c1): Likewise.
36878         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
36879         Adjust comments for base varying.
36880         (__expl_finite): Change alias to EXPL_FINITE.
36881         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
36882         tests for bugs.
36883         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36884
36885         [BZ #14064]
36886         * math/libm-test.inc (check_float_internal): Correct ulp
36887         calculation for subnormal expected results.
36888
36889 2012-05-06  Andreas Jaeger  <aj@suse.de>
36890
36891         * Makeconfig (+math-flags): New, set to -frounding-math.
36892         (+cflags): Add +math-flags so that all of glibc gets compiled with
36893         it.
36894
36895         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
36896
36897 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
36898
36899         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
36900         Disable one test.
36901
36902         [BZ #13787]
36903         [BZ #13922]
36904         [BZ #14036]
36905         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
36906         (__ieee754_expl): Allow for and saturate large arguments.
36907         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
36908         (u_threshold): Likewise.
36909         (__exp): Call __ieee754_exp before checking for overflow and
36910         underflow.
36911         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
36912         (u_threshold): Likewise.
36913         (__expf): Call __ieee754_expf before checking for overflow and
36914         underflow.
36915         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
36916         (u_threshold): Likewise.
36917         (__expl): Call __ieee754_expl before checking for overflow and
36918         underflow.
36919         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
36920         (__ieee754_expl): Allow for and saturate large arguments.
36921         * math/libm-test.inc (exp_test): Add another test.  Do not allow
36922         missing overflow exception on overflow.
36923         (expm1_test): Do not allow missing overflow exception on overflow.
36924
36925         * sysdeps/i386/fpu/e_expl.c: Move to ...
36926         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
36927         rather than using inline asm.
36928         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
36929         * sysdeps/x86_64/fpu/e_expl.S: Copy from
36930         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
36931
36932         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
36933         (nice): Likewise.
36934         (poll): Likewise.
36935         (signal): Likewise.
36936         (time): Likewise.
36937         (times): Likewise.
36938
36939 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36940
36941         * sysdeps/unix/syscalls.list (adjtime): Add entry from
36942         sysdeps/unix/common/syscalls.list.
36943         (fchmod): Likewise.
36944         (fchown): Likewise.
36945         (ftruncate): Likewise.
36946         (getrusage): Likewise.
36947         (gettimeofday): Likewise.
36948         (setpgid): Likewise.
36949         (setregid): Likewise.
36950         (setreuid): Likewise.
36951         (sigaction): Likewise.
36952         (truncate): Likewise.
36953         (vhangup): Likewise.
36954         * sysdeps/unix/common/syscalls.list: Remove file.
36955         * sysdeps/unix/bsd/Implies: Don't include unix/common.
36956         * sysdeps/unix/sysv/linux/Implies: Likewise.
36957
36958 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
36959
36960         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
36961         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
36962         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
36963         Moved to ...
36964         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
36965         Here.
36966         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
36967         to ...
36968         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
36969         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
36970         to ...
36971         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
36972         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
36973         to ...
36974         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
36975         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
36976         to ...
36977         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
36978         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
36979         to ...
36980         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
36981         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
36982         to ...
36983         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
36984         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
36985         to ...
36986         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
36987         Here.
36988         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
36989         to ...
36990         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
36991         Here.
36992         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
36993         to ...
36994         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
36995         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
36996         Moved to ...
36997         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
36998         Here.
36999         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
37000         to ...
37001         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
37002
37003 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37004
37005         * sysdeps/unix/common/bits/dirent.h: Remove file.
37006         * sysdeps/unix/common/bits/fcntl.h: Likewise.
37007
37008         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
37009         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
37010         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
37011         * sysdeps/unix/bsd/isatty.c: Likewise.
37012         * sysdeps/unix/bsd/tcdrain.c: Likewise.
37013         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
37014         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
37015
37016 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37017
37018         [BZ #13563]
37019         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
37020         long double comparison inaccuracies.
37021         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
37022         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37023
37024 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
37025
37026         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
37027         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
37028
37029 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
37030
37031         [BZ #14049]
37032         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
37033         nonzero digits before rounding a hex value.
37034         * stdlib/tst-strtod.c (tests): Add another test.
37035
37036 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37037
37038         * sysdeps/s390/fpu/libm-test-ulps: Update.
37039
37040 2012-05-03  Andreas Jaeger  <aj@suse.de>
37041
37042         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
37043         does not get optimized out.
37044         (malloc_opt_barrier): New.
37045
37046 2012-05-03  Andreas Jaeger  <aj@suse.de>
37047             Roland McGrath  <roland@hack.frob.com>
37048
37049         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
37050         intermediate file deletion.
37051         (generated): Add .symlist files.
37052
37053 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
37054
37055         [BZ #13775]
37056         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
37057         Redirect under this condition.
37058         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37059         [__USE_GNU] (__dprintf_chk): Not under this condition.
37060         [__USE_GNU] (__vdprintf_chk): Likewise.
37061         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
37062         under this condition.
37063         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37064         [__USE_XOPEN2K8] (dprintf): Define under this condition.
37065         [__USE_XOPEN2K8] (vdprintf): Likewise.
37066         [__USE_GNU] (__dprintf_chk): Not under this condition.
37067         [__USE_GNU] (__vdprintf_chk): Likewise.
37068         [__USE_GNU] (dprintf): Likewise.
37069         [__USE_GNU] (vdprintf): Likewise.
37070
37071 2012-05-03  Roland McGrath  <roland@hack.frob.com>
37072
37073         * elf/Makefile (common-generated): Set this instead of generated for
37074         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
37075         $(all-built-dso)-derived lists.
37076
37077 2012-05-03  Andreas Jaeger  <aj@suse.de>
37078
37079         * sysdeps/i386/fpu/libm-test-ulps: Update.
37080
37081         * FAQ: Removed.
37082         * FAQ.in: Likewise.
37083         * scripts/gen-FAQ.pl: Likewise.
37084         * manual/install.texi (Installation): Point to online location of
37085         FAQ.
37086         * Makefile (files-for-dist): Remove FAQ.
37087         (FAQ): Remove.
37088
37089 2012-05-02  Allan McRae  <allan@archlinux.org>
37090
37091         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
37092         (LDFLAGS-reldepmod5.so): Likewise.
37093         (LDFLAGS-reldep6mod1.so): Likewise.
37094         (LDFLAGS-reldep6mod4.so): Likewise.
37095         (LDFLAGS-reldep8mod3.so): Likewise.
37096         (LDFLAGS-unload4mod1.so): Likewise.
37097         (LDFLAGS-unload4mod2.so): Likewise.
37098         (LDFLAGS-tst-initorder): Likewise.
37099         (LDFLAGS-tst-initordera2.so): Likewise.
37100         (LDFLAGS-tst-initordera3.so): Likewise.
37101         (LDFLAGS-tst-initordera4.so): Likewise.
37102         (LDFLAGS-tst-initorderb2.so): Likewise.
37103         (LDFLAGS-noload): Likewise.
37104         (LDFLAGS-next): Likewise.
37105         (LDFLAGS-order2mod1.so): Likewise.
37106         (LDFLAGS-order2mod2.so): Likewise.
37107         (LDFLAGS-tst-initorder2): Likewise.
37108         (LDFLAGS-tst-initorder2a.so): Likewise.
37109         (LDFLAGS-tst-initorder2b.so): Likewise.
37110         (LDFLAGS-tst-initorder2c.so): Likewise.
37111         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
37112
37113 2012-05-02  David S. Miller  <davem@davemloft.net>
37114
37115         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37116
37117 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
37118
37119         [BZ #14055]
37120         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
37121
37122 2012-05-02  Andreas Jaeger  <aj@suse.de>
37123
37124         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
37125         since we manipulate rounding mode.
37126         (CPPFLAGS-test-idouble.c): Likewise.
37127         (CPPFLAGS-test-ifloat.c): Likewise.
37128         (CFLAGS-test-ldouble.c): Likewise.
37129         (CFLAGS-test-double.c): Likewise.
37130         (CFLAGS-test-float.c): Likewise.
37131         (CFLAGS-test-misc.c): Likewise.
37132         (CFLAGS-test-test-fenv.c): Likewise.
37133
37134 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37135
37136         [BZ #2550]
37137         [BZ #2570]
37138         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
37139         comparisons to determine direction to adjust input.
37140
37141 2012-05-01  Roland McGrath  <roland@hack.frob.com>
37142
37143         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
37144         output to the target.
37145
37146         * scripts/localplt.awk: New file.
37147         * elf/Makefile ($(objpfx)check-localplt): Target removed.
37148         (check-localplt-CFLAGS): Variable removed.
37149         ($(all-built-dso:=.jmprel)): New static pattern rule.
37150         (generated): Add those targets.
37151         (localplt-built-dso): New variable.
37152         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
37153
37154         * elf/check-localplt.c: File removed.
37155
37156         * scripts/check-execstack.awk: New file.
37157         * elf/Makefile ($(objpfx)check-execstack): Target removed.
37158         (check-execstack-CFLAGS): Variable removed.
37159         ($(objpfx)check-execstack.h): Target removed.
37160         ($(objpfx)execstack-default): New target.
37161         (generated): Add that instead of check-execstack.h.
37162         ($(all-built-dso:=.phdr)): New static pattern rule.
37163         (generated): Add those targets.
37164         * elf/check-execstack.c: File removed.
37165
37166         * scripts/check-textrel.awk: New file.
37167         * elf/Makefile ($(objpfx)check-textrel): Target removed.
37168         (check-textrel-CFLAGS): Variable removed.
37169         (all-built-dso): Use := to define.o
37170         ($(all-built-dso:=.dyn)): New static pattern rule.
37171         (generated): Add those targets.
37172         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
37173         * config.make.in (READELF): New substituted variable.
37174         * elf/check-textrel.c: File removed.
37175
37176 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37177
37178         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37179         allow.
37180         * conform/data/ctype.h-data [C99-based standards] (isblank):
37181         Expect function.
37182         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
37183         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
37184         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37185         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
37186         Specify type.  Require positive value.
37187         (EILSEQ): Likewise.
37188         (ERANGE): Likewise.
37189         [ISO || POSIX] (EILSEQ): Do not expect.
37190         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
37191         Specify type.  Require positive value.
37192         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
37193         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
37194         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
37195         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
37196         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
37197         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
37198         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
37199         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
37200         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
37201         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
37202         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
37203         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
37204         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
37205         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
37206         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
37207         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
37208         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
37209         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
37210         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
37211         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
37212         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
37213         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
37214         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
37215         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
37216         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
37217         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
37218         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
37219         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
37220         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
37221         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
37222         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
37223         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
37224         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
37225         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
37226         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
37227         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
37228         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
37229         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
37230         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
37231         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
37232         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
37233         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
37234         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
37235         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
37236         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
37237         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
37238         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
37239         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
37240         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
37241         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
37242         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
37243         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
37244         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
37245         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
37246         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
37247         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
37248         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
37249         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
37250         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
37251         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
37252         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
37253         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
37254         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
37255         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
37256         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
37257         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
37258         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
37259         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
37260         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
37261         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
37262         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
37263         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
37264         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
37265         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
37266         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
37267         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
37268         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
37269         Require >= 2.
37270         (FLT_ROUNDS): Expect as macro, not constant.
37271         (FLT_MANT_DIG): Use macro-int-constant.
37272         (DBL_MANT_DIG): Likewise.
37273         (LDBL_MANT_DIG): Likewise.
37274         (FLT_DIG): Likewise.
37275         (DBL_DIG): Likewise.
37276         (LDBL_DIG): Likewise.
37277         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
37278         (DBL_MIN_EXP): Likewise.
37279         (LDBL_MIN_EXP): Likewise.
37280         (FLT_MAX_EXP): Use macro-int-constant.
37281         (DBL_MAX_EXP): Likewise.
37282         (LDBL_MAX_EXP): Likewise.
37283         (FLT_MAX_10_EXP): Likewise.
37284         (DBL_MAX_10_EXP): Likewise.
37285         (LDBL_MAX_10_EXP): Likewise.
37286         (FLT_MAX): Use macro-constant.
37287         (DBL_MAX): Likewise.
37288         (LDBL_MAX): Likewise.
37289         (FLT_EPSILON): Use macro-constant.  Give upper bound.
37290         (DBL_EPSILON): Likewise.
37291         (LDBL_EPSILON): Likewise.
37292         (FLT_MIN): Likewise.
37293         (DBL_MIN): Likewise.
37294         (LDBL_MIN): Likewise.
37295         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
37296         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
37297         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
37298         [ISO11] (FLT_HAS_SUBNORM): Likewise.
37299         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
37300         [ISO11] (DBL_DECIMAL_DIG): Likewise.
37301         [ISO11] (FLT_DECIMAL_DIG): Likewise.
37302         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
37303         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
37304         [ISO11] (FLT_TRUE_MIN): Likewise.
37305         [ISO11] (LDBL_TRUE_MIN): Likewise.
37306         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37307         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
37308         (SCHAR_MIN): Use macro-int-constant.  Specify type.
37309         (SCHAR_MAX): Likewise.
37310         (UCHAR_MAX): Likewise.
37311         (CHAR_MIN): Likewise.
37312         (CHAR_MAX): Likewise.
37313         (MB_LEN_MAX): Use macro-int-constant.
37314         (SHRT_MIN): Use macro-int-constant.  Specify type.
37315         (SHRT_MAX): Likewise.
37316         (USHRT_MAX): Likewise.
37317         (INT_MAX): Likewise.
37318         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
37319         bound negative.
37320         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37321         bound with "U".
37322         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37323         bound with "L".
37324         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
37325         bound negative.  Suffix upper bound with "L".
37326         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37327         bound with "UL".
37328         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
37329         Specify type.
37330         [C99-based standards] (LLONG_MAX): Likewise.
37331         [C99-based standards] (ULLONG_MAX): Likewise.
37332         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
37333         == 0.
37334         [ISO11] (max_align_t): Require type.
37335         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37336
37337         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
37338         from $CFLAGS, without defining away __attribute__ calls.
37339         (checknamespace): Use $CFLAGS_namespace.
37340
37341         * conform/conformtest.pl (@keywords): Only include C99 keywords
37342         for standards based on C99 or C11.
37343
37344         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
37345         Disable tests.
37346         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
37347         UNIX98]: Likewise.
37348
37349         * conform/conformtest.pl: Handle "macro-int-constant" and test for
37350         usability of symbols in #if.
37351
37352         * conform/conformtest.pl: If macro or constant types start
37353         "promoted:", expect the symbol to be of the following type
37354         promoted by the integer promotions.
37355
37356         * conform/conformtest.pl: Parse all "constant" and "macro" lines
37357         in one place.  Also handle "macro-constant".
37358
37359         * conform/conformtest.pl: Only accept expected macro values with
37360         "==".  Parse all "macro" lines in one place.
37361         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
37362
37363         * conform/conformtest.pl: Handle braced types on "constant" lines
37364         instead of handling "typed-constant".
37365         * conform/data/signal.h-data: Use "constant" instead of
37366         "typed-constant".
37367
37368         * conform/conformtest.pl: Handle "optional-" at start of lines in
37369         one place rather than duplicating several cases.  Handle each
37370         format of "macro" line with initial "optional-".
37371
37372         * conform/conformtest.pl: Only accept expected constant or
37373         optional-constant values with "==".  Parse all "constant" lines in
37374         one place.  Parse all "optional-constant" lines in one place.
37375         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
37376         * conform/data/fmtmsg.h-data: Likewise.
37377         * conform/data/netinet/in.h-data: Likewise.
37378         * conform/data/tar.h-data: Likewise.
37379         * conform/data/limits.h-data: Use "==" form on "constant" and
37380         "optional-constant" lines.
37381
37382         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
37383         Use -std=c99 for XOPEN2K.
37384         (@knownproblems): Remove.
37385         (newtoken): Don't check %isknown.
37386
37387         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
37388         Do not expect macro.
37389         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
37390         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
37391         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
37392         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
37393         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
37394         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
37395         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
37396         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
37397         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
37398         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
37399         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
37400         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
37401         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
37402         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
37403         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
37404         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
37405         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
37406         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
37407         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
37408         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
37409         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
37410         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
37411         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
37412         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
37413         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
37414         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
37415         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
37416         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
37417         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
37418         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
37419         [XPG3] (acosh): Likewise.
37420         [XPG3] (asinh): Likewise.
37421         [XPG3] (atanh): Likewise.
37422         [XPG3] (cbrt): Likewise.
37423         [XPG3] (expm1): Likewise.
37424         [XPG3] (ilogb): Likewise.
37425         [XPG3] (log1p): Likewise.
37426         [XPG3] (logb): Likewise.
37427         [XPG3] (nextafter): Likewise.
37428         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
37429         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
37430         [XPG3] (remainder): Likewise.
37431         [XPG3] (rint): Likewise.
37432         [XPG3 || XPG4 || UNIX98] (round): Likewise.
37433         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
37434         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
37435         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
37436         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
37437         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
37438         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
37439         [UNIX98 || XOPEN2K] (scalb): Expect.
37440         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
37441         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
37442         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
37443         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
37444         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
37445         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
37446         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
37447         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
37448         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
37449         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
37450         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
37451         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
37452         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
37453         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
37454         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
37455         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
37456         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
37457         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
37458         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
37459         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
37460         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
37461         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
37462         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
37463         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
37464         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
37465         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
37466         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
37467         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
37468         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
37469         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
37470         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
37471         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
37472         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
37473         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
37474         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
37475         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
37476         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
37477         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
37478         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
37479         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
37480         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
37481         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
37482         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
37483         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
37484         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
37485         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
37486         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
37487         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
37488         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
37489         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
37490         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
37491         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
37492         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
37493         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
37494         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
37495         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
37496         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
37497         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
37498         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
37499         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
37500         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
37501         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
37502         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
37503         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
37504         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
37505         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
37506         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
37507         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
37508         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
37509         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
37510         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
37511         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
37512         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
37513         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
37514         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
37515         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
37516         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
37517         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
37518         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
37519         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
37520         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
37521         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
37522         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
37523         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
37524         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
37525         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
37526         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
37527         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
37528         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
37529         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
37530         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
37531         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
37532         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
37533         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
37534         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
37535         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
37536         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
37537         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
37538         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
37539         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
37540         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
37541         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
37542         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
37543         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
37544         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
37545         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
37546         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
37547         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
37548         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
37549         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
37550         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
37551         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
37552         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
37553         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
37554         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
37555         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
37556         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
37557         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
37558         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
37559         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
37560         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
37561         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
37562         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
37563         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
37564         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
37565         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
37566         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
37567         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
37568         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
37569         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
37570         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
37571         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
37572         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
37573         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
37574         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
37575         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
37576         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
37577
37578         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
37579         _XOPEN_SOURCE_EXTENDED for XPG4.
37580
37581         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
37582
37583         * Makeconfig (localtime): Remove variable.
37584         (inst_localtime-file): Likewise.
37585
37586 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37587
37588         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
37589         Update.
37590         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37591         Update.
37592         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
37593         Update.
37594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
37595         Update.
37596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
37597         Update.
37598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
37599         Update.
37600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37601         Update.
37602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
37603         Update.
37604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
37605         Update.
37606
37607 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37608
37609         [BZ #2550]
37610         [BZ #2570]
37611         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
37612         comparisons to determine direction to adjust input.
37613         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
37614         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
37615         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
37616         Likewise.
37617         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
37618         Likewise.
37619         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
37620         Likewise.
37621         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
37622         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
37623         Likewise.
37624         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
37625         Likewise.
37626         * math/libm-test.inc (nexttoward_test): Add more tests.
37627
37628 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37629
37630         [BZ #14040]
37631         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
37632         in version GLIBC_2.1, not GLIBC_2.0.
37633         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
37634         Likewise.
37635
37636 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
37637
37638         [BZ #13942]
37639         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
37640         (1 - x) * (1 + x).
37641         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37642         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
37643         * math/libm-test.inc (acos_test): Add more tests.
37644         (asin_test): Likewise.
37645         * sysdeps/i386/fpu/libm-test-ulps: Update.
37646         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37647
37648         [BZ #14034]
37649         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
37650         of square root.
37651         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
37652         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37653         * math/libm-test.inc (acos_test_tonearest): New function.
37654         (acos_test_towardzero): Likewise.
37655         (acos_test_downward): Likewise.
37656         (acos_test_upward): Likewise.
37657         (asin_test_tonearest): Likewise.
37658         (asin_test_towardzero): Likewise.
37659         (asin_test_downward): Likewise.
37660         (asin_test_upward): Likewise.
37661         (main): Call the new functions.
37662         * sysdeps/i386/fpu/libm-test-ulps: Update.
37663         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37664
37665         [BZ #13884]
37666         [BZ #13924]
37667         * math/e_exp10.c: Include <float.h>.
37668         (__ieee754_exp10): Handle underflow here rather than multiplying
37669         large negative argument by M_LN10.
37670         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
37671         of __ieee754_expf.
37672         * math/e_exp10l.c: Include <float.h>.
37673         (__ieee754_exp10l): Handle underflow here rather than multiplying
37674         large negative argument by M_LN10l.
37675         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
37676         spurious overflow exception on underflow.
37677
37678 2012-04-29  Marek Polacek  <polacek@redhat.com>
37679
37680         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
37681         (__fortify_function): New macro.
37682         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
37683         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
37684         __extern_always_inline.
37685         * libio/bits/stdio2.h: Likewise.
37686         * libio/bits/stdio.h: Likewise.
37687         * string/string.h: Likewise.
37688         * string/bits/string3.h: Likewise.
37689         * include/stdio.h: Likewise.
37690         * stdlib/bits/stdlib.h: Likewise.
37691         * stdlib/stdlib.h: Likewise.
37692         * rt/bits/mqueue2.h: Likewise.
37693         * rt/mqueue.h: Likewise.
37694         * posix/bits/unistd.h: Likewise.
37695         * posix/unistd.h: Likewise.
37696         * io/bits/poll2.h: Likewise.
37697         * io/bits/fcntl2.h: Likewise.
37698         * io/fcntl.h: Likewise.
37699         * io/sys/poll.h: Likewise.
37700         * misc/bits/syslog.h: Likewise.
37701         * misc/bits/syslog-ldbl.h: Likewise.
37702         * misc/sys/syslog.h: Likewise.
37703         * socket/bits/socket2.h: Likewise.
37704         * socket/sys/socket.h: Likewise.
37705         * debug/tst-chk1.c: Likewise.
37706         * wcsmbs/bits/wchar2.h: Likewise.
37707         * wcsmbs/bits/wchar-ldbl.h: Likewise.
37708         * wcsmbs/wchar.h: Likewise.
37709
37710 2012-04-29  Andreas Jaeger  <aj@suse.de>
37711
37712         * Makerules (tests): Remove enable-check-abi protection.
37713         (check-abi-warn): Remove.
37714         (check-abi-%): Remove check-abi-warn usage.
37715
37716         * configure.in: Remove check-abi configure option.
37717         * configure: Regenerated.
37718         * config.make.in (enable-check-abi): Remove.
37719
37720 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
37721
37722         [BZ #14033]
37723         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
37724         double functions to double *_finite functions.
37725
37726         [BZ #13941]
37727         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
37728         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
37729         LDBL_MIN_EXP.
37730         * stdio-common/Makefile (tests): Add tst-sprintf3.
37731         * stdio-common/tst-sprintf3.c: New file.
37732
37733         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
37734         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
37735
37736 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
37737
37738         * conform/conformtest.pl: Remove duplicate typed-constant
37739         handling.
37740
37741 2012-04-28  David S. Miller  <davem@davemloft.net>
37742
37743         * Makerules (%.abilist): Add vpath on sysdep_dirs.
37744         (check-abi-%): Remove AWK script prerequisite and explicit
37745         abilist directory.
37746         (check-abi): Rewrite to just diff the symlist with the abilist.
37747         (config-tls, config-abi-config): Delete, no longer used.
37748         (update-abi-%): Remove AWK script and explicit abilist directory.
37749         (update-abi): Rewrite to simply compare and conditionally copy the
37750         symlist and the sysdep abilist file.  Remove update-abi-config
37751         checks.
37752         * abilist/ld.abilist: Remove.
37753         * abilist/libBrokenLocale.abilist: Remove.
37754         * abilist/libanl.abilist: Remove.
37755         * abilist/libcrypt.abilist: Remove.
37756         * abilist/libdl.abilist: Remove.
37757         * abilist/librt.abilist: Remove.
37758         * abilist/libthread_db.abilist: Remove.
37759         * abilist/libutil.abilist: Remove.
37760         * scripts/extract-abilist.awk: Remove.
37761         * scripts/merge-abilist.awk: Remove.
37762         * sysdeps/generic/libcidn.abilist: New file.
37763         * sysdeps/generic/libnss_compat.abilist: New file.
37764         * sysdeps/generic/libnss_db.abilist: New file.
37765         * sysdeps/generic/libnss_dns.abilist: New file.
37766         * sysdeps/generic/libnss_files.abilist: New file.
37767         * sysdeps/generic/libnss_hesiod.abilist: New file.
37768         * sysdeps/generic/libnss_nis.abilist: New file.
37769         * sysdeps/generic/libnss_nisplus.abilist: New file.
37770         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
37771         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
37772         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
37773         file.
37774         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
37775         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
37776         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
37777         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
37778         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
37779         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
37780         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
37781         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
37782         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
37783         file.
37784         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
37785         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
37786         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
37787         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
37788         file.
37789         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
37790         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
37791         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
37792         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
37793         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
37794         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
37795         file.
37796         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
37797         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
37798         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
37799         file.
37800         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
37801         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
37802         New file.
37803         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
37804         New file.
37805         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
37806         New file.
37807         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
37808         New file.
37809         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
37810         New file.
37811         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
37812         New file.
37813         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
37814         New file.
37815         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
37816         New file.
37817         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
37818         New file.
37819         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
37820         New file.
37821         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
37822         New file.
37823         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
37824         New file.
37825         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
37826         New file.
37827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
37828         file.
37829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
37830         New file.
37831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
37832         New file.
37833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
37834         file.
37835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
37836         New file.
37837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
37838         New file.
37839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
37840         file.
37841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
37842         New file.
37843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
37844         New file.
37845         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
37846         New file.
37847         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
37848         New file.
37849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
37850         New file.
37851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
37852         New file.
37853         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
37854         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
37855         file.
37856         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
37857         New file.
37858         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
37859         file.
37860         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
37861         file.
37862         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
37863         file.
37864         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
37865         file.
37866         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
37867         file.
37868         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
37869         New file.
37870         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
37871         file.
37872         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
37873         file.
37874         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
37875         New file.
37876         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
37877         file.
37878         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
37879         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
37880         file.
37881         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
37882         New file.
37883         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
37884         file.
37885         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
37886         file.
37887         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
37888         file.
37889         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
37890         file.
37891         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
37892         file.
37893         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
37894         New file.
37895         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
37896         file.
37897         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
37898         file.
37899         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
37900         New file.
37901         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
37902         file.
37903         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37904         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
37905         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
37906         file.
37907         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
37908         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
37909         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
37910         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
37911         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
37912         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
37913         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
37914         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
37915         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
37916         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
37917         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
37918         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
37919         file.
37920         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
37921         New file.
37922         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
37923         file.
37924         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
37925         file.
37926         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
37927         file.
37928         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
37929         file.
37930         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
37931         file.
37932         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
37933         New file.
37934         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
37935         New file.
37936         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
37937         file.
37938         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
37939         New file.
37940         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
37941         file.
37942         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
37943         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
37944         file.
37945         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
37946         New file.
37947         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
37948         file.
37949         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
37950         file.
37951         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
37952         file.
37953         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
37954         file.
37955         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
37956         file.
37957         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
37958         New file.
37959         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
37960         New file.
37961         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
37962         file.
37963         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
37964         New file.
37965         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
37966         file.
37967
37968 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
37969
37970         * conform/conformtest.pl: Fix typo in handling typed-constant from
37971         allow-header.
37972
37973 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
37974
37975         * README: Cut down references to pre-2.6 Linux kernels and
37976         Linuxthreads.  Update lists of configurations in libc and ports
37977         and sort alphabetically.  Say "or newer" with Linux kernel version
37978         requirements.
37979
37980         * config.h.in [IS_IN_build]: Allow compiling without optimization.
37981
37982 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
37983
37984         [BZ #887]
37985         * math/libm-test.inc (logb_test_downward): New test to expose
37986         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
37987         rounding mode.
37988
37989 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
37990
37991         [BZ #14027]
37992         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
37993         to be done.
37994         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
37995         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
37996
37997 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
37998
37999         * sysdeps/unix/i386/brk.S: Remove file.
38000         * sysdeps/unix/i386/dl-brk.S: Likewise.
38001         * sysdeps/unix/i386/pipe.S: Likewise.
38002         * sysdeps/unix/i386/sigreturn.S: Likewise.
38003         * sysdeps/unix/i386/syscall.S: Likewise.
38004         * sysdeps/unix/i386/vfork.S: Likewise.
38005         * sysdeps/unix/i386/wait.S: Likewise.
38006
38007         * sysdeps/unix/common/tcsendbrk.c: Move to ...
38008         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
38009
38010         * configure.in (arm*-none*): Do not allow without
38011         --enable-hacker-mode.
38012         (netbsd*): Remove case setting base_os.
38013         (386bsd*): Likewise.
38014         (freebsd*): Likewise.
38015         (bsdi*): Likewise.
38016         (osf*): Likewise.
38017         (sunos*): Likewise.
38018         (ultrix*): Likewise.
38019         (newsos*): Likewise.
38020         (dynix*): Likewise.
38021         (*bsd*): Likewise.
38022         (sysv*): Likewise.
38023         (isc*): Likewise.
38024         (esix*): Likewise.
38025         (sco*): Likewise.
38026         (minix*): Likewise.
38027         (irix4*): Likewise.
38028         (irix6*): Likewise.
38029         (solaris[2-9]*): Likewise.
38030         (none): Likewise.
38031         * configure: Regenerated.
38032
38033 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38034
38035         [BZ #11521]
38036         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
38037         overflow or cancellation in calculating denominator.
38038         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
38039         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
38040         down expression to avoid unexpected rounding in newer GCCs.
38041         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
38042
38043 2012-04-26  David S. Miller  <davem@davemloft.net>
38044
38045         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
38046         long-double compat symbols.
38047         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
38048         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
38049         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
38050         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
38051         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
38052         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
38053         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
38054         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
38055         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
38056         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
38057         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
38058         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
38059         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
38060
38061 2012-04-25  David S. Miller  <davem@davemloft.net>
38062
38063         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
38064         HWCAP_* values only after the memory barriers have been defined.
38065         (atomic_full_barrier): Define.
38066         (atomic_read_barrier): Define.
38067         (atomic_write_barrier): Define.
38068
38069 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38070
38071         * shlib-versions: Add libgcc_s version information.
38072         * sysdeps/generic/libgcc_s.h: Remove.
38073         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
38074         libgcc_s.h.
38075         * sysdeps/gnu/unwind-resume.c: Likewise.
38076         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
38077
38078 2012-04-25  David S. Miller  <davem@davemloft.net>
38079
38080         * sysdeps/unix/sparc/brk.S: Delete.
38081         * sysdeps/unix/sparc/dl-brk.S: Delete.
38082         * sysdeps/unix/sparc/pipe.S: Delete.
38083         * sysdeps/unix/sparc/sysdep.S: Delete.
38084         * sysdeps/unix/sparc/sysdep.h: Delete.
38085         * sysdeps/unix/sparc/vfork.S: Delete.
38086         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
38087         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
38088         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
38089         (ret_ERRVAL, r0, r1, MOVE): Define.
38090         (JUMPTARGET): Remove.
38091         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
38092         sysdeps/unix/sparc/sysdep.h
38093         (ENTRY, END): Remove.
38094         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
38095
38096 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
38097
38098         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
38099         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
38100         -DIS_IN_build.
38101
38102         * timezone/README: Update upstream location and email address for
38103         tzcode and tzdata.
38104         * timezone/zdump.c: Update from tzcode 2012b.
38105         * timezone/zic.c: Likewise.
38106
38107         * configure.in (libc_cv_as_needed): Remove test.
38108         * configure: Regenerated.
38109         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
38110         conditional definition.
38111         [$(have-as-needed) != yes] (no-as-needed): Likewise.
38112         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
38113         * config.make.in (have-as-needed): Remove variable.
38114
38115 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38116             Paul Pluzhnikov  <ppluzhnikov@google.com>
38117
38118         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
38119         strings correctly.
38120
38121 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
38122
38123         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
38124         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
38125         * sysdeps/sh/strlen.S: Likewise.
38126
38127 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38128
38129         * sysdeps/unix/fork.S: Remove file.
38130         * sysdeps/unix/i386/fork.S: Likewise.
38131         * sysdeps/unix/sparc/fork.S: Likewise.
38132
38133         * sysdeps/unix/system.c: Remove file.
38134         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
38135
38136         * sysdeps/unix/getegid.S: Remove file.
38137         * sysdeps/unix/geteuid.S: Likewise.
38138
38139 2012-04-24  Roland McGrath  <roland@hack.frob.com>
38140
38141         * scripts/check-localplt.awk: New file.
38142         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
38143         of diff.
38144         * scripts/data/localplt-generic.data: Add a comment.
38145
38146         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
38147         NODE when __dir_mkfile failed.
38148         * sysdeps/mach/hurd/symlinkat.c: Likewise.
38149         Reported by Ludovic Courtès <ludo@gnu.org>.
38150
38151 2012-04-24  Andreas Jaeger  <aj@suse.de>
38152
38153         * Makerules (common-clean): Also remove gen-as-const-headers
38154         files.
38155
38156 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38157
38158         * Makerules (native-compile): Do not change working directory for
38159         build.  Use $(OUTPUT_OPTION) in command.
38160         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
38161
38162 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38163
38164         [BZ #13886]
38165         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
38166         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
38167         * math/libm-test.inc (floor_test): Add more tests.
38168         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
38169
38170 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38171
38172         * sysdeps/unix/getdents.c: Remove file.
38173         * sysdeps/unix/sysv/getdents.c: Likewise.
38174         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
38175
38176         * sysdeps/unix/syscalls.list (madvise): Add syscall from
38177         sysdeps/unix/mman/syscalls.list.
38178         (mmap): Likewise.
38179         (mprotect): Likewise.
38180         (msync): Likewise.
38181         (munmap): Likewise.
38182         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
38183         * sysdeps/unix/mman/syscalls.list: Remove.
38184         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
38185
38186         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
38187         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
38188         * configure: Regenerated.
38189         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
38190         $(libgcc_s_suffix).
38191         * config.make.in (libgcc_s_suffix): Remove variable.
38192
38193 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
38194
38195         * sysdeps/unix/sysv/gethostname.c: Move to ...
38196         * sysdeps/posix/gethostname.c: ... here.
38197
38198         * sysdeps/unix/execve.S: Remove file.
38199
38200         * sysdeps/unix/_exit.S: Remove file.
38201
38202 2012-04-23  Andreas Jaeger  <aj@suse.de>
38203
38204         [BZ #13739]
38205         * manual/Makefile: Remove make dist support, there's no
38206         need for a stand-alone documentation tar ball.
38207         (TEXI2DVI): Define always, it's not in Makeconfig.
38208         (dist): Removed.
38209         (tar-it): Removed.
38210         (edition): Removed.
38211         (glibc-doc-$(edition).tar): Removed
38212         (%.Z): Removed.
38213         (%.gz): Removed.
38214         (%.uu): Removed.
38215         (ETAGS): Remove, it's in Makeconfig.
38216         (move-if-change): Remove, it's in Makeconfig.
38217
38218 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
38219
38220         [BZ #13970]
38221         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
38222         (strtod, strtof, strtold, strtol, strtoul, strtoq)
38223         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
38224         (strtod_l, strtof_l, strtold_l): Remove __wur.
38225         It is not necessarily an error to ignore strtol's return value.
38226         One can reliably look at the stored endptr to decide whether
38227         the number had valid syntax.
38228
38229 2012-04-21  Andreas Jaeger  <aj@suse.de>
38230
38231         [BZ #13739]
38232         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
38233
38234 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
38235
38236         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
38237         * sysdeps/unix/sysv/Versions: Remove file.
38238
38239 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
38240
38241         [BZ #13927]
38242         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38243
38244 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
38245
38246         [BZ #7064]
38247         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
38248         version from __vm86.
38249
38250 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
38251
38252         * sysdeps/unix/common/lxstat.c: Remove file.
38253         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
38254
38255         * sysdeps/unix/sysv/Makefile: Remove file.
38256
38257         * sysdeps/unix/sysv/direct.h: Remove file.
38258
38259         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
38260         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
38261         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
38262         * sysdeps/unix/sysv/bits/signum.h: Likewise.
38263         * sysdeps/unix/sysv/bits/stat.h: Likewise.
38264         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
38265         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
38266
38267         * sysdeps/unix/sysv/setrlimit.c: Remove file.
38268
38269         * sysdeps/unix/xmknod.c: Remove file.
38270         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
38271
38272         * sysdeps/unix/sysv/settimeofday.c: Remove file.
38273
38274         * sysdeps/unix/sysv/i386/time.S: Remove file.
38275
38276         * sysdeps/unix/fxstat.c: Remove file.
38277         * sysdeps/unix/xstat.c: Likewise.
38278         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
38279
38280         * sysdeps/unix/sysv/sigaction.c: Remove file.
38281
38282         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
38283         (sysdep_headers): Remove variable.
38284         [termio.h not in sysdep_headers] (generated): Likewise.
38285         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
38286         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
38287         * sysdeps/unix/sysv/tcdrain.c: Likewise.
38288         * sysdeps/unix/sysv/tcflow.c: Likewise.
38289         * sysdeps/unix/sysv/tcflush.c: Likewise.
38290         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
38291         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
38292         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
38293         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
38294         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
38295
38296         * sysdeps/unix/siglist.c: Remove file.
38297
38298         * sysdeps/unix/getppid.S: Remove file.
38299
38300         * sysdeps/unix/mkdir.c: Remove file.
38301         * sysdeps/unix/rmdir.c: Likewise.
38302
38303 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
38304
38305         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
38306         ERR_MAX value.
38307         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
38308         errlist-compat value.
38309
38310 2012-04-18  David S. Miller  <davem@davemloft.net>
38311
38312         * sysdeps/generic/memcopy.h (reg_char): Delete.
38313         * debug/strcat_chk.c: Use char, not reg_char.
38314         * debug/strcpy_chk.c: Likewise.
38315         * debug/strncat_chk.c: Likewise.
38316         * debug/strncpy_chk.c: Likewise.
38317         * string/memchr.c: Likewise.
38318         * string/memrchr.c: Likewise.
38319         * string/rawmemchr.c: Likewise.
38320         * string/strcat.c: Likewise.
38321         * string/strchr.c: Likewise.
38322         * string/strchrnul.c: Likewise.
38323         * string/strcmp.c: Likewise.
38324         * string/strcpy.c: Likewise.
38325         * string/strncat.c: Likewise.
38326         * string/strncmp.c: Likewise.
38327         * string/strncpy.c: Likewise.
38328
38329 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38330
38331         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
38332         __builtin_memcopy is called when src and dest ranges are known to not
38333         overlap.
38334
38335 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38336
38337         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
38338         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
38339         fwd_align_merge macro call.
38340         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
38341         bwd_align_merge macro call.
38342         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38343
38344 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38345
38346         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
38347         bwd_align_merge macros.
38348         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
38349         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
38350         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38351
38352 2012-04-18  David S. Miller  <davem@davemloft.net>
38353
38354         * sysdeps/sparc/sparc64/memcopy.h: Delete.
38355
38356 2012-04-18  Andreas Jaeger  <aj@suse.de>
38357
38358         [BZ# 6794]
38359         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
38360         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
38361         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38362
38363         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
38364         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
38365         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38366
38367         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
38368         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
38369         Adjust for changed ldbl-128 files.
38370
38371         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
38372         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
38373         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38374
38375 2012-04-17  David S. Miller  <davem@davemloft.net>
38376
38377         * sysdeps/sparc/sparc32/memcopy.h: Delete.
38378
38379 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
38380
38381         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
38382         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
38383         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
38384         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
38385         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
38386         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
38387
38388 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38389
38390         [BZ #6794]
38391         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
38392         * math/libm-test.inc: Add ilogb errno and exception tests.
38393         * math/w_ilogb.c: New file: ilogb wrapper.
38394         * math/w_ilogbf.c: New file: ilogbf wrapper.
38395         * math/w_ilogbl.c: New file: ilogbl wrapper.
38396         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
38397         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
38398         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
38399         exception being thrown with 0.0 as argument.
38400         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
38401         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
38402         exception being thrown with 0.0 as argument.
38403         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
38404         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38405         exception being thrown with 0.0 as argument.
38406         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
38407         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38408         exception being thrown with 0.0 as argument.
38409         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
38410         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
38411         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
38412         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
38413         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
38414         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
38415         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
38416         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
38417         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
38418
38419 2012-04-17  Petr Baudis  <pasky@ucw.cz>
38420
38421         * include/sys/uio.h: Change __vector to __iovec to avoid clash
38422         with altivec.
38423
38424 2012-04-16  Marek Polacek  <polacek@redhat.com>
38425
38426         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
38427
38428 2012-04-16  Marek Polacek  <polacek@redhat.com>
38429
38430         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
38431         operands of fdivp instruction.
38432
38433 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38434
38435         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
38436         * elf/tst-auditmod3b.c: Likewise.
38437         * elf/tst-auditmod4b.c: Likewise.
38438         * elf/tst-auditmod5b.c: Likewise.
38439         * elf/tst-auditmod6b.c: Likewise.
38440         * elf/tst-auditmod6c.c: Likewise.
38441         * elf/tst-auditmod7b.c: Likewise.
38442         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
38443         * sysdeps/x86_64/preconfigure.in: Likewise.
38444         * sysdeps/x86_64/preconfigure: Regenerated.
38445
38446 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38447
38448         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
38449         __ILP32__.
38450
38451 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
38452
38453         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38454         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
38455
38456 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
38457
38458         [BZ #13973]
38459         * locale/iso-639.def: Fix gl language name. Spotted by
38460         Yaron Shahrabani.
38461
38462 2012-04-12  Roland McGrath  <roland@hack.frob.com>
38463
38464         [BZ #2074]
38465         * libio/libio.h (__io_write_fn): Update comment.
38466
38467 2012-04-12  Petr Baudis  <pasky@ucw.cz>
38468
38469         [BZ #2074]
38470         * stdio.texi (Hook Functions): The user provided writer function
38471         is not allowed to return -1.
38472
38473 2012-04-11  David S. Miller  <davem@davemloft.net>
38474
38475         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38476
38477 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
38478
38479         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
38480         Add a leading slash to rtkaio.
38481
38482 2012-04-11  Jim Meyering  <meyering@redhat.com>
38483
38484         [BZ #11959]
38485         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
38486         It is not necessarily an error to ignore fwrite's return
38487         value.  One can reliably use ferror to test for errors after
38488         the fact.
38489
38490 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38491
38492         * bits/types.h (__snseconds_t): New type.
38493         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
38494
38495         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
38496         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38497         (__SNSECONDS_T_TYPE): Likewise.
38498         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38499         (__SNSECONDS_T_TYPE): Likewise.
38500         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38501         (__SNSECONDS_T_TYPE): Likewise.
38502
38503 2012-04-10  Andreas Jaeger  <aj@suse.de>
38504
38505         [BZ #2636]
38506         * manual/time.texi (Processor Time): Return type of times is
38507         elapsed real time since an arbitrary point in the past.
38508         (CPU Time): Move CLK_TCK from here...
38509         (Processor Time): ...to here.  Correct description.
38510         * manual/conf.texi (Constants for Sysconf): Correct description of
38511         _SC_CLK_TCK.
38512
38513 2012-04-10  David S. Miller  <davem@davemloft.net>
38514
38515         [BZ #13967]
38516         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
38517         where the is a gap between DT_REL(A) and DT_JMPREL.
38518
38519 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38520
38521         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
38522         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38523         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38524
38525 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
38526
38527         * elf/dl-support.c (_dl_inhibit_cache): New variable.
38528         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
38529         (dl_main): Handle --inhibit-cache.
38530         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
38531         _dl_inhibit_cache.
38532         * elf/dl-load.c (_dl_map_object): Use it.
38533         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
38534
38535 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38536
38537         [BZ #13872]
38538         * sysdeps/i386/fpu/e_powl.S (p78): New object.
38539         (__ieee754_powl): Saturate large exponents rather than testing for
38540         overflow of y*log2(x).
38541         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38542         * math/libm-test.inc (pow_test): Do not permit spurious overflow
38543         exceptions.
38544
38545         [BZ #11521]
38546         * math/s_ctan.c: Include <float.h>.
38547         (__ctan): Avoid internal overflow or cancellation in calculating
38548         denominator.
38549         * math/s_ctanf.c: Likewise.
38550         * math/s_ctanl.c: Likewise.
38551         * math/s_ctanh.c: Likewise.
38552         * math/s_ctanhf.c: Likewise.
38553         * math/s_ctanhl.c: Likewise.
38554         * math/libm-test.inc (ctan_test): Add more tests.
38555         (ctanh_test): Likewise.
38556         * sysdeps/i386/fpu/libm-test-ulps: Update.
38557         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38558
38559 2012-04-09  Andreas Jaeger  <aj@suse.de>
38560
38561         [BZ #6894]
38562         * manual/filesys.texi (Directory Entries): Mention that d_namlen
38563         is an optional BSD extension.
38564
38565         [BZ #10254]
38566         * manual/stdio.texi (Opening Streams): Document additional fopen
38567         parameters.
38568
38569 2012-04-09  Roland McGrath  <roland@hack.frob.com>
38570
38571         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
38572         %eax without telling the compiler.
38573
38574 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
38575
38576         [BZ # 13963]
38577         * manual/install.texi: Use sourceware.org.
38578
38579 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38580
38581         [BZ #13873]
38582         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
38583         (__ieee754_pow): Generate overflow and underflow using huge*huge
38584         and tiny*tiny rather than just returning constant infinity or zero
38585         for large exponents.
38586         * math/libm-test.inc (pow_test): Require overflow exceptions for
38587         applicable cases of large exponents.
38588
38589         [BZ #706]
38590         * sysdeps/i386/fpu/e_pow.S (p10): New object.
38591         (__ieee754_pow): Use iterative multiplication algorithm only for
38592         integer exponents with absolute value below 1024.  Check for odd
38593         integer exponents when using algorithm for real exponents.
38594         * math/libm-test.inc (pow_test): Add more tests.
38595         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38596
38597 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
38598
38599         [BZ #13705]
38600         * math/libm-test.inc (exp_test): Do not allow overflow exception
38601         on underflow test.
38602
38603 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
38604
38605         [BZ #13705]
38606         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
38607         instead of __kernel_standard_f.
38608
38609 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
38610
38611         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
38612         * sysdeps/x86_64/memset_chk.S: Likewise.
38613
38614 2012-04-08  Andreas Jaeger  <aj@suse.de>
38615
38616         [BZ #10153]
38617         * manual/startup.texi (Environment Access): Describe return value
38618         for putenv and setenv.
38619
38620         [BZ #6895]
38621         * manual/filesys.texi (Directory Entries): Add description for
38622         DT_LNK.
38623
38624         [BZ #6890]
38625         * manual/filesys.texi (Directory Entries): Clarify that it's file
38626         system not operating system in the description of DT_UNKNOWN.
38627
38628         [BZ #6578]
38629         * manual/syslog.texi (closelog): Fix reference, it's openlog.
38630
38631 2012-04-08  Stephen Compall  <s11@member.fsf.org>
38632
38633         [BZ #6649]
38634         * manual/llio.texi (Opening and Closing Files): Add cross
38635         reference to explain mode argument.
38636
38637 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
38638
38639         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
38640         * sysdeps/x86_64/memset_chk.S: Likewise.
38641
38642 2012-04-07  David S. Miller  <davem@davemloft.net>
38643
38644         * elf/elf.h (R_SPARC_WDISP10): Define.
38645         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
38646         R_SPARC_SIZE32.
38647         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
38648         R_SPARC_SIZE64 and R_SPARC_H34.
38649
38650 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
38651
38652         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
38653         conditions and remove no longer applicable assertion.
38654
38655 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38656
38657         * bits/byteswap.h: Include <features.h>.
38658         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38659         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38660
38661 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38662
38663         * bits/byteswap.h (__bswap_16): Removed.
38664         Include <bits/byteswap-16.h> to get __bswap_16.
38665         * sysdeps/i386/bits/byteswap.h: Likewise.
38666         * sysdeps/s390/bits/byteswap.h: Likewise.
38667         * sysdeps/x86_64/bits/byteswap.h: Likewise.
38668         * bits/byteswap-16.h: New file.
38669         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38670         * sysdeps/s390/bits/byteswap-16.h: Likewise.
38671         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
38672         * string/Makefile (headers): Add bits/byteswap-16.h.
38673
38674 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
38675
38676         [BZ #13895]
38677         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
38678         extra indirection.
38679         * nss/Makefile (tests-static, tests): Add tst-nss-static.
38680         * nss/tst-nss-static.c: New.
38681
38682 2012-04-06  Robert Millan  <rmh@gnu.org>
38683
38684         [BZ #6486]
38685         * manual/llio.texi (File Position Primitive): lseek
38686         refers to WHENCE when it really means OFFSET.
38687
38688 2012-04-06  Andreas Jaeger  <aj@suse.de>
38689
38690         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
38691         strncmp declarations.
38692
38693         * abilist/libc.abilist: Add __poll and __ppoll.
38694
38695 2012-04-05  David S. Miller  <davem@davemloft.net>
38696
38697         * scripts/check-local-headers.sh: Accept a host triplet in the
38698         path matched by the exclude regexp.
38699
38700         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
38701         definition.
38702         * sysdeps/powerpc/powerpc32/dl-machine.h
38703         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
38704         * sysdeps/s390/s390-32/dl-machine.h
38705         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38706         * sysdeps/sparc/sparc32/dl-machine.h
38707         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38708         * sysdeps/sparc/sparc64/dl-machine.h
38709         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38710
38711         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
38712         lazy binding.
38713         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
38714         undefined symbol errors.
38715
38716         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
38717         DT_NEEDED entries.
38718
38719 2012-04-05  Michael Matz  <matz@suse.de>
38720
38721         [BZ #13592]
38722         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
38723
38724 2012-04-05  Andreas Jaeger  <aj@suse.de>
38725
38726         [BZ #13908]
38727         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
38728         comment.
38729
38730 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38731
38732         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
38733         which ROUND is no valid rounding mode.
38734
38735 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38736
38737         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
38738         read again.
38739         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
38740
38741 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38742
38743         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
38744         an exception using FPU order intentionally.
38745
38746 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38747
38748         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
38749         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
38750         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
38751         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
38752
38753 2012-04-05  Simon Josefsson  <simon@josefsson.org>
38754
38755         [BZ #12340]
38756         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
38757         EINVAL when BUFLEN is too smal.
38758
38759 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
38760
38761         [BZ #13553]
38762         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
38763         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
38764
38765 2012-04-03  Andreas Jaeger  <aj@suse.de>
38766
38767         [BZ #13938]
38768         * manual/setjmp.texi (System V contexts): Fix sentence.
38769
38770         [BZ #13926]
38771         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
38772         New macro for this case.
38773         [!__GNUC__] (__bswap_64): New inline function for this case.
38774         * sysdeps/x86_64/bits/byteswap.h: Likewise.
38775         * bits/byteswap.h: Likewise.
38776         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
38777         ull, guard with __GLIBC_HAVE_LONG_LONG.
38778
38779         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
38780         __GLIBC_HAVE_LONG_LONG.
38781
38782         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
38783         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
38784
38785 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
38786
38787         [BZ #13691]
38788         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
38789         inptr and inend, rather than using last_ch.
38790
38791 2012-04-02  David S. Miller  <davem@davemloft.net>
38792
38793         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
38794         * stdio-common/printf-parse.h (read_int): Change return type to
38795         'int', return -1 on INT_MAX overflow.
38796         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
38797         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
38798         overflows INT_MAX.  Check for overflow of in-format-string precision
38799         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
38800         SIZE_MAX not INT_MAX for integer overflow test.
38801         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
38802         skip the construct in the format string but do not record anything.
38803         * stdio-common/bug22.c: Adjust to test both width/prevision
38804         INT_MAX overflow as well as total length INT_MAX overflow.  Check
38805         explicitly for proper errno values.
38806
38807 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
38808
38809         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
38810         CHAR_MAX.
38811         * string/test-strcmp.c [! WIDE]: Likewise.
38812         * time/tst-mktime2.c: Likewise for INT_MAX.
38813         * string/test-string.h: #include <sys/param.h> for MIN.
38814
38815         * csu/init-first.c (__libc_init_first): Call __ctype_init.
38816         * sysdeps/i386/init-first.c (init): Likewise.
38817         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
38818         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
38819         * sysdeps/sh/init-first.c (init): Likewise.
38820
38821 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
38822
38823         * po/ru.po: Update from translation team.
38824         * po/vi.po: Likewise.
38825
38826 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
38827
38828         * resolv/nss_dns/dns-host.c: Merge copyright years.
38829
38830 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38831
38832         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
38833         Optimize memcpy with prefetch if
38834         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
38835         src, dst pointers have unequal 16 byte alignments.
38836
38837 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
38838
38839         [BZ #13928]
38840         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
38841         from a CNAME entry and return the minimum ttl for the query.
38842         (gaih_getanswer_slice): Likewise.
38843
38844 2012-03-30  Jeff Law  <law@redhat.com>
38845
38846         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
38847         due to long keys.
38848         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
38849         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
38850
38851         * resolv/nss_dns/dns-host.c: Update copyright year.
38852
38853 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
38854
38855         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
38856         requests to save a system call.  Fix check that all bytes are sent.
38857
38858         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
38859         comments for sendmmsg.
38860
38861 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38862
38863         [BZ #13691]
38864         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
38865         with only 1 character between 0x0041 and 0x01b0.
38866         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
38867         * wcsmbs/tst-mbsnrtowcs.c: New file.
38868
38869 2012-03-29  David S. Miller  <davem@davemloft.net>
38870
38871         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
38872         small copies by hand.
38873
38874 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38875
38876         [BZ #13761]
38877         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
38878         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
38879         group memberships.
38880
38881 2012-03-28  David S. Miller  <davem@davemloft.net>
38882
38883         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
38884         that branches into memcpy.
38885         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
38886         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
38887         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38888         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
38889         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
38890         bits.
38891         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
38892         implementation too.
38893         * sysdeps/sparc/mempcpy.S: New file.
38894
38895         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
38896         the IFUNC routine in the libc case.
38897         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
38898
38899         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
38900         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
38901         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
38902         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
38903         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
38904         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
38905         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
38906         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
38907
38908         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
38909         loop to 256 bytes instead of 64 bytes and fix test signedness.
38910
38911         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
38912         * sysdeps/sparc/sparc32/Makefile: rather than here...
38913         * sysdeps/sparc/sparc64/Makefile: and here.
38914
38915 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
38916
38917         * malloc/mallocbug.c: Avoid warnings about unused variables.
38918
38919 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
38920
38921         [BZ #13760]
38922         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
38923         in the right place. Discard and retry query if response is
38924         larger than input buffer size.
38925
38926 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
38927
38928         [BZ #369]
38929         [BZ #2678]
38930         [BZ #3866]
38931         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
38932         x for large integer exponent.
38933         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
38934         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
38935         sign of result as needed afterwards.
38936         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
38937         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
38938         result for underflowing pow the same as for overflow.
38939         (__kernel_standard_l): Handle powl overflow and underflow here
38940         rather than calling __kernel_standard.
38941         * math/libm-test.inc (pow_test): Add more tests.
38942
38943         [BZ #3868]
38944         [BZ #13879]
38945         [BZ #13910]
38946         [BZ #13911]
38947         [BZ #13912]
38948         [BZ #13913]
38949         [BZ #13915]
38950         [BZ #13916]
38951         [BZ #13917]
38952         [BZ #13918]
38953         [BZ #13919]
38954         [BZ #13920]
38955         [BZ #13921]
38956         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
38957         * sysdeps/ieee754/k_standard.c: Include <float.h>.
38958         (__kernel_standard_l): New function.
38959         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
38960         __kernel_standard.
38961         * math/w_acosl.c (__acosl): Likewise.
38962         * math/w_asinl.c (__asinl): Likewise.
38963         * math/w_atan2l.c (__atan2l): Likewise.
38964         * math/w_atanhl.c (__atanhl): Likewise.
38965         * math/w_coshl.c (__coshl): Likewise.
38966         * math/w_exp10l.c (__exp10l): Likewise.
38967         * math/w_exp2l.c (__exp2l): Likewise.
38968         * math/w_fmodl.c (__fmodl): Likewise.
38969         * math/w_hypotl.c (__hypotl): Likewise.
38970         * math/w_j0l.c (__j0l, __y0l): Likewise.
38971         * math/w_j1l.c (__j1l, __y1l): Likewise.
38972         * math/w_jnl.c (__jnl, __ynl): Likewise.
38973         * math/w_lgammal.c (__lgammal): Likewise.
38974         * math/w_log10l.c (__log10l): Likewise.
38975         * math/w_log2l.c (__log2l): Likewise.
38976         * math/w_logl.c (__logl): Likewise.
38977         * math/w_powl.c (__powl): Likewise.
38978         * math/w_remainderl.c (__remainderl): Likewise.
38979         * math/w_scalbl.c (sysv_scalbl): Likewise.
38980         * math/w_sinhl.c (__sinhl): Likewise.
38981         * math/w_sqrtl.c (__sqrtl): Likewise.
38982         * math/w_tgammal.c (__tgammal): Likewise.
38983         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
38984         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
38985         * math/libm-test.inc (acos_test): Add more tests.
38986         (acosh_test): Likewise.
38987         (asin_test): Likewise.
38988         (atanh_test): Likewise.
38989         (exp_test): Likewise.
38990         (exp10_test): Likewise.
38991         (exp2_test): Likewise.
38992         (expm1_test): Likewise.
38993         (lgamma_test): Likewise.
38994         (log_test): Likewise.
38995         (log10_test): Likewise.
38996         (log1p_test): Likewise.
38997         (log2_test): Likewise.
38998         (pow_test): Do not allow some spurious overflow exceptions.
38999         (sqrt_test): Add more tests.
39000         (tgamma_test): Likewise.
39001         (y0_test): Likewise.
39002         (y1_test): Likewise.
39003         (yn_test): Likewise.
39004
39005 2012-03-27  Anton Blanchard  <anton@samba.org>
39006
39007         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
39008         MAP_HUGETLB.
39009         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
39010         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
39011         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
39012
39013 2012-03-27  David S. Miller  <davem@davemloft.net>
39014
39015         * conform/Makefile: Run run-conformtest.sh using $(BASH).
39016
39017         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
39018         have-as-vis3 check.
39019
39020 2012-03-27  Andreas Jaeger  <aj@suse.de>
39021
39022         * sysdeps/x86_64/elf/configure.in: Moved to ...
39023         * sysdeps/x86_64/configure.in: ... here.
39024         * sysdeps/x86_64/elf/start.S: Moved to ...
39025         * sysdeps/x86_64/start.S: ... here.
39026         * sysdeps/x86_64/elf/configure: Delete.
39027
39028         * sysdeps/x86_64/configure.in: Merge contents from
39029         sysdeps/i386/configure.in (without i686 check).
39030
39031         * sysdeps/i386/elf/Versions: Merge into ...
39032         * sysdeps/i386/Versions: ... this.
39033         * sysdeps/i386/elf/Versions: Delete file.
39034         * sysdeps/i386/elf/start.S: Moved to ...
39035         * sysdeps/i386/start.S: ...here.
39036         * sysdeps/i386/elf/configure.in: Merge into...
39037         * sysdeps/i386/configure.in: ...here.
39038         * sysdeps/i386/elf/configure.in: Delete file.
39039         * sysdeps/i386/elf/configure: Delete file.
39040
39041         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
39042         * debug/backtracesyms.c: ... here.
39043         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
39044         * debug/backtracesymsfd.c: ... here.
39045         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
39046         * sysdeps/generic/ifunc-sel.h: ... here.
39047
39048         * sysdeps/unix/i386/start.c: Delete file.
39049         * sysdeps/unix/sparc/start.c: Delete file.
39050         * sysdeps/unix/start.c: Delete file.
39051
39052         * sysdeps/sh/elf/configure.in: Moved to ...
39053         * sysdeps/sh/configure.in: ... here.
39054         * sysdeps/sh/elf/start.S: Moved to ...
39055         * sysdeps/sh/start.S: ... here.
39056         * sysdeps/sh/elf/configure: Delete file.
39057
39058         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
39059         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
39060         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
39061         * sysdeps/powerpc/powerpc64/entry.h: ... here.
39062         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
39063         * sysdeps/powerpc/powerpc64/start.S: here.
39064         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
39065         * sysdeps/powerpc/powerpc64/Makefile: ... this.
39066         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
39067         * sysdeps/powerpc/powerpc64/configure.in: ... this.
39068         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
39069
39070         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
39071         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
39072         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
39073         * sysdeps/powerpc/powerpc32/start.S: ... here.
39074         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
39075         * sysdeps/powerpc/powerpc32/configure.in: ... this.
39076         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
39077
39078         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
39079         * sysdeps/powerpc/ifunc-sel.h: ... here.
39080         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
39081         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
39082
39083         * sysdeps/sparc/elf/configure.in: Moved to ...
39084         * sysdeps/sparc/configure.in: ... here.
39085         * sysdeps/sparc/elf/configure: Delete file.
39086         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
39087         * sysdeps/sparc/sparc32/start.S: ... here.
39088         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
39089         * sysdeps/sparc/sparc64/start.S: ... here.
39090         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
39091         * sysdeps/sparc/sparc32/Makefile: ... this.
39092         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
39093         * sysdeps/sparc/sparc64/Makefile: ... this.
39094
39095         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
39096         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
39097         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
39098         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
39099         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
39100         * sysdeps/s390/s390-32/setjmp.S: ... here.
39101         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
39102         * sysdeps/s390/s390-32/configure.in: ... here.
39103         * sysdeps/s390/s390-32/elf/configure: Delete file.
39104         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
39105         * sysdeps/s390/s390-32/start.S: ... here.
39106
39107         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
39108         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
39109         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
39110         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
39111         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
39112         * sysdeps/s390/s390-64/setjmp.S: ... here.
39113         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
39114         * sysdeps/s390/s390-64/configure.in: ... here
39115         * sysdeps/s390/s390-64/elf/configure: Delete file.
39116         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
39117         * sysdeps/s390/s390-64/start.S: ... here.
39118         * sysdeps/s390/s390-64/elf/configure: Delete.
39119
39120         * configure.in: Remove support for elf directories in sysdeps.
39121
39122         * configure: Regenerated.
39123         * sysdeps/i386/configure: Regenerated.
39124         * sysdeps/powerpc/powerpc32/configure: Regenerated.
39125         * sysdeps/powerpc/powerpc64/configure: Regenerated.
39126         * sysdeps/s390/s390-32/configure: Regenerated.
39127         * sysdeps/s390/s390-64/configure: Regenerated.
39128         * sysdeps/sh/configure: Regenerated.
39129         * sysdeps/sparc/configure: Regenerated.
39130         * sysdeps/x86_64/configure: Regenerated.
39131
39132 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
39133
39134         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39135
39136         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
39137         denormal result into account.
39138
39139 2012-03-25  Roland McGrath  <roland@hack.frob.com>
39140
39141         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
39142         Reported by Allan McRae <allan@archlinux.org>.
39143
39144 2012-03-23  Jeff Law  <law@redhat.com>
39145
39146         * nss/getnssent.c (__nss_getent): Fix typo.
39147
39148 2012-03-23  David S. Miller  <davem@davemloft.net>
39149
39150         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39151
39152 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
39153
39154         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
39155         to pad to uint64_t for each field.
39156         (dl_tls_index): Replace unsigned long with uint64_t.
39157
39158 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
39159         Paul Pluzhnikov  <ppluzhnikov@google.com>
39160
39161         [BZ #6528]
39162         * grp/Makefile (otherlibs): Don't set it.
39163         * inet/Makefile (otherlibs): Likewise.
39164         * login/Makefile (otherlibs): Likewise.
39165         * nscd/Makefile (otherlibs): Likewise.
39166         * posix/Makefile (otherlibs): Likewise.
39167         * pwd/Makefile (otherlibs): Likewise.
39168         * rt/Makefile (otherlibs): Likewise.
39169         * sunrpc/Makefile (otherlibs): Likewise.
39170         * nss/Makefile (otherlibs): Likewise.
39171         Add libnss_files to routines and static-only-routines.
39172         ($(objpfx)getent): Remove rule.
39173         * resolv/Makefile: Add libnss_dns and libresolv to routines and
39174         static-only-routines.
39175
39176 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
39177
39178         [BZ #13892]
39179         * math/s_cexp.c: Include <float.h>.
39180         (__cexp): Handle exp result overflowing not necessarily
39181         overflowing both real and imaginary parts of result.
39182         * math/s_cexpf.c: Likewise.
39183         * math/s_cexpl.c: Likewise.
39184         * math/libm-test.inc (cexp_test): Add more tests.
39185         * sysdeps/i386/fpu/libm-test-ulps: Update.
39186         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39187
39188 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39189
39190         * include/link.h (ELFW): New macro.
39191         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
39192         Replace ELF64_R_TYPE with ELFW(R_TYPE).
39193
39194 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39195
39196         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
39197         with uint64_t.
39198
39199 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39200
39201         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
39202         declaration.
39203         (struct La_x32_retval): Likewise.
39204
39205 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39206
39207         * sysdeps/x86_64/preconfigure.in: New file.
39208         * sysdeps/x86_64/preconfigure: New generated file.
39209
39210 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
39211
39212         [BZ #13824]
39213         * math/e_exp2l.c: Include <float.h>.
39214         (__ieee754_exp2l): Handle overflow and underflow cases
39215         separately.  Only pass fractional part of argument to
39216         __ieee754_expl.
39217         * math/libm-test.inc (exp2_test): Add more tests.
39218
39219         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
39220         negating x to take absolute value.
39221         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
39222         Likewise.
39223         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
39224         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
39225         Likewise.
39226         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
39227         computing low part if x was negated.
39228         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
39229
39230 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39231
39232         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
39233         la_x32_gnu_pltexit.
39234         (pltexit): Cast int_retval to ptrdiff_t.
39235         * elf/tst-auditmod3b.c: Likewise.
39236         * elf/tst-auditmod4b.c: Likewise.
39237         * elf/tst-auditmod5b.c: Likewise.
39238         * elf/tst-auditmod6b.c: Likewise.
39239         * elf/tst-auditmod6c.c: Likewise.
39240         * elf/tst-auditmod7b.c: Likewise.
39241
39242         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
39243         and x32_gnu_pltexit.
39244
39245         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
39246         __ELF_NATIVE_CLASS.
39247         (La_x32_regs): New macro.
39248         (La_x32_retval): Likewise.
39249         (la_x32_gnu_pltenter): New function prototype.
39250         (la_x32_gnu_pltexit): Likewise.
39251
39252 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
39253
39254         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
39255         exponent.
39256
39257         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39258
39259         * configure.in (libc_cv_cc_nofma): Check for option to disable
39260         generation of FMA instructions.
39261         * configure: Regenerate.
39262         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
39263         * sysdeps/ieee754/dbl-64/Makefile: New file.
39264         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
39265         Remove brandred-fma4.
39266         (CFLAGS-brandred-fma4.c): Remove.
39267         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
39268         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
39269         define.
39270         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
39271         define.
39272
39273 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39274
39275         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39276         LLONG_MAX != LONG_MAX.
39277         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39278         (_fitoa_word): Likewise.
39279         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
39280         LLONG_MAX != LONG_MAX.
39281         * stdio-common/_itowa.h: Include <_itoa.h>.
39282         (_itowa_word): Use _ITOA_WORD_TYPE on value.
39283         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
39284         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
39285         only if not defined.
39286         (_ITOA_WORD_TYPE): Likewise.
39287         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39288         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
39289
39290 2012-03-21  David S. Miller  <davem@davemloft.net>
39291
39292         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39293
39294 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39295
39296         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
39297         of x86_64 when setting libc_cv_slibdir, libdir and
39298         libc_cv_localedir.
39299         * sysdeps/unix/sysv/linux/configure: Regenerated.
39300
39301 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39302
39303         * manual/lang.texi (Old Varargs): Remove section.
39304         (How Variadic): Update menu.
39305         (va_start): Do not mention varargs.h.
39306
39307 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39308             Joseph Myers  <joseph@codesourcery.com>
39309
39310         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
39311         link test.
39312         * configure: Regenerated.
39313
39314 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39315
39316         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
39317         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
39318         conformtest.pl
39319
39320 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39321
39322         * NOTES: Remove.
39323         * Makefile (files-for-dist): Remove NOTES.
39324         (NOTES): Remove rule.
39325         * README: Don't refer to NOTES.
39326         * manual/creature.texi: Don't include macros.texi.
39327         * manual/intro.texi (creature.texi): Remove comment referring to
39328         NOTES.
39329
39330         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
39331         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
39332         * configure: Regenerated.
39333         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
39334         LIBC_TRY_CC_OPTION.
39335         (libc_cv_as_i686): Likewise.
39336         (libc_cv_cc_avx): Likewise.
39337         (libc_cv_cc_sse2avx): Likewise.
39338         (libc_cv_cc_fma4): Likewise.
39339         (libc_cv_cc_novzeroupper): Likewise.
39340         * sysdeps/i386/configure: Regenerated.
39341
39342         [BZ #13883]
39343         * sysdeps/i386/fpu/s_cexp.S: Remove.
39344         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
39345         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
39346         * math/libm-test.inc (cexp_test): Add more tests.
39347         * sysdeps/i386/fpu/libm-test-ulps: Update.
39348         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39349
39350 2012-03-21  Allan McRae  <allan@archlinux.org>
39351
39352         * timezone/Makefile: Do not install iso3166.tab and zone.tab
39353
39354 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39355
39356         [BZ #13871]
39357         * math/w_exp2.c: Do not include <float.h>.
39358         (o_threshold, u_threshold): Remove.
39359         (__exp2): Calculate result before checking finiteness and calling
39360         __kernel_standard.
39361         * math/w_exp2f.c: Likewise.
39362         * math/w_exp2l.c: Likewise.
39363         * math/libm-test.inc (exp2_test): Require overflow exception for
39364         1e6 input.
39365
39366         [BZ #3866]
39367         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
39368         range of signed 64-bit integers before using fistpll.  Remove
39369         checks for whether integers fit in mantissa bits.
39370         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
39371         the range of signed 32-bit integers before using fistpl.  Remove
39372         checks for whether integers fit in mantissa bits.
39373         * sysdeps/i386/fpu/e_powl.S (p64): New object.
39374         (__ieee754_powl): Test for y outside the range of signed 64-bit
39375         integers before using fistpll.  Reduce 64-bit values to 63-bit
39376         ones as needed.
39377         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
39378         divide-by-zero is raised for zero to large negative powers.
39379         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
39380         (__ieee754_powl): Test for y outside the range of signed 64-bit
39381         integers before using fistpll.  Reduce 64-bit values to 63-bit
39382         ones as needed.
39383         * math/libm-test.inc (pow_test): Add more tests.
39384
39385 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39386
39387         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
39388         <stdio-common/_itoa.h>.
39389         * debug/segfault.c: Likewise.
39390         * elf/dl-cache.c: Likewise.
39391         * elf/dl-minimal.c: Likewise.
39392         * elf/dl-misc.c: Likewise.
39393         * elf/dl-sysdep.c: Likewise.
39394         * elf/dl-version.c: Likewise.
39395         * elf/rtld.c: Likewise.
39396         * hurd/hurdsock.c: Likewise.
39397         * hurd/lookup-retry.c: Likewise.
39398         * malloc/malloc.c: Likewise.
39399         * malloc/mtrace.c: Likewise.
39400         * nscd/nscd_getgr_r.c: Likewise.
39401         * nscd/nscd_getpw_r.c: Likewise.
39402         * nscd/nscd_getserv_r.c: Likewise.
39403         * posix/getopt_init.c: Likewise.
39404         * posix/wordexp.c: Likewise.
39405         * stdio-common/_itoa.c: Likewise.
39406         * stdio-common/printf_fphex.c: Likewise.
39407         * stdio-common/vfprintf.c: Likewise.
39408         * string/_strerror.c: Likewise.
39409         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
39410         * sysdeps/i386/i686/hp-timing.h: Likewise.
39411         * sysdeps/mach/_strerror.c: Likewise.
39412         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
39413         * sysdeps/mach/hurd/sethostid.c: Likewise.
39414         * sysdeps/mach/hurd/xmknodat.c: Likewise.
39415         * sysdeps/mach/xpg-strerror.c: Likewise.
39416         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
39417         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
39418         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
39419         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
39420         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
39421         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
39422         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
39423         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
39424         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
39425         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
39426         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
39427         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
39428         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
39429         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
39430         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
39431         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
39432         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
39433         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
39434         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
39435         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
39436         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
39437
39438         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
39439
39440         * stdio-common/_itoa.h: Moved to ...
39441         * sysdeps/generic/_itoa.h: Here.
39442
39443         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
39444
39445         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
39446         instead of "_itoa.h" and "_itowa.h".
39447         * stdio-common/vfprintf.: Likewise.
39448
39449 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39450
39451         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
39452         <bits/wordsize.h>.
39453         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
39454         (__signbit): Likwise.
39455         (llrintf): Likwise.
39456         (llrint): Likwise.
39457
39458 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39459
39460         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
39461         __WORDSIZE != 64.
39462
39463 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
39464
39465         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
39466         OVERFLOW_EXCEPTION_OK.
39467         * math/libm-test.inc ("Philosophy"): Update comment about
39468         exception testing.
39469         (OVERFLOW_EXCEPTION): Define.
39470         (OVERFLOW_EXCEPTION_OK): Likewise.
39471         (INVALID_EXCEPTION_OK): Renumber.
39472         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39473         (IGNORE_ZERO_INF_SIGN): Likewise.
39474         (test_exceptions): Handle FE_OVERFLOW.
39475         (exp10_test): Expect overflow exceptions.
39476         (exp2_test): Likewise.
39477         (expm1_test): Likewise.
39478         (nextafter_test): Likewise.
39479         (pow_test): Likewise.
39480         (scalbn_test): Likewise.
39481         (scalbln_test): Likewise.
39482
39483 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39484
39485         * sysdeps/x86_64/bits/atomic.h
39486         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
39487         64bit integer.
39488         (atomic_exchange_acq): Likewise.
39489         (__arch_exchange_and_add_body): Likewise.
39490         (__arch_add_body): Likewise.
39491         (atomic_add_negative): Likewise.
39492         (atomic_add_zero): Likewise.
39493
39494 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39495
39496         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
39497         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
39498
39499 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39500
39501         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
39502         Check __x86_64__ instead of __WORDSIZE.
39503
39504 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39505
39506         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
39507
39508 2012-03-19  David S. Miller  <davem@davemloft.net>
39509
39510         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39511
39512         * sysdeps/sparc/fpu/fenv_private.h: New file.
39513         * sysdeps/sparc/fpu/math_private.h: Use it.
39514         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
39515         Remove.
39516         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
39517         (libc_feholdexcept_setroundl): Remove.
39518         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
39519         Remove.
39520         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
39521         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
39522
39523 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39524
39525         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
39526         int64_t instead of long int.
39527         (INSERT_WORDS64): Likwise.
39528
39529 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39530
39531         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
39532         _Unwind_GetCFA return to _Unwind_Ptr first.
39533
39534 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
39535
39536         [BZ #13629]
39537         * math/s_clog.c: Include <float.h>.
39538         (__clog): Scale large or subnormal inputs.
39539         * math/s_clogf.c: Likewise.
39540         * math/s_clogl.c: Likewise.
39541         * math/s_clog10.c: Include <float.h>.
39542         (M_LOG10_2): Define.
39543         (__clog10): Scale large or subnormal inputs.
39544         * math/s_clog10f.c: Likewise.
39545         * math/s_clog10l.c: Likewise.
39546         * math/libm-test.inc (clog_test): Add more tests.
39547         (clog10_test): Likewise.
39548         * sysdeps/i386/fpu/libm-test-ulps: Update.
39549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39550
39551         [BZ #11451]
39552         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
39553         x and y.
39554         * math/libm-test.inc (atan2_test): Add another test.
39555
39556         * Makerules (common-objdir-compile): Remove.
39557         * sysdeps/unix/Makefile (config-generated): Do not add
39558         $(unix-generated) to variable.
39559         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
39560         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
39561         Remove rule.
39562         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
39563         Likewise.
39564         [generic bits/local_lim.h] (before-compile): Do not append to
39565         variable.
39566         [generic bits/local_lim.h] (common-generated): Likewise.
39567         [generic sys/param.h] (before-compile): Do not append to variable.
39568         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
39569         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
39570         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
39571         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
39572         include.
39573         [generic sys/param.h] (sys/param.h-includes): Remove variable.
39574         [generic sys/param.h] (sys/param.h-includes): Remove rule.
39575         [generic sys/param.h] ($(addprefix
39576         $(common-objpfx),$(sys/param.h-includes))): Likewise.
39577         [generic sys/param.h] (common-generated): Do not append to
39578         variable.
39579         [generic sys/param.h] (sysdep_headers): Likewise.
39580         [generic bits/errno.h] (before-compile): Do not append to
39581         variable.
39582         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
39583         rule.
39584         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
39585         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
39586         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
39587         [generic bits/errno.h] (common-generated): Do not append to
39588         variable.
39589         [generic bits/ioctls.h] (before-compile): Do not append to
39590         variable.
39591         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
39592         rule.
39593         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
39594         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
39595         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
39596         rule.
39597         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
39598         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
39599         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
39600         [generic bits/ioctls.h] (common-generated): Do not append to
39601         variable.
39602         [generic sys/syscall.h] (syscall.h): Remove variable.
39603         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
39604         rule.
39605         [generic sys/syscall.h] (before-compile): Do not append to
39606         variable.
39607         [generic sys/syscall.h] (common-generated): Likewise.
39608         * sysdeps/unix/errnos-tmpl.c: Remove file.
39609         * sysdeps/unix/errnos.awk: Likewise.
39610         * sysdeps/unix/ioctls-tmpl.c: Likewise.
39611         * sysdeps/unix/ioctls.awk: Likewise.
39612         * sysdeps/unix/mk-local_lim.c: Likewise.
39613         * sysdeps/unix/snarf-ioctls: Likewise.
39614
39615 2012-03-19  Richard Henderson  <rth@twiddle.net>
39616
39617         * sysdeps/i386/fpu/fenv_private.h: New file.
39618         * sysdeps/i386/fpu/math_private.h: Use it.
39619         (math_opt_barrier, math_force_eval): Remove.
39620         (libc_feholdexcept_setround_53bit): Remove.
39621         (libc_feupdateenv_53bit): Remove.
39622         * sysdeps/x86_64/fpu/math_private.h: Likewise.
39623         (math_opt_barrier, math_force_eval): Remove.
39624         (libc_feholdexcept): Remove.
39625         (libc_feholdexcept_setround): Remove.
39626         (libc_fetestexcept, libc_fesetenv): Remove.
39627         (libc_feupdateenv_test): Remove.
39628         (libc_feupdateenv, libc_feholdsetround): Remove.
39629         (libc_feresetround): Remove.
39630
39631         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
39632         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
39633
39634         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
39635         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
39636         (libc_feupdateenv_testl): New.
39637         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
39638         (libc_feupdateenv_testf): New.
39639         (libc_feupdateenv): Use libc_feupdateenv_test.
39640         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
39641         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
39642
39643         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
39644         (libc_feholdsetroundf, libc_feholdsetroundl): New.
39645         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
39646         (libc_feresetround_noex): New.
39647         (libc_feresetround_noexf): New.
39648         (libc_feresetround_noexl): New.
39649         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
39650         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
39651         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
39652         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
39653         SET_RESTORE_ROUND.
39654         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
39655         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
39656         (__cos): Likewise.
39657         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
39658         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
39659         SET_RESTORE_ROUND_NOEX.
39660         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
39661         SET_RESTORE_ROUND_NOEXF.
39662         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
39663         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
39664         (libc_feholdsetroundf): New.
39665         (libc_feresetround, libc_feresetroundf): New.
39666
39667         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
39668         (libc_feholdexcept_setround_53bit): Convert from macro to function.
39669         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
39670
39671         * sysdeps/generic/math_private.h: Include <fenv.h>.
39672         (default_libc_feholdexcept): New.
39673         (default_libc_feholdexcept_setround): New.
39674         (default_libc_fesetenv, default_libc_feupdateenv): New.
39675         (libc_feholdexcept): Only define if undefined.
39676         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
39677         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
39678         (libc_feholdexcept_setroundl): Likewise.
39679         (libc_feholdexcept_setround_53bit): Likewise.
39680         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
39681         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
39682         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
39683         (libc_feupdateenv_53bit): Likewise.
39684         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
39685         (libc_feholdexcept): Convert from macro to inline function.
39686         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
39687         (libc_fesetenv, libc_feupdateenv): Likewise.
39688
39689         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
39690         not previously defined.
39691         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
39692         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
39693         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
39694         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
39695         * sysdeps/ieee754/flt-32/math_private.h: New file.
39696         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
39697         math_private.h below SET_FLOAT_WORD.
39698         (__isnan, __isinf_ns, __finite): Remove.
39699         (__isnanf, __isinf_nsf, __finitef): Remove.
39700
39701 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
39702
39703         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39704
39705 2012-03-17  David S. Miller  <davem@davemloft.net>
39706
39707         [BZ #6471]
39708         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
39709         for 2.16.
39710
39711 2012-03-16  David S. Miller  <davem@davemloft.net>
39712
39713         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
39714         warnings.
39715
39716         [BZ #6471]
39717         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
39718         properly.
39719         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
39720         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
39721         sysdep_routines when subdir is sysvipc.
39722         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
39723         __getshmlba helper.
39724
39725         * sysdeps/sparc/fpu/libm-test/ulps: Update.
39726
39727 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39728
39729         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
39730         [__LP64__].
39731
39732 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39733
39734         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
39735         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
39736         (__lround): Renamed to ...
39737         (__llround): This.  Replace long int with long long int.
39738         Define lround functions as aliases of llround functions.
39739         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
39740
39741 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39742
39743         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
39744         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
39745         adresses to uintptr_t.  Replace "long int" and "unsigned long
39746         int" with "greg_t" on va_arg.
39747
39748 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39749
39750         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
39751         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
39752
39753         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
39754         Move e_machine check before EI_CLASS check.  Handle x32
39755         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
39756         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
39757         SKIP_EM_IA_64 and include
39758         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
39759
39760         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
39761         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
39762         (add_system_dir): New macro.
39763
39764         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
39765         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
39766
39767 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
39768
39769         [BZ #2551]
39770         [BZ #2552]
39771         [BZ #2553]
39772         [BZ #2554]
39773         [BZ #2562]
39774         [BZ #2563]
39775         [BZ #2565]
39776         [BZ #2566]
39777         [BZ #2576]
39778         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
39779         (y0): Likewise.
39780         * math/w_j0f.c (j0f): Likewise.
39781         (y0f): Likewise.
39782         * math/w_j0l.c (__j0l): Likewise.
39783         (__y0l): Likewise.
39784         * math/w_j1.c (j1): Likewise.
39785         (y1): Likewise.
39786         * math/w_j1f.c (j1f): Likewise.
39787         (y1f): Likewise.
39788         * math/w_j1l.c (__j1l): Likewise.
39789         (__y1l): Likewise.
39790         * math/w_jn.c (jn): Likewise.
39791         (yn): Likewise.
39792         * math/w_jnf.c (jnf): Likewise.
39793         (ynf): Likewise.
39794         * math/w_jnl.c (__jnl): Likewise.
39795         (__ynl): Likewise.
39796         * math/libm-test.inc (j0_test): Add more tests.
39797         (j1_test): Likewise.
39798         (jn_test): Likewise.  Add trailing semicolon to existing test.
39799         (y0_test): Likewise.
39800         (y1_test): Likewise.
39801         * sysdeps/i386/fpu/libm-test-ulps: Update.
39802         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39803
39804         [BZ #13851]
39805         [BZ #13854]
39806         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
39807         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
39808         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
39809         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
39810         (__tanl): Set errno for infinite argument.
39811         * sysdeps/i386/fpu/mptan.c: Remove.
39812         * sysdeps/i386/fpu/s_tan.S: Likewise.
39813         * sysdeps/i386/fpu/s_tanl.S: Likewise.
39814         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
39815         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
39816         * math/libm-test.inc (tan_test): Add more tests and enable more
39817         tests for double and long double.
39818         * sysdeps/i386/fpu/libm-test-ulps: Update.
39819         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39820
39821 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
39822
39823         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
39824         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
39825
39826 2012-03-16  Roland McGrath  <roland@hack.frob.com>
39827
39828         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
39829         * configure.in: Use it for both main tree and add-ons.
39830         * configure: Regenerated.
39831
39832 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39833
39834         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
39835
39836 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
39837
39838         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
39839         in comment.
39840
39841         [BZ #13851]
39842         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
39843         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
39844         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
39845         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
39846         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
39847         infinite argument.
39848         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
39849         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
39850         != 0 for prec == 2.
39851         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
39852         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
39853         * sysdeps/i386/fpu/s_cosl.S: Likewise.
39854         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
39855         * sysdeps/i386/fpu/s_sinl.S: Likewise.
39856         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
39857         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
39858         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
39859         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
39860         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
39861         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
39862         * math/libm-test.inc (cos_test): Add more tests and enable more
39863         tests for long double.
39864         (sin_test): Likewise.
39865         (sincos_test): Likewise.
39866         * sysdeps/i386/fpu/libm-test-ulps: Update.
39867         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39868
39869 2012-03-16  David S. Miller  <davem@davemloft.net>
39870
39871         * sysdeps/sparc/fpu/math_private.h: New file.
39872
39873 2012-03-15  David S. Miller  <davem@davemloft.net>
39874
39875         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
39876         file.
39877         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
39878         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
39879         file.
39880         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
39881         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
39882         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
39883         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
39884         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
39885         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
39886         sysdep routines.
39887         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
39888
39889         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
39890         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
39891
39892         * sysdeps/sparc/sparc-ifunc.h: New file.
39893         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
39894         sparc-ifunc.h
39895         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
39896         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
39897         Likewise.
39898         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
39899         Likewise.
39900         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
39901         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
39902         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39903         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
39904         Likewise.
39905         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
39906         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
39907         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
39908         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
39909         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
39910         Likewise.
39911         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
39912         Likewise.
39913         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
39914         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
39915         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
39916         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
39917         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
39918         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
39919         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
39920         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
39921         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
39922         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
39923         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
39924         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
39925         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
39926         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
39927         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
39928         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
39929         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
39930         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
39931         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
39932         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
39933         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
39934         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
39935         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
39936         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
39937
39938 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
39939
39940         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
39941         scaling.
39942         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39943
39944 2012-03-15  Andreas Jaeger  <aj@suse.de>
39945
39946         [BZ #13852]
39947         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
39948         ieee754/flt-32 implementation for sin, cos and sincos.
39949         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
39950         * sysdeps/i386/fpu/s_cosf.S: Likewise.
39951         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
39952         * sysdeps/i386/fpu/s_sinf.S: Likewise.
39953         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
39954         ieee754/flt-32 implementation for tan.
39955
39956         * math/libm-test.inc (cos_test): Enable some large input tests for
39957         float as well
39958         (sin_test): Likewise.
39959         (sincos_test): Likewise.
39960         (tan_test): Add tests for large input.
39961
39962         * sysdeps/i386/fpu/libm-test-ulps: Update.
39963
39964 2012-03-15  Andreas Jaeger  <aj@suse.de>
39965
39966         [BZ #13658]
39967         * math/libm-test.inc (cos_test): Add more test cases.
39968         (sin_test): Likewise.
39969         (sincos_test): Likewise.
39970
39971 2012-03-15  Andreas Jaeger  <aj@suse.de>
39972
39973         [BZ #13837]
39974         * math/libm-test.inc (cos_test): Add a test case for large input
39975         value.
39976         (sin_test): Likewise.
39977         (sincos_test): Likewise.
39978
39979 2012-03-15  Andreas Jaeger  <aj@suse.de>
39980             Joseph Myers  <joseph@codesourcery.com>
39981
39982         [BZ #13658]
39983         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
39984         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
39985         * sysdeps/i386/fpu/branred.c: Likewise.
39986         * sysdeps/i386/fpu/dosincos.c: Likewise.
39987         * sysdeps/i386/fpu/mpa.c: Likewise.
39988         * sysdeps/i386/fpu/s_cos.S: Likewise.
39989         * sysdeps/i386/fpu/s_sin.S: Likewise.
39990         * sysdeps/i386/fpu/s_sincos.S: Likewise.
39991         * sysdeps/i386/fpu/sincos32.c: Likewise.
39992
39993         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
39994         Define.
39995         (libc_feupdateenv_53bit): Define.
39996         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
39997         Define.
39998         (libc_feupdateenv_53bit): Define.
39999
40000         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
40001         53 bit (without extend i386 double precision).
40002
40003         * math/libm-test.inc (sincos_test): Add tests for large input.
40004         (sin): Likewise.
40005         (cos): Likewise.
40006
40007         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
40008
40009 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
40010
40011         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40012
40013 2012-03-15  David S. Miller  <davem@davemloft.net>
40014
40015         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
40016         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
40017         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
40018         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
40019         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
40020         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
40021         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
40022         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
40023         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
40024         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
40025         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
40026         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
40027         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
40028         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
40029         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
40030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
40031         file.
40032         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
40033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
40034         file.
40035         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
40036         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
40037         file.
40038         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
40039         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
40040         file.
40041         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
40042         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
40043         fmin/fmax sysdep routines.
40044         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
40045
40046 2012-03-14  David S. Miller  <davem@davemloft.net>
40047
40048         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
40049         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
40050         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
40051         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
40052         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
40053         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
40054         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
40055         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
40056         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
40057         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
40058         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
40059         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
40060         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
40061         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
40062         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
40063         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
40064         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
40065         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
40066         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
40067         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
40068         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
40069         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
40070         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
40071         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
40072         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
40073         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
40074         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
40075         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
40076         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
40077         routines.
40078         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
40079         file.
40080         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
40081         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
40082         file.
40083         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
40084         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
40085         file.
40086         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
40087         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
40088         file.
40089         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
40090         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
40091         file.
40092         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
40093         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
40094         file.
40095         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
40096         file.
40097         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
40098         file.
40099         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
40100         file.
40101         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
40102         New file.
40103         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
40104         file.
40105         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
40106         file.
40107         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
40108         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
40109         file.
40110         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
40111         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
40112         file.
40113         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
40114         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
40115         file.
40116         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
40117         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
40118         VIS3 routines.
40119
40120         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
40121         New file.
40122
40123         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40124
40125         * sysdeps/sparc/configure.in: New file.
40126         * sysdeps/sparc/configure: Generate.
40127         * configure.in (libc_cv_sparc_as_vis3): Substitute.
40128         * configure: Regenerate.
40129         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
40130         * config.make.in (have-as-vis3): New.
40131         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
40132         available use -Av9d instead of -Av9a.
40133         * sysdeps/sparc/sparc64/Makefile: Likewise.
40134         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
40135         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
40136         New file.
40137         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
40138         file.
40139         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
40140         New file.
40141         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
40142         file.
40143         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
40144         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
40145         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
40146         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
40147         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
40148
40149         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
40150         fzeros/fnegs to load 0x80000000 into a float register instead of
40151         using the stack.
40152         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
40153
40154 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
40155
40156         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40157         bits/syscall.h.
40158         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
40159         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
40160         ($(inst_includedir)/bits/syscall.h): Remove rule.
40161         ($(objpfx)bits/syscall.d): Include instead of
40162         $(objpfx)syscall-list.d.
40163         (generated): Change syscall-list.h and syscall-list.d to
40164         bits/syscall.h and bits/syscall.d.
40165
40166 2012-03-14  Roland McGrath  <roland@hack.frob.com>
40167
40168         [BZ #13846]
40169         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
40170
40171 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
40172
40173         [BZ #13841]
40174         * math/s_csqrt.c: Include <float.h>.
40175         (__csqrt): Scale large or subnormal inputs.
40176         * math/s_csqrtf.c: Likewise.
40177         * math/s_csqrtl.c: Likewise.
40178         * math/libm-test.inc (csqrt_test): Add more tests.
40179         * sysdeps/i386/fpu/libm-test-ulps: Update.
40180         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40181
40182         [BZ #13840]
40183         * math/libm-test.inc (hypot_test): Add more tests.
40184
40185 2012-03-13  David S. Miller  <davem@davemloft.net>
40186
40187         [BZ #13840]
40188         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
40189         double-precision for the calculation instead of scaling.
40190
40191 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
40192
40193         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
40194         manipulate bits before adding and subtracting TWO52[sx].
40195         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
40196         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
40197         Likewise.
40198         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
40199
40200 2012-03-13  David S. Miller  <davem@davemloft.net>
40201
40202         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
40203         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
40204         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
40205         rtld-global-offsets.h
40206         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
40207
40208         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
40209         large parameters.
40210
40211         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
40212
40213         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
40214         'err' in the ifdef scope in which it is actually used.
40215
40216         * nss/nss_db/db-init.c: Include string.h
40217
40218 2012-03-12  David S. Miller  <davem@davemloft.net>
40219
40220         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
40221         masking out of the most significant byte of random value used.
40222         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40223         Fix coding style in previous change.
40224
40225         * sysdeps/unix/sysv/linux/kernel-features.h
40226         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
40227         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
40228         expression.
40229         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
40230         later.
40231
40232 2012-03-11  David S. Miller  <davem@davemloft.net>
40233
40234         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
40235         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
40236         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
40237         for 'resultvar' otherwise things get truncated on 64-bit.
40238
40239         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40240         Fix masking out of the most significant byte of random value used.
40241
40242         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40243
40244 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
40245
40246         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40247
40248 2012-03-09  David S. Miller  <davem@davemloft.net>
40249
40250         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
40251         variables with appropriate CPP guards.
40252         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
40253         from the frame pointer, not the stack pointer.  Correct layout
40254         comments.  Fix test on resulting framesize and the management of
40255         the outregs buffer for pltexit.  Preserve floating point return
40256         values across _dl_call_pltexit call.
40257         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
40258         framesize and the management of the outregs buffer for pltexit.
40259         Preserve floating point return values across _dl_call_pltexit
40260         call.
40261         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
40262         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
40263         (la_sparc64_gnu_pltexit): New functions.
40264         (print_exit): Fix format string for return register value.
40265
40266 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
40267
40268         * sunrpc/Makefile (others): Add rpcgen.
40269         ($(objpfx)rpcgen): Remove special build rule and dependency on
40270         libc.
40271         * sunrpc/rpcgen.c: New file.
40272
40273 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
40274
40275         [BZ #13673]
40276         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
40277         * stdio-common/bug-vfprintf-nargs.c: Likewise.
40278         * sysdeps/i386/crti.S: Likewise.
40279         * sysdeps/i386/crtn.S: Likewise.
40280         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
40281         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
40282         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
40283         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
40284         * sysdeps/sh/crti.S: Likewise.
40285         * sysdeps/sh/crtn.S: Likewise.
40286         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40287
40288         [BZ #13673]
40289         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
40290         with URL.
40291         * locale/programs/locfile-kw.gperf: Likewise.
40292         * locale/programs/charmap-kw.h: Regenerated.
40293         * locale/programs/locfile-kw.h: Likewise.
40294
40295         [BZ #13673]
40296         * intl/plural.y: Replace FSF snail mail address with URL.
40297         * intl/plural.c: Regenerated.
40298
40299 2012-03-09  Richard Henderson  <rth@twiddle.net>
40300
40301         * include/math_private.h: Remove file.
40302         * math/math_private.h: Move file ...
40303         * sysdeps/generic/math_private.h: ... here.
40304
40305         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
40306         * sysdeps/powerpc/fpu/math_private.h: Likewise.
40307         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40308
40309         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
40310         and <math_private.h>.
40311         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
40312         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
40313         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
40314         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
40315         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
40316         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
40317         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
40318         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
40319         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
40320         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
40321         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
40322         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
40323         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
40324         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
40325         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
40326         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
40327         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
40328         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
40329         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
40330         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
40331         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
40332         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
40333         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
40334         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
40335         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
40336         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
40337         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
40338         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
40339         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
40340         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
40341         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
40342         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
40343         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
40344         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
40345         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
40346         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
40347         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
40348         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
40349         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
40350         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
40351         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
40352         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
40353         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
40354         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
40355         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
40356         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
40357         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
40358         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
40359         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
40360         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
40361         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
40362         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
40363         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
40364         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
40365         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
40366         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
40367         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
40368         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
40369         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
40370         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
40371         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
40372         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
40373         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
40374         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
40375         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
40376         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
40377         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
40378         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
40379         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
40380         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
40381         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
40382         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
40383         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
40384         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
40385         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
40386         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
40387         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
40388         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
40389         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
40390         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
40391         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
40392         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
40393         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
40394         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
40395         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
40396         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
40397         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
40398         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
40399         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
40400         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
40401         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
40402         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
40403         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
40404         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
40405         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
40406         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
40407         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
40408         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
40409         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
40410         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
40411         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
40412         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
40413         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
40414         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
40415         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
40416         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
40417         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
40418         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
40419         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
40420         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
40421         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
40422         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
40423         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
40424         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
40425         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
40426         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
40427         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
40428         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
40429         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
40430         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
40431         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
40432         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
40433         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
40434         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
40435         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
40436         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
40437         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
40438         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
40439         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
40440         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
40441         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
40442         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
40443         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
40444         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
40445         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
40446         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
40447         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
40448         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
40449         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
40450         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
40451         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
40452         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
40453         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
40454         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
40455         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
40456         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
40457         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
40458         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
40459         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
40460         * sysdeps/ieee754/k_standard.c: Likewise.
40461         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
40462         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
40463         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
40464         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
40465         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
40466         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
40467         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
40468         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
40469         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
40470         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
40471         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
40472         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
40473         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
40474         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
40475         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
40476         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
40477         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
40478         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
40479         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
40480         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
40481         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
40482         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
40483         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
40484         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
40485         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
40486         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
40487         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
40488         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
40489         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
40490         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
40491         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
40492         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
40493         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
40494         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
40495         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
40496         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
40497         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
40498         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
40499         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
40500         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
40501         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
40502         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
40503         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
40504         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
40505         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
40506         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
40507         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
40508         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
40509         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
40510         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
40511         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
40512         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
40513         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
40514         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
40515         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
40516         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
40517         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
40518         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
40519         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
40520         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
40521         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
40522         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
40523         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
40524         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
40525         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
40526         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
40527         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
40528         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
40529         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
40530         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
40531         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
40532         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
40533         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
40534         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
40535         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
40536         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
40537         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
40538         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
40539         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
40540         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
40541         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
40542         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
40543         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
40544         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
40545         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
40546         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
40547         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
40548         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
40549         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40550         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
40551         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
40552         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
40553         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
40554         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
40555         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
40556         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
40557         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
40558         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
40559         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
40560         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
40561         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
40562         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
40563         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
40564         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
40565         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
40566         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
40567         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
40568         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
40569         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
40570         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
40571         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
40572         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
40573         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
40574         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
40575         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
40576         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
40577         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
40578         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
40579         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
40580         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
40581         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
40582         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
40583         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
40584         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
40585         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
40586         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
40587         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
40588         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
40589         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
40590         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
40591         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
40592         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
40593         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
40594         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
40595         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
40596         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
40597         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
40598         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
40599         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
40600         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
40601         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
40602         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
40603         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
40604         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
40605         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
40606         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
40607         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
40608         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
40609         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
40610         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
40611         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
40612         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
40613         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
40614         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
40615         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
40616         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
40617         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
40618         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
40619         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
40620         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
40621         * sysdeps/ieee754/s_lib_version.c: Likewise.
40622         * sysdeps/ieee754/s_matherr.c: Likewise.
40623         * sysdeps/ieee754/s_signgam.c: Likewise.
40624         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
40625         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
40626         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
40627         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
40628         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
40629         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40630         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
40631         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
40632         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
40633         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
40634         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
40635         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
40636         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
40637         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
40638         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
40639         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
40640         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
40641         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
40642         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
40643         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
40644         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
40645
40646 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40647
40648         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
40649         * sunrpc/rpc_main.c: Likewise.
40650         * sunrpc/rpc_svcout.c: Likewise.
40651
40652 2012-03-09  David S. Miller  <davem@davemloft.net>
40653
40654         * include/math_private.h: New file.
40655
40656 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40657
40658         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
40659         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
40660         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
40661         from <bits/socket_type.h>.
40662         (enum __socket_type): Don't define here.
40663         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
40664         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40665         bits/socket_type.h.
40666
40667         [BZ #13566]
40668         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
40669         checking __USE_GNU.
40670
40671         * Makerules ($(inst_includedir)/%.h): New rule.
40672         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
40673         (install-others): Remove variable setting.
40674         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
40675
40676 2012-03-08  Richard Henderson  <rth@twiddle.net>
40677
40678         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
40679         from macro to inline function; merge with the
40680         !__LIBC_INTERNAL_MATH_INLINES version.
40681         (__ieee754_sqrtf): Likewise.
40682
40683         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
40684         to inline function.
40685         (__rintf, __floor, __floorf): Likewise.
40686
40687         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
40688         macro to inline function.
40689         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
40690
40691         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
40692         not <math/math_private.h>.
40693
40694 2012-03-08  David S. Miller  <davem@davemloft.net>
40695
40696         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
40697         copyright year.
40698         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
40699
40700 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
40701
40702         * resolv/gai_misc.c (handle_requests): Fix struct timespec
40703         normalization.
40704         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
40705         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
40706
40707 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
40708
40709         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
40710         be defined individually, they must be defined as a block.  Define
40711         S for printing a string instead of hidint the different by using a
40712         macro for adding the 'l'.
40713         * stdio-common/tst-fphex-wide.c: Adjust.
40714
40715 2012-03-07  Marek Polacek  <polacek@redhat.com>
40716
40717         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
40718
40719 2012-03-08  Marek Polacek  <polacek@redhat.com>
40720
40721         [BZ #13806]
40722         * stdio-common/Makefile (tests): Add tst-fphex-wide.
40723         * stdio-common/tst-fphex.c: Define a few macros to make the
40724         test reusable.  Use them.
40725         * stdio-common/tst-fphex-wide.c: New file.
40726
40727 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
40728
40729         [BZ #6911]
40730         * manual/macros.texi (gnusystems): New macro.
40731         (nongnusystems): Likewise.
40732         (gnulinuxhurdsystems): Likewise.
40733         (gnuhurdsystems): Likewise..
40734         (gnulinuxsystems): Likewise.
40735         * manual/charset.texi: Use new macros or @theglibc{} to refer to
40736         variants of the GNU system, not "GNU system".
40737         * manual/conf.texi: Likewise.
40738         * manual/errno.texi: Likewise.  Update example of errno macro
40739         expansion.
40740         * manual/filesys.texi: Likewise.
40741         (getumask): Document as specific to GNU/Hurd.
40742         * manual/install.texi: Likewise.  Reword some references to
40743         GNU/Linux.
40744         * manual/intro.texi: Likewise.
40745         * manual/io.texi: Likewise.
40746         (File Name Portability): Detail which constraints are inapplicable
40747         to all GNU systems and which are only inapplicable to GNU/Hurd.
40748         * manual/job.texi: Likewise.
40749         * manual/llio.texi: Likewise.
40750         (O_NOCTTY): Document as present on GNU/Linux.
40751         * manual/maint.texi: Likewise.
40752         * manual/memory.texi: Likewise.
40753         * manual/pattern.texi: Likewise.
40754         * manual/pipe.texi: Likewise.
40755         * manual/process.texi: Likewise.
40756         * manual/resource.texi: Likewise.
40757         (RUSAGE_CHILDREN): Remove statement about specifying a particular
40758         child on GNU/Hurd.
40759         * manual/setjmp.texi: Likewise.
40760         * manual/signal.texi: Likewise.
40761         * manual/startup.texi: Likewise.
40762         * manual/stdio.texi: Likewise.
40763         * manual/terminal.texi: Likewise.
40764         (ONLCR): Document as POSIX.
40765         (OXTABS): Document availability on GNU/Linux as XTABS.
40766         (ONOEOT): Document availability separately from other bits.
40767         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
40768         * manual/time.texi: Likewise.
40769         * manual/users.texi: Likewise.
40770         * INSTALL: Regenerated.
40771         * sysdeps/gnu/errlist.c: Regenerated.
40772
40773         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
40774         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
40775         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
40776         puts.
40777         * configure: Regenerated.
40778
40779 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
40780
40781         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
40782         default includes instead of AC_HEADER_CHECK.
40783         * sysdeps/i386/configure: Regenerated.
40784
40785         [BZ #10716]
40786         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
40787         * math/s_cacoshf.c (__cacoshf): Likewise.
40788         * math/s_cacoshl.c (__cacoshl): Likewise.
40789         * math/s_casinh.c (__casinh): Set signs of result from argument.
40790         * math/s_casinhf.c (__casinhf): Likewise.
40791         * math/s_casinhl.c (__casinhl): Likewise.
40792         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
40793         (casinh_test): Add more tests.
40794         * sysdeps/i386/fpu/libm-test-ulps: Update.
40795         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40796
40797 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
40798
40799         * po/zh_TW.po: Update from translation team.
40800
40801         * login/Makefile (distribute): Remove variable.
40802         * catgets/Makefile: Likewise.
40803         * mach/Makefile: Likewise.
40804         * malloc/Makefile: Likewise.
40805         * misc/Makefile: Likewise.
40806         * iconv/Makefile: Likewise.
40807         * nscd/Makefile: Likewise.
40808         * hurd/Makefile: Likewise.
40809         * manual/Makefile: Likewise.
40810         * locale/Makefile: Likewise.
40811         * intl/Makefile: Likewise.
40812         * conform/Makefile: Likewise.
40813         * nss/Makefile: Likewise.
40814         * time/Makefile: Likewise.
40815         * soft-fp/Makefile: Likewise.
40816         * dirent/Makefile: Likewise.
40817         * gmon/Makefile: Likewise.
40818         * po/Makefile: Likewise.
40819         * rt/Makefile: Likewise.
40820         * socket/Makefile: Likewise.
40821         * math/Makefile: Likewise.
40822         * signal/Makefile: Likewise.
40823         * debug/Makefile: Likewise.
40824         * elf/Makefile: Likewise.
40825         * timezone/Makefile: Likewise.
40826         * stdlib/Makefile: Likewise.
40827         * iconvdata/Makefile: Likewise.
40828         * sunrpc/Makefile: Likewise.
40829         * io/Makefile: Likewise.
40830         * argp/Makefile: Likewise.
40831         * inet/Makefile: Likewise.
40832         * hesiod/Makefile: Likewise.
40833         * grp/Makefile: Likewise.
40834         * csu/Makefile: Likewise.
40835         * wctype/Makefile: Likewise.
40836         * crypt/Makefile: Likewise.
40837         * libio/Makefile: Likewise.
40838         * string/Makefile: Likewise.
40839         * nis/Makefile: Likewise.
40840         * resolv/Makefile: Likewise.
40841         * stdio-common/Makefile: Likewise.
40842         * wcsmbs/Makefile: Likewise.
40843         * dlfcn/Makefile: Likewise.
40844         * posix/Makefile: Likewise.
40845
40846         [BZ #6959]
40847         * timezone/Makefile: Don't install timezone files, just the programs
40848         and scripts.
40849
40850 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
40851
40852         * nss/databases.def: Add missing gshadow entry.
40853
40854         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
40855
40856 2012-03-06  Marek Polacek  <polacek@redhat.com>
40857
40858         [BZ #13726]
40859         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
40860         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
40861         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
40862         * stdio-common/tst-long-dbl-fphex.c: New file.
40863
40864 2012-03-06  David S. Miller  <davem@davemloft.net>
40865
40866         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
40867         (set_obp_int): New function.
40868         (get_obp_int): New function.
40869         (__get_clockfreq_via_dev_openprom): Likewise.
40870         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
40871         Avoid unused variable warnings on 'val' and use builtin_expect.
40872         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
40873         __builtin_expect.
40874         (INLINE_CLONE_SYSCALL): Likewise.
40875
40876 2012-03-05  David S. Miller  <davem@davemloft.net>
40877
40878         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40879
40880 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
40881
40882         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40883
40884         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
40885         only for |x| >= 40.
40886         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
40887
40888 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
40889
40890         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
40891         Replace gettimeofday with __vdso_gettimeofday.
40892
40893         * sysdeps/unix/sysv/linux/x86_64/init-first.c
40894         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
40895         __vdso_clock_gettime and __vdso_getcpu.
40896
40897         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
40898         time with __vdso_time.
40899
40900 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
40901
40902         * manual/lang.texi (size_t): Note types to which size_t may be
40903         equivalent with the GNU C Library, but do not describe when
40904         differences between them are significant.
40905
40906 2012-03-05  Andreas Jaeger  <aj@suse.de>
40907
40908         * sysdeps/i386/fpu/libm-test-ulps: Update.
40909
40910 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
40911
40912         [BZ #3976]
40913         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
40914         (__ieee754_pow): Save and restore rounding mode and use
40915         round-to-nearest for main computations.
40916         * math/libm-test.inc (pow_test_tonearest): New function.
40917         (pow_test_towardzero): Likewise.
40918         (pow_test_downward): Likewise.
40919         (pow_test_upward): Likewise.
40920         (main): Call the new functions.
40921         * sysdeps/i386/fpu/libm-test-ulps: Update.
40922         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40923
40924         [BZ #3976]
40925         * math/libm-test.inc (cosh_test_tonearest): New function.
40926         (cosh_test_towardzero): Likewise.
40927         (cosh_test_downward): Likewise.
40928         (cosh_test_upward): Likewise.
40929         (sinh_test_tonearest): Likewise.
40930         (sinh_test_towardzero): Likewise.
40931         (sinh_test_downward): Likewise.
40932         (sinh_test_upward): Likewise.
40933         (main): Call the new functions.
40934         * sysdeps/i386/fpu/libm-test-ulps: Update.
40935         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40936
40937 2012-03-05  Tom de Vries  <tom@codesourcery.com>
40938
40939         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
40940         default stack guard is set in last bytes.
40941         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
40942
40943 2012-03-05  Kees Cook  <keescook@chromium.org>
40944
40945         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
40946
40947         [BZ #13656]
40948         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
40949         possibly allocate from heap instead of stack.
40950         * stdio-common/bug-vfprintf-nargs.c: New file.
40951         * stdio-common/Makefile (tests): Add nargs overflow test.
40952
40953 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
40954
40955         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40956
40957 2012-03-03  Marek Polacek  <polacek@redhat.com>
40958
40959         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
40960         * math/math_private.h: Likewise.
40961         * stdlib/tst-strtod.c: Likewise.
40962         * sysdeps/i386/i486/bits/atomic.h: Likewise.
40963         * sysdeps/x86_64/bits/atomic.h: Likewise.
40964
40965 2012-03-02  David S. Miller  <davem@davemloft.net>
40966
40967         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
40968         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
40969         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
40970         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
40971         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
40972         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
40973         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
40974         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
40975
40976 2012-03-02  Roland McGrath  <roland@hack.frob.com>
40977
40978         [BZ #13792]
40979         * manual/examples/README: New file, says the example source files
40980         can be used under GPL>=2.
40981         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
40982         line containing just "*/".
40983         * manual/examples/add.c: Add copyright header (GPL>=2).
40984         * manual/examples/argp-ex1.c: Likewise.
40985         * manual/examples/argp-ex2.c: Likewise.
40986         * manual/examples/argp-ex3.c: Likewise.
40987         * manual/examples/argp-ex4.c: Likewise.
40988         * manual/examples/atexit.c: Likewise.
40989         * manual/examples/db.c: Likewise.
40990         * manual/examples/dir.c: Likewise.
40991         * manual/examples/dir2.c: Likewise.
40992         * manual/examples/execinfo.c: Likewise.
40993         * manual/examples/filecli.c: Likewise.
40994         * manual/examples/filesrv.c: Likewise.
40995         * manual/examples/fmtmsgexpl.c: Likewise.
40996         * manual/examples/genpass.c: Likewise.
40997         * manual/examples/inetcli.c: Likewise.
40998         * manual/examples/inetsrv.c: Likewise.
40999         * manual/examples/isockad.c: Likewise.
41000         * manual/examples/longopt.c: Likewise.
41001         * manual/examples/memopen.c: Likewise.
41002         * manual/examples/memstrm.c: Likewise.
41003         * manual/examples/mkfsock.c: Likewise.
41004         * manual/examples/mkisock.c: Likewise.
41005         * manual/examples/mygetpass.c: Likewise.
41006         * manual/examples/pipe.c: Likewise.
41007         * manual/examples/popen.c: Likewise.
41008         * manual/examples/rprintf.c: Likewise.
41009         * manual/examples/search.c: Likewise.
41010         * manual/examples/select.c: Likewise.
41011         * manual/examples/setjmp.c: Likewise.
41012         * manual/examples/sigh1.c: Likewise.
41013         * manual/examples/sigusr.c: Likewise.
41014         * manual/examples/stpcpy.c: Likewise.
41015         * manual/examples/strdupa.c: Likewise.
41016         * manual/examples/strftim.c: Likewise.
41017         * manual/examples/strncat.c: Likewise.
41018         * manual/examples/subopt.c: Likewise.
41019         * manual/examples/swapcontext.c: Likewise.
41020         * manual/examples/termios.c: Likewise.
41021         * manual/examples/testopt.c: Likewise.
41022         * manual/examples/testpass.c: Likewise.
41023         * manual/examples/timeval_subtract.c: Likewise.
41024
41025         [BZ #13792]
41026         * manual/time.texi (Elapsed Time): Move timeval_subtract example
41027         function to ...
41028         * manual/timeval_subtract.c.texi: ... here, new file.
41029
41030 2012-03-02  David S. Miller  <davem@davemloft.net>
41031
41032         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
41033
41034 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
41035
41036         [BZ #3976]
41037         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
41038         (__sin): Save and restore rounding mode and use round-to-nearest
41039         for all computations.
41040         (__cos): Save and restore rounding mode and use round-to-nearest
41041         for all computations.
41042         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
41043         <fenv.h>.
41044         (tan): Save and restore rounding mode and use round-to-nearest for
41045         all computations.
41046         * math/libm-test.inc (cos_test_tonearest): New function.
41047         (cos_test_towardzero): Likewise.
41048         (cos_test_downward): Likewise.
41049         (cos_test_upward): Likewise.
41050         (sin_test_tonearest): Likewise.
41051         (sin_test_towardzero): Likewise.
41052         (sin_test_downward): Likewise.
41053         (sin_test_upward): Likewise.
41054         (tan_test_tonearest): Likewise.
41055         (tan_test_towardzero): Likewise.
41056         (tan_test_downward): Likewise.
41057         (tan_test_upward): Likewise.
41058         (main): Call the new functions.
41059         * sysdeps/i386/fpu/libm-test-ulps: Update.
41060         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41061
41062         [BZ #10135]
41063         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
41064         small n, then large n, before computing and testing k+n.
41065         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
41066         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
41067         Likewise.
41068         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
41069         Likewise.
41070         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
41071         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
41072         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
41073         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
41074         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
41075         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
41076         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
41077         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
41078         * math/libm-test.inc (scalbn_test): Add more tests.
41079         (scalbln_test): Likewise.
41080
41081         * manual/filesys.texi (mode_t): Describe constraints on size and
41082         signedness, not exact equivalence to a particular type.
41083         (ino_t): Likewise.
41084         (ino64_t): Likewise.
41085         (dev_t): Likewise.
41086         (nlink_t): Likewise.
41087         (blkcnt_t): Likewise.
41088         (blkcnt64_t): Likewise.
41089         * manual/llio.texi (off_t): Likewise.
41090
41091         [BZ #3976]
41092         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
41093         (__ieee754_exp): Save and restore rounding mode and use
41094         round-to-nearest for all computations.
41095         * math/libm-test.inc (exp_test_tonearest): New function.
41096         (exp_test_towardzero): Likewise.
41097         (exp_test_downward): Likewise.
41098         (exp_test_upward): Likewise.
41099         (main): Call the new functions.
41100         * sysdeps/i386/fpu/libm-test-ulps: Update.
41101         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41102
41103 2012-03-01  Chris Demetriou  <cgd@google.com>
41104
41105         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
41106         have predictable order.
41107
41108 2012-03-01  David S. Miller  <davem@davemloft.net>
41109
41110         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
41111
41112         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
41113         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
41114         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
41115         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
41116
41117         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
41118         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
41119         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
41120         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
41121         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
41122         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
41123         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
41124         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
41125         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
41126
41127         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41128
41129         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
41130         * sysdeps/sparc/fpu/libm-test-ulps: to here.
41131         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
41132
41133         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
41134         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
41135         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41136         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
41137         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
41138         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
41139         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
41140         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
41141         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41142         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
41143         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
41144         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41145         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
41146         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41147         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41148         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41149         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
41150         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
41151         * sysdeps/sparc/elf/configure: Regenerated.
41152
41153 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
41154
41155         * configure.in (AS, LD): Require binutils 2.20 or later.
41156         * configure: Regenerated.
41157         * manual/install.texi (Tools for Compilation): Give binutils 2.20
41158         as required minimum version.
41159         * INSTALL: Regenerated.
41160
41161         [BZ #2541]
41162         [BZ #4108]
41163         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
41164         before squaring exponent.
41165         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
41166         bottom long double and 27 bits of top long double before squaring
41167         exponent.
41168         * math/libm-test.inc (erfc_test): Add more tests.
41169         * sysdeps/i386/fpu/libm-test-ulps: Update.
41170         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41171         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41172
41173 2012-03-01  Kai Tietz  <ktietz@redhat.com>
41174
41175         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
41176         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
41177         containing bit-fields.
41178         * soft-fp/extended.h (_FP_UNION_E): Likewise.
41179         * soft-fp/single.h (_FP_UNION_S): Likewise.
41180         * soft-fp/double.h (_FP_UNION_D): Likewise.
41181
41182 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41183
41184         [BZ #13786]
41185         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
41186         not include ../strcmp.S.
41187         [USE_AS_STRNCASECMP_L]: Likewise.
41188         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
41189         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
41190         * sysdeps/i386/i686/multiarch/strncase_l-c.c
41191         (__strncasecmp_l_ia32): Define as alias to
41192         __strncasecmp_l_nonascii.
41193
41194         [BZ #5794]
41195         * math/libm-test.inc (expm1_test): Add test for bug 5794.
41196         * sysdeps/i386/fpu/libm-test-ulps: Update.
41197         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41198
41199         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
41200         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41201
41202 2012-02-29  Jeff Law  <law@redhat.com>
41203
41204         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
41205         out of bounds read.
41206
41207 2012-02-29  Marek Polacek  <polacek@redhat.com>
41208
41209         [BZ #13706]
41210         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
41211         * elf/Makefile: Add rules to run tst-unused-dep.out.
41212
41213 2012-02-28  David S. Miller  <davem@davemloft.net>
41214
41215         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
41216         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
41217         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
41218         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
41219         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
41220         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
41221
41222 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41223
41224         * math/libm-test.inc (llround_test): Move one test from
41225         lround_test.  Use TEST_f_L in moved test.
41226         (lround_test): Move misplaced test to llround_test.  Add testcase
41227         from bug 2561.
41228
41229 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
41230
41231         * sysdeps/x86_64/fpu/e_expf.S: New file.
41232         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
41233
41234 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
41235
41236         [BZ #13637]
41237         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
41238         of remain_len that may cause incomplete multi-byte character and
41239         false match.
41240         * posix/bug-regex33.c: New file.
41241         * posix/Makefile (tests): Add bug-regex33.
41242
41243 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
41244
41245         * manual/macros.texi: New file.
41246         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
41247         * manual/libc.texinfo: Include macros.texi.
41248         * manual/creatute.texi: Likewise.
41249         * manual/install.texi: Likewise.
41250         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
41251         @glibcadj{} in references to the GNU C Library.
41252         * manual/charset.texi: Likewise.
41253         * manual/conf.texi: Likewise.
41254         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
41255         when not using those macros.
41256         * manual/creature.texi: Likewise.
41257         * manual/crypt.texi: Likewise.
41258         * manual/errno.texi: Likewise.
41259         * manual/filesys.texi: Likewise.
41260         * manual/header.texi: Likewise.
41261         * manual/install.texi: Likewise.
41262         * manual/intro.texi: Likewise.
41263         * manual/io.texi: Likewise.
41264         * manual/job.texi: Likewise.
41265         * manual/lang.texi: Likewise.
41266         * manual/libc.texiinfo: Likewise.
41267         * manual/llio.texi: Likewise.
41268         * manual/locale.texi: Likewise.
41269         * manual/maint.texi: Likewise.
41270         * manual/math.texi: Likewise.
41271         * manual/memory.texi: Likewise.
41272         * manual/message.texi: Likewise.
41273         * manual/nss.texi: Likewise.
41274         * manual/pattern.texi: Likewise.
41275         * manual/process.texi: Likewise.
41276         * manual/resource.texi: Likewise.
41277         * manual/search.texi: Likewise.
41278         * manual/setjmp.texi: Likewise.
41279         * manual/signal.texi: Likewise.
41280         * manual/socket.texi: Likewise.
41281         * manual/startup.texi: Likewise.
41282         * manual/stdio.texi: Likewise.
41283         * manual/string.texi: Likewise.
41284         * manual/sysinfo.texi: Likewise.
41285         * manual/syslog.texi: Likewise.
41286         * manual/terminal.texi: Likewise.
41287         * manual/time.texi: Likewise.
41288         * manual/users.texi: Likewise.
41289         * INSTALL: Regenerated.
41290         * NOTES: Regenerated.
41291         * sysdeps/gnu/errlist.c: Regenerated.
41292
41293 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
41294
41295         * include/dirent.h: Include <dirstream.h> before
41296         <dirent/dirent.h>.
41297
41298 2012-02-28  David S. Miller  <davem@davemloft.net>
41299
41300         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
41301         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
41302         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
41303         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
41304
41305 2012-02-27  David S. Miller  <davem@davemloft.net>
41306
41307         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
41308         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
41309         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
41310         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
41311
41312         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
41313         frame pointer instead of stack pointer relative arg slot.
41314         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41315         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41316         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41317
41318 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
41319
41320         [BZ #3992]
41321         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
41322
41323 2012-02-27  David S. Miller  <davem@davemloft.net>
41324
41325         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
41326         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41327         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41328         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
41329         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41330         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41331         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
41332         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
41333
41334 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41335
41336         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
41337         later.  Allow versions 5-9.
41338         * configure: Regenerated.
41339         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
41340         required minimum version and 4.6 as recommended version.  Do not
41341         mention bugs in GCC 2.7 and 2.8.
41342         * INSTALL: Regenerated.
41343
41344 2012-02-27  David S. Miller  <davem@davemloft.net>
41345
41346         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
41347         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
41348         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
41349         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
41350         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
41351         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
41352         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
41353         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
41354
41355         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
41356         manipulate bits before adding and subtracting TWO112[sx].
41357         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
41358
41359 2012-02-27  Roland McGrath  <roland@hack.frob.com>
41360
41361         [BZ #13775]
41362         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
41363         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
41364         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
41365         being in POSIX, because they are in 1003.1-2008.
41366
41367         * rt/tst-aio.c: Include <fcntl.h>.
41368         * rt/tst-aio7.c: Likewise.
41369         * rt/tst-aio64.c: Likewise.
41370
41371         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
41372
41373 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41374
41375         * manual/install.texi (--with-headers): Describe headers as
41376         interface headers, not private headers.
41377         (Specific advice for GNU/Linux systems): Describe use of headers
41378         from "make headers_install", not private headers from older
41379         kernels.
41380         * INSTALL: Regenerated.
41381         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
41382         Change to 2.6.19.
41383         * sysdeps/unix/sysv/linux/configure: Regenerated.
41384
41385         * manual/llio.texi (fclean): Remove documentation.
41386
41387         * manual/Makefile (libc-texi-generated): New variable.  Include
41388         version.texi.
41389         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
41390         $(libc-texi-generated), not duplicated list of files.
41391         (version.texi, stamp-version): New rules.
41392         (realclean): Remove $(libc-texi-generated), not individual files
41393         from that list.  Do not remove dir-add.texinfo.
41394         * manual/libc.texinfo: Comment out uses of edition numbers and
41395         references to printed manual.  Remove last-updated dates.
41396         (EDITION): Comment out.
41397         (ISBN): Likewise.
41398         (VERSION, UPDATED): Remove.
41399         (version.texi): Include.
41400
41401 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
41402
41403         * sysdeps/posix/spawni.c: Include <signal.h>.
41404         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
41405         * sysdeps/pthread/aio_fsync.c: Likewise.
41406
41407 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
41408
41409         * conform/Makefile (tests): Run only when not cross-compiling and
41410         when fast-check is not defined.
41411
41412         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
41413         * conform/data/limits.h-data: Fixes for POSIX2008.
41414         * conform/run-conformtest.sh: Run all tests.
41415         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
41416         headers.
41417         * include/bits/dlfcn.h: Likewise.
41418         * include/langinfo.h: Likewise.
41419         * include/monetary.h: Likewise.
41420         * include/sys/poll.h: Likewise.
41421
41422         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
41423         for __USE_GNU.
41424         * posix/spawn.h: Define __need_sigset_t.
41425         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
41426         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
41427         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
41428         to get sigevent_t only.
41429         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
41430         only for __USE_GNU.
41431         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
41432         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
41433         process_vm_writev only for __USE_GNU.
41434         * termios/termios.h: Declare tcgetsid also for POSIX2008.
41435
41436         * conform/Makefile: For now ignore errors from run-conformtest.
41437         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
41438         POSIX to avoid namespace pollution.  Don't prepend headers.
41439         * conform/data/aio.h-data: Fixes for POSIX testing.
41440         * conform/data/fcntl.h-data: Likewise.
41441         * conform/data/glob.h-data: Likewise.
41442         * conform/data/grp.h-data: Likewise.
41443         * conform/data/pthread.h-data: Likewise.
41444         * conform/data/pwd.h-data: Likewise.
41445         * conform/data/signal.h-data: Likewise.
41446         * conform/data/spawn.h-data: Likewise.
41447         * conform/data/stdio.h-data: Likewise.
41448         * conform/data/stdlib.h-data: Likewise.
41449         * conform/data/stropts.h-data: Likewise.
41450         * conform/data/sys/mman.h-data: Likewise.
41451         * conform/data/sys/stat.h-data: Likewise.
41452         * conform/data/sys/types.h-data: Likewise.
41453         * conform/data/sys/wait.h-data: Likewise.
41454         * conform/data/time.h-data: Likewise.
41455         * conform/data/unistd.h-data: Likewise.
41456         * conform/data/utime.h-data: Likewise.
41457
41458         * io/sys/stat.h: fchmod was always in POSIX.
41459         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
41460         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
41461         * rt/aio.h: Define __need_timespec before including <time.h>.
41462         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
41463         struct.  Add forward declaration of pthread_attr_t and use it in
41464         sigevent.
41465         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
41466         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
41467         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
41468         always remove CLK_TCK definition.
41469
41470 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
41471
41472         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
41473
41474 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
41475
41476         * conform/run-conformtest.sh: New file.
41477         * conform/Makefile: Run run-conformtest for tests.
41478         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
41479         support.
41480
41481         * conform/data/uchar.h-data: New file.
41482         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
41483         * conform/data/arpa/inet.h-data: Likewise.
41484         * conform/data/assert.h-data: Likewise.
41485         * conform/data/complex.h-data: Likewise.
41486         * conform/data/cpio.h-data: Likewise.
41487         * conform/data/ctype.h-data: Likewise.
41488         * conform/data/dirent.h-data: Likewise.
41489         * conform/data/dlfcn.h-data: Likewise.
41490         * conform/data/errno.h-data: Likewise.
41491         * conform/data/fcntl.h-data: Likewise.
41492         * conform/data/float.h-data: Likewise.
41493         * conform/data/fmtmsg.h-data: Likewise.
41494         * conform/data/fnmatch.h-data: Likewise.
41495         * conform/data/ftw.h-data: Likewise.
41496         * conform/data/glob.h-data: Likewise.
41497         * conform/data/grp.h-data: Likewise.
41498         * conform/data/iconv.h-data: Likewise.
41499         * conform/data/inttypes.h-data: Likewise.
41500         * conform/data/langinfo.h-data: Likewise.
41501         * conform/data/libgen.h-data: Likewise.
41502         * conform/data/limits.h-data: Likewise.
41503         * conform/data/locale.h-data: Likewise.
41504         * conform/data/math.h-data: Likewise.
41505         * conform/data/monetary.h-data: Likewise.
41506         * conform/data/mqueue.h-data: Likewise.
41507         * conform/data/ndbm.h-data: Likewise.
41508         * conform/data/net/if.h-data: Likewise.
41509         * conform/data/netdb.h-data: Likewise.
41510         * conform/data/netinet/in.h-data: Likewise.
41511         * conform/data/nl_types.h-data: Likewise.
41512         * conform/data/poll.h-data: Likewise.
41513         * conform/data/pthread.h-data: Likewise.
41514         * conform/data/pwd.h-data: Likewise.
41515         * conform/data/regex.h-data: Likewise.
41516         * conform/data/sched.h-data: Likewise.
41517         * conform/data/search.h-data: Likewise.
41518         * conform/data/semaphore.h-data: Likewise.
41519         * conform/data/setjmp.h-data: Likewise.
41520         * conform/data/signal.h-data: Likewise.
41521         * conform/data/spawn.h-data: Likewise.
41522         * conform/data/stdarg.h-data: Likewise.
41523         * conform/data/stdio.h-data: Likewise.
41524         * conform/data/stdlib.h-data: Likewise.
41525         * conform/data/string.h-data: Likewise.
41526         * conform/data/strings.h-data: Likewise.
41527         * conform/data/stropts.h-data: Likewise.
41528         * conform/data/sys/ipc.h-data: Likewise.
41529         * conform/data/sys/mman.h-data: Likewise.
41530         * conform/data/sys/msg.h-data: Likewise.
41531         * conform/data/sys/resource.h-data: Likewise.
41532         * conform/data/sys/select.h-data: Likewise.
41533         * conform/data/sys/sem.h-data: Likewise.
41534         * conform/data/sys/shm.h-data: Likewise.
41535         * conform/data/sys/socket.h-data: Likewise.
41536         * conform/data/sys/stat.h-data: Likewise.
41537         * conform/data/sys/statvfs.h-data: Likewise.
41538         * conform/data/sys/time.h-data: Likewise.
41539         * conform/data/sys/timeb.h-data: Likewise.
41540         * conform/data/sys/times.h-data: Likewise.
41541         * conform/data/sys/types.h-data: Likewise.
41542         * conform/data/sys/uio.h-data: Likewise.
41543         * conform/data/sys/un.h-data: Likewise.
41544         * conform/data/sys/utsname.h-data: Likewise.
41545         * conform/data/sys/wait.h-data: Likewise.
41546         * conform/data/syslog.h-data: Likewise.
41547         * conform/data/tar.h-data: Likewise.
41548         * conform/data/termios.h-data: Likewise.
41549         * conform/data/utime.h-data: Likewise.
41550         * conform/data/utmpx.h-data: Likewise.
41551         * conform/data/varargs.h-data: Likewise.
41552         * conform/data/wchar.h-data: Likewise.
41553         * conform/data/wctype.h-data: Likewise.
41554         * conform/data/wordexp.h-data: Likewise.
41555
41556         * include/stropts.h: New file.
41557         * include/uchar.h: New file.
41558         * include/aio.h: Changes to allow conformtest.pl to use the headers.
41559         * include/assert.h: Likewise.
41560         * include/ctype.h: Likewise.
41561         * include/dirent.h: Likewise.
41562         * include/dlfcn.h: Likewise.
41563         * include/fcntl.h: Likewise.
41564         * include/fnmatch.h: Likewise.
41565         * include/glob.h: Likewise.
41566         * include/grp.h: Likewise.
41567         * include/libio.h: Likewise.
41568         * include/locale.h: Likewise.
41569         * include/math.h: Likewise.
41570         * include/net/if.h: Likewise.
41571         * include/netdb.h: Likewise.
41572         * include/netinet/in.h: Likewise.
41573         * include/pthread.h: Likewise.
41574         * include/pwd.h: Likewise.
41575         * include/regex.h: Likewise.
41576         * include/sched.h: Likewise.
41577         * include/search.h: Likewise.
41578         * include/setjmp.h: Likewise.
41579         * include/signal.h: Likewise.
41580         * include/stdio.h: Likewise.
41581         * include/stdlib.h: Likewise.
41582         * include/string.h: Likewise.
41583         * include/sys/cdefs.h: Likewise.
41584         * include/sys/mman.h: Likewise.
41585         * include/sys/msg.h: Likewise.
41586         * include/sys/resource.h: Likewise.
41587         * include/sys/select.h: Likewise.
41588         * include/sys/socket.h: Likewise.
41589         * include/sys/stat.h: Likewise.
41590         * include/sys/statvfs.h: Likewise.
41591         * include/sys/time.h: Likewise.
41592         * include/sys/times.h: Likewise.
41593         * include/sys/uio.h: Likewise.
41594         * include/sys/utsname.h: Likewise.
41595         * include/sys/wait.h: Likewise.
41596         * include/termios.h: Likewise.
41597         * include/time.h: Likewise.
41598         * include/ulimit.h: Likewise.
41599         * include/unistd.h: Likewise.
41600         * include/utime.h: Likewise.
41601         * include/wchar.h: Likewise.
41602         * include/wctype.h: Likewise.
41603         * include/wordexp.h: Likewise.
41604
41605         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
41606
41607         * time/time.h: TIME_UTC must be a macro.
41608         Make timespec_get available for ISO C11 only as well.
41609
41610 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
41611
41612         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
41613         Reported by Peng Haitao <penght@cn.fujitsu.com>.
41614
41615 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41616
41617         * configure.in: Use -o not -a in test for unsupported multi-arch.
41618
41619 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41620
41621         * manual/texinfo.tex: Update to version 2012-01-19.16.
41622
41623 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41624
41625         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
41626
41627 2012-02-24  Roland McGrath  <roland@hack.frob.com>
41628
41629         [BZ #13738]
41630         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
41631         * manual/fdl-1.3.texi: New file.
41632         * manual/fdl-1.1.texi: File removed.
41633
41634         [BZ #13738]
41635         * manual/libc.texinfo (FDL_VERSION): New @set.
41636         Use it for mention of FDL in cover text.
41637         (Documentation License): Use it in @include file name.
41638
41639 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41640             Roland McGrath  <roland@hack.frob.com>
41641
41642         [BZ #5461]
41643         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
41644         (not LONG_LONG_MAX and LONG_LONG_MIN.
41645         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
41646         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
41647         name.
41648         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
41649
41650 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41651
41652         [BZ #2547]
41653         [BZ #11365]
41654         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
41655         manipulate bits before adding and subtracting TWO23[sx].
41656         * math/libm-test.inc (nearbyint_test): Add more tests.
41657
41658 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41659
41660         [BZ #2548]
41661         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
41662         bits before adding and subtracting TWO23[sx].
41663         * math/libm-test.inc (rint_test): Add more tests.
41664         (rint_test_tonearest): Likewise.
41665         (rint_test_towardzero): Likewise.
41666         (rint_test_downward): Likewise.
41667         (rint_test_upward: Likewise.
41668
41669 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41670
41671         [BZ #10110]
41672         * include/stdc-predef.h: New file.  Extracted from features.h.
41673         * include/features.h: Include stdc-predef.h.
41674         * Makefile (headers): Add stdc-predef.h.
41675         * CONFORMANCE (Compiler limitations): Update.
41676
41677 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41678
41679         * manual/libc.texinfo (VERSION, UPDATED): Revert.
41680
41681 2012-02-21  David S. Miller  <davem@davemloft.net>
41682
41683         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
41684         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
41685
41686 2012-02-20  David S. Miller  <davem@davemloft.net>
41687
41688         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
41689         using a normal save/restore sequence, rather than allocating a
41690         dummy stack frame just to store a frame pointer and restore.
41691         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41692
41693 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41694
41695         * manual/install.texi: Fix stray word in line-wrapped comment.
41696
41697 2012-02-20  David S. Miller  <davem@davemloft.net>
41698
41699         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
41700         both binutils and gcc support GOTDATA.
41701
41702         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
41703         "rd %pc" in the PIC register setup sequences.
41704
41705         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
41706         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
41707         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41708         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
41709         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41710         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
41711         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41712         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41713         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
41714         (SYSCALL_ERROR_HANDLER): Likewise.
41715         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41716         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41717         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
41718         (SYSCALL_ERROR_HANDLER): Likewise.
41719
41720         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
41721         (HAVE_GCC_GOTDATA): New.
41722         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
41723         relocation support in both binutils and gcc.
41724         * sysdeps/sparc/elf/configure: Regenerate.
41725
41726         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
41727         * sysdeps/sparc/sparc32/elf/configure: Delete.
41728         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
41729         * sysdeps/sparc/sparc64/elf/configure: Delete.
41730         * sysdeps/sparc/elf/configure.in: New file.
41731         * sysdeps/sparc/elf/configure: Generate.
41732
41733         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
41734         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
41735         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
41736         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
41737         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
41738
41739 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41740
41741         * manual/install.texi: Do not mention specific glibc version
41742         numbers.
41743         * manual/libc.texinfo (VERSION, UPDATED): Update.
41744         (@copying): Use @copyright{} and range of years.
41745
41746 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41747
41748         [BZ #13695]
41749         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
41750         [crti.S not in sysdirs] (generated): Do not append.
41751         [crti.S not in sysdirs] (omit-deps): Likewise.
41752         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
41753         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
41754         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
41755         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
41756         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
41757         Likewise.
41758         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
41759         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
41760         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
41761         * csu/defs.awk: Remove file.
41762         * sysdeps/generic/initfini.c: Likewise.
41763         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
41764         variable.
41765         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
41766         Likewise.
41767
41768 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41769
41770         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
41771         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
41772         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
41773         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
41774         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
41775         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
41776         <bits/epoll.h>.
41777         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
41778         (__EPOLL_PACKED): Define to empty if not defined by
41779         <bits/epoll.h>.
41780         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
41781         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41782         bits/epoll.h.
41783
41784 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41785
41786         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
41787         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
41788         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
41789         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
41790         <bits/timerfd.h>.
41791         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
41792         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41793         bits/timerfd.h.
41794
41795 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41796
41797         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
41798         in C locale.
41799         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41800         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
41801         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
41802         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41803
41804 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
41805
41806         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
41807         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
41808
41809 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
41810
41811         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
41812         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
41813         defined.
41814         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
41815         Likewise.
41816         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
41817         entry for 2.16.
41818
41819 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
41820
41821         * math/w_acos.c: Use non-signaling floating-point comparisons.
41822         * math/w_acosf.c: Likewise.
41823         * math/w_acosh.c: Likewise.
41824         * math/w_acoshf.c: Likewise.
41825         * math/w_acoshl.c: Likewise.
41826         * math/w_acosl.c: Likewise.
41827         * math/w_asin.c: Likewise.
41828         * math/w_asinf.c: Likewise.
41829         * math/w_asinl.c: Likewise.
41830         * math/w_atanh.c: Likewise.
41831         * math/w_atanhf.c: Likewise.
41832         * math/w_atanhl.c: Likewise.
41833         * math/w_exp2.c: Likewise.
41834         * math/w_exp2f.c: Likewise.
41835         * math/w_exp2l.c: Likewise.
41836         * math/w_j0.c: Likewise.
41837         * math/w_j0f.c: Likewise.
41838         * math/w_j0l.c: Likewise.
41839         * math/w_j1.c: Likewise.
41840         * math/w_j1f.c: Likewise.
41841         * math/w_j1l.c: Likewise.
41842         * math/w_jn.c: Likewise.
41843         * math/w_jnf.c: Likewise.
41844         * math/w_log.c: Likewise.
41845         * math/w_log10.c: Likewise.
41846         * math/w_log10f.c: Likewise.
41847         * math/w_log10l.c: Likewise.
41848         * math/w_log2.c: Likewise.
41849         * math/w_log2f.c: Likewise.
41850         * math/w_log2l.c: Likewise.
41851         * math/w_logf.c: Likewise.
41852         * math/w_logl.c: Likewise.
41853         * math/w_sqrt.c: Likewise.
41854         * math/w_sqrtf.c: Likewise.
41855         * math/w_sqrtl.c: Likewise.
41856         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
41857         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
41858         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41859         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
41860         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
41861
41862 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
41863
41864         [BZ #9739]
41865         * manual/string.texi (strnlen): Use correct parameter name in
41866         equivalent expression.
41867
41868 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
41869
41870         [BZ #11174]
41871         * manual/users.texi (seteuid): Consistently use neweuid for
41872         argument name.
41873
41874 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
41875
41876         [BZ #13704]
41877         * manual/nss.texi (Services in the NSS configuration): Correct
41878         list of services in example configuration file.
41879
41880 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
41881
41882         [BZ #11322]
41883         * manual/arith.texi: Remove statements about negative zero
41884         behaving identically to zero.
41885
41886 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
41887
41888         [BZ #5993]
41889         * manual/install.texi: Do not document upgrading from libc5.
41890
41891 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
41892
41893         [BZ #4596]
41894         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
41895
41896 2012-02-18  David S. Miller  <davem@davemloft.net>
41897
41898         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
41899         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
41900         %o7 across the call.
41901         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
41902         instead.
41903         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
41904         SETUP_PIC_REG_LEAF.
41905         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41906         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
41907         * sysdeps/sparc/crtn.S: Likewise.
41908
41909 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
41910
41911         * aout/Makefile: Remove.
41912
41913 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
41914
41915         [BZ #13058]
41916         * manual/examples/argp-ex1.c (main): Format definition in GNU
41917         style.
41918         * manual/examples/argp-ex2.c (main): Likewise.
41919         * manual/examples/argp-ex3.c (main): Likewise.
41920         * manual/examples/argp-ex4.c (main): Likewise.
41921         * manual/examples/longopt.c (main): Use new-style prototype
41922         definition.
41923         * manual/examples/strncat.c (main): Specify return type and use
41924         (void) for arguments.
41925         * manual/examples/subopt.c (main): Use char **argv argument.
41926
41927 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41928
41929         [BZ #5077]
41930         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
41931         rounding modes.
41932
41933 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
41934
41935         [BZ #6907]
41936         * manual/string.texi (strchr): Change when strchrnul is
41937         recommended.
41938
41939 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
41940
41941         [BZ #174]
41942         * manual/locale.texi (setlocale): Document LOCPATH.
41943
41944 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41945
41946         [BZ #10210]
41947         * manual/process.texi (execle): Move @dots{} before last argument.
41948
41949 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
41950
41951         [BZ #12047]
41952         * manual/charset.texi (Generic Charset Conversion): Fix typo
41953         (LC_TYPE -> LC_CTYPE).
41954
41955 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
41956
41957         [BZ #5805]
41958         * manual/arith.texi (scalbn): Use @var{} on parameter names.
41959         (scalbnf): Likewise.
41960         (scalbnl): Likewise.
41961         (scalbln): Likewise.
41962         (scalblnf): Likewise.
41963         (scalblnl): Likewise.
41964         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
41965         (vwarnx): Likewise.
41966         (verr): Likewise.
41967         (verrx): Likewise.
41968         * manual/filesys.texi (telldir): Use braces around return type.
41969         * manual/llio.texi (mmap): Add space after comma.
41970         (mmap64): Likewise.
41971         * manual/math.texi (jn): Use @var{} on parameter names.
41972         (jnf): Likewise.
41973         (jnl): Likewise.
41974         (yn): Likewise.
41975         (ynf): Likewise.
41976         (ynl): Likewise.
41977         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
41978         line.
41979         * manual/resource.texi (ulimit): Use @dots{} instead of literal
41980         "...".
41981         (sched_get_priority_min): Remove semicolon on @deftypefun line.
41982         (sched_get_priority_max): Likewise.
41983         * manual/signal.texi (sigvec): Add space after comma.
41984         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
41985         names.
41986         (if_indextoname): Likewise.
41987         (if_freenameindex): Likewise.
41988         (sendto): Use ',' instead of '.' in prototype.
41989         * manual/startup.texi (syscall): Use @dots{} instead of literal
41990         "...".
41991         * manual/stdio.texi (__fpending): Separate initial words of
41992         paragraph from @deftypefun line.
41993         * manual/syslog.texi (syslog): Use @dots{} instead of literal
41994         "...".
41995         (vsyslog): Use @var{} on parameter names.
41996         * manual/terminal.texi (stty): Use @var{} on parameter names.
41997         * manual/users.texi (getutmp): Use @var{} on parameter names.
41998         (getutmpx): Likewise.
41999
42000 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42001
42002         [BZ #6884]
42003         * manual/stdio.texi (fopen): Fix typos in description of
42004         ",ccs=STRING".
42005
42006 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
42007
42008         [BZ #4026]
42009         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
42010         get clock_id definition.
42011
42012 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
42013
42014         [BZ #4822]
42015         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
42016         (madvise): Cast every argument to void on its own.
42017
42018 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42019
42020         [BZ #9902]
42021         * manual/startup.texi (Exit Status): Fix typo.
42022
42023 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
42024
42025         [BZ #10140]
42026         * manual/examples/argp-ex1.c: Include <stdlib.h>.
42027         * manual/examples/argp-ex2.c: Likewise.
42028         * manual/examples/argp-ex3.c: Likewise.
42029
42030 2012-02-16  Richard Henderson  <rth@redhat.com>
42031
42032         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
42033         * sysdeps/s390/s390-32/initfini.c: Remove.
42034         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
42035         * sysdeps/s390/s390-64/initfini.c: Remove.
42036
42037 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42038
42039         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
42040         compiler output for sysdeps/generic/initfini.c.
42041         * sysdeps/sh/elf/initfini.c: Remove file.
42042
42043 2012-02-16  David S. Miller  <davem@davemloft.net>
42044
42045         [BZ #11494]
42046         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
42047
42048         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
42049         * sysdeps/sparc/crti.S: New file.
42050         * sysdeps/sparc/crtn.S: New file.
42051         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
42052         * sysdeps/sparc/sparc64/Makefile: Likewise.
42053
42054 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
42055
42056         [BZ #3335]
42057         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
42058
42059 2012-02-15  Roland McGrath  <roland@hack.frob.com>
42060
42061         [BZ #4822]
42062         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
42063
42064         * mach/devstream.c (cookie_io_functions_t): Macro removed.
42065         (write, read, close): Likewise.
42066         Patch by Aurelien Jarno <aurelien@aurel32.net>.
42067
42068 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
42069
42070         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
42071         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
42072         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
42073         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
42074         <bits/signalfd.h>.
42075         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
42076         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42077         bits/signalfd.h.
42078
42079 2012-02-14  Marek Polacek  <polacek@redhat.com>
42080
42081         * sysdeps/x86_64/crti.S: New file.
42082         * sysdeps/x86_64/crtn.S: New file.
42083         * sysdeps/x86_64/elf/initfini.c: Remove file.
42084
42085 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
42086
42087         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
42088         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
42089         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
42090         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
42091         <bits/inotify.h>.
42092         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
42093         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42094         bits/inotify.h.
42095
42096 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
42097
42098         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
42099         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
42100         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
42101         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
42102         <bits/eventfd.h>.
42103         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
42104         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42105         bits/eventfd.h.
42106
42107 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
42108
42109         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
42110         __feraiseexcept instead of feraiseexcept.
42111
42112         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
42113         nanosleep invocations.
42114         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
42115         strings, and add error checking for a nanosleep invocations.
42116
42117 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
42118
42119         Replace FSF snail mail address with URLs, as per GNU coding standards.
42120         Most of the snail mail addresses were wrong anyway, and omitting
42121         them makes the source code easier to maintain.  Almost all of the
42122         changes are to license notices and to locale LC_IDENTIFICATION
42123         addresses, except for this one:
42124         * manual/libc.texinfo: In "Published by", give the FSF's URL,
42125         not its snail mail address.
42126
42127 2012-02-09  Richard Henderson  <rth@twiddle.net>
42128
42129         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
42130         of kernel-features.h.
42131
42132         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
42133
42134 2012-02-08  Marek Polacek  <polacek@redhat.com>
42135
42136         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
42137         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
42138         * sysdeps/gnu/_G_config.h: Likewise.
42139         * sysdeps/generic/_G_config.h: Likewise.
42140
42141 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
42142
42143         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
42144         tests.
42145         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42146
42147         * sysdeps/powerpc/powerpc32/crti.S: New file.
42148         * sysdeps/powerpc/powerpc32/crtn.S: New file.
42149         * sysdeps/powerpc/powerpc64/crti.S: New file.
42150         * sysdeps/powerpc/powerpc64/crtn.S: New file.
42151
42152         * Makeconfig (have-initfini): Don't set.
42153         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
42154         * configure.in (nopic_initfini): Don't substitute.
42155         * config.h.in (HAVE_INITFINI): Don't #undef.
42156         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
42157         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
42158
42159 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
42160
42161         Support crti.S and crtn.S provided directly by architectures.
42162         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
42163         [crti.S in sysdirs] (omit-deps): Likewise.
42164         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
42165         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
42166         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
42167         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
42168         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
42169         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
42170         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
42171         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
42172         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
42173         compiler output for sysdeps/generic/initfini.c.
42174         * sysdeps/i386/elf/Makefile: Remove file.
42175         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
42176
42177 2012-02-07  Marek Polacek  <polacek@redhat.com>
42178
42179         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
42180         * sysdeps/gnu/_G_config.h: Likewise.
42181         * sysdeps/mach/hurd/_G_config.h: Likewise.
42182
42183 2012-02-07  Marek Polacek  <polacek@redhat.com>
42184
42185         * math/Makefile (tests): Add tst-CMPLX2.
42186         * math/tst-CMPLX2.c: New file.
42187
42188 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
42189
42190         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42191
42192         * math/libm-test.inc (jn_test): Add missing L suffix.
42193
42194 2012-02-06  Marek Polacek  <polacek@redhat.com>
42195
42196         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
42197         * sysdeps/i386/fpu/e_powf.S: Likewise.
42198         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
42199         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
42200         * sysdeps/i386/fpu/e_acosh.S: Likewise.
42201         * sysdeps/i386/fpu/e_pow.S: Likewise.
42202         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
42203         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
42204         * sysdeps/i386/fpu/s_expm1.S: Likewise.
42205         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
42206         * sysdeps/i386/fpu/e_log2.S: Likewise.
42207         * sysdeps/i386/fpu/e_log2l.S: Likewise.
42208         * sysdeps/i386/fpu/e_scalb.S: Likewise.
42209         * sysdeps/i386/fpu/e_powl.S: Likewise.
42210         * sysdeps/i386/fpu/s_log1p.S: Likewise.
42211         * sysdeps/i386/fpu/e_log10f.S: Likewise.
42212         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
42213         * sysdeps/i386/fpu/e_logl.S: Likewise.
42214         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
42215         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
42216         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
42217         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
42218         * sysdeps/i386/fpu/e_log2f.S: Likewise.
42219         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
42220         * sysdeps/i386/fpu/e_log.S: Likewise.
42221         * sysdeps/i386/fpu/s_cexp.S: Likewise.
42222         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
42223         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
42224         * sysdeps/i386/fpu/e_logf.S: Likewise.
42225         * sysdeps/i386/fpu/e_log10l.S: Likewise.
42226         * sysdeps/i386/fpu/e_atanh.S: Likewise.
42227         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
42228         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
42229         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
42230         * sysdeps/i386/fpu/e_log10.S: Likewise.
42231         * sysdeps/i386/fpu/s_frexp.S: Likewise.
42232         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
42233         * sysdeps/i386/fpu/s_asinh.S: Likewise.
42234         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
42235         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
42236         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
42237         * sysdeps/i386/asm-syntax.h: Likewise.
42238         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
42239         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42240         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
42241         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
42242         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
42243         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
42244         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
42245         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
42246         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
42247         * sysdeps/powerpc/sysdep.h: Likewise.
42248         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
42249         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
42250
42251 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42252
42253         [BZ #411]
42254         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
42255
42256 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42257
42258         * sysdeps/i386/sysdep.h: Include <features.h>.
42259         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
42260         version.
42261
42262 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
42263
42264         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
42265         Define.
42266         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
42267         LOAD_PIC_REG_STR.
42268
42269 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42270
42271         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
42272         (SETUP_PIC_REG): Use GET_PC_THUNK.
42273         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
42274         macro.
42275
42276 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42277
42278         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
42279         for non-PIC compilation.
42280         (SETUP_PIC_REG): Add .p2align directive.
42281         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
42282         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
42283         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
42284         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
42285         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
42286         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
42287         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
42288         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
42289         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
42290         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
42291         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
42292         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
42293         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
42294         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
42295         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
42296         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
42297         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
42298         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
42299         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
42300         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
42301         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
42302         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
42303         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
42304         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
42305         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
42306         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
42307         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
42308         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
42309         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
42310         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
42311         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
42312         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
42313         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
42314         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
42315         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
42316         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
42317         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
42318         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
42319         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
42320         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
42321         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
42322
42323 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42324
42325         * math/tst-CMPLX.c: Include <stdio.h>.
42326
42327 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
42328
42329         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
42330         float.
42331         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42332         * sysdeps/sparc/bits/mathdef.h: Likewise.
42333
42334 2012-01-31  Marek Polacek  <polacek@redhat.com>
42335
42336         * libio/libio.h: Don't define _PARAMS.
42337         * locale/programs/config.h: Don't define PARAMS.
42338         * stdlib/strtol_l.c: Likewise.
42339         (__strtol_l): Remove PARAMS from the prototype.
42340
42341 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
42342
42343         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
42344         names.  Just use the correct names.  Remove unnecessary wrapper
42345         functions.
42346         * malloc/arena.c: Likewise.
42347         * malloc/hooks.c: Likewise.
42348
42349         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
42350         ARENA_TEST says not to.  Simplify test for creation of a new arena.
42351         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
42352
42353 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
42354
42355         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
42356         into tail calls.
42357         (update_get_addr): New function.
42358         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
42359         GET_ADDR_MODULE parameter.
42360
42361 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42362
42363         * crypt/cert.c: Remove __STDC__ conditionals.
42364         * crypt/crypt-entry.c: Likewise.
42365         * crypt/crypt_util.c: Likewise.
42366         * libio/filedoalloc.c: Likewise.
42367         * libio/fileops.c: Likewise.
42368         * libio/genops.c: Likewise.
42369         * libio/iofclose.c: Likewise.
42370         * libio/iofdopen.c: Likewise.
42371         * libio/iofopen.c: Likewise.
42372         * libio/iofopen64.c: Likewise.
42373         * libio/iogetdelim.c: Likewise.
42374         * libio/iopopen.c: Likewise.
42375         * libio/obprintf.c: Likewise.
42376         * libio/oldfileops.c: Likewise.
42377         * libio/oldiofclose.c: Likewise.
42378         * libio/oldiofdopen.c: Likewise.
42379         * libio/oldiofopen.c: Likewise.
42380         * libio/oldiopopen.c: Likewise.
42381         * libio/wfiledoalloc.c: Likewise.
42382         * libio/wgenops.c: Likewise.
42383         * locale/programs/xmalloc.c: Likewise.
42384         * misc/syslog.c: Likewise.
42385         * stdio-common/xbug.c: Likewise.
42386         * string/memchr.c: Likewise.
42387         * string/memcmp.c: Likewise.
42388         * string/memrchr.c: Likewise.
42389         * string/rawmemchr.c: Likewise.
42390         * sysdeps/posix/getcwd.c: Likewise.
42391         * time/strftime_l.c: Likewise.
42392
42393 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42394
42395         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
42396         * config.make.in (config-cflags-sse2avx): Define.
42397         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
42398         Fix typo.
42399
42400 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
42401
42402         * scripts/config.guess: Update from upstream config git repository.
42403         * scripts/config.sub: Likewise.
42404
42405 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
42406
42407         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
42408         (EM_NUM): Update.
42409         (R_TILEPRO_*, R_TILEGX_*): New macros.
42410
42411         * scripts/firstversions.awk: Fix bug in version range handling.
42412
42413         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
42414
42415         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
42416
42417         * include/sys/epoll.h: New file.
42418         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
42419         libc_hidden_def.
42420
42421 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
42422
42423         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
42424         Avoid unnecessary __WORDSIZE == 64 test.
42425         (fmaxf): Use VEX format if possible.
42426         (fmax): Likewise.
42427         (fminf): Likewise.
42428         (fmin): Likewise.
42429
42430         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
42431         * math/math_private.h: Remove libc_fegetround* and
42432         libc_fesetround*.
42433         * sysdeps/i386/configure.in: Check for -msse2avx.
42434         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
42435         also if SSE2AVX is defined.
42436         Remove libc_fegetround* and libc_fesetround*.
42437         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
42438         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
42439         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
42440         of HAS_YMM_USABLE.
42441         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42442         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42443         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42444         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42445         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42446
42447         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
42448
42449 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42450
42451         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
42452         size is not set.
42453         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
42454
42455 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
42456
42457         [BZ #13618]
42458         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
42459         relocation.
42460         * Makeconfig (libm): Define.
42461         * elf/Makefile: Add rules to build and run tst-relsort1.
42462         * elf/tst-relsort1.c: New file.
42463         * elf/tst-relsort1mod1.c: New file.
42464         * elf/tst-relsort1mod2.c: New file.
42465
42466 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
42467
42468         * math/s_ldexp.c: Remove __STDC__ conditionals.
42469         * math/s_ldexpf.c: Likewise.
42470         * math/s_ldexpl.c: Likewise.
42471         * math/s_nextafter.c: Likewise.
42472         * math/s_nexttowardf.c: Likewise.
42473         * math/s_significand.c: Likewise.
42474         * math/s_significandf.c: Likewise.
42475         * math/s_significandl.c: Likewise.
42476         * math/w_jnl.c: Likewise.
42477         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
42478         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
42479         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
42480         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
42481         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
42482         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
42483         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
42484         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
42485         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
42486         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
42487         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
42488         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
42489         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
42490         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
42491         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
42492         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
42493         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
42494         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
42495         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
42496         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
42497         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
42498         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
42499         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
42500         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
42501         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
42502         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
42503         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
42504         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
42505         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
42506         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
42507         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
42508         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
42509         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
42510         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
42511         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
42512         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
42513         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
42514         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
42515         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
42516         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
42517         * sysdeps/ieee754/k_standard.c: Likewise.
42518         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
42519         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
42520         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
42521         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
42522         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
42523         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
42524         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
42525         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
42526         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
42527         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
42528         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
42529         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
42530         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
42531         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
42532         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
42533         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
42534         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
42535         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
42536         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
42537         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
42538         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
42539         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
42540         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
42541         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
42542         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
42543         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
42544         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
42545         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
42546         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
42547         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
42548         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
42549         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
42550         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
42551         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
42552         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
42553         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
42554         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
42555         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
42556         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
42557         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
42558         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
42559         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
42560         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
42561         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
42562         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
42563         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
42564         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
42565         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
42566         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
42567         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
42568         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
42569         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
42570         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
42571         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
42572         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
42573         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
42574         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
42575         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
42576         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
42577         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
42578         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
42579         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
42580         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
42581         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
42582         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
42583         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
42584         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
42585         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
42586         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
42587         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
42588         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
42589         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
42590         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
42591         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
42592         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
42593         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
42594         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
42595         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
42596         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
42597         * sysdeps/ieee754/s_matherr.c: Likewise.
42598         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
42599         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
42600         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
42601         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
42602
42603 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42604
42605         * crypt/md5.h: Remove __STDC__ conditionals.
42606         * libio/libioP.h: Likewise.
42607         * locale/programs/config.h: Likewise.
42608         * sysdeps/generic/sysdep.h: Likewise.
42609         * sysdeps/i386/asm-syntax.h: Likewise.
42610         * sysdeps/s390/asm-syntax.h: Likewise.
42611         * sysdeps/unix/sysdep.h: Likewise.
42612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
42613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
42614
42615 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42616
42617         * libio/libio.h: Remove __STDC__ conditionals.
42618         * malloc/obstack.h: Likewise.
42619         * math/complex.h: Likewise.
42620         * math/math.h: Likewise.
42621         * sysdeps/generic/_G_config.h: Likewise.
42622         * sysdeps/gnu/_G_config.h: Likewise.
42623         * sysdeps/mach/hurd/_G_config.h: Likewise.
42624         * sysdeps/powerpc/bits/mathdef.h: Likewise.
42625         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42626         * sysdeps/sparc/bits/mathdef.h: Likewise.
42627
42628 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
42629
42630         [BZ #13583]
42631         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
42632         Clean up HAS_* macros.
42633         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
42634         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
42635         possible.
42636         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
42637         HAS_AVX.
42638         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42639         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42640         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42641         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42642         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42643
42644 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
42645
42646         * elf/tst-unique3.cc (gets): Remove declaration.
42647         * elf/tst-unique3lib.cc (gets): Likewise.
42648         * elf/tst-unique3lib2.cc (gets): Likewise.
42649         * elf/tst-unique4.cc (gets): Likewise.
42650
42651 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
42652
42653         * include/stdio.h: Add C++ protection.  Add gets declarations and
42654         definitions.
42655         * debug/tst-chk1.c: Don't declare gets here.
42656         * stdio-common/tst-gets.c: Likewise.
42657
42658 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42659
42660         * posix/glob: Remove directory.
42661
42662 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42663
42664         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
42665
42666 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
42667
42668         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
42669         of the non-standard EPFNOSUPPORT.
42670
42671 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42672
42673         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
42674         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
42675         ANYWHERE set to 1 only on KERN_NO_SPACE error.
42676
42677 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
42678
42679         * wcsmbs/uchar.h: Test __STDC_VERSION__.
42680
42681 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
42682
42683         * nscd/aicache.c (addhstaiX): Do not cache negative results of
42684         transient errors.
42685         * nscd/grpcache.c (cache_addgr): Likewise.
42686         * nscd/hstcache.c (cache_addhst): Likewise.
42687         * nscd/initgrcache.c (addinitgroupsX): Likewise.
42688         * nscd/pwdcache.c (cache_addpw): Likewise.
42689         * nscd/servicescache.c (cache_addserv): Likewise.
42690
42691 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
42692
42693         * malloc/malloc.c: Various cleanups.
42694         * malloc/hooks.c: Likewise.
42695
42696         * stdlib/Makefile (tests): Add bug-fmtmsg1.
42697         * stdlib/bug-fmtmsg1.c: New file.
42698
42699         * stdlib/fmtmsg.c (init): Add missing unlock.
42700         Patch by Peng Haitao <penght@cn.fujitsu.com>.
42701
42702 2012-01-12  Marek Polacek  <polacek@redhat.com>
42703
42704         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
42705         and _GNU_SOURCE.
42706
42707 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
42708
42709         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
42710         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
42711         macro to ensure uniqueness of label name.
42712         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
42713         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
42714
42715 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
42716
42717         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
42718
42719         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
42720         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
42721         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
42722         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
42723
42724 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
42725
42726         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
42727
42728         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
42729         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
42730         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
42731
42732         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
42733
42734         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
42735         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
42736         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
42737         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
42738
42739         * math/bits/math-finite.h: Add ldexp support.
42740
42741 2012-01-10  Marek Polacek  <polacek@redhat.com>
42742
42743         * locale/programs/localedef.h (show_archive_content): Add noreturn
42744         attribute.
42745
42746 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
42747
42748         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
42749
42750 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42751
42752         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
42753
42754         * io/Makefile (headers): Add bits/poll2.h.
42755
42756 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
42757
42758         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
42759         typo #include statement.
42760
42761 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42762
42763         * include/sys/cdefs.h: Define __attribute_alloc_size.
42764         * catgets/gencat.c: Add alloc_size attribute and apply consistently
42765         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
42766         * elf/pldd.c: Likewise.
42767         * iconv/iconv_charmap.c: Likewise.
42768         * iconv/iconvconfig.c: Likewise.
42769         * iconv/strtab.c: Likewise.
42770         * locale/programs/locale.c: Likewise.
42771         * locale/programs/localedef.h: Likewise.
42772         * locale/programs/simple-hash.c: Likewise.
42773         * nscd/nscd.h: Likewise.
42774         * nss/makedb.c: Likewise.
42775         * sysdeps/generic/ldconfig.h: Likewise.
42776         * locale/programs/localedef.c: Remove xmalloc prototype.
42777         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
42778
42779 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
42780
42781         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
42782         appropriate.
42783
42784 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42785
42786         * math/Makefile (tests): Add tst-CMPLX.
42787         * math/tst-CMPLX.c: New file.
42788
42789         * math/complex.h (CMPLXL): Fix typo.
42790
42791         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
42792         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
42793         GLIBC_2.16.
42794         * debug/tst-chk1.c: Add poll and ppoll tests.
42795         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
42796         * include/sys/poll.h: Add hidden proto for ppoll.
42797         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
42798         * sysdeps/mach/hurd/ppoll.c: Likewise.
42799         * io/ppoll.c: Likewise.
42800         * debug/poll_chk.c: New file.
42801         * debug/ppoll_chk.c: New file.
42802         * include/bits/poll2.h: New file.
42803         * io/bits/poll2.h: New file.
42804
42805         [BZ #1350]
42806         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
42807
42808         * configure.in: static is always set to yes.  Remove.
42809         * config.make.in: Don't set build-static.
42810         * Makeconfig: Remove use of build-static.
42811         * dlfcn/Makefile: Likewise.
42812         * elf/Makefile: Likewise.
42813         * math/Makefile: Likewise.
42814         * misc/Makefile: Likewise.
42815         * nptl/Makefile: Likewise.
42816         * sysdeps/mach/hurd/Makefile: Likewise.
42817
42818         * configure.in: PWD_P is not used anymore.
42819         * config.make.in: Remove PWD_P entry.
42820
42821         * configure.in: Remove last remnants of RANLIB.
42822         No need to check for signed size_t anymore.
42823         Don't set libc_commonpagesize and libc_relro_required here for Alpha
42824         and IA-64.
42825         Remove __builtin_expect test because we require at least gcc 3.4.
42826         * aclocal.m4: Likewise.
42827
42828         * wcsmbs/mbrtoc16.c: Implement using towc function.
42829         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
42830         * wcsmbs/wcsmbsload.c: Likewise.
42831         * iconv/gconv_simple.c: Likewise.
42832         * iconv/gconv_int.h: Likewise.
42833         * iconv/gconv_builtin.h: Likewise.
42834         * iconv/iconv_prog.c: Remove CHAR16 handling.
42835
42836         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
42837
42838         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
42839
42840         * configure.in: Remove --with-elf and --enable-bounded options.
42841         Dont set base_machine for ia64.  More non-ELF conditions removed.
42842         Remove testing and setting of leading underscore information.
42843         * config.make.in (build-bounded): Set to no.
42844         * config.h.in: Remove NO_UNDERSCORES entry.
42845         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
42846         them.
42847         * csu/start.c: Remove !NO_UNDERSCORE code.
42848         * locale/localeinfo.h: Likewise.
42849         * sysdeps/generic/machine-gmon.h: Likewise.
42850         * sysdeps/generic/sysdep.h: Likewise.
42851         * sysdeps/i386/sysdep.h: Likewise.
42852         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
42853         * sysdeps/mach/sysdep.h: Likewise.
42854         * sysdeps/s390/s390-32/sysdep.h: Likewise.
42855         * sysdeps/s390/s390-64/sysdep.h: Likewise.
42856         * sysdeps/sh/sysdep.h: Likewise.
42857         * sysdeps/sparc/sparc32/alloca.S: Likewise.
42858         * sysdeps/unix/i386/sysdep.S: Likewise.
42859         * sysdeps/unix/sparc/start.c: Likewise.
42860         * sysdeps/unix/sparc/sysdep.S: Likewise.
42861         * sysdeps/unix/sparc/sysdep.h: Likewise.
42862         * sysdeps/unix/start.c: Likewise.
42863         * sysdeps/unix/x86_64/sysdep.S: Likewise.
42864         * sysdeps/x86_64/sysdep.h: Likewise.
42865
42866 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
42867
42868         [BZ #13553]
42869         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
42870         for non-gcc.
42871         * argp/argp-fmtstream.h: Use const instead __const.
42872         * argp/argp.h: Likewise.
42873         * assert/assert.h: Likewise.
42874         * bits/fenv.h: Likewise.
42875         * bits/sched.h: Likewise.
42876         * bits/sigset.h: Likewise.
42877         * bits/sigthread.h: Likewise.
42878         * catgets/nl_types.h: Likewise.
42879         * conform/data/pthread.h-data: Likewise.
42880         * crypt/crypt-private.h: Likewise.
42881         * crypt/crypt.h: Likewise.
42882         * crypt/crypt_util.c: Likewise.
42883         * ctype/ctype.h: Likewise.
42884         * debug/execinfo.h: Likewise.
42885         * debug/mbsnrtowcs_chk.c: Likewise.
42886         * debug/mbsrtowcs_chk.c: Likewise.
42887         * debug/wcsnrtombs_chk.c: Likewise.
42888         * debug/wcsrtombs_chk.c: Likewise.
42889         * debug/wcstombs_chk.c: Likewise.
42890         * dirent/dirent.h: Likewise.
42891         * dlfcn/dlfcn.h: Likewise.
42892         * elf/neededtest4.c: Likewise.
42893         * grp/grp.h: Likewise.
42894         * gshadow/gshadow.h: Likewise.
42895         * iconv/gconv.h: Likewise.
42896         * iconv/gconv_int.h: Likewise.
42897         * iconv/gconv_simple.c: Likewise.
42898         * iconv/iconv.h: Likewise.
42899         * iconv/loop.c: Likewise.
42900         * iconv/skeleton.c: Likewise.
42901         * include/aio.h: Likewise.
42902         * include/aliases.h: Likewise.
42903         * include/argz.h: Likewise.
42904         * include/arpa/inet.h: Likewise.
42905         * include/assert.h: Likewise.
42906         * include/dirent.h: Likewise.
42907         * include/dlfcn.h: Likewise.
42908         * include/execinfo.h: Likewise.
42909         * include/fcntl.h: Likewise.
42910         * include/fenv.h: Likewise.
42911         * include/glob.h: Likewise.
42912         * include/grp.h: Likewise.
42913         * include/libintl.h: Likewise.
42914         * include/mntent.h: Likewise.
42915         * include/netdb.h: Likewise.
42916         * include/pwd.h: Likewise.
42917         * include/rpc/netdb.h: Likewise.
42918         * include/sched.h: Likewise.
42919         * include/search.h: Likewise.
42920         * include/shadow.h: Likewise.
42921         * include/signal.h: Likewise.
42922         * include/stdio.h: Likewise.
42923         * include/stdlib.h: Likewise.
42924         * include/string.h: Likewise.
42925         * include/sys/socket.h: Likewise.
42926         * include/sys/stat.h: Likewise.
42927         * include/sys/statfs.h: Likewise.
42928         * include/sys/statvfs.h: Likewise.
42929         * include/sys/syslog.h: Likewise.
42930         * include/sys/time.h: Likewise.
42931         * include/sys/uio.h: Likewise.
42932         * include/time.h: Likewise.
42933         * include/unistd.h: Likewise.
42934         * include/utmp.h: Likewise.
42935         * include/wchar.h: Likewise.
42936         * include/wctype.h: Likewise.
42937         * inet/aliases.h: Likewise.
42938         * inet/arpa/inet.h: Likewise.
42939         * inet/netinet/ether.h: Likewise.
42940         * inet/netinet/in.h: Likewise.
42941         * intl/libintl.h: Likewise.
42942         * io/bits/fcntl2.h: Likewise.
42943         * io/fcntl.h: Likewise.
42944         * io/ftw.h: Likewise.
42945         * io/sys/poll.h: Likewise.
42946         * io/sys/stat.h: Likewise.
42947         * io/sys/statfs.h: Likewise.
42948         * io/sys/statvfs.h: Likewise.
42949         * io/utime.h: Likewise.
42950         * libio/bits/stdio.h: Likewise.
42951         * libio/bits/stdio2.h: Likewise.
42952         * libio/libio.h: Likewise.
42953         * libio/libioP.h: Likewise.
42954         * libio/stdio.h: Likewise.
42955         * locale/lc-ctype.c: Likewise.
42956         * locale/locale.h: Likewise.
42957         * login/utmp.h: Likewise.
42958         * malloc/arena.c: Likewise.
42959         * malloc/malloc.c: Likewise.
42960         * malloc/malloc.h: Likewise.
42961         * malloc/mcheck.c: Likewise.
42962         * malloc/mtrace.c: Likewise.
42963         * math/bits/mathcalls.h: Likewise.
42964         * math/fenv.h: Likewise.
42965         * math/math_private.h: Likewise.
42966         * misc/bits/error.h: Likewise.
42967         * misc/bits/syslog.h: Likewise.
42968         * misc/err.h: Likewise.
42969         * misc/error.h: Likewise.
42970         * misc/fstab.h: Likewise.
42971         * misc/mntent.h: Likewise.
42972         * misc/regexp.h: Likewise.
42973         * misc/search.h: Likewise.
42974         * misc/sgtty.h: Likewise.
42975         * misc/sys/mman.h: Likewise.
42976         * misc/sys/syslog.h: Likewise.
42977         * misc/sys/uio.h: Likewise.
42978         * misc/sys/xattr.h: Likewise.
42979         * misc/ttyent.h: Likewise.
42980         * nis/rpcsvc/ypclnt.h: Likewise.
42981         * nss/nss.h: Likewise.
42982         * posix/bits/unistd.h: Likewise.
42983         * posix/fnmatch.h: Likewise.
42984         * posix/glob.h: Likewise.
42985         * posix/sched.h: Likewise.
42986         * posix/spawn.h: Likewise.
42987         * posix/sys/wait.h: Likewise.
42988         * posix/unistd.h: Likewise.
42989         * posix/wordexp.h: Likewise.
42990         * pwd/pwd.h: Likewise.
42991         * resolv/netdb.h: Likewise.
42992         * resource/sys/resource.h: Likewise.
42993         * rt/aio.h: Likewise.
42994         * rt/bits/mqueue2.h: Likewise.
42995         * rt/mqueue.h: Likewise.
42996         * shadow/shadow.h: Likewise.
42997         * signal/signal.h: Likewise.
42998         * socket/send.c: Likewise.
42999         * socket/sendto.c: Likewise.
43000         * socket/sys/socket.h: Likewise.
43001         * stdio-common/printf.h: Likewise.
43002         * stdlib/bits/stdlib.h: Likewise.
43003         * stdlib/fmtmsg.h: Likewise.
43004         * stdlib/monetary.h: Likewise.
43005         * stdlib/stdlib.h: Likewise.
43006         * stdlib/ucontext.h: Likewise.
43007         * streams/stropts.h: Likewise.
43008         * string/argz.h: Likewise.
43009         * string/bits/string2.h: Likewise.
43010         * string/string.h: Likewise.
43011         * string/strings.h: Likewise.
43012         * sunrpc/rpc/auth.h: Likewise.
43013         * sunrpc/rpc/auth_des.h: Likewise.
43014         * sunrpc/rpc/clnt.h: Likewise.
43015         * sunrpc/rpc/netdb.h: Likewise.
43016         * sunrpc/rpc/pmap_clnt.h: Likewise.
43017         * sunrpc/rpc/xdr.h: Likewise.
43018         * sysdeps/generic/inttypes.h: Likewise.
43019         * sysdeps/generic/net/if.h: Likewise.
43020         * sysdeps/generic/sys/swap.h: Likewise.
43021         * sysdeps/gnu/net/if.h: Likewise.
43022         * sysdeps/gnu/utmpx.h: Likewise.
43023         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
43024         * sysdeps/i386/i486/bits/string.h: Likewise.
43025         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
43026         * sysdeps/s390/bits/string.h: Likewise.
43027         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
43028         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
43029         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
43030         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
43031         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
43032         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
43033         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
43034         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
43035         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
43036         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
43037         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
43038         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
43039         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
43040         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
43041         * sysdeps/unix/sysv/linux/readv.c: Likewise.
43042         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
43043         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
43044         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
43045         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
43046         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
43047         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43048         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
43049         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
43050         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
43051         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
43052         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
43053         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
43054         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43055         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
43056         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
43057         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
43058         * sysvipc/sys/ipc.h: Likewise.
43059         * sysvipc/sys/msg.h: Likewise.
43060         * sysvipc/sys/sem.h: Likewise.
43061         * sysvipc/sys/shm.h: Likewise.
43062         * termios/termios.h: Likewise.
43063         * time/sys/time.h: Likewise.
43064         * time/time.h: Likewise.
43065         * wcsmbs/bits/wchar2.h: Likewise.
43066         * wcsmbs/uchar.h: Likewise.
43067         * wcsmbs/wchar.h: Likewise.
43068         * wctype/wctype.h: Likewise.
43069
43070         [BZ #13551]
43071         * Makeconfig: Remove all but ELF support including AIX support.
43072         * Makerules: Likewise.
43073         * config.h.in: Likewise.
43074         * config.make.in: Likewise.
43075         * configure: Likewise.
43076         * configure.in: Likewise.
43077         * csu/Makefile: Likewise.
43078         * csu/version.c: Likewise.
43079         * debug/Makefile: Likewise.
43080         * dlfcn/Makefile: Likewise.
43081         * elf/Makefile: Likewise.
43082         * extra-lib.mk: Likewise.
43083         * iconv/Makefile: Likewise.
43084         * include/libc-symbols.h: Likewise.
43085         * include/shlib-compat.h: Likewise.
43086         * resolv/Makefile: Likewise.
43087         * resolv/res_libc.c: Likewise.
43088         * rt/Makefile: Likewise.
43089         * sysdeps/i386/asm-syntax.h: Likewise.
43090         * sysdeps/i386/sysdep.h: Likewise.
43091         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43092         * sysdeps/mach/sysdep.h: Likewise.
43093         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
43094         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
43095         * sysdeps/s390/asm-syntax.h: Likewise.
43096         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43097         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43098         * sysdeps/sh/sysdep.h: Likewise.
43099         * sysdeps/unix/sparc/sysdep.h: Likewise.
43100         * sysdeps/wordsize-32/divdi3.c: Likewise.
43101         * sysdeps/x86_64/sysdep.h: Likewise.
43102
43103         * argp/Versions: Remove _argp_unlock_xxx.
43104
43105         [BZ #13559]
43106         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
43107         * abilist/libBrokenLocale.abilist: Likewise.
43108         * abilist/libanl.abilist: Likewise.
43109         * abilist/libc.abilist: Likewise.
43110         * abilist/libcrypt.abilist: Likewise.
43111         * abilist/libdl.abilist: Likewise.
43112         * abilist/libm.abilist: Likewise.
43113         * abilist/libnsl.abilist: Likewise.
43114         * abilist/libpthread.abilist: Likewise.
43115         * abilist/libresolv.abilist: Likewise.
43116         * abilist/librt.abilist: Likewise.
43117         * abilist/libthread_db.abilist: Likewise.
43118         * abilist/libutil.abilist: Likewise.
43119         * abilist/libnss_db.abilist: New file.
43120
43121         * scripts/abilist.awk: Add support for indirect functions.
43122
43123         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
43124
43125         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
43126
43127         * shlib-versions: Remove entries for ports architectures.
43128
43129         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
43130         files in ports.
43131         * elf/stackguard-macros.h: Remove support for IA-64.
43132         * elf/tst-auditmod1.c: Likewise.
43133         * sysdeps/generic/ldsodefs.h: Likewise.
43134
43135         * sysdeps/unix/sysv/linux/configure.in: Ports should define
43136         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
43137         configure files.
43138
43139         [BZ #13552]
43140         * configure.in: Remove --enable-omitfp support.
43141         * FAQ.in: Adjust.
43142         * config.make.in: Likewise.
43143         * Makeconfig: Likewise.
43144         * manual/install.texi: Likewise.
43145
43146         In case anyone cares, the IA-64 architecture could move to ports.
43147         * sysdeps/ia64/*: Removed.
43148         * sysdeps/unix/sysv/linux/ia64/*: Removed.
43149         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
43150
43151         [BZ #13555]
43152         * configure.in: Remove entries for unsupported architectures.
43153
43154         [BZ #13533]
43155         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
43156         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
43157         routines.
43158         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
43159         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
43160         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
43161         fall back to using wcrtomb.
43162         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
43163         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
43164         renaming.
43165         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
43166         * wcsmbs/tst-c16c32-1.c: New file.
43167
43168         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
43169         local variable.
43170
43171         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
43172
43173         * elf/tst-unique3.cc: Add explicit declaration of gets.
43174         * elf/tst-unique3lib.cc: Likewise.
43175         * elf/tst-unique3lib2.cc: Likewise.
43176         * elf/tst-unique4.cc: Likewise.
43177
43178         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
43179
43180 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
43181
43182         [BZ #13566]
43183         * assert/assert.h (static_assert): Don't define for C++.
43184         * libio/stdio.h (gets): Do declare for C++ <= C++11.
43185         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
43186
43187 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
43188
43189         * iconv/loop.c (single loop): Fix assertion in storing of
43190         remaining bytes.
43191
43192         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
43193
43194 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
43195
43196         * posix/getconf.c: Update copyright year.
43197         * nss/getent.c: Likewise.
43198         * nss/makedb.c: Likewise.
43199         * iconv/iconvconfig.c: Likewise.
43200         * iconv/iconv_prog.c: Likewise.
43201         * elf/ldconfig.c: Likewise.
43202         * elf/pldd.c: Likewise.
43203         * elf/sotruss.ksh: Likewise.
43204         * catgets/gencat.c: Likewise.
43205         * csu/version.c: Likewise.
43206         * elf/ldd.bash.in: Likewise.
43207         * elf/sprof.c (print_version): Likewise.
43208         * locale/programs/locale.c: Likewise.
43209         * locale/programs/localedef.c: Likewise.
43210         * login/programs/pt_chown.c: Likewise.
43211         * nscd/nscd.c (print_version): Likewise.
43212         * debug/xtrace.sh: Likewise.
43213         * malloc/memusage.sh: Likewise.
43214         * malloc/mtrace.pl: Likewise.
43215         * debug/catchsegv.sh: Likewise.
43216
43217 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
43218
43219         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
43220         pure attribute.
43221
43222 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
43223
43224         [BZ #13533]
43225         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
43226         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
43227         transformations.
43228         * iconv/gconv_int.h: Likewise.
43229         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
43230         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
43231         from libc for GLIBC_2.16.
43232         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
43233         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
43234         * wcsmbs/uchar.h: Really define mbstate_t.
43235         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
43236         * wcsmbs/c16rtomb.c: New file.
43237         * wcsmbs/mbrtoc16.c: New file.
43238         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
43239         for C/POSIX locale.
43240         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
43241         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
43242
43243         * wcsmbs/wchar.h: Add missing __restrict.
43244
43245 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43246
43247         [BZ #13532]
43248         * time/Makefile (routines): Add timespec_get.
43249         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
43250         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
43251         timespec for ISO C11.
43252         * time/timespec_get.c: New file.
43253         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
43254         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
43255
43256         [BZ #13531]
43257         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
43258         * stdlib/stdlib.h: Declare aligned_alloc.
43259         * Versions.def: Add GLIBC_2.16 for libc.
43260         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
43261
43262         [BZ 13527]
43263         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
43264         ISO C11.
43265
43266         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
43267         code.
43268
43269         [BZ #13528]
43270         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
43271
43272         [BZ #13529]
43273         * assert/assert.h (static_assert): Define.
43274
43275         * version.h: Update for 2.16 development version.
43276
43277         [BZ #13526]
43278         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
43279         _ISOC11_SOURCE.
43280
43281         * version.h (RELEASE): Bump for 2.15 release.
43282         * include/features.h (__GLIBC_MINOR__): Bump to 15.
43283
43284         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
43285         Patch by Marek Polacek <mpolacek@redhat.com>.
43286
43287         * bits/byteswap.h: Protect long long constants with __extension__.
43288         * sysdeps/i386/bits/byteswap.h: Likewise.
43289         * sysdeps/ia64/bits/byteswap.h: Likewise.
43290         * sysdeps/s390/bits/byteswap.h: Likewise.
43291         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43292
43293 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43294
43295         [BZ #13540]
43296         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
43297         destination buffer.
43298         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
43299
43300 2011-12-23  Marek Polacek  <polacek@redhat.com>
43301
43302         * elf/dl-addr.c (determine_info): Add inline keyword.
43303         * elf/tst-auditmod4b.c (check_avx): Likewise.
43304         * elf/tst-auditmod6b.c (check_avx): Likewise.
43305         * elf/tst-auditmod6c.c (check_avx): Likewise.
43306         * elf/tst-auditmod7b.c (check_avx): Likewise.
43307
43308 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43309
43310         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
43311         !__SSE_MATH__.
43312
43313 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43314
43315         [BZ #13540]
43316         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
43317         processing for last bytes.
43318
43319 2011-08-06  Bruno Haible  <bruno@clisp.org>
43320
43321         [BZ #13061]
43322         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
43323         U+0385, not to U+1FEE.
43324
43325         [BZ #13062]
43326         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
43327         entry for U+00A5 U+0301.
43328
43329 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43330
43331         [BZ #13166]
43332         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
43333         buffer for the output is too small.
43334
43335         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
43336         optimization.
43337
43338         [BZ #13185]
43339         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
43340         SSE flags if possible.
43341
43342 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43343
43344         [BZ #13540]
43345         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
43346         processing for last bytes.
43347
43348 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
43349
43350         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
43351         (syscall-list-default-options, syscall-list-default-condition)
43352         (syscall-list-includes): Define.
43353         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
43354         list of ABIs and options and #if conditions for each ABI.  Do not
43355         handle common syscalls between ABIs specially.
43356         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
43357         Remove.
43358         (syscall-list-variants, syscall-list-32bit-options)
43359         (syscall-list-32bit-condition, syscall-list-64bit-options)
43360         (syscall-list-64bit-condition): Define.
43361         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
43362         (syscall-list-variants, syscall-list-32bit-options)
43363         (syscall-list-32bit-condition, syscall-list-64bit-options)
43364         (syscall-list-64bit-condition): Define.
43365         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
43366         Remove.
43367         (syscall-list-variants, syscall-list-32bit-options)
43368         (syscall-list-32bit-condition, syscall-list-64bit-options)
43369         (syscall-list-64bit-condition): Define.
43370         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
43371         Remove.
43372         (syscall-list-variants, syscall-list-32bit-options)
43373         (syscall-list-32bit-condition, syscall-list-64bit-options)
43374         (syscall-list-64bit-condition): Define.
43375
43376 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43377
43378         * locale/iso-639.def: Add brx entry.
43379
43380         [BZ #13328]
43381         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
43382         Proposed by Mariusz_Cukr <marcukr@op.pl>.
43383
43384         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
43385         __feraiseexcept_renamed.
43386
43387 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43388
43389         [BZ #13538]
43390         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
43391         EPOLLET with unsigned values.
43392         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43393         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43394
43395         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
43396         to large cancellation.
43397         * math/s_cacoshf.c: Likewise.
43398         * math/s_cacoshl.c: Likewise.
43399
43400 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
43401
43402         [BZ #13305]
43403         [BZ #12786]
43404         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
43405         * math/s_cacoshf.c: Likewise.
43406         * math/s_cacoshl.c: Likewise.
43407
43408 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43409
43410         [BZ #13439]
43411         * iconv/gconv.h: Define __GCONV_SWAP.
43412         * iconvdata/unicode.c: The swap bit must be stored in __flags.
43413         * iconvdata/utf-16.c: Likewise.
43414         * iconvdata/utf-32.c: Likewise.
43415
43416 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
43417
43418         [BZ #13524]
43419         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
43420         numerator after shifting it by one limb.
43421
43422 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
43423
43424         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
43425         under [__USE_EXTERN_INLINES].
43426
43427 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43428
43429         [BZ #13446]
43430         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
43431
43432 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43433
43434         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
43435         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
43436         optimized code.
43437         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
43438         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
43439         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
43440         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
43441         for strncasecmp/strncasecmp_l compilation.
43442         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
43443         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
43444
43445 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
43446
43447         [BZ #13484]
43448         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
43449         of __asm__.
43450
43451 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43452
43453         [BZ #13506]
43454         * time/tzfile.c (__tzfile_read): Check values from file header.
43455
43456 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
43457
43458         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
43459         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
43460         * powerpc/powerpc32/dl-start.S: Likewise.
43461         * powerpc/powerpc32/elf/start.S: Likewise.
43462         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
43463         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
43464         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
43465         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
43466         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
43467         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
43468         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
43469         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
43470         * powerpc/powerpc32/fpu/s_round.S: Likewise.
43471         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
43472         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
43473         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
43474         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
43475         * powerpc/powerpc32/memset.S: Likewise.
43476         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
43477         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
43478         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
43479         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
43480         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
43481         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
43482         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
43483         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
43484         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
43485         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
43486         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
43487         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43488         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43489
43490 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43491
43492         * math/libm-test.inc: Added more nearbyint tests.
43493         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
43494         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
43495         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
43496         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
43497
43498 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
43499
43500         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
43501         FD_CLOEXEC.
43502
43503 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43504
43505         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
43506         Add wcscpy-ssse3 wcscpy-c.
43507         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
43508         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
43509         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
43510         * sysdeps/x86_64/wcschr.S: New file.
43511         * sysdeps/x86_64/wcsrchr.S: New file.
43512         * string/test-strcmp.c: Remove checking of wcscmp function for
43513         wrong alignments.
43514         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
43515         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
43516         wcsrchr-sse2 wcsrchr-c.
43517         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
43518         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
43519         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
43520         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
43521         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
43522         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
43523         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
43524         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
43525         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
43526         * wcsmbc/wcschr.c (WCSCHR): New macro.
43527
43528 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43529
43530         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
43531         * wcsmbs/test-wcsrchr.c: New file.
43532         * string/test-strrchr.c: Add wcsrchr support.
43533         (WIDE): New macro.
43534         * wcsmbs/test-wcscpy.c: New file.
43535         * string/test-strcpy.c: Add wcscpy support.
43536         (WIDE): New macro.
43537
43538 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
43539
43540         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
43541         the inner loop.
43542
43543 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
43544
43545         [BZ #13472]
43546         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
43547
43548 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
43549
43550         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
43551         Minor optimizations.
43552
43553         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
43554         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
43555         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
43556
43557 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
43558
43559         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
43560         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
43561         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
43562         for gcc to avoid warnings.
43563         * inet/Makefile (tests): Add tst-checks.
43564         * inet/tst-checks.c: New file.
43565
43566         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
43567         warning.
43568
43569         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
43570         __wmemcmp_sse2.
43571
43572         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
43573         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
43574
43575         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
43576
43577 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
43578
43579         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
43580         problem.
43581
43582         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
43583
43584 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
43585
43586         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
43587         conditional on GCC version.
43588         (__arch_compare_and_exchange_val_8_acq)
43589         (__arch_compare_and_exchange_val_16_acq)
43590         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
43591         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
43592         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
43593
43594 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
43595
43596         * sysdeps/sh/backtrace.c: New file.
43597
43598 2011-12-02  Andreas Schwab  <schwab@redhat.com>
43599
43600         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
43601         parenthesis.
43602
43603 2011-12-01  Andreas Schwab  <schwab@redhat.com>
43604
43605         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
43606         falling back to utime.
43607
43608 2011-11-30  Andreas Schwab  <schwab@redhat.com>
43609
43610         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
43611         expectations for float.
43612
43613 2011-11-29  Andreas Schwab  <schwab@redhat.com>
43614
43615         * locale/weight.h (findidx): Add parameter len.
43616         * locale/weightwc.h (findidx): Likewise.
43617         * posix/fnmatch_loop.c (FCT): Adjust caller.
43618         * posix/regcomp.c (build_equiv_class): Likewise.
43619         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
43620         * posix/regexec.c (check_node_accept_bytes): Likewise.
43621         * string/strcoll_l.c (STRCOLL): Likewise.
43622         * string/strxfrm_l.c (STRXFRM): Likewise.
43623
43624 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
43625
43626         * Makefile.in: Remove CVSOPT handling.
43627         * configure.in: Remove use of AC_REVISION.
43628         * iconvdata/Makefile (distribute): No need to filter out CVS.
43629         * scripts/list-sources.sh: Remove CVS, subversion and monotone
43630         handling.
43631
43632 2011-11-16  Andreas Schwab  <schwab@redhat.com>
43633
43634         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
43635         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
43636         [USE_AS_STRNCASECMP_L]: Likewise.
43637         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
43638         NO_TLS_DIRECT_SEG_REFS.
43639         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
43640         Fix argument offsets for non-PIC.
43641         [USE_AS_STRNCASECMP_L]: Likewise.
43642         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
43643         NO_TLS_DIRECT_SEG_REFS.
43644
43645 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43646
43647         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
43648         O_CLOEXEC.
43649         * locale/loadlocale.c (_nl_load_locale): Likewise.
43650
43651 2011-11-15  Andreas Schwab  <schwab@redhat.com>
43652
43653         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
43654         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
43655         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
43656         (SYSCALL_GETTIME): Set errno on error.
43657
43658         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
43659         count references to noai6ai_cached.
43660
43661 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43662
43663         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
43664
43665         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
43666         FD_CLOEXEC for /proc/self/maps.
43667
43668         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
43669         FD_CLOEXEC for /proc/meminfo.
43670
43671         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
43672         gai.conf.
43673
43674         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
43675         FD_CLOEXEC for given file.
43676
43677         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
43678
43679         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
43680         FD_CLOEXEC for /etc/hosts.
43681         (_gethtent): Likewise.
43682
43683         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
43684
43685         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
43686         cancellation and set FD_CLOEXEC for /etc/netgroup.
43687
43688         * nss/nss_files/files-key.c (search): Don't allow cancellation when
43689         reading /etc/publickey.
43690
43691         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
43692         allow cancellation when reading /etc/group.
43693
43694         * nss/nss_files/files-alias.c (internal_setent): Don't allow
43695         cancellation.
43696         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
43697
43698         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
43699         when using data file.
43700
43701         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
43702
43703         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
43704         (write_nis_obj): Use "c" and "e" in fopen.
43705
43706         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
43707
43708         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
43709
43710         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
43711
43712         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
43713
43714         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
43715         locale.alias.
43716
43717         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
43718
43719         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
43720
43721         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
43722
43723         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
43724         file parsing and set FD_CLOEXEC.
43725
43726 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
43727
43728         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
43729
43730 2011-11-14  Andreas Schwab  <schwab@redhat.com>
43731
43732         * malloc/arena.c (arena_get2): Don't call reused_arena when
43733         _int_new_arena failed.
43734
43735 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
43736
43737         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
43738         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
43739         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
43740         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43741         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43742         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
43743         to compile strcasecmp and strncasecmp.
43744         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
43745         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
43746
43747         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
43748
43749 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
43750
43751         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
43752         locale-defines.sym to gen-as-const-headers.
43753         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
43754         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
43755         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
43756         to compile strcasecmp and strncasecmp.
43757         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
43758         strcasecmp_l and strncasecmp_l.
43759         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
43760         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
43761         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
43762         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
43763         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
43764         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
43765         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
43766         * sysdeps/i386/i686/multiarch/strncase.S: New file.
43767         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
43768         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
43769         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
43770
43771 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
43772
43773         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
43774         result of SYSDEP_GETTIME_CPU to retval.
43775         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
43776         parameter list to macro.  Remove trailing semicolon.  Adjust users.
43777
43778         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
43779         variable.
43780
43781         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
43782         mantissa words.
43783         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
43784
43785         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
43786         from unused variable.
43787
43788         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
43789         DWARF definitions.
43790         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
43791         for assembling.
43792
43793         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
43794         over namespaces.
43795
43796         * sunrpc/rpc_prot.c (rejected): Fix case value.
43797
43798         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
43799         unsigned long long int to avoid warnings in shift.
43800
43801         * posix/regex_internal.c (re_string_reconstruct): Actually use result
43802         of use of trans.
43803         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
43804         variable tmp.
43805
43806         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
43807         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
43808         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
43809
43810         * nis/nis_table.c (nis_list): Use variable of correct type for
43811         result of __follow_path call.
43812
43813 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43814
43815         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
43816         of math functions ceil, trunc, floor, round, and sqrt, when
43817         avaliable on the platform.
43818         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
43819         name clash.
43820         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
43821         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
43822         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
43823
43824 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
43825
43826         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
43827         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
43828
43829 2011-11-11  Roland McGrath  <roland@hack.frob.com>
43830
43831         * include/unistd.h: Fix __readlink return type.
43832         Reported by Chris Metcalf <cmetcalf@tilera.com>.
43833
43834 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
43835
43836         * stdlib/ucontext.h: Undo last change for makecontext.
43837
43838 2011-11-11  Andreas Schwab  <schwab@redhat.com>
43839
43840         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
43841
43842         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
43843         * setjmp/setjmp.h: Mark functions as non-leaf.
43844         * setjmp/bits/setjmp2.h: Likewise.
43845         * stdlib/ucontext.h: Likewise.
43846
43847 2011-11-10  Andreas Schwab  <schwab@redhat.com>
43848
43849         * malloc/arena.c (_int_new_arena): Don't increment narenas.
43850         (reused_arena): Don't check arena limit.
43851         (arena_get2): Atomically check arena limit.
43852
43853 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
43854
43855         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
43856         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
43857
43858         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
43859         instructions.
43860
43861 2011-11-07  Andreas Schwab  <schwab@redhat.com>
43862
43863         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
43864         handler when locking.
43865
43866         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
43867         Fix size of allocated buffer.
43868
43869 2011-11-04  Andreas Schwab  <schwab@redhat.com>
43870
43871         [BZ #10103]
43872         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
43873         declarations for long double functions.
43874         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
43875
43876         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
43877
43878 2011-11-03  Andreas Schwab  <schwab@redhat.com>
43879
43880         * nscd/nscd.c (main): Don't start AVC thread until credentials are
43881         installed.
43882
43883         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
43884         is disabled.
43885
43886 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43887
43888         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
43889
43890 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
43891
43892         * include/alloca.h (stackinfo_alloca_round): Define.
43893         (extend_alloca): Use it.
43894         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
43895         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
43896         here.
43897
43898         * scripts/check-local-headers.sh: Ignore libaudit.h.
43899
43900         * nscd/Makefile (extra-objs): Make recursively expanded.
43901
43902 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
43903
43904         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
43905         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
43906
43907         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
43908         * posix/tst-rfc3484-2.c: Likewise.
43909         * posix/tst-rfc3484-3.c: Likewise.
43910
43911         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
43912         process_vm_writev.
43913         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
43914         process_vm_writev.
43915         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
43916         process_vm_writev from libc using GLIBC_2.15 version.
43917
43918         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
43919
43920 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
43921
43922         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
43923         stack usage.
43924
43925 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
43926
43927         [BZ #13367]
43928         * nss/getent.c (initgroups_keys): Show error message in case no group
43929         names are given.
43930
43931         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
43932         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
43933         __bump_nl_timestamp.
43934         * nscd/connections (nscd_init): When host database is served open
43935         netlink socket and request notification about configuration changes.
43936         (main_loop_poll): Track netlink file descriptor and bump timestamp
43937         in case data becomes available.
43938         (main_loop_epoll): Likewise.
43939         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
43940         (database_pers_head): Add extra_data fileds.
43941         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
43942         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
43943         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
43944         Adjust caller.
43945         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
43946         in6ai data, call __free_in6ai.
43947         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
43948         Add -DHAVE_NETLINK.
43949         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
43950         interface information.  Reuse previous data if netlink timestamp
43951         is not changed.
43952         (__bump_nl_timestamp): New function.
43953         (__free_in6ai): New function.
43954
43955 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
43956
43957         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
43958         close_not_cancel_no_status here.
43959         (__check_pf): Reorganize code a bit to not call close twice if OOM.
43960
43961 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
43962
43963         [BZ #13276]
43964         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
43965         return value.
43966
43967         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
43968         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
43969         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
43970
43971 2011-07-03  Andreas Jaeger  <aj@suse.de>
43972
43973         [BZ #10709]
43974         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
43975         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
43976         * math/libm-test.inc (sin_test): Add test case.
43977
43978 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
43979
43980         [BZ #13337]
43981         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
43982         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
43983
43984         * elf/chroot_canon.c (chroot_canon): Cleanups.
43985
43986         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
43987
43988         [BZ #13335]
43989         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
43990         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
43991
43992         * string/test-strchr.c: Make usable for strchrnul testing.
43993         * string/test-strchrnul.c: New file.
43994         * string/Makefile (strop-tests): Add strchrnul.
43995
43996         * po/it.po: Update from translation team.
43997         * po/es.po: Likewise.
43998
43999 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
44000
44001         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
44002         the three constants needed as parameters.  Drop the others.
44003         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
44004         __m128i_strloadu_tolower.
44005         Create and initialize variable zero and use it in all the places
44006         where _mm_setzero_si128 was used.
44007
44008         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
44009         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
44010         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
44011         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
44012         anymore.
44013         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
44014         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
44015         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
44016         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
44017         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
44018         __mpranred, __mptan.
44019         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
44020         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
44021         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
44022         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
44023         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
44024         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
44025         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
44026         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
44027         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
44028
44029 2011-10-28  Andreas Schwab  <schwab@redhat.com>
44030
44031         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
44032         redefine if SHARED.
44033         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
44034
44035         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
44036         wide char related routines to wcsmbs subdir.
44037
44038 2011-10-27  Andreas Schwab  <schwab@redhat.com>
44039
44040         [BZ #13344]
44041         * misc/sys/cdefs.h (__THROWNL): Define.
44042         * posix/unistd.h: Use __THREADNL instead of __THREAD
44043         for memory synchronization functions.
44044
44045 2011-10-26  Roland McGrath  <roland@hack.frob.com>
44046
44047         [BZ #13349]
44048         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
44049         doesn't exist.
44050         * manual/stdio.texi (Obstack Streams): Node removed.
44051
44052 2011-10-26  Andreas Schwab  <schwab@redhat.com>
44053
44054         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
44055         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44056         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44057
44058         * math/math_private.h (math_force_eval): Allow non-addressable
44059         arguments.
44060         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
44061
44062 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44063
44064         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
44065         file is not needed.
44066
44067         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
44068         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
44069         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
44070         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
44071         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
44072         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
44073         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
44074         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
44075         Add AVX variants.
44076         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
44077         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
44078         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
44079         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
44080         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
44081         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
44082         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
44083         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
44084         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
44085         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
44086         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
44087         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
44088         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
44089         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
44090         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
44091         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
44092         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
44093         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
44094         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
44095
44096         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
44097         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
44098
44099         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
44100         place.  Use VEX encoding when compiling for AVX.
44101
44102 2011-10-25  Andreas Schwab  <schwab@redhat.com>
44103
44104         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
44105         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
44106
44107         * string/test-strchr.c (do_test): Don't generate NUL bytes.
44108
44109 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44110
44111         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
44112         useless if() expression.
44113         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44114         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44115         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44116         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44117         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44118         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44119         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44120         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44121         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44122         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44123         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44124         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44125         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44126         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44127         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44128         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44129         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44130         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44131         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44132
44133         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
44134
44135 2011-10-25  Andreas Schwab  <schwab@redhat.com>
44136
44137         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
44138         condition.
44139         * elf/dl-fini.c (_dl_sort_fini): Likewise.
44140
44141 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44142
44143         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
44144         .text section.  Avoid duplicate constants.
44145         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44146         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44147         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44148         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44149         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44150         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44151         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44152         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44153         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
44154         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
44155         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
44156         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
44157         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
44158         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
44159         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
44160         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
44161         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
44162         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
44163         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44164         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44165         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44166         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44167         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44168         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
44169         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
44170         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
44171         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
44172         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
44173         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
44174         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
44175         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
44176         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
44177         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
44178         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
44179         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
44180         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
44181         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
44182         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
44183         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
44184         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
44185         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
44186         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
44187         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
44188         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
44189         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
44190
44191 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
44192
44193         * sysdeps/x86_64/dla.h: Move to ...
44194         * sysdeps/x86_64/fpu/dla.h: ...here.
44195         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
44196         situations.  Use __builtin_fma only for gcc 4.6 and up.
44197
44198         * config.make.in: Add have-mfma4 entry.
44199         * configure.in: Substitute libc_cv_cc_fma4.
44200         * math/Makefile (dbl-only-routines): Add sincostab.
44201         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
44202         Use __sincostab not sincos.
44203         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
44204         name is a macro.
44205         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44206         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44207         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44208         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
44209         using __copysign.
44210         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
44211         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
44212         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
44213         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
44214         and __inv.
44215         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
44216         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
44217         __copysign.
44218         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
44219         define aliases when function name is a macro.
44220         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
44221         sysdeps/ieee754/dbl-64/sincos.tbl.
44222         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
44223         fma4-enabled routines.
44224         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
44225         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
44226         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
44227         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
44228         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
44229         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
44230         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
44231         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
44232         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
44233         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
44234         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
44235         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
44236         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
44237         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
44238         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
44239         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
44240         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
44241         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
44242         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
44243         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
44244         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
44245         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
44246         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
44247         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
44248         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
44249         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
44250         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
44251         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
44252         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
44253         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
44254
44255         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
44256         rename.
44257         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44258         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44259         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44260         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44261         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44262         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44263         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44264         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44265
44266 2011-10-24  Andreas Schwab  <schwab@redhat.com>
44267
44268         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
44269
44270 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44271
44272         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
44273
44274         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
44275         prediction.
44276         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
44277
44278         * string/strnlen.c: Don't define STRNLEN, reverse logic.
44279         Remove unused variable magic_bits.
44280         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
44281
44282         * string/strnlen.c: Define and use STRNLEN macro.
44283         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
44284         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
44285         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
44286         * wcsmbs/wcslen.c: Define and use WCSLEN.
44287         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
44288         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
44289         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
44290         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
44291         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
44292         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
44293         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
44294
44295 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44296
44297         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
44298         strnlen-sse2-no-bsf.
44299         Rename strlen-no-bsf to strlen-sse2-no-bsf.
44300         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
44301         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
44302         Add strnlen support.
44303         (USE_AS_STRNLEN): New macro.
44304         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
44305         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
44306         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
44307         * sysdeps/x86_64/wcslen.S: New file.
44308
44309 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
44310
44311         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
44312         XMM-moves are used for copying on small sizes.
44313
44314 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44315
44316         * wcsmbs/Makefile (strop-tests): Add wcschr.
44317         * wcsmbs/test-wcschr.c: New file.
44318         * string/test-strchr.c: Update.
44319         Add wcschr support.
44320         (WIDE): New macro.
44321
44322 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44323
44324         * wcsmbs/Makefile (strop-tests): Add wcslen.
44325         * wcsmbs/test-wcslen.c: New file.
44326         * string/test-strlen.c: Update.
44327         Add wcslen support.
44328         (WIDE): New macro.
44329
44330 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44331
44332         * po/it.po: Update from translation team.
44333
44334 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44335
44336         * sysdeps/x86_64/wcscmp.S: Update.
44337         Fix wrong comparison semantics.
44338         wcscmp shall use signed comparison not unsigned.
44339         Don't use substraction to avoid overflow bug.
44340         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
44341         * wcsmbc/wcscmp.c: Likewise.
44342         * string/test-strcmp.c: Likewise.
44343         Add new tests to check cases with negative values.
44344
44345 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44346
44347         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
44348         * sysdeps/x86_64/dla.h: ...here.  New file.
44349         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
44350         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44351         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44352         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44353         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44354         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44355         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44356         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44357         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44358
44359 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
44360
44361         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
44362         __ynl_finite aliases.
44363
44364 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44365
44366         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44367
44368         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
44369         define DLA_FMA.
44370         [DLA_FMA] (EMULV): Use DLA_FMA.
44371         [DLA_FMA] (MUL12): Use EMULV.
44372         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
44373         that are not needed.
44374         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44375         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44376         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44377         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44378         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44379         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44380         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44381
44382 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
44383
44384         * math/s_nan.c: Undef __nan.
44385         * math/s_nanf.c: Undef __nanf.
44386         * math/s_nanl.c: Undef __nanl.
44387         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
44388         "math_private.h".
44389
44390 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44391
44392         * math/s_catan.c: Add branch predictions.
44393         * math/s_catanf.c: Likewise.
44394         * math/s_catanh.c: Likewise.
44395         * math/s_catanhf.c: Likewise.
44396         * math/s_catanhl.c: Likewise.
44397         * math/s_catanl.c: Likewise.
44398         * math/s_cexp.c: Likewise.
44399         * math/s_cexpf.c: Likewise.
44400         * math/s_cexpl.c: Likewise.
44401         * math/s_clog.c: Likewise.
44402         * math/s_clog10.c: Likewise.
44403         * math/s_clog10f.c: Likewise.
44404         * math/s_clog10l.c: Likewise.
44405         * math/s_clogf.c: Likewise.
44406         * math/s_clogl.c: Likewise.
44407         * math/s_csqrt.c: Likewise.
44408         * math/s_csqrtf.c: Likewise.
44409         * math/s_csqrtl.c: Likewise.
44410         * math/s_ctanf.c: Likewise.
44411         * math/s_ctanh.c: Likewise.
44412         * math/s_ctanhf.c: Likewise.
44413         * math/s_ctanhl.c: Likewise.
44414         * math/s_ctanl.c: Likewise.
44415
44416         * math/math_private.h: Define __nan, __nanf, __nanl.
44417         * math/s_cacosh.c: Include <math_private.h>.
44418         * math/s_cacoshl.c: Likewise.
44419         * math/s_casinh.c: Likewise.
44420         * math/s_casinhf.c: Likewise.
44421         * math/s_casinhl.c: Likewise.
44422         * math/s_ccos.c: Rely entire on ccosh.
44423         * math/s_ccosf.c: Rely entire on ccoshf.
44424         * math/s_ccosl.c: Rely entirely on ccoshl.
44425         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
44426         Remove tests for FE_INVALID.
44427         * math/s_ccoshf.c: Likewise.
44428         * math/s_ccoshl.c: Likewise.
44429         * math/s_csin.c: Likewise.
44430         * math/s_csinf.c: Likewise.
44431         * math/s_csinh.c Likewise.
44432         * math/s_csinhf.c: Likewise.
44433         * math/s_csinhl.c: Likewise.
44434         * math/s_csinl.c: Likewise.
44435         * math/s_ctan.c: Likewise.
44436         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
44437         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
44438         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
44439
44440 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
44441
44442         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
44443         compilation problems.
44444
44445         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
44446         __builtin_expect.
44447
44448 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
44449
44450         * sysdeps/i386/configure.in: Test for -mfma4 option.
44451         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
44452         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
44453         COMMON_CPUID_INDEX_80000001.
44454         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
44455         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
44456         use it if FMA3 is not supported.
44457         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
44458
44459         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
44460         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
44461
44462 2011-10-20  Andreas Schwab  <schwab@redhat.com>
44463
44464         [BZ #12892]
44465         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
44466         it would create a cycle with a link time dependency.
44467
44468 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
44469
44470         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
44471         instruction.
44472         * string/Makefile (strop-tests): Add rawmemchr.
44473         * string/test-rawmemchr.c: New file.
44474
44475         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
44476         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
44477         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
44478         when compiling str{,n}casecmp and when AVX is available.  Hook up
44479         new optimized code in initializers.
44480
44481 2011-10-19  Andreas Schwab  <schwab@redhat.com>
44482
44483         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
44484         __feraiseexcept instead of feraiseexcept.
44485
44486 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
44487
44488         * math/math_private.h: Define defaults for libc_fetestexcept and
44489         libc_feupdateenv.
44490         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
44491         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
44492         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
44493         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44494         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44495         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44496         libc_fetestexcept and libc_feupdateenv.
44497
44498         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
44499         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
44500         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
44501         * sysdeps/x86_64/fpu/math_private.h: Define special version of
44502         libc_feholdexcept_setround.
44503
44504         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
44505         Add s_nearbyint-c and s_nearbyintf-c.
44506         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
44507         nearbyintf inlines.
44508         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
44509         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
44510         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
44511         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
44512
44513         * math/math_private.h: Define defaults for libc_fegetround,
44514         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
44515         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
44516         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
44517         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
44518         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
44519         standard functions.
44520         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
44521         Remove comments and hacks for old compiler versions.
44522         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44523         libc_fegetround, libc_fesetround, libc_feholdexcept, and
44524         libc_feholdexceptl.
44525
44526 2011-10-18  Andreas Schwab  <schwab@redhat.com>
44527
44528         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
44529         (__feraiseexcept_renamed): Add __NTH.
44530         (feraiseexcept): Add __NTH.  Rename local variables to fix
44531         namespace violations.
44532
44533 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
44534
44535         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
44536
44537         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
44538
44539         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
44540         recently added interfaces.
44541         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
44542
44543         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
44544         about macro parameter expansion.
44545
44546         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
44547         __NO_MATH_INLINES is defined.  Cleanups.
44548
44549         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
44550         and __floorf is target has SSE4.1.
44551         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
44552         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
44553         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
44554         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
44555
44556         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
44557         name.
44558         (floorf): Likewise.
44559
44560         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
44561
44562 2011-10-17  Andreas Schwab  <schwab@redhat.com>
44563
44564         * misc/sys/cdefs.h: Fix last change.
44565
44566         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
44567         database lookup.
44568
44569 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
44570
44571         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
44572
44573         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
44574         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44575         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44576         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44577         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44578         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44579         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44580         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44581         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44582         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
44583         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
44584         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
44585         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
44586         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
44587         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
44588         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
44589         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
44590         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
44591         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
44592         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
44593         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
44594         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
44595
44596         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
44597         ceil, ceilf, floor, floorf.
44598
44599         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
44600         Perform IRELATIVE relocations last.
44601
44602         * elf/do-rel.h: Add another parameter nrelative, replacing the
44603         local variable with the same name.  Change name of the function
44604         to end in Rel or Rela (uppercase).
44605         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
44606         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
44607         elf_dynamic_do_##reloc function.
44608
44609 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44610
44611         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
44612         is sufficient, at least on modern CPUs.
44613
44614         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
44615
44616         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
44617         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
44618
44619         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
44620         __expl_finite.
44621         * math/bits/math-finite.h: Add entries for exp.
44622         * math/e_expl.c: Add __*_finite alias.
44623         * sysdeps/i386/fpu/e_exp.S: Likewise.
44624         * sysdeps/i386/fpu/e_expf.S: Likewise.
44625         * sysdeps/i386/fpu/e_expl.c: Likewise.
44626         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44627         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44628         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
44629         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
44630         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
44631         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
44632         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
44633
44634         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
44635         is sufficient, at least on modern CPUs.
44636
44637         * ctype/ctype-info.c (__ctype_init): Define.
44638         * include/ctype.h (__ctype_init): Declare.
44639         (__ctype_b_loc): The variable is always initialized.
44640         (__ctype_toupper_loc): Likewise.
44641         (__ctype_tolower_loc): Likewise.
44642         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
44643         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
44644
44645 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
44646
44647         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
44648
44649         * configure.in: Also look in $cxxmachine/include for C++ system
44650         headers.
44651
44652 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44653
44654         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
44655         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
44656         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
44657         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
44658         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
44659         (USE_AS_WMEMCMP): New macro.
44660         Fixing indents.
44661         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
44662         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
44663         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
44664         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
44665         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44666         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
44667         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
44668         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
44669         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
44670         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
44671         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
44672         (USE_AS_WMEMCMP): New macro.
44673         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
44674         * sysdeps/string/test-memcmp.c: Update.
44675         Fix simple_wmemcmp.
44676         Add new tests.
44677         * wcsmbs/wmemcmp.c: Update.
44678         (WMEMCMP): New macro.
44679         Fix overflow bug.
44680
44681 2011-10-12  Andreas Jaeger  <aj@suse.de>
44682
44683         [BZ #13268]
44684         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
44685
44686 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44687
44688         * libio/iofwide.c (do_length): Avoid warning.
44689
44690         * ctype/ctype.h (__isctype_f): Add missing __THROW.
44691
44692 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
44693
44694         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
44695
44696         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
44697         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
44698         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
44699         * sysdeps/i386/i686/fpu/e_log.S: New file.
44700         * sysdeps/i386/i686/fpu/e_logf.S: New file.
44701         * sysdeps/i386/i686/fpu/e_logl.S: New file.
44702
44703         * ctype/ctype.h: Add support for inlined isXXX functions when
44704         compiling C++ code.
44705
44706 2011-10-14  Andreas Schwab  <schwab@redhat.com>
44707
44708         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44709
44710         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
44711
44712 2011-10-13  Roland McGrath  <roland@hack.frob.com>
44713
44714         [BZ #13291]
44715         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
44716
44717 2011-10-13  Andreas Schwab  <schwab@redhat.com>
44718
44719         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
44720         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
44721         feraiseexcept.
44722
44723         * sysdeps/x86_64/memrchr.S: Check for zero size.
44724
44725         * string/stratcliff.c: Add memrchr tests.
44726
44727 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44728
44729         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44730         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
44731         rawmemchr-sse2 rawmemchr-sse2-bsf.
44732         * sysdeps/i386/i686/multiarch/memchr.S: New file.
44733         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
44734         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
44735         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
44736         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
44737         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
44738         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
44739         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
44740         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
44741         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
44742         * string/memrchr.c (MEMRCHR): New macro.
44743
44744 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
44745
44746         Add integration with gcc's -ffinite-math-only and optimize wrapper
44747         functions in libm.
44748         * Versions.def: Define GLIBC_2.15 version for libm.
44749         * math/Makefile (headers): Add bits/math-finite.h.
44750         * math/bits/math-finite.h: New file.
44751         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
44752         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
44753         * math/e_acoshl.c: Add __*_finite alias.
44754         * math/e_acosl.c: Likewise.
44755         * math/e_asinl.c: Likewise.
44756         * math/e_atan2l.c: Likewise.
44757         * math/e_atanhl.c: Likewise.
44758         * math/e_coshl.c: Likewise.
44759         * math/e_exp10.c: Likewise.
44760         * math/e_exp10f.c: Likewise.
44761         * math/e_exp10l.c: Likewise.
44762         * math/e_exp2l.c: Likewise.
44763         * math/e_fmodl.c: Likewise.
44764         * math/e_gammal_r.c: Likewise.
44765         * math/e_hypotl.c: Likewise.
44766         * math/e_j0l.c: Likewise.
44767         * math/e_j1l.c: Likewise.
44768         * math/e_jnl.c: Likewise.
44769         * math/e_lgammal_r.c: Likewise.
44770         * math/e_log10l.c: Likewise.
44771         * math/e_log2l.c: Likewise.
44772         * math/e_logl.c: Likewise.
44773         * math/e_powl.c: Likewise.
44774         * math/e_sinhl.c: Likewise.
44775         * math/e_sqrtl.c: Likewise.
44776         * math/e_scalb.c: Completely rewritten and optimized.
44777         * math/e_scalbf.c: Likewise.
44778         * math/e_scalbl.c: Likewise.
44779         * math/w_acos.c: Likewise.
44780         * math/w_acosf.c: Likewise.
44781         * math/w_acosl.c: Likewise.
44782         * math/w_acosh.c: Likewise.
44783         * math/w_acoshf.c: Likewise.
44784         * math/w_acoshl.c: Likewise.
44785         * math/w_asin.c: Likewise.
44786         * math/w_asinf.c: Likewise.
44787         * math/w_asinl.c: Likewise.
44788         * math/w_atan2.c: Likewise.
44789         * math/w_atan2f.c: Likewise.
44790         * math/w_atan2l.c: Likewise.
44791         * math/w_atanh.c: Likewise.
44792         * math/w_atanhf.c: Likewise.
44793         * math/w_atanhl.c: Likewise.
44794         * math/w_exp10.c: Likewise.
44795         * math/w_exp10f.c: Likewise.
44796         * math/w_exp10l.c: Likewise.
44797         * math/w_fmod.c: Likewise.
44798         * math/w_fmodf.c: Likewise.
44799         * math/w_fmodl.c: Likewise.
44800         * math/w_j0.c: Likewise.
44801         * math/w_j0f.c: Likewise.
44802         * math/w_j0l.c: Likewise.
44803         * math/w_j1.c: Likewise.
44804         * math/w_j1f.c: Likewise.
44805         * math/w_j1l.c: Likewise.
44806         * math/w_jn.c: Likewise.
44807         * math/w_jnf.c: Likewise.
44808         * math/w_log.c: Likewise.
44809         * math/w_logf.c: Likewise.
44810         * math/w_logl.c: Likewise.
44811         * math/w_log10.c: Likewise.
44812         * math/w_log10f.c: Likewise.
44813         * math/w_log10l.c: Likewise.
44814         * math/w_log2.c: Likewise.
44815         * math/w_log2f.c: Likewise.
44816         * math/w_log2l.c: Likewise.
44817         * math/w_pow.c: Likewise.
44818         * math/w_powf.c: Likewise.
44819         * math/w_powl.c: Likewise.
44820         * math/w_remainder.c: Likewise.
44821         * math/w_remainderf.c: Likewise.
44822         * math/w_remainderl.c: Likewise.
44823         * math/w_scalb.c: Likewise.
44824         * math/w_scalbf.c: Likewise.
44825         * math/w_scalbl.c: Likewise.
44826         * math/w_sqrt.c: Likewise.
44827         * math/w_sqrtf.c: Likewise.
44828         * math/w_sqrtl.c: Likewise.
44829         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
44830         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
44831         used.
44832         * math/math_private.h: Declare __kernel_standard_f.
44833         * math/w_cosh.c: Remove cruft and optimize a bit.
44834         * math/w_coshf.c: Likewise.
44835         * math/w_coshl.c: Likewise.
44836         * math/w_exp2.c: Likewise.
44837         * math/w_exp2f.c: Likewise.
44838         * math/w_exp2l.c: Likewise.
44839         * math/w_hypot.c: Likewise.
44840         * math/w_hypotf.c: Likewise.
44841         * math/w_hypotl.c: Likewise.
44842         * math/w_lgamma.c: Likewise.
44843         * math/w_lgamma_r.c: Likewise.
44844         * math/w_lgammaf.c: Likewise.
44845         * math/w_lgammaf_r.c: Likewise.
44846         * math/w_lgammal.c: Likewise.
44847         * math/w_lgammal_r.c: Likewise.
44848         * math/w_sinh.c: Likewise.
44849         * math/w_sinhf.c: Likewise.
44850         * math/w_sinhl.c: Likewise.
44851         * math/w_tgamma.c: Likewise.
44852         * math/w_tgammaf.c: Likewise.
44853         * math/w_tgammal.c: Likewise.
44854         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44855         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44856         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
44857         Minor optimizations.  Pretty printing.  Remove cruft.
44858         * sysdeps/i386/fpu/e_acosf.S: Likewise.
44859         * sysdeps/i386/fpu/e_acosh.S: Likewise.
44860         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
44861         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
44862         * sysdeps/i386/fpu/e_acosl.c: Likewise.
44863         * sysdeps/i386/fpu/e_asin.S: Likewise.
44864         * sysdeps/i386/fpu/e_asinf.S: Likewise.
44865         * sysdeps/i386/fpu/e_atan2.S: Likewise.
44866         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
44867         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
44868         * sysdeps/i386/fpu/e_atanh.S: Likewise.
44869         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
44870         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
44871         * sysdeps/i386/fpu/e_exp10.S: Likewise.
44872         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
44873         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
44874         * sysdeps/i386/fpu/e_exp2.S: Likewise.
44875         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
44876         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
44877         * sysdeps/i386/fpu/e_fmod.S: Likewise.
44878         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
44879         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
44880         * sysdeps/i386/fpu/e_hypot.S: Likewise.
44881         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
44882         * sysdeps/i386/fpu/e_log.S: Likewise.
44883         * sysdeps/i386/fpu/e_log10.S: Likewise.
44884         * sysdeps/i386/fpu/e_log10f.S: Likewise.
44885         * sysdeps/i386/fpu/e_log10l.S: Likewise.
44886         * sysdeps/i386/fpu/e_log2.S: Likewise.
44887         * sysdeps/i386/fpu/e_log2f.S: Likewise.
44888         * sysdeps/i386/fpu/e_log2l.S: Likewise.
44889         * sysdeps/i386/fpu/e_logf.S: Likewise.
44890         * sysdeps/i386/fpu/e_logl.S: Likewise.
44891         * sysdeps/i386/fpu/e_pow.S: Likewise.
44892         * sysdeps/i386/fpu/e_powf.S: Likewise.
44893         * sysdeps/i386/fpu/e_powl.S: Likewise.
44894         * sysdeps/i386/fpu/e_remainder.S: Likewise.
44895         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
44896         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
44897         * sysdeps/i386/fpu/e_scalb.S: Likewise.
44898         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
44899         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
44900         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
44901         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
44902         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
44903         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44904         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44905         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44906         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44907         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
44908         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44909         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
44910         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44911         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44912         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44913         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44914         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44915         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44916         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44917         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44918         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44919         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44920         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44921         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44922         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44923         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44924         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44925         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44926         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44927         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44928         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44929         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
44930         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44931         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
44932         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44933         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44934         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44935         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44936         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44937         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44938         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44939         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44940         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44941         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44942         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44943         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44944         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44945         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44946         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44947         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44948         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44949         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44950         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44951         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44952         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
44953         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44954         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44955         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44956         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44957         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44958         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44959         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44960         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44961         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44962         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44963         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44964         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44965         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44966         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44967         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44968         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44969         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44970         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44971         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
44972         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44973         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44974         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44975         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44976         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44977         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44978         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44979         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
44980         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44981         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44982         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44983         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44984         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44985         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
44986         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44987         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44988         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44989         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44990         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44991         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44992         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44993         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44994         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44995         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44996         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
44997         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44998         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44999         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
45000         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
45001         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
45002         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
45003         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
45004         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
45005         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
45006         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
45007         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
45008         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
45009         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
45010         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45011         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
45012         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
45013         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
45014         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
45015         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
45016         (__isnanf): Likewise.
45017         (__isinf_ns): Likewise.
45018         (__isinf_nsf): Likewise.
45019         (__finite): Likewise.
45020         (__finitef): Likewise.
45021         (__ieee754_sqrt): Define as macro.
45022         (__ieee754_sqrtf): Define as macro.
45023         (__ieee754_sqrtl): Define as macro.
45024         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
45025         inlined copy.
45026         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
45027         __FINITE_MATH_ONLY__ consistent.
45028         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
45029
45030 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
45031
45032         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
45033         of rawmemchr.
45034
45035         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
45036
45037 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
45038
45039         * po/ja.po: Update from translation team.
45040
45041 2011-10-08  Roland McGrath  <roland@hack.frob.com>
45042
45043         * locale/programs/locarchive.c (prepare_address_space): New function.
45044         (create_archive, enlarge_archive, open_archive): Use it.
45045
45046         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
45047         inside [SHARED], where it is used.
45048
45049         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
45050
45051         * nss/getent.c (netgroup_keys): Remove unused variable.
45052         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45053
45054 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
45055
45056         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
45057         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
45058         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
45059         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
45060         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
45061         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
45062         * math/Makefile (libm-calls): Add s_isinf_ns.
45063         * math/divtc3.c: Use __isinf_nsl instead of isinf.
45064         * math/multc3.c: Likewise.
45065         * math/s_casin.c: Likewise.
45066         * math/s_casinf.c: Likewise.
45067         * math/s_casinl.c: Likewise.
45068         * math/s_ccos.c: Likewise.
45069         * math/s_ccosf.c: Likewise.
45070         * math/s_ccosl.c: Likewise.
45071         * math/s_ctan.c: Likewise.
45072         * math/s_ctanf.c: Likewise.
45073         * math/s_ctanh.c: Likewise.
45074         * math/s_ctanhf.c: Likewise.
45075         * math/s_ctanhl.c: Likewise.
45076         * math/s_ctanl.c: Likewise.
45077         * math/w_fmod.c: Likewise.
45078         * math/w_fmodf.c: Likewise.
45079         * math/w_fmodl.c: Likewise.
45080         * math/w_remainder.c: Likewise.
45081         * math/w_remainderf.c: Likewise.
45082         * math/w_remainderl.c: Likewise.
45083         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
45084         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
45085         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
45086         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
45087         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
45088         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
45089         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
45090         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
45091
45092         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
45093         of the number.
45094         * stdio-common/printf_fphex.c: Likewise.
45095         * stdio-common/printf_size.c: Likewise.
45096
45097         * math/e_exp10.c: Include math_private.h using <...> not "...".
45098         * math/e_exp10f.c: Likewise.
45099         * math/e_exp10l.c: Likewise.
45100         * math/e_exp2l.c: Likewise.
45101         * math/e_j0l.c: Likewise.
45102         * math/e_j1l.c: Likewise.
45103         * math/e_jnl.c: Likewise.
45104         * math/e_lgammal_r.c: Likewise.
45105         * math/e_rem_pio2l.c: Likewise.
45106         * math/e_scalb.c: Likewise.
45107         * math/e_scalbf.c: Likewise.
45108         * math/e_scalbl.c: Likewise.
45109         * math/k_cosl.c: Likewise.
45110         * math/k_sinl.c: Likewise.
45111         * math/k_tanl.c: Likewise.
45112         * math/s_cacoshf.c: Likewise.
45113         * math/s_catan.c: Likewise.
45114         * math/s_catanf.c: Likewise.
45115         * math/s_catanh.c: Likewise.
45116         * math/s_catanhf.c: Likewise.
45117         * math/s_catanhl.c: Likewise.
45118         * math/s_catanl.c: Likewise.
45119         * math/s_ccosh.c: Likewise.
45120         * math/s_ccoshf.c: Likewise.
45121         * math/s_ccoshl.c: Likewise.
45122         * math/s_cexp.c: Likewise.
45123         * math/s_cexpf.c: Likewise.
45124         * math/s_cexpl.c: Likewise.
45125         * math/s_clog.c: Likewise.
45126         * math/s_clog10.c: Likewise.
45127         * math/s_clog10f.c: Likewise.
45128         * math/s_clog10l.c: Likewise.
45129         * math/s_clogf.c: Likewise.
45130         * math/s_clogl.c: Likewise.
45131         * math/s_csin.c: Likewise.
45132         * math/s_csinf.c: Likewise.
45133         * math/s_csinh.c: Likewise.
45134         * math/s_csinhf.c: Likewise.
45135         * math/s_csinhl.c: Likewise.
45136         * math/s_csinl.c: Likewise.
45137         * math/s_csqrt.c: Likewise.
45138         * math/s_csqrtf.c: Likewise.
45139         * math/s_csqrtl.c: Likewise.
45140         * math/s_ctan.c: Likewise.
45141         * math/s_ctanf.c: Likewise.
45142         * math/s_ctanh.c: Likewise.
45143         * math/s_ctanhf.c: Likewise.
45144         * math/s_ctanhl.c: Likewise.
45145         * math/s_ctanl.c: Likewise.
45146         * math/s_ldexp.c: Likewise.
45147         * math/s_ldexpf.c: Likewise.
45148         * math/s_ldexpl.c: Likewise.
45149         * math/s_significand.c: Likewise.
45150         * math/s_significandf.c: Likewise.
45151         * math/s_significandl.c: Likewise.
45152         * math/w_acos.c: Likewise.
45153         * math/w_acosf.c: Likewise.
45154         * math/w_acosh.c: Likewise.
45155         * math/w_acoshf.c: Likewise.
45156         * math/w_acoshl.c: Likewise.
45157         * math/w_acosl.c: Likewise.
45158         * math/w_asin.c: Likewise.
45159         * math/w_asinf.c: Likewise.
45160         * math/w_asinl.c: Likewise.
45161         * math/w_atan2.c: Likewise.
45162         * math/w_atan2f.c: Likewise.
45163         * math/w_atan2l.c: Likewise.
45164         * math/w_atanh.c: Likewise.
45165         * math/w_atanhf.c: Likewise.
45166         * math/w_atanhl.c: Likewise.
45167         * math/w_cosh.c: Likewise.
45168         * math/w_coshf.c: Likewise.
45169         * math/w_coshl.c: Likewise.
45170         * math/w_dremf.c: Likewise.
45171         * math/w_exp10.c: Likewise.
45172         * math/w_exp10f.c: Likewise.
45173         * math/w_exp10l.c: Likewise.
45174         * math/w_exp2.c: Likewise.
45175         * math/w_exp2f.c: Likewise.
45176         * math/w_fmod.c: Likewise.
45177         * math/w_fmodf.c: Likewise.
45178         * math/w_fmodl.c: Likewise.
45179         * math/w_hypot.c: Likewise.
45180         * math/w_hypotf.c: Likewise.
45181         * math/w_hypotl.c: Likewise.
45182         * math/w_j0.c: Likewise.
45183         * math/w_j0f.c: Likewise.
45184         * math/w_j0l.c: Likewise.
45185         * math/w_j1.c: Likewise.
45186         * math/w_j1f.c: Likewise.
45187         * math/w_j1l.c: Likewise.
45188         * math/w_jn.c: Likewise.
45189         * math/w_jnf.c: Likewise.
45190         * math/w_jnl.c: Likewise.
45191         * math/w_lgamma.c: Likewise.
45192         * math/w_lgamma_r.c: Likewise.
45193         * math/w_lgammaf.c: Likewise.
45194         * math/w_lgammaf_r.c: Likewise.
45195         * math/w_lgammal.c: Likewise.
45196         * math/w_lgammal_r.c: Likewise.
45197         * math/w_log.c: Likewise.
45198         * math/w_log10.c: Likewise.
45199         * math/w_log10f.c: Likewise.
45200         * math/w_log10l.c: Likewise.
45201         * math/w_log2.c: Likewise.
45202         * math/w_log2f.c: Likewise.
45203         * math/w_log2l.c: Likewise.
45204         * math/w_logf.c: Likewise.
45205         * math/w_logl.c: Likewise.
45206         * math/w_pow.c: Likewise.
45207         * math/w_powf.c: Likewise.
45208         * math/w_powl.c: Likewise.
45209         * math/w_remainder.c: Likewise.
45210         * math/w_remainderf.c: Likewise.
45211         * math/w_remainderl.c: Likewise.
45212         * math/w_scalb.c: Likewise.
45213         * math/w_scalbf.c: Likewise.
45214         * math/w_scalbl.c: Likewise.
45215         * math/w_sinh.c: Likewise.
45216         * math/w_sinhf.c: Likewise.
45217         * math/w_sinhl.c: Likewise.
45218         * math/w_sqrt.c: Likewise.
45219         * math/w_sqrtf.c: Likewise.
45220         * math/w_sqrtl.c: Likewise.
45221         * math/w_tgamma.c: Likewise.
45222         * math/w_tgammaf.c: Likewise.
45223         * math/w_tgammal.c: Likewise.
45224
45225         * po/ja.po: Update from translation team.
45226
45227 2011-09-29  Andreas Jaeger  <aj@suse.de>
45228
45229         [BZ #13179]
45230         * sunrpc/netname.c (netname2host): Fix logic.
45231
45232         [BZ #6779]
45233         [BZ #6783]
45234         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
45235         correctly.
45236         * math/w_remainder.c (__remainder): Likewise.
45237         * math/w_remainderf.c (__remainderf): Likewise.
45238         * math/libm-test.inc (remainder_test): Add test cases.
45239
45240 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45241
45242         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
45243         sdiv_qrnnd.
45244
45245 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45246
45247         * string/test-memcmp.c: Avoid unncessary #defines.
45248         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45249
45250 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45251
45252         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
45253         Use new sse2 version for core i3 - i7 as it's faster
45254         than sse42 version.
45255         (bit_Prefer_PMINUB_for_stringop): New.
45256         * sysdeps/x86_64/rawmemchr.S: Update.
45257         Replace with faster SSE2 version.
45258         * sysdeps/x86_64/memrchr.S: New file.
45259         * sysdeps/x86_64/memchr.S: Update.
45260         Replace with faster SSE2 version.
45261
45262 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
45263
45264         * elf/dl-load.c (lose): Add cast to avoid warning.
45265
45266 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45267
45268         * po/ca.po: Update from translation team.
45269
45270         * inet/getnetgrent_r.c: Hook up nscd.
45271         * nscd/Makefile (routines): Add nscd_netgroup.
45272         (nscd-modules): Add netgroupcache.
45273         (CFLAGS-netgroupcache.c): Define.
45274         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
45275         (cache_search): Add const to second parameter.
45276         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
45277         INNETGR.
45278         (dbs): Add netgrdb entry.
45279         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
45280         (verify_persistent_db): Handle netgrdb.
45281         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
45282         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
45283         GETFDNETGR.
45284         (netgroup_response_header): Define.
45285         (innetgroup_response_header): Define.
45286         (datahead): Add netgroup_response_header and innetgroup_response_header
45287         elements.
45288         * nscd/nscd.conf: Add entries for netgroup cache.
45289         * nscd/nscd.h (dbtype): Add netgrdb.
45290         (_PATH_NSCD_NETGROUP_DB): Define.
45291         (netgroup_iov_disabled): Declare.
45292         (xmalloc, xcalloc, xrealloc): Move declarations here.
45293         (cache_search): Adjust prototype.
45294         Add netgroup-related prototypes.
45295         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
45296         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
45297         (__nscd_innetgr): Declare.
45298         * nscd/selinux.c (perms): Use access_vector_t as element type and
45299         add netgroup-related initializers.
45300         * nscd/netgroupcache.c: New file.
45301         * nscd/nscd_netgroup.c: New file.
45302         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
45303         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
45304         For four parameters use innetgr.
45305         * nss/nss_files/files-init.c: Add definition and callback for netgr.
45306         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
45307         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
45308         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
45309
45310         * nscd/connections.c (register_traced_file): Don't register file
45311         for disabled databases.
45312
45313 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
45314
45315         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
45316
45317         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
45318         from tree and freeing node.
45319
45320 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
45321
45322         * nss/nsswitch.c (__nss_database_lookup): Handle
45323         nss_parse_service_list out of memory case.
45324
45325 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
45326
45327         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
45328         out of memory case.
45329
45330 2011-10-04  Andreas Schwab  <schwab@redhat.com>
45331
45332         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
45333         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
45334         pass it down.
45335         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
45336         elf_machine_rela, elf_machine_lazy_rel.
45337         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
45338         (ELF_DYNAMIC_DO_REL): Likewise.
45339         (ELF_DYNAMIC_DO_RELA): Likewise.
45340         (ELF_DYNAMIC_RELOCATE): Likewise.
45341         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
45342         to ELF_DYNAMIC_DO_REL.
45343         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
45344         (dl_main): In trace mode always set __RTLD_NOIFUNC.
45345         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
45346         elf_machine_rela.
45347         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
45348         skip_ifunc, don't call ifunc function if non-zero.
45349         (elf_machine_rela): Likewise.
45350         (elf_machine_lazy_rel): Likewise.
45351         (elf_machine_lazy_rela): Likewise.
45352         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
45353         (elf_machine_lazy_rel): Likewise.
45354         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
45355         Likewise.
45356         (elf_machine_lazy_rel): Likewise.
45357         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45358         Likewise.
45359         (elf_machine_lazy_rel): Likewise.
45360         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
45361         (elf_machine_lazy_rel): Likewise.
45362         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
45363         (elf_machine_lazy_rel): Likewise.
45364         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
45365         (elf_machine_lazy_rel): Likewise.
45366         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
45367         (elf_machine_lazy_rel): Likewise.
45368         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
45369         (elf_machine_lazy_rel): Likewise.
45370         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
45371         (elf_machine_lazy_rel): Likewise.
45372
45373 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
45374
45375         * nss/nss_files/files-init.c (_nss_files_init): Use static
45376         initialization for all the *_traced_file variables.
45377
45378 2011-09-28  Andreas Schwab  <schwab@redhat.com>
45379
45380         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45381
45382 2011-09-27  Roland McGrath  <roland@hack.frob.com>
45383
45384         [BZ #13226]
45385         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
45386
45387 2011-09-27  Andreas Schwab  <schwab@redhat.com>
45388
45389         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
45390         Reread the line before reparsing it.
45391
45392 2011-09-26  Andreas Schwab  <schwab@redhat.com>
45393
45394         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
45395
45396 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
45397             Maxim Kuvyrkov  <maxim@codesourcery.com>
45398             Joseph Myers  <joseph@codesourcery.com>
45399
45400         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
45401         if needed for __stack_chk_guard.
45402
45403 2011-09-19  Roland McGrath  <roland@hack.frob.com>
45404
45405         * sysdeps/posix/spawni.c (script_execute): Always define it.
45406         It will be optimized away if unused.
45407         (maybe_script_execute): New function.
45408         (__spawni): Call it.
45409
45410         * Makerules: Don't include tls.make.
45411         (config-tls): Always set to thread.
45412         * tls.make.c: File removed.
45413
45414 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
45415
45416         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
45417         * config.make.in (CPPFLAGS-config): New substituted variable.
45418
45419 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45420
45421         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
45422
45423         [BZ #13192]
45424         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
45425         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
45426
45427 2011-09-15  Roland McGrath  <roland@hack.frob.com>
45428
45429         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
45430         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
45431         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
45432         (CALL_FAIL): Likewise.
45433         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
45434         (CALL_FAIL): Macro removed.
45435         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
45436
45437 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45438
45439         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
45440         for __FINITE_MATH_ONLY__ == 1.
45441
45442 2011-09-15  Andreas Schwab  <schwab@redhat.com>
45443
45444         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
45445         __ieee754_sqrt instead of sqrt.
45446         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
45447         __ieee754_sqrtf instead of sqrtf.
45448         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
45449         __floorf instead of floorf.
45450         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
45451         __floorf, __truncf instead of floorf, truncf.
45452
45453 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
45454
45455         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
45456
45457         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
45458         __extern_always_inline.
45459         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
45460         32-bit.
45461
45462 2011-09-14  Andreas Schwab  <schwab@redhat.com>
45463
45464         * elf/rtld.c (dl_main): Also relocate in dependency order when
45465         doing symbol dependency testing.
45466
45467 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
45468
45469         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45470         Always define `refsym'.
45471
45472 2011-09-13  Andreas Schwab  <schwab@redhat.com>
45473
45474         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
45475         (__FD_ELT): Renamed from __FDELT.
45476         * misc/bits/select2.h (__FD_ELT): Likewise.
45477         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
45478         __FD_MASK instead of __FDELT, __FDMASK.
45479         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45480         Likewise.
45481         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45482         Likewise.
45483
45484         * elf/Makefile (gen-ldd): Fix pattern.
45485
45486         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
45487         (init_tls): Likewise.
45488
45489 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
45490
45491         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
45492
45493 2011-09-12  Andreas Schwab  <schwab@redhat.com>
45494
45495         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
45496         `struct cmsghdr *' instead of `void *'.
45497         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
45498         Likewise.
45499
45500 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
45501
45502         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
45503         if non-absolute.
45504         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
45505         ldd_rewrite_script.
45506
45507 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
45508
45509         * configure.in: Remove --with-tls option.
45510         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
45511         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
45512         out in case it is missing.
45513         * sysdeps/ia64/elf/configure.in: Likewise.
45514         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
45515         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
45516         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
45517         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
45518         * sysdeps/sh/elf/configure.in: Likewise.
45519         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
45520         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45521         * sysdeps/x86_64/elf/configure.in: Likewise.
45522         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
45523         * sysdeps/mach/hurd/tls.h: Likewise.
45524
45525         [BZ #13067]
45526         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
45527
45528         [BZ #13090]
45529         * configure.in: Fix use of AC_INIT.
45530
45531         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
45532
45533 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
45534
45535         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
45536         __set_errno.
45537         * malloc/hooks.c: Likewise.
45538
45539         [BZ #11929]
45540         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
45541         variables statically.
45542         (narenas): Initialize.
45543         (list_lock): Initialize.
45544         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
45545         initializtion of main_arena and list_lock.  Small cleanups.
45546         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
45547         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
45548         Add initializers to main_arena and mp_.
45549         (malloc_state): Remove pagesize member.  Change all users to use
45550         GLRO(dl_pagesize).
45551
45552         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
45553         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
45554         is always initialized.
45555
45556         * malloc/malloc.c: Removed unused configurations and dead code.
45557         * malloc/arena.c: Likewise.
45558         * malloc/hooks.c: Likewise.
45559         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
45560
45561         * include/tls.h: Removed.  USE___THREAD must always be defined.
45562         * bits/libc-tsd.h: Don't handle !USE___THREAD.
45563         * elf/dl-libc.c: Likewise.
45564         * elf/dl-tsd.c: Likewise.
45565         * include/errno.h: Likewise.
45566         * include/netdb.h: Likewise.
45567         * include/resolv.h: Likewise.
45568         * inet/herrno-loc.c: Likewise.
45569         * inet/herrno.c: Likewise.
45570         * malloc/arena.c: Likewise.
45571         * malloc/hooks.c: Likewise.
45572         * malloc/malloc.c: Likewise.
45573         * resolv/res-state.c: Likewise.
45574         * resolv/res_libc.c: Likewise.
45575         * sysdeps/i386/dl-machine.h: Likewise.
45576         * sysdeps/ia64/dl-machine.h: Likewise.
45577         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
45578         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
45579         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
45580         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
45581         * sysdeps/sh/dl-machine.h: Likewise.
45582         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45583         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45584         * sysdeps/unix/i386/sysdep.S: Likewise.
45585         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
45586         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
45587         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
45588         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
45589         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
45590         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
45591         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
45592         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45593         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45594         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
45595         * sysdeps/unix/x86_64/sysdep.S: Likewise.
45596         * sysdeps/x86_64/dl-machine.h: Likewise.
45597         * tls.make.c: Likewise.
45598
45599         * configure.in: Remove --with-__thread option.  Make tests for
45600         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
45601         tls_model attribute fail if no support is available.  Remove
45602         USE_IN_LIBIO.
45603         * Makeconfig: Adjust for dropped configure option.  All features are
45604         now mandatory.
45605         * Makerules: Likewise.
45606         * Versions.def: Likewise.
45607         * argp/argp-fmtstream.c: Likewise.
45608         * argp/argp-fmtstream.h: Likewise.
45609         * argp/argp-help.c: Likewise.
45610         * assert/assert.c: Likewise.
45611         * config.h.in: Likewise.
45612         * config.make.in: Likewise.
45613         * configure: Likewise.
45614         * configure.in: Likewise.
45615         * csu/Versions: Likewise.
45616         * csu/init.c: Likewise.
45617         * elf/tst-audit2.c: Likewise.
45618         * elf/tst-tls10.c: Likewise.
45619         * elf/tst-tls10.h: Likewise.
45620         * elf/tst-tls11.c: Likewise.
45621         * elf/tst-tls12.c: Likewise.
45622         * elf/tst-tls14.c: Likewise.
45623         * elf/tst-tlsmod11.c: Likewise.
45624         * elf/tst-tlsmod12.c: Likewise.
45625         * elf/tst-tlsmod13.c: Likewise.
45626         * elf/tst-tlsmod13a.c: Likewise.
45627         * elf/tst-tlsmod14a.c: Likewise.
45628         * elf/tst-tlsmod15b.c: Likewise.
45629         * elf/tst-tlsmod16a.c: Likewise.
45630         * elf/tst-tlsmod16b.c: Likewise.
45631         * elf/tst-tlsmod7.c: Likewise.
45632         * elf/tst-tlsmod8.c: Likewise.
45633         * elf/tst-tlsmod9.c: Likewise.
45634         * gmon/gmon.c: Likewise.
45635         * grp/fgetgrent_r.c: Likewise.
45636         * grp/putgrent.c: Likewise.
45637         * hurd/fopenport.c: Likewise.
45638         * include/libc-symbols.h: Likewise.
45639         * include/tls.h: Likewise.
45640         * intl/gettextP.h: Likewise.
45641         * intl/loadinfo.h: Likewise.
45642         * locale/global-locale.c: Likewise.
45643         * locale/localeinfo.h: Likewise.
45644         * mach/devstream.c: Likewise.
45645         * malloc/arena.c: Likewise.
45646         * malloc/set-freeres.c: Likewise.
45647         * misc/err.c: Likewise.
45648         * misc/getttyent.c: Likewise.
45649         * misc/mntent_r.c: Likewise.
45650         * posix/getopt.c: Likewise.
45651         * posix/wordexp.c: Likewise.
45652         * pwd/fgetpwent_r.c: Likewise.
45653         * resolv/Versions: Likewise.
45654         * resolv/res_hconf.c: Likewise.
45655         * shadow/fgetspent_r.c: Likewise.
45656         * shadow/putspent.c: Likewise.
45657         * stdio-common/printf_fphex.c: Likewise.
45658         * stdio-common/tmpfile.c: Likewise.
45659         * stdlib/abort.c: Likewise.
45660         * stdlib/fmtmsg.c: Likewise.
45661         * sunrpc/auth_unix.c: Likewise.
45662         * sunrpc/clnt_perr.c: Likewise.
45663         * sunrpc/clnt_tcp.c: Likewise.
45664         * sunrpc/clnt_udp.c: Likewise.
45665         * sunrpc/clnt_unix.c: Likewise.
45666         * sunrpc/openchild.c: Likewise.
45667         * sunrpc/svc_simple.c: Likewise.
45668         * sunrpc/svc_tcp.c: Likewise.
45669         * sunrpc/svc_udp.c: Likewise.
45670         * sunrpc/svc_unix.c: Likewise.
45671         * sunrpc/xdr.c: Likewise.
45672         * sunrpc/xdr_array.c: Likewise.
45673         * sunrpc/xdr_rec.c: Likewise.
45674         * sunrpc/xdr_ref.c: Likewise.
45675         * sunrpc/xdr_stdio.c: Likewise.
45676
45677 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45678
45679         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45680
45681 2011-07-03  Andreas Jaeger  <aj@suse.de>
45682
45683         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
45684         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
45685         regenerate with gen-libm-tests.pl.
45686
45687 2010-05-12  Petr Baudis  <pasky@suse.cz>
45688
45689         [BZ #11589]
45690         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
45691         around j0() zero points by switching to j1().
45692         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45693         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45694         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45695         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45696
45697 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45698
45699         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
45700         instead of 0.
45701         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
45702         instead of 0.
45703         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45704         Patch in part by Pavel Roskin <proski@gnu.org>.
45705
45706         [BZ #13138]
45707         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
45708         realloc.
45709         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
45710         Free memory block if necessary.
45711
45712         [BZ #12847]
45713         * libio/genops.c (INTDEF): For string streams the _lock pointer can
45714         be NULL.  Don't lock in this case.
45715
45716 2011-09-09  Roland McGrath  <roland@hack.frob.com>
45717
45718         * elf/elf.h (ELFOSABI_GNU): New macro.
45719         (ELFOSABI_LINUX): Define to that.
45720
45721 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
45722
45723         * string/strncat.c (strncat): Undef the symbol in case it has been
45724         defined in bits/string.h.
45725
45726 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45727
45728         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
45729
45730         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
45731         link map.
45732
45733 2011-08-17  Andreas Jaeger  <aj@suse.de>
45734
45735         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
45736
45737 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
45738             Ian Lance Taylor  <iant@google.com>
45739
45740         * math/libm-test.inc (lround_test): New testcase.
45741         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
45742
45743 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
45744
45745         * Makefile: Remove support for automatic cvs check-ins.
45746         * Makerules: Likewise.
45747         * config.make.in: Likewise.
45748         * configure.in: Likewise.
45749         * intl/Makefile: Likewise.
45750         * locale/Makefile: Likewise.
45751         * po/Makefile: Likewise.
45752         * posix/Makefile: Likewise.
45753         * sysdeps/gnu/Makefile: Likewise.
45754         * sysdeps/mach/hurd/Makefile: Likewise.
45755         * sysdeps/sparc/sparc32/Makefile: Likewise.
45756
45757         [BZ #13118]
45758         * posix/Makefile (bug-regex32-ENV): Define.
45759         Patch by John Stanley <jpsinthemix@verizon.net>.
45760
45761         * misc/Makefile (headers): Add bits/select2.h.
45762         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
45763         * misc/bits/select2.h: New file.
45764         * include/bits/select2.h: New file.
45765         * debug/Makefile (routines): Add fdelt_chk.
45766         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
45767         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
45768         FD_ISSET.
45769         * debug/fdelt_chk.c: New file.
45770
45771         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
45772         * wcsmbs/test-wmemcmp.c: Likewise.
45773         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
45774         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
45775
45776 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45777
45778         * string/Makefile (strop-tests): Add memcmp.
45779         * string/test-wmemcmp.c: New file.
45780         * string/test-memcmp.c: Add wmemcmp support.
45781
45782 2011-09-08  Roland McGrath  <roland@hack.frob.com>
45783
45784         [BZ #13153]
45785         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
45786         2011-07-19 change.
45787
45788         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
45789         garbage value in a __mach_port_mod_refs call in the cases of the
45790         task-self and thread-self ports.
45791
45792 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45793
45794         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
45795
45796 2011-09-08  Andreas Schwab  <schwab@redhat.com>
45797
45798         * elf/dl-load.c (lose): Check for non-null L.
45799
45800 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
45801
45802         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
45803
45804         * elf/dl-libc.c (dlerror_run): Pass back error code from
45805         dl_catch_error.
45806
45807         [BZ #13123]
45808         * elf/dl-load.c (lose): Free l_origin if it is valid.
45809
45810         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
45811         names.
45812         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
45813         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
45814         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
45815         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
45816         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
45817         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
45818
45819 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45820
45821         * sysdeps/powerpc/fpu/e_hypot.c: New file.
45822         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
45823         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
45824         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
45825         * sysdeps/powerpc/fpu/k_cosf.c: New file.
45826         * sysdeps/powerpc/fpu/k_sinf.c: New file.
45827         * sysdeps/powerpc/fpu/s_cosf.c: New file.
45828         * sysdeps/powerpc/fpu/s_sinf.c: New file.
45829         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
45830         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
45831
45832 2011-08-15  Alan Modra  <amodra@gmail.com>
45833
45834         [BZ #13092]
45835         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
45836         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
45837         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
45838         ppc_mcount to static-only-routines.
45839         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
45840         __mcount_internal.
45841         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
45842         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
45843
45844 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
45845
45846         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
45847         for finite and infinity parameters.
45848
45849 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
45850
45851         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
45852         and add nop instructions for throughput optimization.
45853         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
45854
45855 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
45856
45857         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
45858         aligned copy for power7 with vector-scalar instructions.
45859         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
45860
45861 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
45862
45863         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
45864         AVX check.
45865
45866 2011-09-07  Andreas Schwab  <schwab@redhat.com>
45867
45868         [BZ #13144]
45869         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
45870         last change.
45871
45872 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
45873
45874         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45875         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
45876         syscall wrapper around clock_gettime in __vdso_clock_gettime.
45877         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
45878         clock_gettime.
45879
45880 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
45881
45882         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
45883         Forgot to demangle the pointer.
45884
45885         * sysdeps/i386/sysdep.h: Define atom_text_section.
45886         * sysdeps/x86_64/sysdep.h: Likewise.
45887         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
45888         section with atom_text_section.
45889         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
45890         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
45891         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
45892         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
45893         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
45894
45895         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
45896         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
45897         already be defined.  Change to take two parameters and don't assign
45898         result to variable.  Adjust all users.
45899         Define INTERNAL_GETTIME if not already defined.
45900         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
45901         call.
45902         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
45903         HAVE_CLOCK_GETTIME_VSYSCALL.
45904         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
45905
45906         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
45907         gettimeofday vsyscall, just use time.
45908
45909 2011-09-06  Andreas Schwab  <schwab@redhat.com>
45910
45911         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
45912         <errno.h>.
45913
45914 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
45915
45916         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
45917         syscall on x86-64.
45918         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
45919         syscall.
45920         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
45921         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
45922         syscall if possible.
45923
45924 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
45925
45926         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
45927         e_ident.  Don't pass to find_mapsXX.
45928         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
45929
45930 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45931
45932         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45933         strchr-sse2-no-bsf strrchr-sse2-no-bsf
45934         * sysdeps/x86_64/multiarch/strchr.S: Update.
45935         Check bit_slow_BSF bit.
45936         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
45937         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
45938         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
45939
45940 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
45941
45942         [BZ #13134]
45943         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
45944         before glibc 2.15.
45945         (tryshell): Define.
45946         (__spawni): Change last parameter to be flag.  Test
45947         SPAWN_XFLAGS_USE_PATH flag to use path or not.
45948         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
45949         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
45950         * posix/spawni.c: Likewise.
45951         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
45952         * posix/spawnp.c: Likewise.  Change normal version to use
45953         SPAWN_XFLAGS_USE_PATH.
45954         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
45955         SPAWN_XFLAGS_TRY_SHELL.
45956
45957         [BZ #13150]
45958         * posix/glob.h: Remove gcc 1.x support.
45959
45960         [BZ #13068]
45961         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
45962
45963 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45964
45965         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45966         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
45967         strrchr-sse2-bsf
45968         * sysdeps/i386/i686/multiarch/strchr.S: New file.
45969         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
45970         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
45971         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
45972         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
45973         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
45974
45975 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45976
45977         * sysdeps/x86_64/wcscmp.S: New file.
45978
45979         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
45980         wcscmp-c wcscmp-sse2
45981         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
45982         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
45983         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
45984         * wcsmbs/wcscmp.c: Allow renaming.
45985
45986 2011-09-05  David S. Miller  <davem@davemloft.net>
45987
45988         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
45989         stack slot, rather than the struct return pointer slot.
45990         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
45991         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
45992         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
45993         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
45994
45995 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
45996
45997         * po/ja.po: Update from translation team.
45998
45999         [BZ #13144]
46000         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
46001         kernel in 64-bit binaries.
46002
46003 2011-09-01  David S. Miller  <davem@davemloft.net>
46004
46005         * elf/elf.h (HWCAP_SPARC_*): Move to..
46006         * sysdeps/sparc/sysdep.h: this new file and add new values.
46007         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
46008         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
46009         _DL_HWCAP_COUNT to 24.
46010         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
46011         entries.
46012         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
46013         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
46014         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
46015         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
46016         instead of magic constants.
46017         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46018
46019 2011-08-31  David S. Miller  <davem@davemloft.net>
46020
46021         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
46022         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
46023         Reimplement to do errno handling inline.
46024         (SYSCALL_ERROR_HANDLER): New macro.
46025         (__SYSCALL_STRING): Do not do errno handling in asm.
46026         (__CLONE_SYSCALL_STRING): Delete.
46027         (__INTERNAL_SYSCALL_STRING): Delete.
46028         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
46029         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
46030         (PSEUDO): Reimplement to do errno handling inline.
46031         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
46032         (SYSCALL_ERROR_HANDLER): New macro.
46033         (__SYSCALL_STRING): Do not do errno handling in asm.
46034         (__CLONE_SYSCALL_STRING): Delete.
46035         (__INTERNAL_SYSCALL_STRING): Delete.
46036         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
46037         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
46038         i386.
46039         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
46040         (inline_syscall*): Add 'err' argument.
46041         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
46042         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
46043         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
46044         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
46045
46046         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
46047         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
46048
46049 2011-08-30  Andreas Schwab  <schwab@redhat.com>
46050
46051         * elf/rtld.c (dl_main): Relocate objects in dependency order.
46052
46053 2011-08-29  Jiri Olsa <jolsa@redhat.com>
46054
46055         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
46056         directive.
46057
46058 2011-08-24  David S. Miller  <davem@davemloft.net>
46059
46060         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
46061
46062 2011-08-24  Andreas Schwab  <schwab@redhat.com>
46063
46064         * elf/Makefile: Add rules to build and run unload8 test.
46065         * elf/unload8.c: New file.
46066         * elf/unload8mod1.c: New file.
46067         * elf/unload8mod1x.c: New file.
46068         * elf/unload8mod2.c: New file.
46069         * elf/unload8mod3.c: New file.
46070
46071         * elf/dl-close.c (_dl_close_worker): Reset private search list if
46072         it wasn't used.
46073
46074 2011-08-23  David S. Miller  <davem@davemloft.net>
46075
46076         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
46077         subtract stack bias.
46078         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
46079         %sp not %fp in calculations.
46080         (_JMPBUF_UNWINDS_ADJ): Likewise.
46081
46082         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
46083         (aio_suspend): Call it to force an exception region around the
46084         AIO_MISC_WAIT() invocation.
46085
46086 2011-08-23  Andreas Schwab  <schwab@redhat.com>
46087
46088         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
46089         backslash.
46090
46091 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
46092
46093         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
46094         protection macro.
46095         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
46096         and <dl-machine.h>.
46097         (Elf64_FuncDesc): Remove.
46098
46099 2011-08-22  David S. Miller  <davem@davemloft.net>
46100
46101         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
46102         sigaltstack check, add missing cfi directives.
46103         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
46104         missing cfi directives, and sigaltstack handling.
46105
46106 2011-08-16  Andreas Schwab  <schwab@redhat.com>
46107
46108         [BZ #11724]
46109         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
46110         object is seen twice.
46111         * elf/dl-fini.c (_dl_sort_fini): Likewise.
46112
46113         * elf/Makefile (distribute): Add tst-initorder2.c.
46114         (tests): Add tst-initorder2.
46115         (modules-names): Add tst-initorder2a tst-initorder2b
46116         tst-initorder2c tst-initorder2d.  Add rules to build them.
46117         ($(objpfx)tst-initorder2.out): New rule.
46118         * elf/tst-initorder2.c: New file.
46119         * elf/tst-initorder2.exp: New file.
46120
46121 2011-08-22  Andreas Schwab  <schwab@redhat.com>
46122
46123         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
46124
46125         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
46126         dependencies back to end of function.
46127
46128         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
46129         $(elfobjdir)/ld.so.
46130
46131 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
46132
46133         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
46134         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
46135         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
46136         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
46137         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
46138         of __vdso_gettimeofday.
46139         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
46140         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
46141         attribute_hidden.
46142         (_libc_vdso_platform_setup): Remove initialization of
46143         __vdso_gettimeofday and __vdso_time.
46144
46145 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
46146
46147         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
46148         and fgetc_unlocked.
46149         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
46150         getc_unlocked.
46151
46152         * elf/dl-open.c (add_to_global): Report additions to the global scope
46153         for LD_DEBUG=scopes.
46154         (dl_open_worker): Also print scope of newly loaded dependencies.
46155         (_dl_show_scope): Indicate if there is no scope.
46156
46157         [BZ #13114]
46158         * stdio-common/Makefile (tests): Add bug24.
46159         * stdio-common/bug24.c: New file.
46160
46161 2011-08-19  Andreas Jaeger  <aj@suse.de>
46162
46163         [BZ #13114]
46164         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
46165         non-existant file when using close-on-exec mode.
46166
46167 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
46168
46169         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
46170         the very first instruction.
46171
46172         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
46173         the CFI state in the end.
46174         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
46175         inclusion of dl-trampoline.h.
46176         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
46177
46178 2011-08-19  Andreas Schwab  <schwab@redhat.com>
46179
46180         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
46181         expectations for long double.
46182
46183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
46184         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
46185
46186 2011-08-14  David S. Miller  <davem@davemloft.net>
46187
46188         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
46189         artificual limit depends upon the system page size.
46190
46191 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46192
46193         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
46194         * resolv/Makefile: Define CFLAGS-libresolv.
46195
46196 2011-08-17  Andreas Schwab  <schwab@redhat.com>
46197
46198         * nss/makedb.c (compute_tables): Make variables used in nested
46199         function static.
46200
46201 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46202
46203         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
46204         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
46205         if buffer was too small.
46206
46207         * elf/pldd.c (main): Attach to all threads in the process.
46208         Rewrite /proc handling to use *at functions.
46209
46210 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
46211
46212         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
46213         specifies first scope to show.
46214         (dl_open_worker): Update callers.  Move printing scope of new
46215         object to before the relocation.
46216         * elf/rtld.c (dl_main): Update _dl_show_scope call.
46217         * sysdeps/generic/ldsodefs.h: Update declaration.
46218
46219         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
46220         string for the scope number.
46221
46222 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
46223
46224         * nscd/servicescache.c (cache_addserv): Make sure written is always
46225         initialized.
46226
46227 2011-08-14  Roland McGrath  <roland@hack.frob.com>
46228
46229         * sysdeps/i386/i486/bits/atomic.h
46230         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
46231         statement expression, so as to suppress "set but not used" warning.
46232         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
46233
46234         * string/strncat.c (STRNCAT): Use prototype definition.
46235
46236         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
46237         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
46238         -Iprograms here.
46239         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
46240         (localedef-modules): Add localedef.
46241         (locale-modules): Add locale.
46242
46243         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
46244         * elf/rtld.c (dl_main): Invert order of assignment in last change,
46245         to avoid a warning.
46246
46247 2011-08-14  David S. Miller  <davem@davemloft.net>
46248
46249         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
46250         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
46251
46252 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
46253
46254         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
46255         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
46256         * elf/rtld.c (dl_main): Set l_name of vDSO.
46257         Call _dl_show_scope when DL_DEBUG_SCOPES.
46258         (process_dl_debug): Recognize scopes flag and also set it for all.
46259         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
46260         Declare _dl_show_scope.
46261
46262         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
46263         (do_dlopen): Pass caller_dlopen to dl_open.
46264         (__libc_dlopen_mode): Initialize caller_dlopen.
46265
46266         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
46267         of libc.  Make tolower call locale-independent.  Optimize a bit by
46268         using isdigit instead of isalnum.
46269         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
46270
46271 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
46272
46273         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
46274         was a dependency or dynamically loaded.
46275
46276 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
46277
46278         * intl/l10nflist.c: Allow architecture-specific pop function.
46279         * sysdeps/x86_64/l10nflist.c: New file.
46280
46281         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
46282         classification.
46283
46284 2011-08-10  Andreas Schwab  <schwab@redhat.com>
46285
46286         * include/dirent.h: Add libc_hidden_proto for scandirat and
46287         scandirat64.  Don't declare __scandirat64.
46288         * dirent/scandirat.c: Add libc_hidden_def.
46289         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
46290         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
46291
46292 2011-08-10  David S. Miller  <davem@davemloft.net>
46293
46294         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
46295         enum.
46296         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46297         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46298         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46299
46300 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
46301
46302         * Versions.def [libc]: Add GLIBC_2.15.
46303         * dirent/Makefile (routines): Add scandirat and scandirat64.
46304         * dirent/Versions [libc]: Export scandirat and scandirat64 for
46305         GLIBC_2.15.
46306         * dirent/dirent.h: Declare scandirat and scandirat64.
46307         * dirent/scandirat.c: New file.
46308         * dirent/scandirat64.c: New file.
46309         * sysdeps/wordsize-64/scandirat.c: New file.
46310         * sysdeps/wordsize-64/scandirat64.c: New file.
46311         * dirent/opendir.c: Define opendirat.
46312         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
46313         using scandirat.
46314         * dirent/scandir64.c: Adjust for scandir.c change.
46315         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
46316         __scandirat64, and __scandir_cancel_handler.
46317         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
46318         additional parameter and use openat instead of open (outside of ld.so).
46319         Add new __opendir as wrapper around __opendirat.
46320         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
46321         here without requiring old scandirat implementation.
46322
46323 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
46324
46325         * dirent/scandir.c (cancel_handler): Renamed to
46326         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
46327         defined.  Adjust users.
46328         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
46329         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
46330
46331 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
46332
46333         * string/test-string.h (IMPL): Use __STRING to expand name and then
46334         stringify it.
46335
46336         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
46337         of cleanups.
46338
46339 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46340
46341         * string/Makefile: Update.
46342         (strop-tests): Append strncat.
46343         * string/test-wcscmp.c: New file.
46344         New comprehensive test for wcscmp.
46345         * string/test-strcmp.c: Update.
46346         (WIDE): New define.
46347
46348 2011-07-22  Andreas Schwab  <schwab@redhat.com>
46349
46350         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
46351         line.
46352
46353 2011-07-26  Andreas Schwab  <schwab@redhat.com>
46354
46355         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
46356         encoding to ACE if AI_IDN.
46357
46358 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
46359
46360         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
46361         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
46362
46363 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46364
46365         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
46366         Fix overflow bug in strncat.
46367         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
46368
46369         * string/test-strncat.c: Update.
46370         Add new tests for checking overflow bugs.
46371
46372 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46373
46374         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46375         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
46376         * sysdeps/i386/i686/multiarch/strcat.S: New file.
46377         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
46378         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
46379         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
46380         * sysdeps/i386/i686/multiarch/strncat.S: New file.
46381         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
46382         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
46383
46384         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
46385         (USE_AS_STRCAT): Define.
46386         Add strcat and strncat support.
46387         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46388
46389 2011-07-25  Andreas Schwab  <schwab@redhat.com>
46390
46391         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
46392         __n bigger than INT_MAX+1.
46393         (__strncmp_g): Likewise.
46394
46395 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
46396
46397         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
46398         * libio/stido.h: Likewise.
46399
46400         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
46401         (AF_NFC): Define.
46402         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
46403         (AF_NFC): Define.
46404
46405         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
46406         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46407         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46408         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
46409         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46410
46411         [BZ #13021]
46412         * scripts/test-installation.pl: Don't expect libnss_test1 to be
46413         installed.
46414
46415         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
46416         typo.
46417         (_dl_x86_64_save_sse): Likewise.
46418
46419 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
46420
46421         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
46422         OSXSAVE.
46423         (_dl_x86_64_save_sse): Likewise.
46424
46425         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
46426
46427         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
46428
46429 2011-07-21  Andreas Schwab  <schwab@redhat.com>
46430
46431         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
46432         change.
46433         (_dl_x86_64_save_sse): Use correct AVX check.
46434
46435 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46436
46437         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
46438         bug in strncpy/strncat.
46439         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
46440
46441 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
46442
46443         * string/tester.c (test_strcat): Add tests for different alignments
46444         of source and destination.
46445         (test_strncat): Likewise.
46446
46447 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46448
46449         [BZ #12852]
46450         * posix/glob.c (glob): Check passed in values before using them in
46451         expressions to avoid some overflows.
46452         (glob_in_dir): Likewise.
46453
46454         [BZ #13007]
46455         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
46456         check for AVX enablement so that we don't crash with old kernels and
46457         new hardware.
46458         * elf/tst-audit4.c: Add same checks here.
46459         * elf/tst-audit6.c: Likewise.
46460
46461         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
46462
46463 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
46464
46465         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
46466
46467 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46468
46469         * po/cs.po: Update from translation team.
46470         * po/bg.po: Likewise.
46471
46472 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
46473
46474         * misc/sys/cdefs.h: Add support for const attribute.
46475         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
46476         to gnu_dev_{major,minor,makedev} functions.
46477
46478 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
46479
46480         * intl/dcigettext.c (get_output_charset): Add missing bracket.
46481
46482 2011-07-20  Andreas Schwab  <schwab@redhat.com>
46483
46484         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
46485         strlen results.
46486
46487 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46488
46489         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
46490         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
46491         register in order to avoid conflicts with the soft frame pointer
46492         being held in r11 when necessary.
46493         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
46494         (INTERNAL_VSYSCALL_NCS): Likewise.
46495
46496 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
46497
46498         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
46499         * elf/dl-fini.c (_dl_fini): Adjust caller.
46500         * elf/dl-close.c (_dl_close_worker): Likewise.
46501         * sysdeps/generic/ldsodefs.h: Adjust declaration.
46502
46503 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46504
46505         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
46506         "aux_cache->nlibs < 0".
46507
46508         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
46509         in the reload-count case.
46510
46511 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46512
46513         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46514         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
46515         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
46516         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
46517         * sysdeps/x86_64/multiarch/strcat.S: New file.
46518         * sysdeps/x86_64/multiarch/strncat.S: New file.
46519         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
46520         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
46521         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
46522         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
46523         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
46524         (USE_AS_STRCAT): Define.
46525         Add strcat and strncat support.
46526         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46527         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
46528         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
46529         * string/strncat.c: Update.
46530         (USE_AS_STRNCAT): Define.
46531         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46532         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
46533         and i7.
46534         * sysdeps/x86_64/multiarch/init-arch.h
46535         (bit_Prefer_PMINUB_for_stringop): New.
46536         (index_Prefer_PMINUB_for_stringop): Likewise.
46537         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
46538         bit_Prefer_PMINUB_for_stringop.
46539
46540 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46541
46542         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
46543         buffer64.
46544         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
46545         of casting of buffer.
46546         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
46547         buffer32 and buffer64.
46548         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
46549         writes instead of casting of buffer.
46550         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
46551         buffer32.
46552         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
46553         casting of buffer.
46554
46555 2011-07-19  Andreas Schwab  <schwab@redhat.com>
46556
46557         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
46558
46559 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46560
46561         * nscd/nscd.c (termination_handler): Don't do anything for a database
46562         if it has not yet been initialized.
46563
46564 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46565
46566         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46567
46568 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46569
46570         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46571
46572 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46573
46574         * po/nl.po: Update from translation team.
46575         * po/sv.po: Likewise.
46576
46577 2011-07-16  Roland McGrath  <roland@hack.frob.com>
46578
46579         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
46580         now disallowed by GCC.
46581
46582         * configure.in (use-default-link): Default to yes if a test -shared
46583         link meets our qualifications.
46584         * configure: Regenerated.
46585
46586         * config.make.in (output-format): New variable.
46587         * configure.in: Check for ld --print-output-format support.
46588         * configure: Regenerated.
46589         * Makerules ($(common-objpfx)format.lds)
46590         [$(output-format) != unknown]: Just use $(output-format),
46591         instead of the linker-script munging.
46592
46593 2011-07-14  Roland McGrath  <roland@hack.frob.com>
46594
46595         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
46596         of $(common-objpfx)shlib.lds.
46597         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
46598
46599         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
46600         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
46601
46602         * configure.in (-z relro check): Adjust test code to add a large
46603         writable data section after it.
46604         * configure: Regenerated.
46605
46606 2011-07-11  Roland McGrath  <roland@hack.frob.com>
46607
46608         * configure.in (-z relro check): Fix test code to make the variable
46609         truly const.
46610         * configure: Regenerated.
46611
46612 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
46613
46614         * nscd/nscd.h (struct traced_file): Define.
46615         (struct database_dyn): Remove inotify_descr, reset_res, and filename
46616         elements.  Add traced_files.
46617         (inotify_fd): Declare.
46618         (register_traced_file): Declare.
46619         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
46620         (inotify_fd): Export.
46621         (resolv_conf_descr): Remove.
46622         (nscd_init): Move inotify descriptor creation to main.
46623         Don't register files for notification here.
46624         (register_traced_file): New function.
46625         (invalidate_cache): Don't use reset_res to determine whether to call
46626         res_init, go through the list of registered files.
46627         (main_loop_poll): The inotify descriptors are now stored in the
46628         structures for the traced files.
46629         (main_loop_epoll): Likewise
46630         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
46631         to __nss_disable_nscd.
46632         * nscd/cache.c (prune_cache): There is no single inotify descriptor
46633         for a database anymore.  Check the records for all the registered
46634         files instead.
46635         * nss/Makefile (libnss_files-routines): Add files-init.
46636         (libnss_db-routines): Add db-init.
46637         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
46638         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
46639         * nss/nss_db/db-init.c: New file.
46640         * nss/nss_files/files-init.c: New file.
46641         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
46642         __nss_lookup_function.
46643         (__nss_lookup_function): Call nss_load_library.
46644         (nss_load_all_libraries): New function.
46645         (__nss_disable_nscd): Take parameter with callback function for files
46646         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
46647         used for the cached services.
46648         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
46649         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
46650         options for features to all the files in nscd.
46651
46652         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
46653
46654 2011-07-10  Roland McGrath  <roland@hack.frob.com>
46655
46656         * csu/elf-init.c (__libc_csu_init): Comment typo.
46657
46658 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
46659
46660         * po/pl.po: Update from translation team.
46661         * po/ja.po: Likewise.
46662         * po/ru.po: Likewise.
46663         * po/ko.po: Likewise.
46664         * po/fr.po: Likewise.
46665
46666 2011-07-09  Roland McGrath  <roland@hack.frob.com>
46667
46668         * configure.in (.ctors/.dtors header and trailer check):
46669         Use an empirical test on a built program.
46670         * configure: Regenerated.
46671
46672         * configure.in (-z relro check): Use an empirical test on a built DSO.
46673         Detect, but do not require, on ia64.
46674         * configure: Regenerated.
46675
46676         * configure.in (READELF): Find it with AC_CHECK_TOOL.
46677         Update tests that use readelf to use $READELF instead.
46678         * configure: Regenerated.
46679
46680 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
46681
46682         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
46683         if the result is not used.
46684
46685 2011-07-05  Andreas Jaeger  <aj@suse.de>
46686
46687         [BZ#9696]
46688         * stdlib/tst-strtod.c: Add testcase.
46689
46690 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
46691
46692         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46693         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
46694         The latter has a higher limit.  Take additional parameter to pass to
46695         the new function.
46696         (__pathconf): Pass file to __statfs_link_max.
46697         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
46698         __statfs_link_max.
46699         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
46700         __statfs_link_max.
46701
46702         [BZ #12868]
46703         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
46704         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
46705         Handle Lustre.
46706         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
46707         (__statfs_filesize_max): Likewise.
46708         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
46709
46710 2011-07-05  Andreas Jaeger  <aj@suse.de>
46711
46712         * resolv/res_comp.c (dn_skipname): Remove unused variable.
46713
46714 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
46715
46716         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
46717         `status' variable.
46718         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
46719         Likewise.
46720
46721 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
46722
46723         * Makefile (strop-tests): Add strncat.
46724         * string/test-strncat.c: New file.
46725
46726 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
46727
46728         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
46729
46730 2011-06-21  Andreas Jaeger  <aj@suse.de>
46731
46732         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
46733         Copy rule from iconvdata/Makefile.
46734
46735 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
46736
46737         [BZ #12922]
46738         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
46739         but no long options are defined, just return 'W'.
46740
46741 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
46742
46743         [BZ #9696]
46744         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
46745
46746 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
46747
46748         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
46749         netgroups to read.
46750         (innetgr): Likewise.
46751
46752 2011-07-05  Roland McGrath  <roland@hack.frob.com>
46753
46754         * config.make.in (install_root): Default to $(DESTDIR).
46755
46756 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
46757
46758         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
46759
46760 2011-07-02  Roland McGrath  <roland@hack.frob.com>
46761
46762         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
46763
46764         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
46765         containing directory rather than embedding absolute directory names.
46766
46767         * scripts/check-local-headers.sh: Rewritten using awk.
46768         Match by word, not by line.  Print error messages for matches.
46769         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
46770
46771         * Makerules [shlib-lds-flags empty]:
46772         ($(common-objpfx)libc_pic.opts): New target.
46773         ($(common-objpfx)libc_pic.os.clean): New target.
46774         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
46775
46776         * config.make.in (OBJCOPY): New variable.
46777         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
46778         * configure: Regenerated.
46779
46780         * config.make.in (use-default-link): New variable.
46781         * configure.in (use_default_link): Grok --with-default-link to set it.
46782         * configure: Regenerated.
46783         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
46784         (shlib-lds, shlib-lds-flags): Define to empty.
46785
46786         * Makerules (shlib-lds): New variable.
46787         (shlib-lds-flags): New variable.
46788         (build-shlib, build-moduile, build-module-asneeded): Use it.
46789         ($(common-objpfx)libc.so): Use $(shlib-lds).
46790         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
46791         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
46792
46793         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
46794         DT_FLAGS/DT_FLAGS_1 with zero flags.
46795
46796         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
46797         linker script munging.
46798
46799 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
46800
46801         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
46802         as 128-bit value.
46803         * crypt/sha512.c (sha512_process_block): Perform total addition using
46804         128-bit if possible.
46805         (__sha512_finish_ctx): Likewise.
46806         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
46807         as 64-bit value.
46808         * crypt/sha256.c (SWAP64): Define.
46809         (sha256_process_block): Perform total addition using 64-bit if
46810         possible.
46811         (__sha256_finish_ctx): Likewise.
46812
46813 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
46814
46815         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
46816         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46817         * nscd/hstcache.c (cache_addhst): Likewise.
46818         * nscd/grpcache.c (cache_addgr): Likewise.
46819         * nscd/aicache.c (addhstaiX): Likewise
46820         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
46821
46822 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
46823
46824         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
46825         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46826         * nscd/hstcache.c (cache_addhst): Likewise.
46827         * nscd/grpcache.c (cache_addgr): Likewise.
46828         * nscd/aicache.c (addhstaiX): Likewise
46829
46830 2011-07-01  Andreas Schwab  <schwab@redhat.com>
46831
46832         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
46833         domain only when needed.
46834
46835 2011-06-30  Andreas Schwab  <schwab@redhat.com>
46836
46837         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
46838         is always restored.
46839
46840 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
46841
46842         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
46843         are re-adding the entry.
46844         * nscd/servicescache.c (cache_addserv): Likewise.
46845
46846 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
46847
46848         * sysdeps/generic/dl-irel.h: fix protection against multiple
46849         inclusions.
46850         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
46851
46852 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
46853
46854         [BZ #12935]
46855         * malloc/memusage.sh: Fix quoting in message.
46856         * debug/xtrace.sh: Likewise.
46857
46858         * configure.in: Remove support for --experimental-malloc option, make
46859         it the default.
46860         * config.make.in: Likewise.
46861         * malloc/Makefile: Likewise.
46862
46863 2011-06-27  Andreas Schwab  <schwab@redhat.com>
46864
46865         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
46866         two-byte characters.
46867
46868 2011-06-27  Roland McGrath  <roland@hack.frob.com>
46869
46870         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
46871         AC_CACHE_CHECK invocation.
46872         * configure: Regenerated.
46873
46874         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
46875
46876 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
46877
46878         [BZ #12350]
46879         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
46880         bit from old_res_options.
46881
46882         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
46883
46884         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
46885         value type for setfct.
46886
46887 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
46888
46889         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
46890         __gettimeofday instead of gettimeofday.
46891
46892 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
46893
46894         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
46895
46896 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
46897
46898         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
46899
46900         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
46901         info.
46902
46903 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
46904
46905         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46906         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
46907         strcpy-sse2-unaligned strncpy-sse2-unaligned
46908         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
46909         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
46910         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
46911         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
46912         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
46913         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
46914         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
46915         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
46916         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
46917         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
46918         (STRCPY): Support SSE2 and SSSE3 versions.
46919
46920 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
46921
46922         [BZ #12874]
46923         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
46924         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
46925         kernels which artificially limit size of requests.
46926
46927 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
46928
46929         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46930         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
46931         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
46932         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
46933         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
46934         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
46935         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
46936         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
46937         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
46938         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
46939         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
46940         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
46941         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
46942         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
46943         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
46944         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46945         Enable unaligned load optimization for Intel Core i3, i5 and i7
46946         processors.
46947         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
46948         Define.
46949         (index_Fast_Unaligned_Load): Define.
46950         (HAS_FAST_UNALIGNED_LOAD): Define.
46951
46952 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
46953
46954         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
46955
46956 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
46957
46958         [BZ #12907]
46959         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
46960         until it is clear that the information is realy needed.
46961         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
46962
46963 2011-06-22  Andreas Schwab  <schwab@redhat.com>
46964
46965         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
46966
46967 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
46968
46969         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
46970         /sys/devices/system/cpu/online if it is usable.
46971
46972         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
46973         reading the information from the /proc filesystem to once a second.
46974
46975 2011-06-21  Andreas Jaeger  <aj@suse.de>
46976
46977         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
46978         NULL after inclusion of kernel headers.
46979
46980 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
46981
46982         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
46983         calls to internal_setent.
46984
46985         [BZ #12885]
46986         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
46987         addresses using gethostbyname4_r ignore IPv4 addresses.
46988
46989         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
46990         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
46991
46992         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
46993
46994 2011-06-20  David S. Miller  <davem@davemloft.net>
46995
46996         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
46997         inclusions.
46998         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
46999
47000         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
47001         (elf_irel): Use it.
47002         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
47003         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
47004         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
47005         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
47006         * sysdeps/x86_64/dl-irel.h: Likewise.
47007
47008         * elf/dl-runtime.c: Use elf_ifunc_invoke.
47009         * elf/dl-sym.c: Likewise.
47010
47011 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
47012
47013         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
47014         need to dereference resplen2.
47015
47016 2011-06-14  Andreas Schwab  <schwab@redhat.com>
47017
47018         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
47019
47020 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
47021
47022         * Makeconfig: Define vardbdir and inst_vardbdir.
47023         * nss/Makefile: Add rules to install db-Makefile.
47024
47025         * nss/nss_db/db-XXX.c: Cleanup.
47026
47027         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
47028         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
47029         GLIBC_PRIVATE.
47030         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
47031         * nss/makedb.c: Implement -g option to specify that value strings
47032         are generated and should not be added to table iterated over for
47033         get*ent calls.
47034         * nss/nss_db/db-initgroups.c: New file.
47035
47036         * nss/getent.c: Add support for initgroups lookups through getgrouplist
47037         interface.
47038
47039         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
47040         (internal_getgrouplist): Adjust to name change.
47041         Update use_initgroups_entry if this is not the first call.
47042         * nss/databases.def: Add initgroups entry.
47043
47044         * nss/makedb.c (compute_tables): Check result of multiple hash table
47045         sizes to minimize maximum chain length.
47046
47047 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
47048
47049         * Versions.def: Add entry for libnss_db.
47050         * shlib-versions: Likewise.
47051         * nss/Makefile: Add rules to build libnss_db.
47052         * nss/Versions: Add libnss_db information.  Organize libnss_files
47053         entries better.
47054         * nss/db-Makefile: Add gshadow support.  Change rules for the new
47055         makedb progra.  Some minor improvements to generate smaller files.
47056         * nss/nss_db/nss_db.h: Move NSS database header data structures to
47057         here from...
47058         * nss/makedb.c: ...here.
47059         Improve database format to be smaller and require less memory at
47060         runtime.
47061         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
47062         db anymore.
47063         * nss/nss_db/db-netgrp.c: Likewise.
47064         * nss/nss_db/db-open.c: Likewise.
47065         * nss/nss_files/flies-XXX.x: Adjust comments.
47066         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
47067         * nss/nss_files/files-grp.c: Likewise.
47068         * nss/nss_files/files-hosts.c: Likewise.
47069         * nss/nss_files/files-network.c: Likewise.
47070         * nss/nss_files/files-proto.c: Likewise.
47071         * nss/nss_files/files-pwd.c: Likewise.
47072         * nss/nss_files/files-rpc.c: Likewise.
47073         * nss/nss_files/files-service.c: Likewise.
47074         * nss/nss_files/files-sgrp.c: Likewise.
47075         * nss/nss_files/files-spwd.c: Likewise.
47076         * nss/nss_db/db-alias.c: Removed.
47077         * nss/nss_db/dummy-db.h: Removed.
47078
47079 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
47080
47081         * nss/makedb.c: Rewritten to not use database library.
47082         * nss/Makefile: Update to build new makedb program.
47083
47084 2011-06-14  Andreas Jaeger  <aj@suse.de>
47085
47086         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
47087         memset declaration.
47088
47089 2011-06-10  Andreas Schwab  <schwab@redhat.com>
47090
47091         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
47092         tmpbuf.
47093
47094 2011-06-10  Roland McGrath  <roland@hack.frob.com>
47095
47096         * Makerules (shlib.lds): Fail if the linker script comes out empty.
47097         * elf/Makefile ($(objpfx)ld.so): Likewise.
47098
47099         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
47100         Don't list ld.so twice in dependencies.
47101
47102         * posix/bug-regex31.c: Include <stdlib.h>.
47103
47104         * nscd/hstcache.c (cache_addhst): Remove unused variable.
47105
47106         * nis/nss_compat/compat-spwd.c
47107         (getspent_next_nss_netgr): Remove unused variable.
47108         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
47109
47110         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
47111         nonmembers" output to use the right array.
47112
47113         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
47114
47115         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
47116
47117         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
47118         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
47119         * catgets/gencat.c (read_input_file): Likewise.
47120         * locale/programs/locarchive.c (enlarge_archive): Likewise.
47121
47122         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
47123         variable definition inside #if's controlling its use.
47124
47125         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
47126
47127         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
47128
47129         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
47130
47131         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
47132         unreachable code.
47133
47134         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
47135
47136         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
47137         * configure: Regenerated.
47138
47139         * Makerules: Revert last change.
47140         * elf/Makefile: Likewise.
47141
47142 2011-06-09  Roland McGrath  <roland@hack.frob.com>
47143
47144         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
47145         * elf/Makefile ($(objpfx)librtld.os): Likewise.
47146         (reloc-link): Likewise.
47147
47148 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
47149
47150         * elf/Makefile: Add rules to build pldd.
47151         * elf/pldd.c: New file.
47152         * elf/pldd-xx.c: New file.
47153
47154 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
47155
47156         * version.h: Update for 2.15 development version.
47157
47158 2011-06-07  David S. Miller  <davem@davemloft.net>
47159
47160         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
47161         ifuncs.
47162         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
47163         elf_machine_lazy_rel): Likewise.
47164         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
47165         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
47166         elf_machine_lazy_rel): Likewise.
47167         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
47168         dl_hwcap via passed in argument.
47169         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
47170         Likewise.
47171
47172 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47173
47174         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
47175
47176 2011-06-06  Roland McGrath  <roland@hack.frob.com>
47177
47178         [BZ #12849]
47179         * manual/fdl-1.1.texi: New file, verbatim from:
47180         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
47181         * manual/lgpl-2.1.texi: New file, verbatim from:
47182         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
47183         * manual/Makefile (licenses): New variable, list those new file names.
47184         (texis): Use it.
47185         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
47186
47187         * manual/fdl.texi: File removed.
47188         * manual/lesser.texi: File removed.
47189         * manual/libc.texinfo (Copying, Documentation License):
47190         Use new @include file names, put @appendix directive before @include.
47191
47192 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
47193
47194         [BZ #12841]
47195         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
47196         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
47197         (mq_open): Add __NTH.
47198
47199 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
47200
47201         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47202         Assume Intel Core i3/i5/i7 processor if AVX is available.
47203
47204 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47205
47206         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47207         typo.
47208
47209 2011-05-31  Andreas Schwab  <schwab@redhat.com>
47210
47211         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
47212         memory.  Use alloca_account.  Fix memory leak when retrying.
47213
47214 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47215
47216         * version.h (RELEASE): Bump for 2.14 release.
47217         * include/features.h (__GLIBC_MINOR__): Bump to 14.
47218
47219         * config.make.in (RANLIB): Remove entry.
47220
47221 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
47222
47223         * po/Makefile (po-sed-cmd): Add ksh to extensions.
47224         (libc.pot): Work around missing support for .ksh extension in xgettext.
47225
47226         [BZ #12684]
47227         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
47228         if both request failed.
47229         (send_dg): In case of server errors clear resplen or *resplen2.
47230
47231         [BZ #12454]
47232         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
47233         when there are multiple maps.
47234         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
47235         (_dl_fini): Remove test here.
47236
47237         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
47238
47239 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
47240
47241         [BZ #12350]
47242         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
47243         bit from old_res_options.
47244         (gaih_inet): Likewise.
47245
47246         [BZ #11099]
47247         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
47248         as signed.
47249
47250         * resolv/res_init.c (res_setoptions): Make the code more compact.
47251
47252         [BZ #11558]
47253         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
47254         set RES_USEVC.
47255
47256         [BZ #11634]
47257         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
47258
47259         * malloc/malloc.h: Mark malloc hook variables as deprecated.
47260
47261         [BZ #11781]
47262         * malloc/malloc.h: Declare malloc hook variables as volatile.
47263
47264         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
47265         in last patch.
47266
47267         [BZ #11799]
47268         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
47269         raise in the comment.
47270         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47271         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47272         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
47273
47274 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
47275
47276         [BZ #12811]
47277         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
47278         grow the buffers more if it already has to be sufficient.
47279         (build_wcs_upper_buffer): Likewise.
47280         * posix/regexec.c (check_matching): Likewise.
47281         (clean_state_log_if_needed): Likewise.
47282         (extend_buffers): Don't enlarge buffers beyond size of the input
47283         buffer.
47284         Patches mostly by Emil Wojak <emil@wojak.eu>.
47285         * posix/bug-regex32.c: New file.
47286         * posix/Makefile (tests): Add bug-regex32.
47287
47288         * locale/findlocale.c (_nl_find_locale): Return right away if
47289         _nl_explode_name failed.
47290         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
47291
47292         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
47293
47294         * debug/xtrace.sh: Unify messages.
47295         * malloc/memusage.sh: Likewise.
47296
47297         [BZ #12813]
47298         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
47299         time symbol from vDSO.  Substitute with vsyscall if not available.
47300         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
47301         __vdso_time.
47302
47303         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
47304         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
47305         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
47306         Add sendmmsg and internal_sendmmsg.
47307         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
47308         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
47309         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
47310
47311         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
47312         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
47313         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
47314
47315 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
47316
47317         [BZ #12813]
47318         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
47319         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
47320         available.
47321         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
47322         __vdso_getcpu.
47323
47324         [BZ #12814]
47325         * iconvdata/Makefile (tests): Add bug-iconv9.
47326         * iconvdata/bug-iconv9.c: New file.
47327
47328 2011-05-27  Andreas Schwab  <schwab@redhat.com>
47329
47330         [BZ #12814]
47331         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
47332
47333 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
47334
47335         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47336         (struct user_regs_struct): Change intcs field back to cs.
47337
47338 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
47339
47340         * po/ja.po: Update from translation team.
47341
47342 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
47343
47344         [BZ #12795]
47345         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
47346         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
47347
47348 2011-05-20  Andreas Schwab  <schwab@redhat.com>
47349
47350         * stdlib/longlong.h: Update from GCC.
47351
47352 2011-05-23  Andreas Schwab  <schwab@redhat.com>
47353
47354         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
47355         parameter name.
47356         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
47357         Add parameter name.
47358         (__sysconf): Pass it down.
47359
47360 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
47361
47362         [BZ #12671]
47363         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
47364         some situations.
47365         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
47366         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
47367         add in in __libc_use_alloca calls.  Adjust callers.
47368         (glob): Use malloc in some situations.
47369
47370         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
47371         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
47372         pltexit.
47373
47374 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
47375
47376         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
47377         and CLOCK_BOOTTIME_ALARM.
47378
47379         [BZ #12782]
47380         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
47381         is returned.
47382
47383         * string/_strerror.c (__strerror_r): Print negative errors as signed
47384         numbers.
47385
47386         [BZ #12777]
47387         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
47388         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
47389         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
47390
47391         * configure.in: Fix typo in redirection and correct removal of test
47392         files in two cases.
47393
47394         [BZ #12788]
47395         * locale/setlocale.c (new_composite_name): Fix test to check for
47396         identical name of all categories.
47397
47398         [BZ #12792]
47399         * libio/filedoalloc.c (local_isatty): New function.
47400         (_IO_file_doallocate): Use local_isatty.
47401         * stdio-common/perror.c (perror): In case a new stream is used
47402         forward the stream error.
47403         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
47404         error flag.
47405
47406 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
47407
47408         [BZ #11869]
47409         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
47410         alloca.
47411         * include/alloca.h (extend_alloca_account): Define.
47412
47413         [BZ #11857]
47414         * posix/regex.h: Fix comments with documentation of user-accessible
47415         fields after compilation and describe correct free'ing of pattern
47416         after re_compile_pattern.
47417         Patch by Reuben Thomas <rrt@sc3d.org>.
47418
47419 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
47420
47421         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
47422         and -mno-altivec to prevent the compiler from using Altivec and/or
47423         VSX instructions when the corresponding registers are not available.
47424
47425 2011-05-19  Andreas Schwab  <schwab@redhat.com>
47426
47427         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
47428
47429 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
47430
47431         * libio/freopen.c (freopen): Use __dup2, not dup2.
47432         * libio/freopen64.c (freopen64): Likewise.
47433
47434 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
47435
47436         [BZ #12775]
47437         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
47438         * math/Makefile (tests): Add test-powl.
47439         (CFLAGS-test-powl.c): Define.
47440         * math/test-powl.c: New file.
47441
47442 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47443
47444         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
47445
47446 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
47447
47448         [BZ #11837]
47449         * iconvdata/gb18030.c: Update to GB18020-2005.
47450
47451 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
47452
47453         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
47454         RE_SYNTAX_POSIX_AWK): Update to match recent development.
47455         Patch by Aharon Robbins <arnold@skeeve.com>.
47456
47457         [BZ #11892]
47458         * stdlib/putenv.c (putenv): Don't always create copy of the variable
47459         on the stack.
47460
47461         [BZ #11895]
47462         * misc/pselect.c (__pselect): Handle timeout value errors hidden
47463         through underflows.
47464
47465         [BZ #12766]
47466         * misc/error.c (error_at_line): Ensure file_name and old_file_name
47467         point to strings before performing equality test for error_one_per_line
47468         mode.
47469
47470         [BZ #11697]
47471         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
47472
47473         [BZ #11820]
47474         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47475         (struct user_fpregs_struct): Avoid __uint*_t types.
47476
47477         [BZ #6420]
47478         * malloc/mtrace.c (tr_where): Add additional parameter to point to
47479         symbol info.  Use it instead of calling _dl_addr locally.
47480         (lock_and_info): New function.
47481         (tr_freehook): Call lock_and_info and pass symbol info as additional
47482         parameter to tr_where.
47483         (tr_mallochook): Likewise.
47484         (tr_reallochook): Likewise.
47485         (tr_memalignhook): Likewise.
47486
47487         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
47488         used and couldn't be at all thread-safe.
47489
47490 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
47491
47492         * libio/freopen.c (freopen): Don't close old file descriptor
47493         before the new one is opened.  Instead dup the new file descriptor
47494         to the old one after the new stream is created.
47495         * libio/freopen64.c (freopen64): Likewise.
47496         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
47497         * libio/fileops.c (_IO_new_file_close_it): Handle new
47498         _IO_FLAGS2_NOCLOSE flag.
47499         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
47500         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
47501         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
47502         _IO_FLAGS2_NOCLOSE flag.
47503         * include/unistd.h: Add hidden_proto for dup3.
47504         Define __have_dup3.
47505         * io/dup3.c: Define hidden symbol.
47506         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
47507
47508         [BZ #7101]
47509         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
47510         when an incomplete long option is used.
47511         * posix/tst-getopt_long1.c: New file.
47512         * posix/Makefile (tests): Add tst-getopt_long1.
47513
47514         [BZ #10138]
47515         * scripts/config.guess: Update from autoconf-2.68.
47516         * scripts/config.sub: Likewise.
47517
47518         [BZ #10157]
47519         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
47520         tests into ...
47521         (has_cpuclock): ...this.  New function.
47522         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
47523         macro here based on has_cpuclock code.
47524
47525         [BZ #10149]
47526         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47527         First byte (not low byte) is now always NUL.
47528         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
47529
47530         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47531         Use non-cancelable interfaces.
47532
47533         [BZ #9809]
47534         * locale/iso-639.def: Add entry for Sorani.
47535
47536         [BZ #11901]
47537         * include/stdlib.h: Move include protection to the right place.
47538         Define abort_msg_s.  Declare __abort_msg with it.
47539         * stdlib/abort.c (__abort_msg): Adjust type.
47540         * assert/assert.c (__assert_fail_base): New function.  Majority
47541         of code from __assert_fail.  Allocate memory for __abort_msg with
47542         mmap.
47543         (__assert_fail): Now call __assert_fail_base.
47544         * assert/assert-perr.c: Remove bulk of implementation.  Use
47545         __assert_fail_base.
47546         * include/assert.hL Declare __assert_fail_base.
47547         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
47548         mmap.
47549         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
47550
47551 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
47552
47553         [BZ #11952]
47554         [BZ #12453]
47555         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
47556         until all modules are registered in the DTV.
47557         * elf/Makefile: Add rules to build and run tst-tls19.
47558         * elf/tst-tls19.c: New file.
47559         * elf/tst-tls19mod1.c: New file.
47560         * elf/tst-tls19mod2.c: New file.
47561         * elf/tst-tls19mod3.c: New file.
47562         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
47563
47564         [BZ #12083]
47565         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
47566         correctly.
47567
47568         [BZ #12601]
47569         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
47570         two-byte sequence errors.
47571         * iconvdata/Makefile (tests): Add bug-iconv8.
47572         * iconvdata/bug-iconv8.c: New file.
47573
47574         [BZ #12626]
47575         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
47576         buf2 definition.
47577
47578         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
47579
47580         [BZ #12432]
47581         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
47582         (dummy_getcfa): New function.
47583         (init): Get _Unwind_GetCFA address, use dummy if not found.
47584         (backtrace_helper): In recursion check, also check whether CFA changes.
47585         (__backtrace): Completely initialize arg.
47586
47587         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
47588         storing incomplete byte sequence in state object.  Avoid testing for
47589         guaranteed too small input if we know there is enough data available.
47590
47591 2011-05-11  Andreas Schwab  <schwab@redhat.com>
47592
47593         * Makeconfig (+link-pie): Indent.
47594         * Rules (binaries-pie): Define if $(have-fpie) and
47595         $(build-shared).
47596         (binaries-shared): Also filter out $(binaries-pie).
47597         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
47598         * nscd/Makefile (others-pie): Add nscd.
47599         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
47600         ($(objpfx)nscd): Remove command override.
47601         * login/Makefile (others-pie): Add pt_chown.
47602         ($(objpfx)pt_chown): Remove command override.
47603         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
47604         remove command overrides.
47605
47606 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
47607
47608         * libio/tst_putwc.c: Fix error messages.
47609
47610         [BZ #12724]
47611         * libio/fileops.c (_IO_new_file_close_it): Always flush when
47612         currently writing and seek to current position when not.
47613         * libio/Makefile (tests): Add bug-fclose1.
47614         * libio/bug-fclose1.c: New file.
47615
47616 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
47617
47618         [BZ #12511]
47619         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
47620         don't set DF_1_NODELETE here.
47621         (do_lookup_x): When entering new entry test for copy relocation
47622         and if necessary set DF_1_NODELETE flag.
47623         * elf/tst-unique4.cc: New file.
47624         * elf/tst-unique4.h: New file.
47625         * elf/tst-unique4lib.cc: New file.
47626         * elf/Makefile: Add rules to build and run tst-unique4.
47627         Patch by Piotr Bury <pbury@goahead.com>.
47628
47629 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
47630
47631         [BZ #12052]
47632         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
47633
47634         [BZ #12625]
47635         * misc/mntent_r.c (addmntent): Flush the stream after the output
47636
47637         [BZ #12393]
47638         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
47639         (is_trusted_path_normalize): Skip initial colon.  Append slash
47640         to empty buffer.  Duplicate is_trusted_path code but allow
47641         constructed patch to be prefix.
47642         (is_dst): Allow $ORIGIN followed by /.
47643         (_dl_dst_substitute): Correct clearing of check_for_trusted.
47644         Correct testing of result of is_trusted_path_normalize
47645         (decompose_rpath): Fix warning.
47646
47647 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
47648
47649         [BZ #11257]
47650         * grp/initgroups.c (internal_getgrouplist): When we found the service
47651         list through the initgroups entry in nsswitch.conf do not always
47652         continue on a successful lookup.  Don't always use the
47653         __nss_group_database value if it is set.
47654         * nss/nsswitch.conf (initgroups): Change action for successful db
47655         lookup to continue for compatibility.
47656
47657 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
47658
47659         [BZ #11532]
47660         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
47661         and CP774 modules.
47662         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
47663         and CP774 modules.
47664         * iconvdata/tst-tables.sh: Likewise.
47665         * iconvdata/cp770.c: New file.
47666         * iconvdata/cp771.c: New file.
47667         * iconvdata/cp772.c: New file.
47668         * iconvdata/cp773.c: New file.
47669         * iconvdata/cp774.c: New file.
47670         * iconvdata/testdata/CP770: New file.
47671         * iconvdata/testdata/CP770..UTF8: New file.
47672         * iconvdata/testdata/CP771: New file.
47673         * iconvdata/testdata/CP771..UTF8: New file.
47674         * iconvdata/testdata/CP772: New file.
47675         * iconvdata/testdata/CP772..UTF8: New file.
47676         * iconvdata/testdata/CP773: New file.
47677         * iconvdata/testdata/CP773..UTF8: New file.
47678         * iconvdata/testdata/CP774: New file.
47679         * iconvdata/testdata/CP774..UTF8: New file.
47680
47681         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
47682         END CHARMAP line.
47683         * iconvdata/gen-8bit-gap.sh: Likewise.
47684         * iconvdata/gen-8bit.sh: Likewise.
47685
47686         * locale/iso-639.def: Add ary entry.
47687
47688         [BZ #11258]
47689         * locale/C-translit.h.in: Add U20A1 transliteration.
47690
47691         [BZ #12178]
47692         * locale/iso-639.def: Add wae entry.
47693         Patch by Kevin Bortis <bortis@translate-wae.ch>.
47694
47695         [BZ #12545]
47696         * locale/programs/localedef.c (construct_output_path): Use ssize_t
47697         for n.
47698
47699         [BZ #12711]
47700         * locale/C-translit.h.in: Add entry for U20B9.
47701         Patch by pravin.d.s@gmail.com.
47702
47703 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
47704
47705         [BZ #12713]
47706         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
47707         ENAMETOOLONG use generic getcwd.
47708         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
47709         in rtld.  Use *stat64.
47710         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
47711         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
47712         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
47713         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
47714         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
47715         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
47716         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
47717         __fstatat64 macros.
47718         * include/dirent.h: Add libc_hidden_proto for rewinddir.
47719         * dirent/rewinddir.c: Add libc_hidden_def.
47720         * sysdeps/mach/hurd/rewinddir.c: Likewise.
47721         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
47722
47723         * include/dirent.h (__alloc_dir): Add flags parameter.
47724         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
47725         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
47726         __alloc_dir.
47727         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
47728         from fdopendir if O_CLOEXEC is already set.
47729
47730 2011-03-15  Alan Modra  <amodra@gmail.com>
47731
47732         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
47733         l_tls_firstbyte_offset non-zero.  Save padding offset in
47734         l_tls_firstbyte_offset for later use.
47735         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
47736         freeing static tls block.
47737
47738 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
47739
47740         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
47741         where #ifdef was intended.  The intent is to prevent ARG_MAX from
47742         being defined by the kernel headers.
47743
47744 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
47745
47746         [BZ #12734]
47747         * resolv/resolv.h: Define RES_NOTLDQUERY.
47748         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
47749         no-tld-query and set RES_NOTLDQUERY.
47750         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
47751         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
47752         modern BIND to search name as TLD unless forbidden.
47753
47754 2011-05-07  Petr Baudis  <pasky@suse.cz>
47755             Ulrich Drepper  <drepper@gmail.com>
47756
47757         [BZ #12393]
47758         * elf/dl-load.c (fillin_rpath): Move trusted path check...
47759         (is_trusted_path): ...to here.
47760         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47761         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
47762         using is_trusted_path_normalize() in setuid scripts.
47763
47764 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
47765
47766         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
47767         __BEGIN/__END_DECLS.
47768
47769 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
47770
47771         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
47772         NSS_STATUS_NOTFOUND if no record was found.
47773
47774 2011-05-05  Andreas Schwab  <schwab@redhat.com>
47775
47776         * sunrpc/Makefile (headers): Add rpc/netdb.h.
47777         (headers-not-in-tirpc): Remove rpc/netdb.h
47778         * resolv/netdb.h: Revert last change.
47779
47780 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47781
47782         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
47783         circular dependency between libgcc.a and libc.a.
47784
47785 2011-05-05  Andreas Schwab  <schwab@redhat.com>
47786
47787         * resolv/netdb.h: Don't include <rpc/netdb.h>.
47788         * nis/Makefile: Don't install rpcsvc/*.
47789         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
47790         instead of <rpc/types.h>.
47791         (MAXHOSTNAMELEN): Define.
47792
47793 2011-05-03  Andreas Schwab  <schwab@redhat.com>
47794
47795         * elf/ldconfig.c (add_dir): Don't crash on empty path.
47796
47797 2011-04-28  Maciej Babinski  <mbabinski@google.com>
47798
47799         [BZ #12714]
47800         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
47801         gethostbyname4_r when IPv6 results are possible.
47802
47803 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
47804
47805         [BZ #12723]
47806         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
47807         _PC_PIPE_BUF handling.
47808
47809 2011-04-30  Bruno Haible  <bruno@clisp.org>
47810
47811         [BZ #12717]
47812         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
47813         * resolv/netdb.h (getnameinfo): Change type of flags parameter
47814         to 'int'.
47815         * inet/getnameinfo.c (getnameinfo): Likewise.
47816
47817 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
47818
47819         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
47820         to groups setting in database lookup.
47821         * nss/nsswitch.conf: Add initgroups entry.
47822
47823 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
47824
47825         [BZ #12685]
47826         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
47827         mode string.
47828         Patch by Eric Blake <eblake@redhat.com>.
47829
47830 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
47831
47832         * sunrpc/Makefile (need-export-routines): Add svc_run.
47833         (routines): Remove svc_run.
47834         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
47835         * sunrpc/clnt_perr.c (clnt_perrno): Export.
47836         * sunrpc/svc_run.c (svc_run): Likewise.
47837         * sunrpc/svc_udp.c (svcudp_create): Likewise.
47838
47839 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
47840
47841         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
47842         problem in reallocation in last patch.
47843
47844 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
47845
47846         * sunrpc/Makefile: Move inclusion of Rules.
47847
47848 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
47849
47850         * nss/nss_files/files-initgroups.c: New file.
47851         * nss/Makefile (libnss_files-routines): Add files-initgroups.
47852         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
47853         _nss_files_initgroups_dyn.
47854
47855 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
47856
47857         * elf/elf.h (R_ARM_IRELATIVE): Define.
47858
47859 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
47860
47861         * po/ru.po: Update from translation team.
47862
47863 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
47864
47865         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
47866         dependencies.
47867
47868 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
47869
47870         [BZ #12653]
47871         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
47872         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
47873         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
47874         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
47875         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
47876
47877 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
47878
47879         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
47880         differing bytes.
47881         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
47882         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
47883         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
47884
47885 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
47886
47887         [BZ #12420]
47888         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
47889         storing it.
47890         * stdlib/bug-getcontext.c: New file.
47891         * stdlib/Makefile: Add rules to build and run bug-getcontext.
47892
47893 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47894
47895         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
47896         instructions into .machine "z9-109".
47897         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
47898         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
47899
47900 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47901
47902         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
47903         between environment variables and auxiliary vector.
47904
47905 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
47906
47907         * Makefile: Add rules to build linkobj/libc.so.
47908         * include/libc-symbols.h: Define libc_hidden_nolink.
47909         * include/rpc/auth.h: Mark functions which are to be hidden.
47910         * include/rpc/auth_des.h: Likewise.
47911         * include/rpc/auth_unix.h: Likewise.
47912         * include/rpc/clnt.h: Likewise.
47913         * include/rpc/des_crypt.h: Likewise.
47914         * include/rpc/key_prot.h: Likewise.
47915         * include/rpc/pmap_clnt.h: Likewise.
47916         * include/rpc/pmap_prot.h: Likewise.
47917         * include/rpc/pmap_rmt.h: Likewise.
47918         * include/rpc/rpc_msg.h: Likewise.
47919         * include/rpc/svc.h: Likewise.
47920         * include/rpc/svc_auth.h: Likewise.
47921         * include/rpc/xdr.h: Likewise.
47922         * nis/Makefile: Link all DSOs against linkobj/libc.so.
47923         * nss/Makefile: Likewise.
47924         * sunrpc/Makefile: Don't install headers.  Build library with normal
47925         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
47926         * sunrpc/auth_des.c: Hide exported symbols by default, export some
47927         for the compat linking library.  Remove use of INTDEF/INTUSE.
47928         * sunrpc/auth_none.c: Likewise.
47929         * sunrpc/auth_unix.c: Likewise.
47930         * sunrpc/authdes_prot.c: Likewise.
47931         * sunrpc/authuxprot.c: Likewise.
47932         * sunrpc/clnt_gen.c: Likewise.
47933         * sunrpc/clnt_perr.c: Likewise.
47934         * sunrpc/clnt_raw.c: Likewise.
47935         * sunrpc/clnt_simp.c: Likewise.
47936         * sunrpc/clnt_tcp.c: Likewise.
47937         * sunrpc/clnt_udp.c: Likewise.
47938         * sunrpc/clnt_unix.c: Likewise.
47939         * sunrpc/des_crypt.c: Likewise.
47940         * sunrpc/des_soft.c: Likewise.
47941         * sunrpc/get_myaddr.c: Likewise.
47942         * sunrpc/key_call.c: Likewise.
47943         * sunrpc/key_prot.c: Likewise.
47944         * sunrpc/netname.c: Likewise.
47945         * sunrpc/pm_getmaps.c: Likewise.
47946         * sunrpc/pm_getport.c: Likewise.
47947         * sunrpc/pmap_clnt.c: Likewise.
47948         * sunrpc/pmap_prot.c: Likewise.
47949         * sunrpc/pmap_prot2.c: Likewise.
47950         * sunrpc/pmap_rmt.c: Likewise.
47951         * sunrpc/publickey.c: Likewise.
47952         * sunrpc/rpc_cmsg.c: Likewise.
47953         * sunrpc/rpc_common.c: Likewise.
47954         * sunrpc/rpc_dtable.c: Likewise.
47955         * sunrpc/rpc_prot.c: Likewise.
47956         * sunrpc/rpc_thread.c: Likewise.
47957         * sunrpc/rtime.c: Likewise.
47958         * sunrpc/svc.c: Likewise.
47959         * sunrpc/svc_auth.c: Likewise.
47960         * sunrpc/svc_authux.c: Likewise.
47961         * sunrpc/svc_raw.c: Likewise.
47962         * sunrpc/svc_run.c: Likewise.
47963         * sunrpc/svc_simple.c: Likewise.
47964         * sunrpc/svc_tcp.c: Likewise.
47965         * sunrpc/svc_udp.c: Likewise.
47966         * sunrpc/svc_unix.c: Likewise.
47967         * sunrpc/svcauth_des.c: Likewise.
47968         * sunrpc/xcrypt.c: Likewise.
47969         * sunrpc/xdr.c: Likewise.
47970         * sunrpc/xdr_array.c: Likewise.
47971         * sunrpc/xdr_float.c: Likewise.
47972         * sunrpc/xdr_intXX_t.c: Likewise.
47973         * sunrpc/xdr_mem.c: Likewise.
47974         * sunrpc/xdr_rec.c: Likewise.
47975         * sunrpc/xdr_ref.c: Likewise.
47976         * sunrpc/xdr_sizeof.c: Likewise.
47977         * sunrpc/xdr_stdio.c: Likewise.
47978
47979 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
47980
47981         [BZ #12650]
47982         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
47983         * sysdeps/ia64/dl-tls.h: Likewise.
47984         * sysdeps/powerpc/dl-tls.h: Likewise.
47985         * sysdeps/s390/dl-tls.h: Likewise.
47986         * sysdeps/sh/dl-tls.h: Likewise.
47987         * sysdeps/sparc/dl-tls.h: Likewise.
47988         * sysdeps/x86_64/dl-tls.h: Likewise.
47989         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
47990
47991 2011-03-14  Andreas Schwab  <schwab@redhat.com>
47992
47993         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
47994         rpath element also skip the following colon.
47995         (expand_dynamic_string_token): Add is_path parameter and pass
47996         down to DL_DST_REQUIRED and _dl_dst_substitute.
47997         (decompose_rpath): Call expand_dynamic_string_token with
47998         non-zero is_path.  Ignore empty rpaths.
47999         (_dl_map_object_from_fd): Call expand_dynamic_string_token
48000         with zero is_path.
48001
48002 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
48003
48004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
48005         Make cancelable.
48006
48007 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
48008
48009         [BZ #12655]
48010         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
48011         Patch by Filipe David Manana <fdmanana@apache.org>.
48012
48013 2011-04-07  Andreas Schwab  <schwab@redhat.com>
48014
48015         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
48016         Maintain aligned stack.
48017         (CHECK_RSP): Remove unused macro.
48018
48019 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
48020
48021         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
48022         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
48023
48024 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
48025
48026         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
48027
48028         * include/features.h: Mention __USE_XOPEN2K8 in comment.
48029
48030 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
48031
48032         [BZ #12518]
48033         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
48034         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
48035         * sysdeps/x86_64/memmove.c: New file.
48036         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
48037         (memcpy): Renamed to ...
48038         (__new_memcpy): This.
48039         (memcpy): Provide GLIBC_2_14 memcpy.
48040         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
48041         (memcpy): Provide GLIBC_2_2_5 memcpy.
48042
48043 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48044
48045         [BZ #12631]
48046         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
48047
48048 2011-03-30  Andreas Schwab  <schwab@redhat.com>
48049
48050         * misc/syncfs.c: New file.
48051         * misc/Makefile (routines): Add syncfs.
48052         * posix/unistd.h: Declare syncfs.
48053         * sysdeps/unix/syscalls.list: Add syncfs.
48054
48055 2011-04-01  Andreas Schwab  <schwab@redhat.com>
48056
48057         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
48058         open_by_handle_at.
48059         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
48060         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48061         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48062         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48063         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48064         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
48065         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48066
48067 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48068
48069         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
48070         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48071         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
48072         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48073         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48074         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48075         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48076
48077         * io/Makefile: Compile fallocate.c, fallocate64.c, and
48078         sync_file_range.c with -fexceptions.
48079         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
48080         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
48081         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
48082         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
48083         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
48084         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
48085         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
48086         sync_file_range as cancellation point
48087         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
48088         now a wrapper around __call_sync_file_range with cancellation handling.
48089         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
48090         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
48091         function name to __call_sync_file_range.
48092         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
48093         Add call_sync_file_range.
48094
48095 2011-04-01  Andreas Schwab  <schwab@redhat.com>
48096
48097         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48098         bits/timex.h.
48099
48100 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48101
48102         * iconv/iconv.h: Fix typo in comment.
48103         * io/fcntl.h: Likewise.
48104         * libio/stdio.h: Likewise.
48105         * posix/spawn.h: Likewise.
48106         * posix/unistd.h: Likewise.
48107         * stdlib/stdlib.h: Likewise.
48108         * time/time.h: Likewise.
48109         * wcsmbs/wchar.h: Likewise.
48110
48111         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
48112         open_by_handle): Add.
48113         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
48114         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
48115         Augment a few comments.
48116         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48117         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48118         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48119         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48120         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48121         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
48122         open_by_handle.
48123
48124         * io/fcntl.h (AT_EMPTY_PATH): Define.
48125
48126 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
48127
48128         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
48129         * sysdeps/unix/sysv/linux/bits/time.h: New file.
48130         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
48131         to...
48132         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
48133         * Versions.def: Add GLIBC_2.14.
48134         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
48135         Export.
48136
48137 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
48138
48139         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
48140         round counter.
48141         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48142
48143 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48144
48145         [BZ #12597]
48146         * string/test-strncmp.c (do_page_test): New function.
48147         (check2): Likewise.
48148         (test_main): Call check2.
48149         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
48150
48151 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
48152
48153         [BZ #12587]
48154         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
48155         Handle cache information in CPU leaf 4.
48156         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48157
48158 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
48159
48160         [BZ #12583]
48161         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
48162         character representation.
48163         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
48164
48165 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
48166
48167         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
48168         END(__isnan) to END(__isnanf) to match function entry point/label
48169         EALIGN(__isnanf,...).
48170
48171 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
48172
48173         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
48174
48175 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
48176
48177         [BZ #12510]
48178         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
48179         copy from the symbol referenced in the relocation to initialize the
48180         used variable.
48181         Patch by Piotr Bury <pbury@goahead.com>.
48182         * elf/Makefile: Add rules to build and tst-unique3.
48183         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
48184         * elf/tst-unique3.cc: New file.
48185         * elf/tst-unique3.h: New file.
48186         * elf/tst-unique3lib.cc: New file.
48187         * elf/tst-unique3lib2.cc: New file.
48188
48189         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
48190
48191 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
48192
48193         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
48194         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
48195         to _start.
48196
48197 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
48198
48199         * elf/dl-load.c (_dl_map_object): If we are looking for the first
48200         to-be-loaded object along a path to loader is ld.so.
48201
48202 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48203             Ulrich Drepper  <drepper@gmail.com>
48204
48205         * sysdeps/x86_64/memset.S: After aligning destination, code
48206         branches to different locations depending on the value of
48207         misalignment, when multiarch is enabled. Fix this.
48208
48209 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48210
48211         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
48212         Set _x86_64_preferred_memory_instruction for AMD processsors.
48213         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48214         Set bit_Prefer_SSE_for_memop for AMD processors.
48215
48216 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
48217
48218         * libio/fmemopen.c (fmemopen): Optimize a bit.
48219
48220 2011-03-03  Andreas Schwab  <schwab@redhat.com>
48221
48222         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
48223
48224 2011-03-03  Roland McGrath  <roland@redhat.com>
48225
48226         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
48227
48228 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
48229
48230         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
48231         __bzero_ultra1 instead of __memset_ultra1.
48232
48233 2011-02-23  Andreas Schwab  <schwab@redhat.com>
48234             Ulrich Drepper  <drepper@gmail.com>
48235
48236         [BZ #12509]
48237         * include/link.h (struct link_map): Add l_orig_initfini.
48238         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
48239         returning unsuccessfully.
48240         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
48241         close of a file loaded at startup, restore the original l_initfini
48242         list.
48243         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
48244         list, store the pointer.
48245         * elf/Makefile ($(objpfx)noload-mem): New rule.
48246         (noload-ENV): Define.
48247         (tests): Add $(objpfx)noload-mem.
48248         * elf/noload.c: Include <memcheck.h>.
48249         (main): Call mtrace.  Close all opened handles.
48250
48251 2011-02-17  Andreas Schwab  <schwab@redhat.com>
48252
48253         [BZ #12454]
48254         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
48255         dependencies are missing.
48256
48257 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48258
48259         Fix __if_freereq crash: Unlike the generic version which uses free,
48260         Hurd needs munmap.
48261         * sysdeps/mach/hurd/ifreq.h: New file.
48262
48263 2011-01-27  Petr Baudis  <pasky@suse.cz>
48264             Ulrich Drepper  <drepper@gmail.com>
48265
48266         [BZ 12445]#
48267         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
48268         to extend_alloca().
48269         * stdio-common/bug23.c: New file.
48270         * stdio-common/Makefile (tests): Add bug23.
48271
48272 2010-09-28  Andreas Schwab  <schwab@redhat.com>
48273             Ulrich Drepper  <drepper@gmail.com>
48274
48275         [BZ #12489]
48276         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
48277         before performing relro protection.  At old place add assertion
48278         to make sure nothing changed.
48279
48280 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
48281             Glauber de Oliveira Costa  <glommer@gmail.com>
48282
48283         * elf/elf.h: Add new ARM TLS relocs.
48284
48285 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
48286
48287         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
48288         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
48289         cast from r3.
48290         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
48291         'tests' variable.
48292         * sysdeps/wordsize-64/tst-writev.c: New file.
48293
48294 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
48295
48296         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
48297         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
48298         insns in _dl_start to prevent a TOC reference before relocs are
48299         resolved.
48300
48301 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
48302
48303         [BZ #12469]
48304         * Makeconfig: Remove RANLIB definition.
48305         * Makerules: Don't use RANLIB.
48306         * aclocal.m4: Remove ranlib test.
48307         * configure.in: No need to check for ranlib.
48308         * elf/rtld-Rules: Don't use RANLIB.
48309
48310 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48311
48312         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
48313         protection macro.
48314         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
48315         inclusion protection macro.
48316
48317         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
48318         SIGRTMIN and SIGRTMAX and print information in that case only when
48319         SIGRTMIN is defined.
48320
48321 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
48322
48323         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
48324         arginfo fn returning -1.
48325
48326         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
48327         and thousands string is zero terminated.
48328
48329 2011-02-03  Andreas Schwab  <schwab@redhat.com>
48330
48331         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
48332         sysdeps/unix/sysv/linux/bits/socket.h.
48333
48334 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48335
48336         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
48337         (__CPU_COUNT): Remove old macros.
48338         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
48339         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
48340         (__CPU_ALLOC, __CPU_FREE): Add macros.
48341         (__sched_cpualloc, __sched_cpufree): Add declarations.
48342
48343 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
48344
48345         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
48346         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
48347         * nscd/aicache.c (addhstaiX): Return timeout of added value.
48348         (readdhstai): Return value of addhstaiX call.
48349         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
48350         (addgrbyX): Return value returned by cache_addgr.
48351         (readdgrbyname): Return value returned by addgrbyX.
48352         (readdgrbygid): Likewise.
48353         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
48354         (addpwbyX): Return value returned by cache_addpw.
48355         (readdpwbyname): Return value returned by addhstbyX.
48356         (readdpwbyuid): Likewise.
48357         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
48358         (addservbyX): Return value returned by cache_addserv.
48359         (readdservbyname): Return value returned by addservbyX:
48360         (readdservbyport): Likewise.
48361         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
48362         (addhstbyX): Return value returned by cache_addhst.
48363         (readdhstbyname): Return value returned by addhstbyX.
48364         (readdhstbyaddr): Likewise.
48365         (readdhstbynamev6): Likewise.
48366         (readdhstbyaddrv6): Likewise.
48367         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
48368         (readdinitgroups): Return value returned by addinitgroupsX.
48369         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
48370         (prune_cache): Keep track of timeout value of re-added entries.
48371         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
48372         * nscd/nscd.h: Adjust prototypes of readd* functions.
48373
48374 2011-02-04  Roland McGrath  <roland@redhat.com>
48375
48376         * nis/nis_server.c (nis_servstate): Use the right name for 0.
48377         (nis_stats): Likewise.
48378         * nis/nis_modify.c (nis_modify): Likewise.
48379         * nis/nis_remove.c (nis_remove): Likewise.
48380         * nis/nis_add.c (nis_add): Likewise.
48381
48382         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
48383
48384         * posix/fnmatch_loop.c: Add some consts.
48385
48386         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
48387
48388 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
48389
48390         [BZ #12460]
48391         * config.make.in (config-cflags-novzeroupper): Define.
48392         * configure.in: Substitute libc_cv_cc_novzeroupper.
48393         * elf/Makefile (AVX-CFLAGS): Define.
48394         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
48395         (CFLAGS-tst-auditmod4a.c): Likewise.
48396         (CFLAGS-tst-auditmod4b.c): Likewise.
48397         (CFLAGS-tst-auditmod6b.c): Likewise.
48398         (CFLAGS-tst-auditmod6c.c): Likewise.
48399         (CFLAGS-tst-auditmod7b.c): Likewise.
48400         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
48401
48402 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
48403
48404         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
48405         function to the callback.
48406         Patch partly by Jiri Olsa <jolsa@redhat.com>.
48407
48408 2011-02-02  Andreas Schwab  <schwab@redhat.com>
48409
48410         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
48411         of errno.
48412
48413 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
48414
48415         [BZ #11724]
48416         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
48417         of constructors.
48418         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
48419         of destructors.
48420         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
48421
48422         [BZ #11724]
48423         * elf/Makefile: Add rules to build and run new test.
48424         * elf/tst-initorder.c: New file.
48425         * elf/tst-initorder.exp: New file.
48426         * elf/tst-initordera1.c: New file.
48427         * elf/tst-initordera2.c: New file.
48428         * elf/tst-initordera3.c: New file.
48429         * elf/tst-initordera4.c: New file.
48430         * elf/tst-initorderb1.c: New file.
48431         * elf/tst-initorderb2.c: New file.
48432         * elf/tst-order-a1.c: New file.
48433         * elf/tst-order-a2.c: New file.
48434         * elf/tst-order-a3.c: New file.
48435         * elf/tst-order-a4.c: New file.
48436         * elf/tst-order-b1.c: New file.
48437         * elf/tst-order-b2.c: New file.
48438         * elf/tst-order-main.c: New file.
48439         New test case by George Gensure <werkt0@gmail.com>.
48440
48441 2010-10-01  Andreas Schwab  <schwab@redhat.com>
48442
48443         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
48444         decoding ACE if AI_CANONIDN.
48445
48446 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
48447
48448         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
48449
48450 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
48451
48452         * version.h (RELEASE): Bump for 2.13 release.
48453         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
48454
48455         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
48456
48457         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
48458         MADV_NOHUGEPAGE.
48459         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
48460         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
48461         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
48462         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
48463         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
48464         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48465
48466         * posix/getconf.c: Update copyright year.
48467         * catgets/gencat.c: Likewise.
48468         * csu/version.c: Likewise.
48469         * debug/catchsegv.sh: Likewise.
48470         * debug/xtrace.sh: Likewise.
48471         * elf/ldconfig.c: Likewise.
48472         * elf/ldd.bash.in: Likewise.
48473         * elf/sprof.c (print_version): Likewise.
48474         * iconv/iconv_prog.c: Likewise.
48475         * iconv/iconvconfig.c: Likewise.
48476         * locale/programs/locale.c: Likewise.
48477         * locale/programs/localedef.c: Likewise.
48478         * malloc/memusage.sh: Likewise.
48479         * malloc/mtrace.pl: Likewise.
48480         * nscd/nscd.c (print_version): Likewise.
48481         * nss/getent.c: Likewise.
48482
48483         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
48484         PF_CAIF, and PF_ALG.
48485         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48486
48487 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
48488
48489         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
48490         (modules-names): Use them.
48491         (ifunc-test-modules, ifunc-pie-tests): Define.
48492         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
48493         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
48494         (test-extras): Likewise.
48495         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
48496         $(compile-command.c).
48497         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
48498         (all-built-dso): Define.
48499         (check-textrel.out, check-execstack.out): Depend on it.
48500
48501         * configure.in: Don't override --enable-multi-arch.
48502
48503 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
48504
48505         [BZ #6812]
48506         * nscd/hstcache.c (tryagain): Define.
48507         (cache_addhst): Return tryagain not notfound for temporary errors.
48508         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
48509         failed.
48510
48511 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
48512
48513         [BZ #10563]
48514         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
48515         to make the syscall.
48516         * sysdeps/unix/sysv/linux/setgroups.c: New file.
48517
48518         [BZ #12378]
48519         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
48520         and fall back to matching as normal character if the string ends before
48521         the matching ']' is found.  This is what POSIX requires.
48522         * posix/testfnm.c: Adjust test result.
48523         * posix/globtest.sh: Adjust test result.  Add new test.
48524         * posix/tst-fnmatch.input: Likewise.
48525         * posix/tst-fnmatch2.c: Add new test.
48526
48527 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
48528
48529         * elf/Makefile (check-execstack): Revert last change.  Depend on
48530         check-execstack.h.
48531         (check-execstack.h): New target.
48532         (generated): Add check-execstack.h.
48533         * elf/check-execstack.c: Include "check-execstack.h".
48534         (main): Revert last change.
48535         (handle_file): Return zero if GNU_STACK is absent and
48536         DEFAULT_STACK_PERMS doesn't include PF_X.
48537
48538 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
48539
48540         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
48541         in child fails because the descriptor is already closed.
48542         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
48543         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
48544         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
48545
48546         [BZ #12397]
48547         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
48548         syscall.
48549
48550         [BZ #10484]
48551         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
48552         temporary buffer used to handle multi lookups locally.
48553         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
48554
48555 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48556
48557         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
48558         loader is ld.so.
48559
48560 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
48561
48562         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
48563         alignment for SSE2.
48564
48565 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48566
48567         [BZ #12394]
48568         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
48569         characters.  When rounding increased number of integer digits recompute
48570         number of groups.
48571         * stdio-common/tst-grouping.c: New file.
48572         * stdio-common/Makefile: Add rules to build and run tst-grouping.
48573
48574 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
48575
48576         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
48577         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
48578
48579         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
48580         void.
48581         * bits/select.h: Likewise.
48582
48583 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
48584
48585         * po/ja.po: Update from translation team.
48586
48587 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
48588
48589         [BZ #11155]
48590         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
48591         implementation just like for lxstat, fxstatat, et al.
48592
48593 2010-12-27  Jim Meyering  <meyering@redhat.com>
48594
48595         [BZ #12348]
48596         * posix/regexec.c (build_trtable): Return failure indication upon
48597         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
48598
48599 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
48600
48601         [BZ #12201]
48602         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
48603         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
48604         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
48605         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
48606
48607         [BZ #12207]
48608         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
48609
48610         [BZ #12204]
48611         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
48612         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
48613
48614 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
48615
48616         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
48617         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
48618         script has SORT_BY_INIT_PRIORITY.
48619         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
48620         NO_CTORS_DTORS_SECTIONS is defined.
48621         * elf/soinit.c: Likewise.
48622         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
48623         NO_CTORS_DTORS_SECTIONS is defined.
48624         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
48625         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
48626         * sysdeps/sh/init-first.c: Likewise.
48627         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
48628
48629 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
48630
48631         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
48632         always use the slow path.
48633
48634 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
48635
48636         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
48637         similar rule which adds the sysdep directories to the header search in
48638         order to pick up the correct platform stackinfo.h.
48639         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
48640         perform test if it is, otherwise return successfully without testing.
48641         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
48642         DEFAULT_STACK_PERMS define in stackinfo.h.
48643         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
48644         defined in stackinfo.h.
48645         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
48646         DEFAULT_STACK_PERMS defined in stackinfo.h.
48647         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
48648         * sysdeps/ia64/stackinfo.h: Likewise.
48649         * sysdeps/s390/stackinfo.h: Likewise.
48650         * sysdeps/sh/stackinfo.h: Likewise.
48651         * sysdeps/sparc/stackinfo.h: Likewise.
48652         * sysdeps/x86_64/stackinfo.h: Likewise.
48653         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
48654         PF_X for powerpc64.  Retain PF_X for powerpc32.
48655
48656 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
48657
48658         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
48659         accurately.
48660         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
48661         GETDENTS_64BIT_ALIGNED.
48662
48663 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
48664
48665         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
48666
48667 2010-12-10  Andreas Schwab  <schwab@redhat.com>
48668
48669         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
48670         _GNU_SOURCE.
48671
48672         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
48673         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
48674         Remove __restrict.
48675         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
48676         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
48677
48678 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
48679
48680         [BZ #11655]
48681         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
48682         are initialized.
48683
48684 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
48685
48686         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
48687
48688 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
48689
48690         * po/it.po: Update from translation team.
48691
48692 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
48693
48694         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
48695         unused codes.
48696
48697 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
48698
48699         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
48700
48701 2010-11-24  Andreas Schwab  <schwab@redhat.com>
48702
48703         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
48704         specially.
48705         (gaih_getanswer_slice): Likewise.
48706
48707 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
48708
48709         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
48710
48711 2010-05-31  Petr Baudis  <pasky@suse.cz>
48712
48713         [BZ #11149]
48714         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
48715         silently even in the chroot mode.
48716
48717 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
48718
48719         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
48720         last patch a bit.  Pretty printing
48721
48722 2010-05-31  Petr Baudis <pasky@suse.cz>
48723
48724         [BZ #10085]
48725         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
48726         initialization of skip_initgroups_dyn.
48727
48728 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
48729
48730         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
48731         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48732
48733 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
48734
48735         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
48736
48737 2010-11-11  Andreas Schwab  <schwab@redhat.com>
48738
48739         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
48740         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
48741         (tst-fnmatch-ENV): Set MALLOC_TRACE.
48742         ($(objpfx)tst-fnmatch-mem): New rule.
48743         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
48744         * posix/tst-fnmatch.c (main): Call mtrace.
48745
48746 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
48747
48748         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48749         Support Intel processor model 6 and model 0x2c.
48750
48751 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
48752
48753         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
48754           signed comparison.
48755
48756 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
48757
48758         [BZ #12205]
48759         * string/test-strncasecmp.c (check_result): New function.
48760         (do_one_test): Use it.
48761         (check1): New function.
48762         (test_main): Use it.
48763         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
48764         Support strcasecmp and strncasecmp.
48765
48766 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
48767
48768         [BZ #12194]
48769         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
48770         * sysdeps/x86_64/bits/byteswap.h: Likewise.
48771
48772 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
48773
48774         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
48775         IFUNC support.
48776         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48777         memset-x86-64.
48778         * sysdeps/x86_64/multiarch/bzero.S: New file.
48779         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
48780         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
48781         * sysdeps/x86_64/multiarch/memset.S: New file.
48782         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
48783         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48784         Set bit_Prefer_SSE_for_memop for Intel processors.
48785         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
48786         Define.
48787         (index_Prefer_SSE_for_memop): Define.
48788         (HAS_PREFER_SSE_FOR_MEMOP): Define.
48789
48790 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
48791
48792         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
48793         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
48794
48795 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
48796
48797         [BZ #12191]
48798         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
48799         (__x86_64_raw_data_cache_size_half): Likewise.
48800         (__x86_64_raw_shared_cache_size): Likewise.
48801         (__x86_64_raw_shared_cache_size_half): Likewise.
48802
48803         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
48804         (__x86_64_raw_data_cache_size_half): Likewise.
48805         (__x86_64_raw_shared_cache_size): Likewise.
48806         (__x86_64_raw_shared_cache_size_half): Likewise.
48807         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
48808         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
48809         and __x86_64_raw_shared_cache_size_half.  Round
48810         __x86_64_data_cache_size_half, __x86_64_data_cache_size
48811         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
48812         to multiple of 256 bytes.
48813
48814 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
48815
48816         [BZ #12167]
48817         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
48818         of inacessible symlinks.  Verify result of symlink before returning it.
48819         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
48820         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
48821
48822 2010-10-28  Erich Ritz  <erichritz@gmail.com>
48823
48824         * math/math.h (isinf): Fix typo in comment.
48825
48826 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
48827
48828         * po/da.po: Update from translation team.
48829
48830 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
48831
48832         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
48833         is added to the list.
48834
48835 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48836             Ulrich Drepper  <drepper@gmail.com>
48837
48838         * elf/dl-object.c (_dl_new_object): Don't append the new object to
48839         the global list here.  Move code to...
48840         (_dl_add_to_namespace_list): ...here.  New function.
48841         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
48842         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
48843         * elf/dl-load.c (lose): Don't remove the element from the list.
48844         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
48845         (_dl_map_object): Likewise.
48846
48847 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
48848
48849         [BZ #12159]
48850         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
48851         into all bytes of SSE register.
48852         Patch by Richard Li <richardpku@gmail.com>.
48853
48854 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
48855
48856         [BZ #12140]
48857         * malloc/malloc.c (_int_free): Fill correct number of bytes when
48858         perturbing.
48859
48860 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
48861
48862         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
48863         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
48864         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
48865         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
48866         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
48867         submachine.
48868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
48869
48870 2010-10-22  Andreas Schwab  <schwab@redhat.com>
48871
48872         * include/dlfcn.h (__RTLD_SECURE): Define.
48873         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
48874         mode & __RTLD_SECURE instead.
48875         (open_path): Rename preloaded parameter to secure.
48876         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
48877         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
48878         * elf/dl-deps.c (openaux): Likewise.
48879         * elf/rtld.c (struct map_args): Remove is_preloaded.
48880         (map_doit): Don't use it.
48881         (dl_main): Likewise.
48882         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
48883         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
48884
48885 2010-09-09  Andreas Schwab  <schwab@redhat.com>
48886
48887         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
48888         (sysd-rules-targets): Remove duplicates.
48889         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
48890         rtld-%.$o dependency.
48891
48892 2010-10-18  Andreas Schwab  <schwab@redhat.com>
48893
48894         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
48895         _dl_map_object do it.
48896
48897 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
48898
48899         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
48900         fast fma builtins, define the macros in the C99 standard.
48901         (FP_FAST_FMAF): Likewise.
48902         (FP_FAST_FMAL): Likewise.
48903         * sysdeps/x86_64/bits/mathdef.h: Likewise.
48904
48905         * bits/mathdef.h: Update copyright year.
48906         * sysdeps/powerpc/bits/mathdef.h: Likewise.
48907
48908 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
48909
48910         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
48911         builtins, define the macros in the C99 standard.
48912         (FP_FAST_FMAF): Likewise.
48913         (FP_FAST_FMAL): Likewise.
48914         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
48915         multiply/add.
48916         (FP_FAST_FMAF): Likewise.
48917
48918 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
48919
48920         [BZ #3268]
48921         * math/libm-test.inc (fma_test): Some new testcases.
48922         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
48923         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
48924         y and infinite z.  Do multiplication by C already in long double.
48925         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
48926         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
48927         y and infinite z.  Do bitwise or of inexact bit into u.d.
48928         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
48929         * sysdeps/i386/fpu/s_fmaf.S: Removed.
48930         * sysdeps/i386/fpu/s_fma.S: Removed.
48931         * sysdeps/i386/fpu/s_fmal.S: Removed.
48932
48933 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
48934
48935         [BZ #3268]
48936         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
48937         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
48938         computation is not scheduled after fetestexcept.  Fix value
48939         of minimum denormal long double.
48940
48941 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
48942
48943         [BZ #3268]
48944         * math/libm-test.inc (fma_test): Add some more tests.
48945         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
48946         correctly.
48947
48948 2010-10-15  Andreas Schwab  <schwab@redhat.com>
48949
48950         * scripts/data/localplt-s390-linux-gnu.data: New file.
48951         * scripts/data/localplt-s390x-linux-gnu.data: New file.
48952
48953 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
48954
48955         [BZ #3268]
48956         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
48957         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
48958         instead of dbl-64.
48959         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
48960         inlines.
48961         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
48962         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
48963         if one of x and y is very large and the other is subnormal.
48964         * sysdeps/s390/fpu/s_fmaf.c: New file.
48965         * sysdeps/s390/fpu/s_fma.c: New file.
48966         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
48967         * sysdeps/powerpc/fpu/s_fma.S: New file.
48968         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
48969         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
48970         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
48971
48972 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
48973
48974         [BZ #3268]
48975         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
48976         fma tests.
48977         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
48978         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
48979         * sysdeps/i386/i686/multiarch/s_fma.c: Include
48980         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
48981         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
48982         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
48983         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
48984
48985 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
48986
48987         [BZ #12078]
48988         * posix/regcomp.c (parse_branch): One more memory leak plugged.
48989         * posix/bug-regex31.input: Add test case.
48990
48991 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
48992
48993         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
48994         * posix/bug-regex31.input: New file.
48995
48996         [BZ #12078]
48997         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
48998         (parse_sub_exp): Fix last change, use postorder.
48999
49000         * posix/bug-regex31.c: New file.
49001         * posix/Makefile: Add rules to build and run bug-regex31.
49002
49003         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
49004
49005         [BZ #12078]
49006         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
49007
49008         [BZ #12108]
49009         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
49010         to have entries in sys_siglist.
49011
49012         [BZ #12093]
49013         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
49014         be NULL.
49015
49016 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
49017
49018         [BZ #3268]
49019         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
49020         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
49021         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
49022         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
49023         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
49024         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
49025         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
49026         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
49027         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
49028         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
49029         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
49030         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
49031         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
49032         * math/ftestexcept.c (fetestexcept): Likewise.
49033         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
49034         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
49035         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
49036         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
49037         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
49038         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
49039         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
49040
49041 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
49042
49043         [BZ #12107]
49044         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
49045         newline.
49046
49047 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
49048
49049         * string/bug-strstr1.c: New file.
49050         * string/Makefile: Add rules to build and run bug-strstr1.
49051
49052 2010-10-05  Eric Blake  <eblake@redhat.com>
49053
49054         [BZ #12092]
49055         * string/str-two-way.h (two_way_long_needle): Always clear memory
49056         when skipping input due to the shift table.
49057
49058 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
49059
49060         [BZ #12005]
49061         * malloc/mcheck.c: Handle large requests.
49062
49063         [BZ #12077]
49064         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
49065         for strncmp and strncasecmp.
49066         * string/stratcliff.c: Add tests for strcmp and strncmp.
49067         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
49068
49069 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
49070
49071         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
49072         __set_fpscr.
49073
49074 2010-09-30  Andreas Jaeger  <aj@suse.de>
49075
49076         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
49077         (CGROUP_SUPER_MAGIC): Define.
49078         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49079         Handle btrfs and cgroup file systems.
49080         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
49081         Likewise.
49082
49083 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
49084
49085         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
49086         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
49087
49088 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49089
49090         [BZ #12067]
49091         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
49092         trying to locate the ELF header.
49093
49094 2010-09-27  Andreas Schwab  <schwab@redhat.com>
49095
49096         [BZ #11611]
49097         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
49098         Mask out sign-bit copies when constructing f_fsid.
49099
49100 2010-09-24  Petr Baudis <pasky@suse.cz>
49101
49102         * debug/stack_chk_fail_local.c: Add missing licence exception.
49103         * debug/warning-nop.c: Likewise.
49104
49105 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
49106
49107         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
49108         implementing getdents64 using getdents syscall, set d_type if
49109         __ASSUME_GETDENTS32_D_TYPE.
49110
49111 2010-09-16  Andreas Schwab  <schwab@redhat.com>
49112
49113         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
49114         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
49115
49116 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
49117
49118         [BZ #12037]
49119         * posix/unistd.h: Undo change of feature selection for ftruncate from
49120         2010-01-11.
49121
49122 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
49123
49124         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
49125         detection.
49126
49127 2010-09-20  Andreas Schwab  <schwab@redhat.com>
49128
49129         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
49130         fanotify_mark.
49131         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49132
49133 2010-09-14  Andreas Schwab  <schwab@redhat.com>
49134
49135         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
49136         variables after CHECK_SP call.
49137         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
49138
49139 2010-09-13  Andreas Schwab  <schwab@redhat.com>
49140             Ulrich Drepper  <drepper@redhat.com>
49141
49142         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
49143         re-relocationg ld.so.
49144         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
49145         _dl_init_paths call.
49146         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
49147         here anymore.
49148
49149 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
49150
49151         * resolv/res_init.c (__res_vinit): Count the default server we added.
49152
49153 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
49154             Ulrich Drepper  <drepper@redhat.com>
49155
49156         [BZ #11968]
49157         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49158         (____longjmp_chk): Use %ebx for saving value across system call.
49159         Add unwind info.
49160
49161 2010-09-06  Andreas Schwab  <schwab@redhat.com>
49162
49163         * manual/Makefile: Don't mix pattern rules with normal rules.
49164
49165 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
49166
49167         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
49168         operation.
49169         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
49170         * libio/iofopncook.c (_IO_cookie_init): Likewise.
49171         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
49172         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
49173         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49174         Likewise.
49175
49176 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
49177
49178         [BZ #11979]
49179         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
49180         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
49181
49182 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
49183
49184         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
49185         * sysdeps/x86_64/addmul_1.S: Likewise.
49186         * sysdeps/x86_64/lshift.S: Likewise.
49187         * sysdeps/x86_64/mul_1.S: Likewise.
49188         * sysdeps/x86_64/rshift.S: Likewise.
49189         * sysdeps/x86_64/sub_n.S: Likewise.
49190         * sysdeps/x86_64/submul_1.S: Likewise.
49191
49192 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49193
49194         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
49195         Define __sched_param instead of SCHED_* and sched_param when
49196         <bits/sched.h> is included with __need_schedparam defined.
49197         * bits/sched.h [__need_schedparam]
49198         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
49199         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
49200         (__defined_schedparam): Define to 1.
49201         (__sched_param): New structure, identical to sched_param.
49202         (__need_schedparam): Undefine.
49203
49204 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
49205
49206         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
49207         (epoll_create1): Declare.
49208
49209         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
49210
49211 2010-08-31  Andreas Schwab  <schwab@redhat.com>
49212
49213         [BZ #7066]
49214         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
49215         shifting retval into place.
49216
49217 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
49218
49219         * nis/rpcsvc/nis.h: Update copyright notice.
49220         * nis/rpcsvc/nis.x: Likewise.
49221         * nis/rpcsvc/nis_callback.h: Likewise.
49222         * nis/rpcsvc/nis_callback.x: Likewise.
49223         * nis/rpcsvc/nis_object.x: Likewise.
49224         * nis/rpcsvc/nis_tags.h: Likewise.
49225         * nis/rpcsvc/yp.h: Likewise.
49226         * nis/rpcsvc/yp.x: Likewise.
49227         * nis/rpcsvc/ypupd.h: Likewise.
49228         * nis/yp_xdr.c: Likewise.
49229         * nis/ypupdate_xdr.c: Likewise.
49230
49231         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
49232         mainly the body of pmap_getport.  Add parameters to specify timeouts.
49233         (pmap_getport): Use __libc_rpc_getport.
49234         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
49235         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
49236         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
49237
49238 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
49239
49240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
49241         fanotify_mark.
49242
49243 2010-08-27  Roland McGrath  <roland@redhat.com>
49244
49245         * sysdeps/i386/i686/multiarch/Makefile
49246         (CFLAGS-varshift.c): New variable.
49247
49248 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
49249
49250         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
49251         * sysdeps/i386/i686/multiarch/varshift.c: New file.
49252
49253         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
49254
49255         * sysdeps/x86_64/strlen.S: Minimal code improvement.
49256
49257 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
49258
49259         * sysdeps/x86_64/strlen.S: Unroll the loop.
49260         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49261         strlen-sse2 strlen-sse2-bsf.
49262         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
49263         __strlen_no_bsf if bit_Slow_BSF is set.
49264         (__strlen_sse42): Removed.
49265         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
49266         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
49267
49268 2010-08-25  Roland McGrath  <roland@redhat.com>
49269
49270         * sysdeps/x86_64/multiarch/varshift.S: File removed.
49271         * sysdeps/x86_64/multiarch/varshift.c: New file.
49272         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
49273         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
49274         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
49275         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
49276
49277 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
49278
49279         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49280         strlen-sse2 strlen-sse2-bsf.
49281         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
49282         __strlen_sse2_bsf if bit_Slow_BSF is unset.
49283         (__strlen_sse2): Removed.
49284         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
49285         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
49286         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
49287         bit_Slow_BSF for Atom.
49288         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
49289         (index_Slow_BSF): Define.
49290         (HAS_SLOW_BSF): Define.
49291
49292 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
49293
49294         [BZ #10851]
49295         * resolv/res_init.c (__res_vinit): When no server address at all
49296         is given default to loopback.
49297
49298 2010-08-24  Roland McGrath  <roland@redhat.com>
49299
49300         * configure.in: Remove config-name.h generation.
49301         * configure: Regenerated.
49302         * config-name.in: File removed.
49303         * scripts/config-uname.sh: New file.
49304         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
49305         ($(objdir)config-name.h): New target.
49306
49307         * sunrpc/rpc_parse.h: Avoid nested comment.
49308
49309 2010-08-24  Richard Henderson  <rth@redhat.com>
49310             Ulrich Drepper  <drepper@redhat.com>
49311             H.J. Lu  <hongjiu.lu@intel.com>
49312
49313         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
49314         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
49315         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
49316         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
49317         _mm_alignr_epi8 with _mm_loadu_si128.
49318         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
49319         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
49320         (__m128i_shift_right): Removed.
49321         * sysdeps/i386/i686/multiarch/varshift.h: New file.
49322         * sysdeps/i386/i686/multiarch/varshift.S: New file.
49323         * sysdeps/x86_64/multiarch/varshift.h: New file.
49324         * sysdeps/x86_64/multiarch/varshift.S: New file.
49325
49326 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
49327
49328         * configure.in: Move assembler checks to before sysdep dir checking.
49329
49330 2010-08-20  Petr Baudis  <pasky@suse.cz>
49331
49332         * LICENSES: Sync the sunrpc license.
49333
49334 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
49335
49336         * sunrpc/auth_des.c: Update copyright notice once again.
49337         * sunrpc/auth_none.c: Likewise.
49338         * sunrpc/auth_unix.c: Likewise.
49339         * sunrpc/authdes_prot.c: Likewise.
49340         * sunrpc/authuxprot.c: Likewise.
49341         * sunrpc/bindrsvprt.c: Likewise.
49342         * sunrpc/clnt_gen.c: Likewise.
49343         * sunrpc/clnt_perr.c: Likewise.
49344         * sunrpc/clnt_raw.c: Likewise.
49345         * sunrpc/clnt_simp.c: Likewise.
49346         * sunrpc/clnt_tcp.c: Likewise.
49347         * sunrpc/clnt_udp.c: Likewise.
49348         * sunrpc/clnt_unix.c: Likewise.
49349         * sunrpc/des_crypt.c: Likewise.
49350         * sunrpc/des_soft.c: Likewise.
49351         * sunrpc/get_myaddr.c: Likewise.
49352         * sunrpc/getrpcport.c: Likewise.
49353         * sunrpc/key_call.c: Likewise.
49354         * sunrpc/key_prot.c: Likewise.
49355         * sunrpc/openchild.c: Likewise.
49356         * sunrpc/pm_getmaps.c: Likewise.
49357         * sunrpc/pm_getport.c: Likewise.
49358         * sunrpc/pmap_clnt.c: Likewise.
49359         * sunrpc/pmap_prot.c: Likewise.
49360         * sunrpc/pmap_prot2.c: Likewise.
49361         * sunrpc/pmap_rmt.c: Likewise.
49362         * sunrpc/rpc/auth.h: Likewise.
49363         * sunrpc/rpc/auth_unix.h: Likewise.
49364         * sunrpc/rpc/clnt.h: Likewise.
49365         * sunrpc/rpc/des_crypt.h: Likewise.
49366         * sunrpc/rpc/key_prot.h: Likewise.
49367         * sunrpc/rpc/netdb.h: Likewise.
49368         * sunrpc/rpc/pmap_clnt.h: Likewise.
49369         * sunrpc/rpc/pmap_prot.h: Likewise.
49370         * sunrpc/rpc/pmap_rmt.h: Likewise.
49371         * sunrpc/rpc/rpc.h: Likewise.
49372         * sunrpc/rpc/rpc_des.h: Likewise.
49373         * sunrpc/rpc/rpc_msg.h: Likewise.
49374         * sunrpc/rpc/svc.h: Likewise.
49375         * sunrpc/rpc/svc_auth.h: Likewise.
49376         * sunrpc/rpc/types.h: Likewise.
49377         * sunrpc/rpc/xdr.h: Likewise.
49378         * sunrpc/rpc_clntout.c: Likewise.
49379         * sunrpc/rpc_cmsg.c: Likewise.
49380         * sunrpc/rpc_common.c: Likewise.
49381         * sunrpc/rpc_cout.c: Likewise.
49382         * sunrpc/rpc_dtable.c: Likewise.
49383         * sunrpc/rpc_hout.c: Likewise.
49384         * sunrpc/rpc_main.c: Likewise.
49385         * sunrpc/rpc_parse.c: Likewise.
49386         * sunrpc/rpc_parse.h: Likewise.
49387         * sunrpc/rpc_prot.c: Likewise.
49388         * sunrpc/rpc_sample.c: Likewise.
49389         * sunrpc/rpc_scan.c: Likewise.
49390         * sunrpc/rpc_scan.h: Likewise.
49391         * sunrpc/rpc_svcout.c: Likewise.
49392         * sunrpc/rpc_tblout.c: Likewise.
49393         * sunrpc/rpc_util.c: Likewise.
49394         * sunrpc/rpc_util.h: Likewise.
49395         * sunrpc/rpcinfo.c: Likewise.
49396         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
49397         * sunrpc/rpcsvc/key_prot.x: Likewise.
49398         * sunrpc/rpcsvc/klm_prot.x: Likewise.
49399         * sunrpc/rpcsvc/mount.x: Likewise.
49400         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
49401         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
49402         * sunrpc/rpcsvc/rex.x: Likewise.
49403         * sunrpc/rpcsvc/rstat.x: Likewise.
49404         * sunrpc/rpcsvc/rusers.x: Likewise.
49405         * sunrpc/rpcsvc/sm_inter.x: Likewise.
49406         * sunrpc/rpcsvc/spray.x: Likewise.
49407         * sunrpc/rpcsvc/yppasswd.x: Likewise.
49408         * sunrpc/rtime.c: Likewise.
49409         * sunrpc/svc.c: Likewise.
49410         * sunrpc/svc_auth.c: Likewise.
49411         * sunrpc/svc_authux.c: Likewise.
49412         * sunrpc/svc_raw.c: Likewise.
49413         * sunrpc/svc_run.c: Likewise.
49414         * sunrpc/svc_simple.c: Likewise.
49415         * sunrpc/svc_tcp.c: Likewise.
49416         * sunrpc/svc_udp.c: Likewise.
49417         * sunrpc/svc_unix.c: Likewise.
49418         * sunrpc/svcauth_des.c: Likewise.
49419         * sunrpc/xcrypt.c: Likewise.
49420         * sunrpc/xdr.c: Likewise.
49421         * sunrpc/xdr_array.c: Likewise.
49422         * sunrpc/xdr_float.c: Likewise.
49423         * sunrpc/xdr_mem.c: Likewise.
49424         * sunrpc/xdr_rec.c: Likewise.
49425         * sunrpc/xdr_ref.c: Likewise.
49426         * sunrpc/xdr_sizeof.c: Likewise.
49427         * sunrpc/xdr_stdio.c: Likewise.
49428
49429         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
49430         handling.
49431
49432 2010-08-19  Andreas Schwab  <schwab@redhat.com>
49433
49434         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
49435
49436 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
49437
49438         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
49439         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
49440         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
49441         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
49442         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
49443         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
49444         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
49445         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
49446         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
49447         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
49448         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
49449         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
49450         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
49451         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
49452
49453 2010-07-26  Anton Blanchard  <anton@samba.org>
49454
49455         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
49456         * malloc/arena.c (heap_trim): Likewise.
49457
49458 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
49459
49460         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
49461         here.  Not...
49462         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
49463         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
49464
49465 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
49466
49467         * sysdeps/i386/elf/Makefile: New file.
49468
49469 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49470
49471         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
49472         from fanotify_init.
49473         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
49474         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49475
49476 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
49477
49478         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
49479         of strncasecmp_l.
49480         * sysdeps/multiarch/strcmp.S: Likewise.
49481
49482 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
49483
49484         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49485         strncase_l-nonascii.
49486         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49487         Add strncase_l-ssse3.
49488         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
49489         * sysdeps/x86_64/strcmp.S: Likewise.
49490         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
49491         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
49492         * sysdeps/x86_64/strncase.S: New file.
49493         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
49494         * sysdeps/x86_64/strncase_l.S: New file.
49495         * string/Makefile (strop-tests): Add strncasecmp.
49496         * string/test-strncasecmp.c: New file.
49497
49498         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
49499         warning.
49500
49501         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
49502         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
49503
49504 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49505
49506         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
49507
49508 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
49509
49510         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
49511         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
49512         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
49513
49514 2010-05-01  Alan Modra  <amodra@gmail.com>
49515
49516         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
49517         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
49518         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
49519         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
49520         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
49521         tidying.  Don't tail-call __sigjmp_save for static lib.
49522         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
49523         save location.
49524         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
49525         (CALL_MCOUNT): Add eh info, and nop after bl.
49526         (TAIL_CALL_SYSCALL_ERROR): New macro.
49527         (PSEUDO_RET): Use it.
49528         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
49529         Correct save location of integer regs and cr.
49530         (_dl_profile_resolve): Correct cr save location.  Delete nops
49531         after bl when SHARED.  Reduce cfi size a little by better
49532         placement of cfi directives.
49533         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
49534         make a stack frame.  Instead use parm save area as a temp.
49535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
49536         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
49537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
49538         Don't make a stack frame for parent, use parm save area.
49539         Increase child stack frame to 112 bytes.  Don't save unused reg,
49540         and adjust reg usage.  Set up cfi on error recovery and
49541         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
49542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
49543         (__makecontext): Add dummy nop after jump to exit.
49544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
49545         Use correct parm save area and cr save, reduce stack frame.
49546         Correct cfi for possible PSEUDO_RET frame setup.
49547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
49548         Branch to local label emitted by PSEUDO_RET rather than
49549         __syscall_error.
49550
49551 2010-08-12  Andreas Schwab  <schwab@redhat.com>
49552
49553         [BZ #11904]
49554         * locale/programs/locale.c (print_assignment): New function.
49555         (show_locale_vars): Use it.
49556
49557 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
49558
49559         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
49560         field.
49561         (struct statfs64): Likewise.
49562         (_STATFS_F_FLAGS): Define.
49563         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
49564         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49565         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
49566         (ST_VALID): Define locally.
49567         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
49568         __statvfs_getflags, use the provided value.
49569         * sysdeps/unix/sysv/linux/kernel-features.h: Define
49570         __ASSUME_STATFS_F_FLAGS.
49571
49572         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
49573
49574         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
49575         Add sys/fanotify.h.
49576         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
49577         fanotify_mask for GLIBC_2.13.
49578         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
49579         fanotify_init and fanotify_mark.
49580         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49581         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
49582
49583         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
49584         Add prlimit.
49585         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
49586         prlimit64 for GLIBC_2.13.
49587         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
49588         prlimit64.
49589         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
49590         syscall.
49591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
49592         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49593         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
49594         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
49595         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
49596         add prlimit alias.
49597         * sysdeps/unix/sysv/linux/prlimit.c: New file.
49598
49599         [BZ #11903]
49600         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
49601         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
49602
49603         * nss/Makefile: Add rules to build and run tst-nss-test1.
49604         * shlib-versions: Add entry for libnss_test1.
49605         * nss/nss_test1.c: New file.
49606         * nss/tst-nss-test1.c: New file.
49607
49608         * nss/nsswitch.c (__nss_database_custom): Define new variable.
49609         (__nss_configure_lookup): Set appropriate entry in
49610         __nss_configure_lookup to true.
49611         * nss/nsswitch.h: Define enum with indeces of databases in
49612         databases and __nss_database_custom arrays.  Declare
49613         __nss_database_custom.
49614         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
49615         to avoid using nscd when custom rules are installed.
49616         * nss/getXXbyYY_r.c: Likewise.
49617         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
49618
49619         * nss/nss_files/files-parse.c: Whitespace fixes.
49620
49621 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
49622
49623         [BZ #11883]
49624         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
49625         * posix/fnmatch_loop.c: Likewise.
49626
49627 2010-07-17  Andi Kleen  <ak@linux.intel.com>
49628
49629         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
49630         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
49631         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
49632         * Versions.def [GLIBC_2.13]: Add.
49633
49634 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
49635
49636         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
49637         Also fail if tpwd after pwuid call is NULL.
49638
49639 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49640
49641         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
49642         when converting to ms.
49643
49644 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49645
49646         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
49647         EOPNOTSUPP errors with ENOTTY.
49648         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
49649         EOPNOTSUPP errors with ENOTTY.
49650
49651 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
49652
49653         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49654         Add strcasecmp_l-ssse3.
49655         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
49656         strcasecmp.
49657         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
49658         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
49659         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
49660
49661 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
49662
49663         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
49664
49665         * string/Makefile (strop-tests): Add strcasecmp.
49666         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49667         strcasecmp_l-nonascii.
49668         (gen-as-const-headers): Add locale-defines.sym.
49669         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
49670         * sysdeps/x86_64/strcasecmp.S: New file.
49671         * sysdeps/x86_64/strcasecmp_l.S: New file.
49672         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
49673         * sysdeps/x86_64/locale-defines.sym: New file.
49674         * string/test-strcasecmp.c: New file.
49675
49676         * string/test-strcasestr.c: Test both ends of the range of characters.
49677         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
49678
49679 2010-07-29  Roland McGrath  <roland@redhat.com>
49680
49681         [BZ #11856]
49682         * manual/locale.texi (Yes-or-No Questions): Fix example code.
49683
49684 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
49685
49686         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
49687         for ld.so.
49688
49689 2010-07-27  Andreas Schwab  <schwab@redhat.com>
49690
49691         * manual/memory.texi (Malloc Tunable Parameters): Document
49692         M_PERTURB.
49693
49694 2010-07-26  Roland McGrath  <roland@redhat.com>
49695
49696         [BZ #11840]
49697         * configure.in (-fgnu89-inline check): Set and substitute
49698         gnu89_inline, not libc_cv_gnu89_inline.
49699         * configure: Regenerated.
49700         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
49701
49702 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
49703
49704         * string/test-strnlen.c: New file.
49705         * string/Makefile (strop-tests): Add strnlen.
49706         * string/tester.c (test_strnlen): Add a few more test cases.
49707         * string/tst-strlen.c: Better error reporting.
49708
49709         * sysdeps/x86_64/strnlen.S: New file.
49710
49711 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
49712
49713         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
49714         lower-latency instructions.
49715
49716 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
49717
49718         * string/test-strcasestr.c: New file.
49719         * string/test-strstr.c: New file.
49720         * string/Makefile (strop-tests): Add strstr and strcasestr.
49721         * string/str-two-way.h: Don't undefine MAX.
49722         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
49723
49724 2010-07-21  Andreas Schwab  <schwab@redhat.com>
49725
49726         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49727         strcasestr-nonascii.
49728         (CFLAGS-strcasestr-nonascii.c): Define.
49729         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
49730         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
49731         Remove unused attribute.
49732
49733 2010-07-20  Roland McGrath  <roland@redhat.com>
49734
49735         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
49736         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
49737         ld.so.cache was broken.  With it, there is no way to disable dsocaps
49738         like LD_HWCAP_MASK can disable hwcaps.
49739
49740 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
49741
49742         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
49743
49744 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
49745
49746         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
49747         call in strcasestr.
49748         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
49749         __strcasestr_sse42_nonascii.
49750         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
49751         strcasestr-nonascii.c.
49752         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
49753
49754 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
49755
49756         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
49757         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
49758         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
49759         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
49760
49761 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
49762
49763         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
49764         fcntl.
49765
49766 2010-07-06  Andreas Schwab  <schwab@redhat.com>
49767
49768         [BZ #11577]
49769         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
49770         dl_signal_cerror.
49771
49772 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
49773
49774         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
49775         _PC_PIPE_BUF using F_GETPIPE_SZ.
49776
49777 2010-07-05  Roland McGrath  <roland@redhat.com>
49778
49779         * manual/arith.texi (Rounding Functions): Fix rint description
49780         implicit in round description.
49781
49782 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
49783
49784         * elf/Makefile: Fix linking for a few tests to make recent linker
49785         happy.
49786
49787 2010-06-30  Andreas Schwab  <schwab@redhat.com>
49788
49789         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
49790         $(common-objpfx)libc_nonshared.a.
49791
49792 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
49793
49794         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
49795         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
49796         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
49797         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
49798         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
49799         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
49800         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
49801         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
49802         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
49803         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
49804         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
49805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
49806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
49807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
49808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
49809         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
49810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
49811         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
49812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
49813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
49814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
49815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
49816         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
49817         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
49818         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
49819         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
49820         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
49821         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
49822         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
49823         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
49824         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
49825         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
49826         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
49827         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
49828         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
49829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
49830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
49831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
49832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
49833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
49834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
49835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
49836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
49837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
49838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
49839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
49840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
49841         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
49842
49843 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
49844
49845         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
49846         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
49847         * string/memmove.c (memmove): Renamed to ...
49848         (MEMMOVE): ...this.  Default to memmove.
49849         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
49850         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
49851         (END_CHK): Define.
49852         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49853         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
49854         mempcpy-ssse3-back memmove-ssse3-back.
49855         * sysdeps/x86_64/multiarch/bcopy.S: New file .
49856         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
49857         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
49858         * sysdeps/x86_64/multiarch/memcpy.S: New file.
49859         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
49860         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
49861         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
49862         * sysdeps/x86_64/multiarch/memmove.c: New file.
49863         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
49864         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
49865         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
49866         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
49867         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
49868         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
49869         Define.
49870         (index_Fast_Copy_Backward): Define.
49871         (HAS_ARCH_FEATURE): Define.
49872         (HAS_FAST_REP_STRING): Define.
49873         (HAS_FAST_COPY_BACKWARD): Define.
49874
49875 2010-06-21  Andreas Schwab  <schwab@redhat.com>
49876
49877         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
49878         Restore proper fallback handling.
49879
49880 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
49881
49882         [BZ #11701]
49883         * posix/group_member.c (__group_member): Correct checking loop.
49884
49885         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
49886         OOM in getpwuid_r correctly.  Return error number when the caller
49887         should return, otherwise -1.
49888         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
49889         call returning > 0 value.
49890         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
49891
49892 2010-06-07  Andreas Schwab  <schwab@redhat.com>
49893
49894         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
49895         libc_nonshared.a from targets in modules-names.
49896
49897 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
49898
49899         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
49900         requires it.
49901
49902 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
49903
49904         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
49905         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
49906         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
49907         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
49908
49909 2010-06-02  Andreas Schwab  <schwab@redhat.com>
49910
49911         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
49912
49913 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
49914
49915         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
49916         and F_GETPIPE_SZ.
49917         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
49918         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49919         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49920         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49921         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49922         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
49923
49924 2010-06-14  Roland McGrath  <roland@redhat.com>
49925
49926         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
49927
49928 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
49929
49930         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
49931         __REDIRECT followed by __THROW.
49932         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
49933         * posix/getopt.h (getopt): Likewise.
49934
49935 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
49936
49937         * hurd/lookup-at.c (__file_name_lookup_at): Accept
49938         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
49939         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
49940         in AT_FLAGS.
49941         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
49942         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
49943
49944 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
49945
49946         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
49947
49948 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
49949
49950         [BZ #11640]
49951         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49952         Properly check family and model.
49953
49954 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
49955
49956         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
49957
49958 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
49959
49960         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
49961
49962 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
49963
49964         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
49965         symbol reference.
49966
49967 2010-05-19  Andreas Schwab  <schwab@redhat.com>
49968
49969         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
49970         symbol reference.
49971
49972 2010-05-21  Andreas Schwab  <schwab@redhat.com>
49973
49974         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
49975         and internal_recvmmsg.
49976         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
49977         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
49978         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
49979         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
49980
49981         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
49982         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
49983         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
49984
49985 2010-05-20  Andreas Schwab  <schwab@redhat.com>
49986
49987         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
49988
49989 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
49990
49991         POWER7 optimizations.
49992         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
49993         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
49994
49995 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
49996
49997         * version.h: Update for 2.13 development version.
49998
49999 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
50000
50001         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
50002         exceptions.  Return 0.
50003
50004 2010-05-07  Roland McGrath  <roland@redhat.com>
50005
50006         * elf/ldconfig.c (main): Add a const.
50007
50008 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
50009
50010         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
50011         (args_options): Add no-idn option.
50012         (ahosts_keys_int): Add idn_flags to ai_flags.
50013         (parse_option): Handle 'i' option to clear idn_flags.
50014
50015         * malloc/malloc.c (_int_free): Possible race in the most recently
50016         added check.  Only act on the data if no current modification
50017         happened.
50018
50019 See ChangeLog.17 for earlier changes.