HPPA: Transition to new non-addon NPTL.
[platform/upstream/glibc.git] / ChangeLog
1 2014-09-07  Roland McGrath  <roland@hack.frob.com>
2             Carlos O'Donell  <carlos@systemhalted.org>
3
4         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
5         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
6         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
7         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
8         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
9         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
10         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
11         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
12         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
13         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
14         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
15         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
16         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
17         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
18         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
19         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
20         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
21         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
22         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
23         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
24         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
25         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
26         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
27         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
28         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
29         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
30         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
31         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
32         Deconditionalize the code that was previously under [RESET_PID].
33         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
34         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
35         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
36         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
37         include sysdep.h.
38
39 2014-09-08  Allan McRae  <allan@archlinux.org>
40
41         * version.h (RELEASE): Set to "development".
42         (VERSION): Set to "2.20.90"
43
44 2014-09-07  Allan McRae  <allan@archlinux.org
45
46         * version.h (RELEASE): Set to "stable".
47         (VERSION): Set to "2.20"
48         * include/features.h (__GLIBC_MINOR__): Set to 20.
49
50         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
51         Liebler.
52
53         * po/ko.po: Update Korean translation from translation project.
54
55 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
56
57         [BZ #17354]
58         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
59         macro for handling signed relocations.
60
61 2014-09-03  Florian Weimer  <fweimer@redhat.com>
62
63         [BZ #17325]
64         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
65         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
66         assert.
67         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
68         * iconvdata/ibm935.c (BODY): Likewise.
69         * iconvdata/ibm937.c (BODY): Likewise.
70         * iconvdata/ibm939.c (BODY): Likewise.
71         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
72         assert.
73         * iconvdata/Makefile (iconv-test.out): Pass module list to test
74         script.
75         * iconvdata/run-iconv-test.sh: New test loop for checking for
76         decoder crashers.
77
78 2014-09-02  Khem Raj  <raj.khem@gmail.com>
79
80         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
81         libm_hidden_ver.
82
83 2014-09-01  Allan McRae  <allan@archlinux.org>
84
85         * po/eo.po: Update Esperanto translation from translation project.
86
87         * po/ca.po: Update Catalan translation from translation project.
88
89 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
90
91         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
92         __proc_dostop call.
93
94 2014-08-27  Mark Wielaard  <mjw@redhat.com>
95
96         [BZ #17319]
97         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
98         to call set_thread_area instead of hand written asm.
99         (__NR_set_thread_area): Removed define.
100         (TLS_FLAG_WRITABLE): Likewise.
101         (__ASSUME_SET_THREAD_AREA): Remove check.
102         (TLS_EBX_ARG): Remove define.
103         (TLS_LOAD_EBX): Likewise.
104
105 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
106
107         Simplify atomicity of socket creation in bind.
108
109         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
110         looking up the name after linking the file.
111
112 2014-08-27  Allan McRae  <allan@archlinux.org>
113
114         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
115
116 2014-08-26  Florian Weimer  <fweimer@redhat.com>
117
118         [BZ #17187]
119         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
120         trans_compare, open_translit, __gconv_translit_find):
121         Remove module loading code.
122
123 2014-08-26  Allan McRae  <allan@archlinux.org>
124
125         * po/vi.po: Update Vietnamese translation from translation project.
126
127         * po/uk.po: Update Ukrainian translation from translation project.
128
129         * po/fr.po: Update French translation from translation project.
130
131         * po/ru.po: Update Russian translation from translation project.
132
133         * po/pl.po: Update Polish translation from translation project.
134
135         * po/cs.po: Update Czech translation from translation project.
136
137         * po/de.po: Update German translation from translation project.
138
139         * po/bg.po: Update Bulgarian translation from translation project.
140
141         * po/sv.po: Update Sweedish translation from translation project.
142
143         * po/nl.po: Update Dutch translation from translation project.
144
145         * po/es.po: Update Spanish translation from translation project.
146
147 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
148
149         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
150
151         * catgets/Makefile (CPPFLAGS-gencat): Remove.
152         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
153         (CPPFLAGS-iconvconfig): Likewise.
154         * timezone/Makefile (CPPFLAGS-zic): Likewise.
155
156         * include/libc-symbols.h: Remove unnecessary check for
157         NOT_IN_libc.
158         * nptl/pthreadP.h: Likewise.
159         * sysdeps/aarch64/setjmp.S: Likewise.
160         * sysdeps/alpha/setjmp.S: Likewise.
161         * sysdeps/arm/sysdep.h: Likewise.
162         * sysdeps/i386/setjmp.S: Likewise.
163         * sysdeps/m68k/setjmp.c: Likewise.
164         * sysdeps/posix/getcwd.c: Likewise.
165         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
166         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
167         * sysdeps/s390/s390-32/setjmp.S: Likewise.
168         * sysdeps/s390/s390-64/setjmp.S: Likewise.
169         * sysdeps/sh/sh3/setjmp.S: Likewise.
170         * sysdeps/sh/sh4/setjmp.S: Likewise.
171         * sysdeps/unix/alpha/sysdep.h: Likewise.
172         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
173         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
174         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
175         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
178         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
179         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
180         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
181         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
182         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
183         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
184         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
185         * sysdeps/x86_64/setjmp.S: Likewise.
186
187 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
188
189         [BZ #17263]
190         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
191         <stdint.h>.
192         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
193         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
194
195 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
196
197         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
198
199         [BZ #17262]
200         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
201         and __x86_64__ when disabling x87 inline functions.
202
203 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
204
205         [BZ #17259]
206         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
207         asm statement with __cpuid_count.
208
209 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
210
211         * configure.ac: Change __ehdr_start code to dereference the struct.
212         Run readelf on the output to look for relocations.
213         * configure: Regenerated.
214
215 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
216
217         [BZ #17261]
218         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
219         value to 0.
220         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
221
222 2014-08-12  Roland McGrath  <roland@hack.frob.com>
223
224         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
225
226 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
227
228         [BZ #16892]
229         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
230         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
231
232 2014-08-12  Sean Anderson  <seanga2@gmail.com>
233
234         * malloc/malloc.c: Fix typo in comment.
235
236 2014-08-09  Allan McRae  <allan@archlinux.org>
237
238         * Regenerate libc.po.
239
240 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
241
242         * intl/tst-gettext2.sh: Check every lang file for creation.
243
244 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
245
246         * sysdeps/aarch64/fpu/math_private.h
247         (libc_feholdsetround_noex_aarch64_ctx): New function.
248
249 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
250
251         * sysdeps/arm/armv6/strcpy.S (strcpy):
252         Fix performance issue in misaligned cases.
253
254 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
255
256         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
257         Move definition from termios.h.
258         (struct termio): Likewise.
259         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
260         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
261         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
262         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
263         Likewise.
264         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
265         Move definition to ioctl-types.h
266         (struct termio): Likewise.
267         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
268         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
269         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
270         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
271         Likewise.
272
273 2014-08-05  Richard Henderson  <rth@redhat.com>
274
275         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
276         exceptions.
277         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
278         Add fraiseexcpt.
279         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
280         Use __feraiseexcept.
281         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
282         Protect libm symbols with IS_IN_libm.
283
284         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
285
286 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
287
288         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
289
290 2014-08-04  Will Newton  <will.newton@linaro.org>
291
292         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
293         file.
294
295 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
296
297         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
298         variants for each function.
299
300 2014-08-04  Roland McGrath  <roland@hack.frob.com>
301
302         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
303         appended ...
304         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
305         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
306         appended ...
307         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
308         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
309         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
310         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
311         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
312         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
313         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
314         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
315         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
316         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
317         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
318         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
319         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
320         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
321         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
322         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
323         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
324         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
325         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
326         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
327         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
328         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
329         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
330         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
331         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
332         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
333         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
334         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
335         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
336         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
337         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
338         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
339         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
340         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
341         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
342         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
343         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
344         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
345         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
346         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
347         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
348         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
349         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
350         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
351         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
352         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
353         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
354         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
355         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
356         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
357         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
358         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
359         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
360         Update #include.
361         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
362         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
363
364 2014-08-04  Roland McGrath  <roland@hack.frob.com>
365
366         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
367         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
368         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
369         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
370         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
371         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
372
373 2014-08-04  Roland McGrath  <roland@hack.frob.com>
374
375         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
376         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
377         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
378         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
379
380 2014-08-04  Roland McGrath  <roland@hack.frob.com>
381
382         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
383         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
384         (__libc_vfork): Define function under this name.
385         (__vfork): Define as an alias.
386         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
387         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
388
389 2014-08-04  Roland McGrath  <roland@hack.frob.com>
390
391         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
392         that was previously under [RESET_PID].
393         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
394
395 2014-08-04  Andreas Schwab  <schwab@suse.de>
396
397         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
398
399 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
400
401         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
402         (main): Likewise.
403
404 2014-08-01  Roland McGrath  <roland@hack.frob.com>
405
406         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
407
408 2014-08-01  Richard Henderon  <rth@redhat.com>
409
410         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
411         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
412         typo in exact zero test.
413         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
414         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
415         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
416
417 2014-08-01  Roland McGrath  <roland@hack.frob.com>
418
419         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
420         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
421         * sysdeps/arm/sysdep.h: ... here.
422         [!__ASSEMBLER__]: Include <stdint.h>.
423
424 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
425
426         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
427         (HAVE_WCTYPE_H): Likewise.
428         (HAVE_ISWCTYPE): Likewise.
429         (ENABLE_NLS): Likewise.
430         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
431         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
432
433         * posix/regex_internal.c: Check if DEBUG is defined and is
434         set.
435
436         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
437         (HAVE_MBSRTOWCS): Likewise.
438         * posix/fnmatch.c: Include string.h unconditionally.
439
440 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
441
442         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
443         reversal.
444
445 2014-07-31  Roland McGrath  <roland@hack.frob.com>
446
447         * sysdeps/generic/safe-fatal.h: New file.
448         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
449         * nptl/forward.c: Include it.
450         (__pthread_unwind): Use __safe_fatal as default action, rather
451         than a bogus use of INTERNAL_SYSCALL that could never work.
452
453         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
454         * configure.ac (libc_cv_builtin_trap): New test.
455         * configure: Regenerated.
456         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
457         (ABORT_INSTRUCTION): Define using __builtin_trap.
458
459         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
460         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
461         * sysdeps/nptl/nptl-signals.h: New file.
462         * nptl/pthreadP.h: Include <nptl-signals.h>.
463
464 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
465
466         * sysdeps/s390/s390-64/utf16-utf32-z9.c
467         (ONE_DIRECTION): Define.
468         * sysdeps/s390/s390-64/utf8-utf16-z9.c
469         (ONE_DIRECTION): Define.
470         * sysdeps/s390/s390-64/utf8-utf32-z9.c
471         (ONE_DIRECTION): Define.
472
473 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
474
475         * sysdeps/s390/Makefile: Delete file.
476         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
477         * sysdeps/s390/__longjmp.c: Delete file.
478         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
479         Remove fields __flags and __reserved.
480         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
481         and add versioning.
482         * sysdeps/s390/rtld-__longjmp.c: Delete file.
483         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
484         * sysdeps/s390/rtld-setjmp.S: Likewise.
485         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
486         * sysdeps/s390/s390-32/__longjmp.c: ... here.
487         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
488         * sysdeps/s390/s390-32/setjmp.S: ... here.
489         Add versioning.
490         (__sigsetjmp): Remove setting __flags field.
491         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
492         * sysdeps/s390/s390-64/__longjmp.c: ... here.
493         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
494         * sysdeps/s390/s390-64/setjmp.S: ... here.
495         Add versioning.
496         (__sigsetjmp): Remove setting __flags field.
497         * sysdeps/s390/setjmp.S: Delete file.
498         * sysdeps/s390/sigjmp.c: Likewise.
499         * sysdeps/s390/v1-longjmp.c: Likewise.
500         * sysdeps/s390/v1-setjmp.h: Likewise.
501         * sysdeps/s390/v1-sigjmp.c: Likewise.
502         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
503         Remove v1-longjmp_chk.
504         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
505         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
506         Include debug/longjmp_chk.c and add versioning.
507         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
508         Include nptl/pt-longjmp.c and add versioning.
509         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
510         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
511         Include __longjmp.c.
512         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
513         Move to ...
514         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
515         (__getcontext): Remove setting __flags field.
516         Add versioning.
517         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
518         Don't restore upper high grps.
519         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
520         Likewise.
521         (__swapcontext): Remove setting uc_flags field.
522         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
523         Delete file.
524         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
525         Include __longjmp.c.
526         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
527         Move to ...
528         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
529         (__getcontext): Remove setting __flags field.
530         Add versioning.
531         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
532         (__swapcontext): Remove setting uc_flags field.
533         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
534         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
535         Remove fields uc_high_gprs and __reserved.
536         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
537         New file with reverted content.
538         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
539         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
540         Regenerated.
541         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
542         Regenerated.
543
544 2014-07-31  Andreas Schwab  <schwab@suse.de>
545
546         * config.h.in (HAVE_IFUNC): Define to 0.
547         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
548         definedness.
549
550 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
551
552         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
553         memmove-avx-unaligned, memcpy-avx-unaligned and
554         mempcpy-avx-unaligned.
555         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
556         Add tests for AVX memcpy functions.
557         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
558         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
559         memcpy_chk.
560         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
561         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
562         memmove_chk.
563         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
564         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
565         mempcpy_chk.
566         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
567         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
568         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
569
570 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
571
572         [BZ #17213]
573         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
574         powerpc64le.
575
576 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
577
578         [BZ #16839]
579         * manual/llio.texi: Add section about open file description locks.
580         * manual/examples/ofdlocks.c: Example of open file description
581         lock usage.
582         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
583         F_OFD_SETLK, and F_OFD_SETLKW.
584
585 2014-07-23  Allan McRae  <allan@archlinux.org>
586
587         * po/es.po: Update Spanish translation from translation project.
588
589 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
590
591         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
592
593 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
594
595         [BZ #17078]
596         * sysdeps/arm/dl-machine.h (elf_machine_rela)
597         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
598         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
599
600 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
601
602         [BZ #17088]
603         * math/fesetenv.c (__fesetenv)
604         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
605         * math/feupdateenv.c (__feupdateenv)
606         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
607
608         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
609         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
610         (__ASSUME_SOCKETCALL): Do not define.
611
612         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
613         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
614         (__ASSUME_SOCKETCALL): Do not define.
615         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
616         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
617         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
618         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
619         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
620         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
621         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
622         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
623
624         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
625         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
626         (__ASSUME_SOCKETCALL): Do not define.
627         (__ASSUME_IPC64): Define unconditionally.
628         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
629         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
630         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
631         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
632         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
633         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
634         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
635         Likewise.
636
637         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
638         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
639         (__ASSUME_SOCKETCALL): Do not define.
640         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
641         (__ASSUME_FUTEX_LOCK_PI): Likewise.
642         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
643         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
644         (__ASSUME_REQUEUE_PI): Define unconditionally.
645         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
646         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
647         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
648         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
649         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
650         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
651
652         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
653         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
654         (__ASSUME_SOCKETCALL): Do not define.
655         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
656         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
657         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
658         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
659         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
660         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
661
662         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
663         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
664         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
665         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
666         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
667         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
668         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
669         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
670         (__ASSUME_GETCPU_SYSCALL): Likewise.
671
672         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
673         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
674         cases for individual architectures.
675         * sysdeps/gnu/configure: Regenerated.
676         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
677         LIBC_SLIBDIR_RTLDDIR.
678         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
679         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
680         LIBC_SLIBDIR_RTLDDIR.
681         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
682         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
683         LIBC_SLIBDIR_RTLDDIR.
684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
685         Regenerated.
686         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
687         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
688         file.
689         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
690         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
691         file.
692         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
693         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
694         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
695         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
696
697         * sysdeps/aarch64/shlib-versions: Move to ...
698         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
699         * sysdeps/alpha/shlib-versions: Move to ...
700         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
701         * sysdeps/arm/shlib-versions: Move to ...
702         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
703         * sysdeps/hppa/shlib-versions: Move all contents except for
704         libgcc_s entry to ...
705         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
706         entry from ...
707         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
708         * sysdeps/ia64/shlib-versions: Move to ...
709         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
710         entry from ...
711         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
712         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
713         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
714         * sysdeps/microblaze/shlib-versions: Move to ...
715         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
716         * sysdeps/mips/shlib-versions: Move to ...
717         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
718         entry from ...
719         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
720         * sysdeps/tile/shlib-versions: Move to ...
721         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
722         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
723         from ...
724         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
725         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
726         entry from ...
727         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
728
729 2014-07-17  Will Newton  <will.newton@linaro.org>
730
731         * sysdeps/arm/bits/atomic.h
732         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
733         (__arch_compare_and_exchange_bool_16_int): Likewise.
734         (__arch_compare_and_exchange_bool_64_int): Likewise.
735
736         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
737         into an #else block.
738
739 2014-07-16  Roland McGrath  <roland@hack.frob.com>
740
741         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
742         just Linux configurations.  Test empirically that the compiler sets
743         __ARM_EABI__, rather than using the tuple to decide.
744         * sysdeps/arm/preconfigure: Regenerated.
745         * sysdeps/unix/sysv/linux/arm/configure: File removed.
746         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
747         contents appended ...
748         * sysdeps/arm/configure.ac: ... here.
749         * sysdeps/arm/configure: Regenerated.
750
751 2014-07-15  Roland McGrath  <roland@hack.frob.com>
752
753         * nptl/pthread_kill.c: New file.
754         * nptl/pthread_sigmask.c: New file.
755         * nptl/pthread_sigqueue.c: New file.
756
757         * sysdeps/nptl/lowlevellock.h: New file.
758         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
759         * sysdeps/nptl/lowlevellock-futex.h: New file.
760
761         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
762         Remove dead declarations.
763
764 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
765
766         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
767         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
768         config-cflags-avx2.
769         * sysdeps/x86_64/configure.ac: Likewise.
770         * sysdeps/i386/configure: Regenerated.
771         * sysdeps/x86_64/configure: Likewise.
772         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
773         memset-avx2 only if config-cflags-avx2 is yes.
774         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
775         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
776         defined.
777         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
778         only if HAVE_AVX2_SUPPORT is defined.
779         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
780
781 2014-07-14  Alan Modra  <amodra@gmail.com>
782
783         [BZ #17153]
784         * elf/elf.h (DT_PPC64_NUM): Correct value.
785         * NEWS: Add to fixed bug list.
786
787 2014-07-13  Jim Meyering  <meyering@fb.com>
788
789         [BZ 17150]
790         regex: don't deref NULL upon heap allocation failure
791         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
792         failure in one more place.
793         To trigger the segfault, configure grep -with-included-regex,
794         build it, and run these commands:
795         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
796
797 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
798
799         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
800
801 2014-07-11  Richard Henderson  <rth@redhat.com>
802
803         * sysdeps/aarch64/libm-test-ulps: Update.
804
805 2014-07-10  Florian Weimer  <fweimer@redhat.com>
806
807         [BZ #17135]
808         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
809         * nptl/allocatestack.c (__nptl_setxid_error): New function.
810         (__nptl_setxid): Initialize error member.  Call
811         __nptl_setxid_error.
812         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
813         * nptl/descr.h (struct xid_command): Add error member.
814         * nptl/tst-setuid3.c: New file.
815         * nptl/Makefile (tests): Add it.
816
817 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
818
819         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
820         New define.
821         (__lll_trylock): Use __lll_base_trylock.
822         (__lll_cond_trylock): Likewise.
823
824 2014-07-10  Roland McGrath  <roland@hack.frob.com>
825
826         * nptl/pthread_create.c (start_thread): Use atomic_or and
827         lll_futex_wake directly rather than lll_robust_dead.
828         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
829         (lll_robust_dead): Macro removed.
830         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
831         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
832         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
833         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
834         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
835         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
836         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
837         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
838         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
839         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
840         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
841         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
842         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
843         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
844         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
845
846         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
847         Use atomic_compare_and_exchange_val_acq directly rather than
848         lll_robust_trylock.
849         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
850         (__lll_robust_trylock, lll_robust_trylock): Removed.
851         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
852         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
853         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
854         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
855         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
856         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
857         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
858         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
859         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
860         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
861         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
862         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
863         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
864         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
865
866 2014-07-02  Florian Weimer  <fweimer@redhat.com>
867
868         * manual/locale.texi (Locale Names): New section documenting
869         locale name syntax.  Adjust menu and node chaining accordingly.
870         (Choosing Locale): Reference Locale Names, Locale Categories.
871         Mention setting LC_ALL=C.  Reflect that name syntax is now
872         documented.
873         (Locale Categories): New section title.  Reference Locale Names.
874         LC_ALL is an environment variable, but not a category.
875         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
876         description, now in Locale Name.  Reference that section.  Locale
877         name syntax is now documented.
878
879 2014-07-02  Florian Weimer  <fweimer@redhat.com>
880
881         [BZ #17137]
882         * locale/findlocale.c (name_present, valid_locale_name): New
883         functions.
884         (_nl_find_locale): Use the loc_name variable to store name
885         candidates.  Call name_present and valid_locale_name to check and
886         validate locale names.  Return an error if the locale is invalid.
887
888 2014-07-02  Florian Weimer  <fweimer@redhat.com>
889
890         * locale/setlocale.c (setlocale): Use strdup for allocating
891         composite name copy.
892
893 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
894
895         Sync up with gnulib.
896         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
897         [!_LIBC && ENABLE_NLS]: Include gettext.h.
898         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
899         and _GL_ARG_NONNULL.
900         [USE_UNLOCKED_IO]: Include unlocked-io.h.
901         [!_LIBC]: Include code for Windows and Cygwin.
902         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
903         Include prototype for int strerror_r.
904         [!_LIBC] (is_open): New function.
905         (flush_stdout): New function.
906         (print_errno_message): Use it.
907         (error): Likewise.
908         (error_at_line): Likewise.
909         (error_tail) Add function attribute macros.  Use
910         __builtin_expect.
911
912         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
913
914         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
915
916         * io/ftw.c: Include sys/param.h unconditionally.
917
918         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
919
920         [BZ #17125]
921         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
922         libc_freeres_ptr.
923         (freecache): New function to free CACHE on exit.
924
925         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
926         initialization.
927
928 2014-07-09  David S. Miller  <davem@davemloft.net>
929
930         * sysdeps/sparc/fpu/libm-test-ulps: Update.
931
932         * sysdeps/sparc/nptl/internaltypes.h: Delete.
933         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
934         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
935         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
936         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
937         * sysdeps/sparc/nptl/sem_init.c: Likewise.
938         * sysdeps/sparc/nptl/sem_post.c: Likewise.
939         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
940         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
941         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
942         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
943         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
944         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
945
946 2014-07-09  Andreas Schwab  <schwab@suse.de>
947
948         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
949         output.
950         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
951         (do_test): Likewise.
952
953         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
954
955 2014-07-09  Will Newton  <will.newton@linaro.org>
956
957         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
958         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
959         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
960         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
961         * sysdeps/hppa/start.S (_start): Likewise.
962
963 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
964
965         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
966
967         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
968         defined.
969
970 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
971
972         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
973         after checking that it is non-NULL.
974
975         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
976
977 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
978
979         * sysdeps/powerpc/memmove.c: Remove file.
980         * sysdeps/powerpc/powerpc32/power4/memcopy.h
981         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
982         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
983         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
984         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
985         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
986         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
987         string memmove instead of removed powerpc one.
988
989         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
990         [weak_alias]: Fix compiler warning due trailing data.
991         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
992         [weak_alias]: Likewise.
993         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
994         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
995
996         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
997         (__libc_ifunc_impl_list): Add memmove functions.
998
999 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1000
1001         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
1002         Remove code.
1003         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
1004         Likewise
1005         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
1006         Likewise
1007         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
1008         Likewise
1009         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
1010         Likewise
1011         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
1012         Likewise
1013         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
1014         Likewise
1015         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
1016         Likewise
1017         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
1018         Likewise
1019         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
1020         Likewise
1021         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
1022         Likewise
1023         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
1024         Likewise
1025         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
1026         Likewise
1027         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
1028         Likewise
1029         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
1030         Likewise
1031         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
1032         Likewise
1033         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
1034         Likewise
1035
1036 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1037
1038         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
1039         to avoid alignment traps in non-cacheable memory.
1040         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
1041
1042         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
1043         multiarch objects.
1044         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
1045         file: multiarch power7 memmove.
1046         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
1047         multiarch default memmove.
1048         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
1049         multiarch memove for powerpc32/power4.
1050
1051         * string/bcopy.c: Use full path to include memmove.c.
1052         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
1053         multiarch objects.
1054         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
1055         bcopy for powerpc64.
1056         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
1057         bcopy for powerpc64.
1058         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
1059         and memmove implementations.
1060         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
1061         optimized multiarch memmove for POWER7/powerpc64.
1062         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
1063         default multiarch memmove for powerpc64.
1064         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
1065         multiarch for powerpc64.
1066         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
1067         for POWER7/powerpc64.
1068         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
1069         memmove for POWER7/powerpc64.
1070
1071         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
1072         glibc default one.
1073
1074         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
1075         __ELF_NATIVE_CLASS equal to 64.
1076
1077 2014-07-07  Roland McGrath  <roland@hack.frob.com>
1078
1079         * sysdeps/nptl/lowlevellock.h: File removed.
1080
1081         * NEWS: NPTL is no longer an add-on!
1082         * nptl/internaltypes.h: Moved ...
1083         * sysdeps/nptl/internaltypes.h: ... here.
1084         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
1085         * sysdeps/nptl/fork.c: Likewise.
1086         * sysdeps/nptl/gai_misc.h: Likewise.
1087         * sysdeps/nptl/librt-cancellation.c: Likewise.
1088         * sysdeps/nptl/jmp-unwind.c: Likewise.
1089         * sysdeps/nptl/setxid.h: Likewise.
1090         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
1091         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
1092         * sysdeps/unix/sysv/linux/arm/Implies: New file.
1093         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
1094         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
1095         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
1096         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
1097         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
1098         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
1099         * sysdeps/unix/sysv/linux/mips/Implies: New file.
1100         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
1101         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
1102         * sysdeps/unix/sysv/linux/sh/Implies: New file.
1103         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
1104         * sysdeps/unix/sysv/linux/tile/Implies: New file.
1105         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
1106         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
1107         * nptl/Makeconfig: Moved ...
1108         * sysdeps/nptl/Makeconfig: ... here.
1109         * nptl/configure: File removed.
1110         * nptl/ANNOUNCE: File removed.
1111         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
1112         * sysdeps/unix/sysv/linux/configure: Regenerated.
1113
1114         * nptl/Makefile (routines): Add libc_pthread_init,
1115         libc_multiple_threads, register-atfork and unregister-atfork.
1116         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
1117         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
1118         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
1119         pthread-pi-defines.sym, structsem.sym.
1120         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
1121         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
1122         [$(subdir) = nptl] (tests): Add tst-setgetname.
1123         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
1124         * sysdeps/unix/sysv/linux/sigaction.c: Just include
1125         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
1126         [!LIBC_SIGACTION]: Remove aliases.
1127         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
1128         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1129         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1130         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
1131         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1132         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
1133         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
1134         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
1135         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
1136         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
1137         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
1138         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
1139         __libc_allocate_rtsig_private.
1140         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
1141         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
1142         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
1143         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
1144         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
1145         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
1146         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
1147         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
1148         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
1149         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
1150         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
1151         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
1152         * nptl/internaltypes.h: ... here.
1153         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
1154         * sysdeps/nptl/jmp-unwind.c: ... here.
1155         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
1156         * nptl/libc-lowlevellock.c: ... here.
1157         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
1158         * nptl/libc_multiple_threads.c: ... here.
1159         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
1160         * nptl/libc_pthread_init.c: ... here.
1161         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
1162         * nptl/lowlevelbarrier.sym: ... here.
1163         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
1164         * nptl/lowlevelcond.sym: ... here.
1165         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
1166         * nptl/lowlevellock.c: ... here.
1167         * nptl/lowlevellock.h: Moved ...
1168         * sysdeps/nptl/lowlevellock.h: ... here.
1169         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
1170         * nptl/lowlevelrobustlock.c: ... here.
1171         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
1172         * nptl/lowlevelrobustlock.sym: ... here.
1173         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
1174         * nptl/lowlevelrwlock.sym: ... here.
1175         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
1176         * nptl/pt-fork.c: ... here.
1177         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
1178         * nptl/pthread-pi-defines.sym: ... here.
1179         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
1180         * nptl/pthread_attr_getaffinity.c: ... here.
1181         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
1182         * nptl/pthread_attr_setaffinity.c: ... here.
1183         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
1184         * nptl/pthread_mutex_cond_lock.c: ... here.
1185         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
1186         Update #include.
1187         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
1188         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
1189         * nptl/pthread_once.c: ... here, replacing old file.
1190         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
1191         * nptl/pthread_yield.c: ... here.
1192         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
1193         * nptl/register-atfork.c: ... here.
1194         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
1195         * nptl/sem_post.c: ... here.
1196         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
1197         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
1198         * nptl/sem_timedwait.c: ... here.
1199         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
1200         * nptl/sem_trywait.c: ... here.
1201         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
1202         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
1203         * nptl/sem_wait.c: ... here.
1204         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
1205         * nptl/structsem.sym: ... here.
1206         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
1207         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
1208         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
1209         * nptl/unregister-atfork.c: ... here.
1210         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
1211         * nptl/unwindbuf.sym: ... here.
1212         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
1213         * sysdeps/nptl/fork.c: ... here.
1214         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
1215         * sysdeps/nptl/fork.h: ... here.
1216         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
1217         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
1218         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
1219         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
1220         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
1221         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
1222         * sysdeps/unix/sysv/linux/getpid.c: ... here.
1223         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
1224         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
1225         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
1226         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
1227         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
1228         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
1229         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
1230         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
1231         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
1232         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
1233         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
1234         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
1235         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
1236         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
1237         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
1238         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
1239         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
1240         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
1241         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
1242         * sysdeps/unix/sysv/linux/raise.c: ... here.
1243         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
1244         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
1245         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
1246         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
1247         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
1248         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
1249         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
1250         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
1251         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
1252         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
1253         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
1254         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
1255         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
1256         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
1257         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
1258
1259 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1260
1261         * sysdeps/generic/memcopy.h: Add comment for
1262         MEMCPY_OK_FOR_FWD_MEMMOVE.
1263
1264 2014-07-04  Will Newton  <will.newton@linaro.org>
1265
1266         * string/memchr.c: Merge from gnulib.
1267         [_LIBC]: Remove conditionals.
1268         (__ptr_t): Remove define.
1269         (LONG_MAX_32_BITS): Likewise.
1270         (LONG_MAX): Likewise.
1271         (MEMCHR): Use ANSI prototype and optimize algorithm.
1272
1273         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
1274
1275 2014-07-03  Roland McGrath  <roland@hack.frob.com>
1276
1277         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
1278         (lll_futex_timed_wait_bitset): Fix syscall argument count.
1279
1280         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
1281         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
1282         in a bare environment with no <stdlib.h> installed.
1283         * sysdeps/nptl/configure: Regenerated.
1284
1285         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
1286
1287         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
1288         AC_EGREP_CPP for kernel header checks, so they only succeed if
1289         including <linux/version.h> actually works right.
1290         * sysdeps/unix/sysv/linux/configure: Regenerated.
1291
1292         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
1293         value so it's not diagnosed as unused.
1294
1295         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
1296         thing) with "ifeq ($(subdir),rt)".
1297
1298 2014-07-03  Richard Henderson  <rth@redhat.com>
1299
1300         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
1301         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
1302         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
1303
1304         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
1305         (math_force_eval): New.
1306
1307         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
1308         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
1309
1310         * sysdeps/alpha/fpu/s_round.c: Remove file.
1311         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
1312
1313         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
1314         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
1315         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
1316         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
1317         (_dl_start, print_statistics): Likewise.
1318         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
1319         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
1320
1321         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1322         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1323         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1324         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1325         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1326         (HP_SMALL_TIMING_AVAIL): Define.
1327         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1328         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1329         (HP_SMALL_TIMING_AVAIL): Define.
1330         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1331         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
1332
1333         * sysdeps/aarch64/hp-timing.h: New file.
1334
1335         * sysdeps/generic/hp-timing.h: Remove dead comment.
1336         * sysdeps/generic/hp-timing-common.h: New file.
1337         * sysdeps/alpha/hp-timing.h: Include it.
1338         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
1339         * sysdeps/i386/i686/hp-timing.h: Likewise.
1340         * sysdeps/ia64/hp-timing.h: Likewise.
1341         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
1342         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
1343         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
1344         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
1345         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
1346         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
1347         (hp_timing_t): New.
1348
1349         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
1350         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
1351         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
1352         * elf/rtld.c (_dl_start_final): Likewise.
1353         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
1354         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1355         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1356         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1357         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1358         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1359         (HP_TIMING_DIFF_INIT): Remove.
1360         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1361         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
1362         (HP_TIMING_DIFF_INIT): Remove.
1363         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1364         * sysdeps/i386/i686/hp-timing.c: Remove file.
1365         * sysdeps/x86_64/hp-timing.c: Remove file.
1366         * sysdeps/ia64/hp-timing.c: Remove file.
1367         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
1368         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
1369         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
1370         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
1371
1372         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
1373         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
1374         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
1375         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1376         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1377         (HP_TIMING_ACCUM): Remove.
1378         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1379         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
1380         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1381
1382         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
1383         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
1384         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
1385         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
1386         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
1387         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1388         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
1389         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1390
1391         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
1392
1393 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
1394
1395         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
1396
1397 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1398
1399         Sync up with gettext.
1400         * intl/loadmsgcat.c: Define O_BINARY if not defined.
1401         [_MSC_VER]: Include malloc.h
1402         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
1403         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
1404         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
1405         TEMP_FAILURE_RETRY.  Cast return of alloca.
1406         [!_LIBC] Call gl_rwlock_init.
1407         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
1408
1409 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1410
1411         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
1412         before checking its value.
1413
1414 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1415
1416         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
1417
1418         * debug/memcpy_chk.c: Don't include pagecopy.h.
1419         * debug/mempcpy_chk.c: Likewise.
1420         * string/memcpy.c: Likewise.
1421         * string/memmove.c: Likewise.
1422         * sysdeps/powerpc/memmove.c: Likewise.
1423         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
1424         definition of PAGE_COPY_FWD_MAYBE here...
1425         * sysdeps/generic/pagecopy.h: ... from here.
1426         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
1427
1428 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
1429             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1430
1431         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
1432         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
1433         optimizations.
1434         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
1435         (__libc_ifunc_impl_list): Likewise.
1436         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
1437         multiarch strcat for PPC64.
1438         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
1439         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
1440
1441 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1442
1443         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
1444
1445 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1446
1447         * intl/loadmsgcat.c: Remove declaration of
1448         get_sysdep_segment_value.
1449         (get_sysdep_segment_value): Use ISO C style.
1450         (_nl_load_domain): Use ISO C style.  Get rid of redundant
1451         semicolon.  Fix typo and formatting in comment.
1452         (_nl_unload_domain): Use ISO C style.
1453
1454         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
1455
1456 2014-07-02  Will Newton  <will.newton@linaro.org>
1457
1458         * malloc/obstack.c: Merge from gnulib master.
1459         [HAVE_CONFIG_H]: Remove conditional code.
1460         [!_LIBC]: Include config.h.
1461         [!ELIDE_CODE]: Don't include inttypes.h, include
1462         stdint.h unconditionally.
1463         (print_and_abort): Mark as _Noreturn.
1464         (_obstack_allocated_p): Mark as __attribute_pure__.
1465         (obstack_free): Rename to __obstack_free.
1466         [!__attribute__]: Remove conditional code.
1467         * malloc/obstack.h: Merge from gnulib master.
1468         [__cplusplus]: Move conditional down.
1469         [!__attribute_pure__]: Define __attribute_pure__ here
1470         if it is not already defined.
1471         (_obstack_memory_used): Mark as __attribute_pure__.
1472         [!__obstack_free]: Define as obstack_free.
1473         [__GNUC__]: Remove check for ancient NeXT gcc.
1474
1475 2014-07-02  Will Newton  <will.newton@linaro.org>
1476             Paul Eggert  <eggert@cs.ucla.edu>
1477
1478         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
1479
1480 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1481
1482         * resolv/gethnamaddr.c: Add comment warning that the file is
1483         not maintained.
1484
1485 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
1486
1487         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
1488         entries.
1489
1490         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
1491         entry for aio_cancel and aio_cancel64.
1492         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
1493         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
1494         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
1495         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
1496         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
1497         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
1498         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
1499         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
1500         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
1501         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
1502         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
1503         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
1504         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
1505
1506 2014-07-01  Roland McGrath  <roland@hack.frob.com>
1507
1508         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
1509         * nptl/pthread_mutex_lock.c: Likewise.
1510         * nptl/pthread_mutex_timedlock.c: Likewise.
1511         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
1512
1513 2014-07-01  Richard henderson  <rth@redhat.com>
1514
1515         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
1516         (__isnan, __isnanl): Remove.
1517         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
1518
1519         * sysdeps/alpha/fpu/libm-test-ulps: Update.
1520
1521 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1522
1523         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1524
1525 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1526
1527         * resolv/nss_dns/dns-host.c (getanswer_r)
1528         [MULTI_PTRS_ARE_ALIASES]: Remove code.
1529
1530 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
1531
1532         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1533         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
1534         undefine.
1535         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
1536         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
1537
1538 2014-07-01  Roland McGrath <roland@hack.frob.com>
1539
1540         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
1541         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
1542
1543         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
1544         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
1545
1546         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
1547         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
1548         ... here.
1549         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
1550         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
1551
1552         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
1553         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
1554         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
1555         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
1556
1557         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
1558         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
1559         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
1560         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
1561         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
1562         Moved ...
1563         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
1564         ... here.
1565         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
1566         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
1567         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
1568         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
1569         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
1570         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
1571         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
1572         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
1573         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
1574         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
1575         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
1576         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
1577         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
1578         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
1579         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
1580         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
1581         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
1582         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
1583         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
1584         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
1585         ... here.
1586         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
1587         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
1588         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
1589         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
1590         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
1591         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
1592         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
1593         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
1594
1595 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
1596
1597         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
1598         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
1599         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
1600         Add sysdep.
1601
1602 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1603
1604         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1605
1606 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1607
1608         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
1609         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
1610
1611         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
1612
1613         * sysdeps/arm/libm-test-ulps: Regenerated.
1614
1615 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
1616             Roland McGrath <roland@hack.frob.com>
1617
1618         * test-skeleton.c (signal_handler): Kill the whole process group
1619         before killing the child individually.
1620         (main): Report any failure on `setpgid'.
1621
1622 2014-06-30  Roland McGrath  <roland@hack.frob.com>
1623
1624         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
1625         from _TLS_H to _ARM_NPTL_TLS_H.
1626         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
1627         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
1628
1629 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1630
1631         [BZ #16539]
1632         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
1633         (__expm1l): Return argument unchanged when small but not
1634         subnormal.
1635
1636         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
1637         include macro name.
1638         (_FP_UNPACK_RAW_1_P): Likewise.
1639         (_FP_PACK_RAW_1): Likewise.
1640         (_FP_PACK_RAW_1_P): Likewise.
1641         (_FP_MUL_MEAT_1_wide): Likewise.
1642         (_FP_MUL_MEAT_DW_1_hard): Likewise.
1643         (_FP_MUL_MEAT_1_hard): Likewise.
1644         (_FP_DIV_MEAT_1_imm): Likewise.
1645         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
1646         (_FP_DIV_MEAT_1_udiv): Likewise.
1647         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
1648         (_FP_UNPACK_RAW_2): Likewise.
1649         (_FP_UNPACK_RAW_2_P): Likewise.
1650         (_FP_PACK_RAW_2): Likewise.
1651         (_FP_PACK_RAW_2_P): Likewise.
1652         (_FP_MUL_MEAT_DW_2_wide): Likewise.
1653         (_FP_MUL_MEAT_2_wide): Likewise.
1654         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
1655         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
1656         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
1657         (_FP_MUL_MEAT_2_gmp): Likewise.
1658         (_FP_DIV_MEAT_2_udiv): Likewise.
1659         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
1660         (_FP_FRAC_SRL_4): Likewise.
1661         (_FP_FRAC_SRST_4): Likewise.
1662         (_FP_FRAC_SRS_4): Likewise.
1663         (_FP_UNPACK_RAW_4): Likewise.
1664         (_FP_UNPACK_RAW_4_P): Likewise.
1665         (_FP_PACK_RAW_4): Likewise.
1666         (_FP_PACK_RAW_4_P): Likewise.
1667         (_FP_MUL_MEAT_DW_4_wide): Likewise.
1668         (_FP_MUL_MEAT_4_wide): Likewise.
1669         (_FP_MUL_MEAT_4_gmp): Likewise.
1670         (umul_ppppmnnn): Likewise.
1671         (_FP_DIV_MEAT_4_udiv): Likewise.
1672         (__FP_FRAC_ADD_4): Likewise.
1673         (__FP_FRAC_SUB_3): Likewise.
1674         (__FP_FRAC_SUB_4): Likewise.
1675         (__FP_FRAC_DEC_3): Likewise.
1676         (__FP_FRAC_DEC_4): Likewise.
1677         (__FP_FRAC_ADDI_4): Likewise.
1678         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
1679         (_FP_FRAC_SRL_8): Likewise.
1680         (_FP_FRAC_SRS_8): Likewise.
1681
1682         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
1683         include macro name.
1684         (FP_UNPACK_RAW_EP): Likewise.
1685         (FP_PACK_RAW_E): Likewise.
1686         (FP_PACK_RAW_EP): Likewise.
1687         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
1688         (_FP_ISSIGNAN): Likewise.
1689         (_FP_ADD_INTERNAL): Likewise.
1690         (_FP_FMA): Likewise.
1691         (_FP_CMP): Likewise.
1692         (_FP_SQRT): Likewise.
1693         (_FP_TO_INT): Likewise.
1694         (_FP_FROM_INT): Likewise.
1695         (FP_EXTEND): Likewise.
1696         (_FP_DIV_MEAT_N_loop): Likewise.
1697
1698 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
1699
1700         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
1701         throughout.
1702
1703 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
1704
1705         [BZ #17097]
1706         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
1707         result with correct sign in case of exponents that produce
1708         overflow except for X very close to 1.
1709
1710 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
1711
1712         mktime: merge #if/#ifdef usage from glibc
1713         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
1714         as that works with both Glibc's and Gnulib's style.
1715         See thread starting at Siddhesh Poyarekar's bug report at:
1716         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
1717
1718 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
1719
1720         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
1721         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
1722         * sysdeps/tile/tilegx/memmove.c: Remove file.
1723
1724 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
1725
1726         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
1727         abi-name definition.
1728         * scripts/soversions.awk: Do not handle or generate ABI lines.
1729         * shlib-versions: Remove ABI entries.
1730         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
1731         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
1732
1733 2014-06-27  Roland McGrath  <roland@hack.frob.com>
1734
1735         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
1736         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
1737         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
1738         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
1739         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
1740         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
1741         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
1742         Moved ...
1743         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
1744         ... here.
1745         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
1746         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
1747         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
1748         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
1749         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
1750         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
1751         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
1752         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
1753         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
1754         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
1755         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
1756         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
1757         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
1758         Moved ...
1759         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
1760         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
1761         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
1762         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
1763         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
1764         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
1765         Moved ...
1766         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
1767         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
1768         Moved ...
1769         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
1770         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
1771         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
1772         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
1773         Moved ...
1774         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
1775         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
1776         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
1777         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
1778         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
1779         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
1780         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
1781         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
1782         Moved ...
1783         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
1784         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
1785         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
1786         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
1787         Moved ...
1788         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
1789         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
1790         Moved ...
1791         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
1792         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
1793         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
1794         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
1795         Moved ...
1796         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
1797         ... here.
1798         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
1799         Identical file removed.
1800         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
1801         Moved ...
1802         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
1803         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
1804         Identical file removed.
1805         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
1806         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
1807         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
1808         Moved ...
1809         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
1810         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
1811         Identical file removed.
1812         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
1813         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
1814         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
1815         Identical file removed.
1816         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
1817         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
1818         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
1819         Identical file removed.
1820         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
1821         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
1822         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
1823         Identical file removed.
1824         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
1825         Moved ...
1826         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
1827         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
1828         Identical file removed.
1829         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
1830         Moved ...
1831         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
1832         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
1833         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
1834         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
1835         Identical file removed.
1836         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
1837         Moved ...
1838         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
1839         ... here.
1840         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
1841         Identical file removed.
1842         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
1843         Moved ...
1844         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
1845         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
1846         Identical file removed.
1847         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
1848         Moved ...
1849         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
1850         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
1851         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
1852         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
1853         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
1854         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
1855         Moved ...
1856         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
1857         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
1858         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
1859
1860         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
1861         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
1862         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
1863         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
1864         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
1865
1866 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
1867
1868         [BZ #17092]
1869         * nscd/nscd.c (monitor_child): Return exit status of child
1870         instead of return value from wait syscall.
1871
1872 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
1873
1874         * configure.ac (libc_commonpagesize): Remove variable.
1875         (libc_relro_required): Likewise.
1876         (libc_cv_z_relro): Remove configure test.
1877         * configure: Regenerated.
1878         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
1879         variable.
1880         (libc_relro_required): Likewise.
1881         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
1882         (libc_relro_required): Likewise.
1883         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
1884         (libc_relro_required): Likewise.
1885         * sysdeps/arm/preconfigure: Regenerated.
1886         * sysdeps/ia64/preconfigure: Remove file.
1887         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
1888         variable.
1889         (libc_relro_required): Likewise.
1890
1891         [BZ #16561]
1892         [BZ #16562]
1893         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
1894         (__ieee754_yn): Set FE_TONEAREST mode internally and then
1895         recompute overflowing results in original rounding mode.
1896         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
1897         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
1898         recompute overflowing results in original rounding mode.
1899         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
1900         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1901         recompute overflowing results in original rounding mode.
1902         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
1903         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1904         recompute overflowing results in original rounding mode.
1905         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
1906         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1907         recompute overflowing results in original rounding mode.
1908         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
1909         (libc_feholdsetround_ctx): New macro.
1910         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
1911         * sysdeps/i386/fpu/libm-test-ulps: Update.
1912         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
1913
1914 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1915
1916         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1917         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
1918         corresponding .cpsetup call.
1919
1920 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1921
1922         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
1923         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
1924         * sysdeps/arm/Makefile [$(subdir) = csu]
1925         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
1926         (static-only-routines): Add aeabi_read_tp here.
1927         (shared-only-routines): Add libc-aeabi_read_tp here.
1928         (CFLAGS-libc-start.c): Add -fexceptions here.
1929         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
1930         (sysdep_routines, static-only-routines, shared-only-routines):
1931         Don't add to these here.
1932         (CFLAGS-libc-start.c): Likewise.
1933
1934         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
1935         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
1936         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
1937         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
1938         * sysdeps/arm/Makefile [$(subdir) = rt]
1939         (librt-sysdep_routines, librt-shared-only-routines):
1940         Append rt-aeabi_unwind_cpp_pr1 here.
1941         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
1942         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
1943         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
1944         (libpthread-sysdep_routines, libpthread-shared-only-routines):
1945         Append nptl-aeabi_unwind_cpp_pr1 here.
1946         (tests): Filter out tst-cleanupx4 here.
1947         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
1948         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
1949         Don't do those here.
1950
1951 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1952
1953         * scripts/list-sources.sh: Do not handle ports specially.
1954
1955 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1956
1957         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
1958         * sysdeps/arm/feupdateenv.c: Likewise.
1959
1960         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
1961
1962 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1963
1964         * manual/texinfo.tex: Update to version 2014-05-05.10 with
1965         trailing whitespace removed.
1966         * scripts/config.guess: Update to version 2014-03-23.
1967         * scripts/config.sub: Update to version 2014-05-01
1968         * scripts/install-sh: Update to version 2013-12-25.23.
1969         * scripts/move-if-change: Update from gnulib.
1970
1971 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1972
1973         * debug/memmove_chk.c: Remove pagecopy.h include.
1974
1975 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
1976
1977         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
1978         identical to gnulib mktime.
1979
1980 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1981
1982         * configure.ac: Do not test for machine being rs6000.  Do not test
1983         for powerpc*-*soft.
1984         * configure: Regenerated.
1985
1986         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
1987         test.
1988         * configure: Regenerated.
1989         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
1990         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
1991         Remove configure test.
1992         * sysdeps/arm/configure: Regenerated.
1993         * sysdeps/nptl/configure.ac: Do not check
1994         libc_cv_asm_cfi_directives.
1995         * sysdeps/nptl/configure: Regenerated.
1996         * sysdeps/x86_64/nptl/configure.ac: Remove file.
1997         * sysdeps/x86_64/nptl/configure: Remove generated file.
1998         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
1999         unconditional.
2000         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
2001
2002 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2003
2004         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
2005         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
2006         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
2007         it is defined.
2008
2009         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
2010         instead of whether it is defined.
2011         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
2012         * sysdeps/hppa/dl-machine.h: Likewise.
2013         * sysdeps/ia64/dl-machine.h: Likewise.
2014         * sysdeps/m68k/dl-machine.h: Likewise.
2015         * sysdeps/microblaze/dl-machine.h: Likewise.
2016         * sysdeps/mips/dl-machine.: Likewise.
2017         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
2018         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
2019         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
2020         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
2021         * sysdeps/sh/dl-machine.h: Likewise.
2022         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
2023         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
2024         * sysdeps/tile/dl-machine.h: Likewise.
2025         * sysdeps/x86_64/dl-machine.h: Likewise.
2026
2027         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
2028         code.
2029         (verify_persistent_db): Likewise.
2030
2031 2014-06-26  Roland McGrath  <roland@hack.frob.com>
2032
2033         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
2034         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
2035         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
2036         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
2037         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
2038         Moved ...
2039         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
2040         ... here.
2041         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
2042         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
2043         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
2044         Identical file removed.
2045         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
2046         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
2047         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
2048         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
2049         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
2050         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
2051         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
2052         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
2053         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
2054         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
2055         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
2056         Moved ...
2057         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
2058         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
2059         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
2060         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
2061         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
2062         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
2063         Moved ...
2064         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
2065         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
2066         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
2067         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
2068         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
2069         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
2070         Identical file removed.
2071         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
2072         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
2073         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
2074         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
2075         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
2076         Moved ...
2077         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
2078         ... here.
2079         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
2080         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
2081         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
2082         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
2083         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
2084         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
2085         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
2086         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
2087         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
2088         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
2089         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
2090         Moved ...
2091         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
2092         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
2093         Moved ...
2094         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
2095         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
2096         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
2097         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
2098         Moved ...
2099         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
2100         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
2101         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
2102
2103         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
2104         folded into ...
2105         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
2106         * sysdeps/unix/sysv/linux/s390/Versions
2107         (libpthread: GLIBC_2.19): New version set.
2108         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
2109         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
2110         (librt: GLIBC_2.3.3): New version set.
2111         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
2112         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
2113         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
2114         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
2115         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
2116         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
2117         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
2118         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
2119         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
2120         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
2121         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
2122         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
2123         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
2124         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
2125         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
2126         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
2127         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
2128         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
2129         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
2130         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
2131         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
2132         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
2133         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
2134         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
2135         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
2136         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
2137         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
2138         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
2139         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
2140         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
2141         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
2142         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
2143         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
2144         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
2145         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
2146         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
2147         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
2148         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
2149         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
2150         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
2151         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
2152         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
2153         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
2154         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
2155         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
2156
2157         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
2158         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
2159         (__libc_vfork): Define the function under this name.
2160         [!NOT_IN_libc] (__vfork): Make this an alias.
2161         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2162         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
2163         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
2164         (__libc_vfork): Define the function under this name.
2165         [!NOT_IN_libc] (__vfork): Make this an alias.
2166         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
2167         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
2168         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
2169         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
2170         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
2171         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2172
2173         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
2174         code that was previously under [RESET_PID].
2175         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
2176         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
2177         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
2178
2179         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
2180         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
2181         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
2182         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
2183         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
2184         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
2185         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
2186         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
2187         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
2188         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
2189         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
2190         Moved ...
2191         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
2192         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
2193         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
2194         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
2195         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
2196         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
2197         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
2198         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
2199         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
2200         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
2201         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
2202         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
2203         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
2204         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
2205         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
2206         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
2207         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
2208         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
2209         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
2210         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
2211         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
2212         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
2213         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
2214         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
2215         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
2216         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
2217         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
2218         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
2219         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
2220
2221 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2222
2223         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
2224         that was previously under [RESET_PID].
2225         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
2226
2227 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2228
2229         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
2230         not undefine and redefine.
2231         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
2232         [O_CLOEXEC]: Make code unconditional.
2233         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
2234         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
2235         <kernel-features.h>.
2236         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
2237         conditional variable definition.
2238         (shm_open) [O_CLOEXEC]: Make code unconditional.
2239         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
2240         code.
2241
2242         * configure.ac (USE_REGPARMS): Don't define here.
2243         * configure: Regenerated.
2244         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
2245         * sysdeps/i386/configure: Regenerated.
2246
2247         * nptl/createthread.c: Don't include kernel-features.h.
2248         * nptl/pthread_cancel.c: Likewise.
2249         * nptl/pthread_condattr_setclock.c: Likewise.
2250         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
2251         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
2252         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
2253         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
2254         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
2255         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
2256         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
2257         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
2258         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
2259         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
2260         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
2261         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
2262         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
2263         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
2264         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
2265         * nscd/gai.c: Likewise.
2266         * nss/nss_db/db-open.c: Likewise.
2267         * sysdeps/generic/ldsodefs.h: Likewise.
2268         * sysdeps/sh/nptl/tls.h: Likewise.
2269         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
2270         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
2271         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
2272         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
2273         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
2274         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
2275         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
2276         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
2277         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
2278         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
2279         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
2280         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
2281         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
2282         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
2283         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
2284         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
2285         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
2286         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
2287         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
2288         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
2289         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
2290         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
2291         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
2292         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
2293         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
2294         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
2295         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
2296         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
2297         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
2298         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
2299         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
2300         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
2301         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
2302         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
2303         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
2304         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2305         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
2306         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
2307         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
2308         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2309         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
2310         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
2311         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
2312         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
2313         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
2314         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
2315         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
2316         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
2317         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
2318         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
2319         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
2320         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
2321         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
2322         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
2323         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
2324         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
2325         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
2326         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
2327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
2328         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
2329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
2330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
2331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
2332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
2333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
2334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
2335         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
2336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
2337         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
2338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
2339         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
2340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
2341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
2342         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
2343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
2347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
2348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
2349         * sysdeps/unix/sysv/linux/pread.c: Likewise.
2350         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
2351         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
2352         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
2353         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
2354         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
2355         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
2356         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
2357         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
2358         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
2359         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
2360         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
2361         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
2362         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
2363         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
2364         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
2365         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
2366         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
2367         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
2368         * sysdeps/unix/sysv/linux/system.c: Likewise.
2369         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
2370         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
2371         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
2372         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
2373         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
2374         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2375         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
2376
2377         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
2378         * configure: Regenerated.
2379         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
2380
2381         * configure.ac (base_machine): Do not set specially for particular
2382         machines here.
2383         * configure: Regenerated.
2384         * sysdeps/powerpc/preconfigure: Move machine and base_machine
2385         settings from configure.ac.
2386         * sysdeps/i386/preconfigure: New file.
2387         * sysdeps/s390/preconfigure: Likewise.
2388         * sysdeps/sh/preconfigure: Likewise.
2389         * sysdeps/sparc/preconfigure: Likewise.
2390
2391 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2392
2393         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
2394         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
2395         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
2396         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
2397         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
2398         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
2399         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
2400         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
2401         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
2402         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
2403         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
2404         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
2405         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
2406         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
2407         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
2408         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
2409         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
2410         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
2411         * sysdeps/sparc/sparc64/Makefile: ... appended here.
2412
2413         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
2414         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
2415         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
2416         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
2417         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
2418         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
2419         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
2420         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
2421         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
2422         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
2423         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
2424         * sysdeps/sparc/sparc32/sem_post.c: ... here.
2425         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
2426         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
2427         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
2428         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
2429         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
2430         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
2431         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
2432         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
2433         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
2434         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
2435         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
2436         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
2437         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
2438         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
2439         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
2440         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
2441         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
2442         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
2443         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
2444         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
2445         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
2446         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
2447         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
2448         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
2449         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
2450         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
2451
2452         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
2453         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
2454         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
2455         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
2456         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
2457         Moved ...
2458         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
2459         ... here.
2460         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
2461         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
2462         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
2463         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
2464         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
2465         Moved ...
2466         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
2467         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
2468         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
2469         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
2470         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
2471         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
2472         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
2473         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
2474         Moved ...
2475         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
2476         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
2477         Moved ...
2478         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
2479         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
2480         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
2481         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
2482         Moved ...
2483         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
2484         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
2485         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
2486         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
2487         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
2488         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
2489         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
2490         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
2491         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
2492         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
2493         Moved ...
2494         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
2495         ... here.
2496         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
2497         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
2498         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
2499         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
2500         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
2501         Moved ...
2502         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
2503         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
2504         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
2505         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
2506         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
2507         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
2508         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
2509         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
2510         Moved ...
2511         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
2512         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
2513         Moved ...
2514         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
2515         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
2516         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
2517         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
2518         Moved ...
2519         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
2520         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
2521         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
2522         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
2523         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
2524
2525 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2526
2527         * timezone/checktab.awk: Update from tzcode 2014e.
2528         * timezone/private.h: Likewise.
2529         * timezone/tzfile.h: Likewise.
2530         * timezone/zdump.c: Likewise.
2531         * timezone/zic.c: Likewise.
2532
2533         * sysdeps/unix/sysv/linux/kernel-features.h
2534         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
2535         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
2536         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
2537         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
2538         Remove conditional code.
2539
2540 2014-06-25  Will Newton  <will.newton@linaro.org>
2541
2542         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
2543         (_dl_arm_cap_flags): Add HWCAP2 values.
2544         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
2545         (_DL_HWCAP_COUNT): Increase to 37.
2546         (_DL_HWCAP_LAST): New define.
2547         (_DL_HWCAP2_LAST): New define.
2548         (_dl_procinfo): Add support for printing
2549         AT_HWCAP2 entries.
2550         (_dl_string_hwcap): Use _dl_hwcap_string.
2551
2552 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2553
2554         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2555
2556 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2557
2558         * README: Do not mention ports directory.
2559
2560         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
2561         Remove macro.
2562         * sysdeps/unix/sysv/linux/futimes.c: Do not include
2563         <kernel-features.h>.
2564         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
2565         conditional variable definition.
2566         (__futimes): Update comment.
2567         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
2568         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
2569
2570         [BZ #16560]
2571         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
2572         arguments close to 0.
2573         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
2574         Likewise.
2575         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
2576         Likewise.
2577         * math/auto-libm-test-in: Add more tests of exp10.
2578         * math/auto-libm-test-out: Regenerated.
2579         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2580
2581         * sysdeps/unix/sysv/linux/kernel-features.h
2582         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
2583         * sysdeps/unix/sysv/linux/readv.c: Do not include
2584         <kernel-features.h>.
2585         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2586         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2587         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2588         unconditional.
2589         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2590         conditional code.
2591         * sysdeps/unix/sysv/linux/writev.c: Do not include
2592         <kernel-features.h>.
2593         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2594         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2595         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2596         unconditional.
2597         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2598         conditional code.
2599
2600 2014-06-25  Will Newton  <will.newton@linaro.org>
2601
2602         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
2603         comment changes throughout the file.  Remove checks
2604         for HAVE_*_H definitions that are not required.
2605         (__gen_tempname): Call abort if an unknown kind value is
2606         passed.
2607
2608 2014-06-25  Andreas Schwab  <schwab@suse.de>
2609
2610         [BZ #17086]
2611         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
2612         scalbln, scalblnf, scalblnl in libc.
2613
2614 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2615
2616         [BZ #17086]
2617         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
2618         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
2619         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
2620
2621 2014-06-24  Roland McGrath  <roland@hack.frob.com>
2622
2623         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
2624         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
2625         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
2626         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
2627         Update #include.
2628         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
2629         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
2630         Update #include.
2631         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
2632         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
2633         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
2634         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
2635         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
2636         * sysdeps/x86/bits/pthreadtypes.h: ... here.
2637         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
2638         * sysdeps/x86/bits/semaphore.h: ... here.
2639         * sysdeps/x86/nptl/elide.h: Moved ...
2640         * sysdeps/x86/elide.h: ... here.
2641         * sysdeps/x86_64/nptl/Implies: File removed.
2642         * sysdeps/i386/nptl/Implies: File removed.
2643
2644 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
2645
2646         [BZ #16539]
2647         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
2648         return the argument for normal arguments with exponent below -64.
2649         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
2650         Likewise.
2651         * math/auto-libm-test-in: Add another test of expm1.
2652         * math/auto-libm-test-out: Regenerated.
2653
2654         [BZ #16287]
2655         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
2656         calling __erfcl for arguments at least 16.
2657         * math/auto-libm-test-in: Add more tests of erf.
2658         * math/auto-libm-test-out: Regenerated.
2659
2660         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
2661         individual architectures.
2662         * sysdeps/unix/sysv/linux/configure: Regenerated.
2663         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
2664         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
2665         * sysdeps/unix/sysv/linux/powerpc/configure.ac
2666         (ldd_rewrite_script): Define variable.
2667         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
2668         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
2669         file.
2670         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
2671         generated file.
2672         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
2673         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
2674         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
2675         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
2676         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
2677         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
2678         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
2679         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
2680
2681 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2682
2683         [BZ #17084]
2684         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
2685         Rename member __data.d to __data.__elision_data.
2686
2687 2014-06-24  Wilco  <wdijkstr@arm.com>
2688
2689         * NEWS: Add 16918 to fixed bug list.
2690
2691 2014-06-24  Wilco  <wdijkstr@arm.com>
2692
2693         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
2694
2695 2014-06-24  Wilco  <wdijkstr@arm.com>
2696
2697         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
2698         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
2699         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
2700         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
2701         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
2702         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
2703         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
2704         Use _FPU_MASK_RM.
2705
2706 2014-06-24  Wilco  <wdijkstr@arm.com>
2707
2708         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
2709
2710 2014-06-24  Wilco  <wdijkstr@arm.com>
2711
2712         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
2713         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
2714         * sysdeps/arm/fesetround.c (fesetround): Remove space.
2715         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
2716
2717 2014-06-24  Wilco  <wdijkstr@arm.com>
2718
2719         [BZ #16918]
2720         * sysdeps/arm/feupdateenv.c (feupdateenv):
2721         Rewrite to reduce FPSCR accesses and fix return value.
2722
2723 2014-06-24  Wilco  <wdijkstr@arm.com>
2724
2725         * sysdeps/arm/fclrexcpt.c (feclearexcept):
2726         Optimize to avoid unnecessary FPSCR writes.
2727         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
2728         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
2729         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
2730         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
2731
2732 2014-06-24  Wilco  <wdijkstr@arm.com>
2733
2734         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
2735         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
2736         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
2737         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
2738         Call libc_fetestexcept_vfp.
2739         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
2740         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
2741         __SOFTFP__ ifdef so that they can be built for softfp.
2742
2743 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2744
2745         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
2746         argument type signed char.
2747
2748         * Makerules (check-abi): Dump diff of symlist if the test
2749         fails.
2750
2751 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2752
2753         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
2754         using abort.
2755
2756         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
2757         Remove unused variable ST.
2758
2759 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
2760
2761         [BZ #16354]
2762         [BZ #17061]
2763         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
2764         small arguments before calling __expm1.
2765         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
2766         small arguments before calling __expm1f.
2767         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
2768         small arguments before calling __expm1l.
2769         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
2770         Likewise.
2771         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
2772         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
2773         spurious underflow for some cosh tests.
2774         * math/auto-libm-test-out: Regenerated.
2775         * sysdeps/i386/fpu/libm-test-ulps: Update.
2776
2777         [BZ #17050]
2778         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
2779         (__ieee754_y1): Set errno if return value overflows.
2780         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
2781         (__ieee754_y1f): Set errno if return value overflows.
2782         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
2783         (__ieee754_y1l): Set errno if return value overflows.
2784         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
2785         (__ieee754_y1l): Set errno if return value overflows.
2786         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
2787         * math/auto-libm-test-out: Regenerated.
2788
2789         * math/gen-auto-libm-tests.c: Document use of
2790         ignore-zero-inf-sign.
2791         (input_flag_type): Add value flag_ignore_zero_inf_sign.
2792         (input_flags): Add ignore-zero-inf-sign.
2793         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
2794         * math/gen-libm-test.pl (generate_testfile): Handle
2795         ignore-zero-inf-sign.
2796         * math/auto-libm-test-in: Mark some cpow tests with
2797         ignore-zero-inf-sign and some with xfail-rounding.
2798         * math/auto-libm-test-out: Regenerated.
2799         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
2800         * sysdeps/i386/fpu/libm-test-ulps: Update.
2801         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2802
2803         [BZ #16315]
2804         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
2805         overflowing or underflowing operations take place with sign of
2806         result.
2807         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
2808         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
2809         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
2810         (__ieee754_pow): Recompute overflowing and underflowing results in
2811         original rounding mode.
2812         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
2813         (__powl_helper): Allow negative argument X and scale negated value
2814         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
2815         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
2816         overflowing or underflowing operations take place with sign of
2817         result.
2818         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
2819         Include <math.h>.
2820         * math/auto-libm-test-in: Add more tests of pow.
2821         * math/auto-libm-test-out: Regenerated.
2822         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
2823         (pow_tonearest_test_data): Remove.
2824         (pow_test_tonearest): Likewise.
2825         (pow_towardzero_test_data): Likewise.
2826         (pow_test_towardzero): Likewise.
2827         (pow_downward_test_data): Likewise.
2828         (pow_test_downward): Likewise.
2829         (pow_upward_test_data): Likewise.
2830         (pow_test_upward): Likewise.
2831         (main): Don't call removed functions.
2832         * sysdeps/i386/fpu/libm-test-ulps: Update.
2833         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2834
2835 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2836
2837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
2838         Moved ...
2839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
2840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
2841         Moved ...
2842         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
2843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
2844         Moved ...
2845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
2846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
2847         Moved ...
2848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
2849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
2850         File removed.
2851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
2852         File removed.
2853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
2854         File removed.
2855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
2856         File removed.
2857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
2858         File removed.
2859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
2860         File removed.
2861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
2862         File removed.
2863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
2864         File removed.
2865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
2866         File removed.
2867         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
2868         File removed.
2869         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
2870         File removed.
2871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
2872         File removed.
2873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
2874         Moved ...
2875         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
2876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
2877         Moved ...
2878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
2879         ... here.
2880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
2881         Moved ...
2882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
2883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
2884         Moved ...
2885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
2886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
2887         Moved ...
2888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
2889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
2890         Moved ...
2891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
2892         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
2893         Moved ...
2894         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
2895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
2896         Moved ...
2897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
2898         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
2899         Moved ...
2900         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
2901         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
2902         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
2903         ... here.
2904         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
2905         Moved ...
2906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
2907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
2908         Moved ...
2909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
2910         ... here.
2911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
2912         Moved ...
2913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
2914         ... here.
2915         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
2916         Moved ...
2917         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2918         ... here.
2919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
2920         Moved ...
2921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
2922         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
2923         Moved ...
2924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
2925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
2926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
2927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
2928         Moved ...
2929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
2930         ... here.
2931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
2932         Moved ...
2933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
2934         ... here.
2935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
2936         Moved ...
2937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
2938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
2939         Moved ...
2940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
2941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
2942         Moved ...
2943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
2944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
2945         Moved ...
2946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
2947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
2948         Moved ...
2949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
2950         ... here.
2951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
2952         Moved ...
2953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
2954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
2955         Moved ...
2956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
2957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
2958         Moved ...
2959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
2960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
2961         Moved ...
2962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
2963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
2964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
2965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
2966         Moved ...
2967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
2968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
2969         Moved ...
2970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
2971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
2972         Moved ...
2973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
2974         ... here.
2975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
2976         Moved ...
2977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
2978         ... here.
2979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
2980         Moved ...
2981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
2982         ... here.
2983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
2984         Moved ...
2985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
2986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
2987         Moved ...
2988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
2989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
2990         Moved ...
2991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
2992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
2993         Moved ...
2994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
2995         ... here.
2996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
2997         Moved ...
2998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
2999         ... here.
3000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
3001         Moved ...
3002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
3003         ... here.
3004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
3005         Moved ...
3006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
3007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
3008         Moved ...
3009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
3010
3011 2014-06-23  Will Newton  <will.newton@linaro.org>
3012             Wilco  <wdijkstr@arm.com>
3013
3014         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
3015         implementation.  Include get-rounding-mode.h.
3016         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
3017         [!libc_feholdsetround_noex_ctx]: Define
3018         libc_feholdsetround_noex_ctx.
3019         [!libc_feholdsetround_noexf_ctx]: Define
3020         libc_feholdsetround_noexf_ctx.
3021         [!libc_feholdsetround_noexl_ctx]: Define
3022         libc_feholdsetround_noexl_ctx.
3023         (libc_feholdsetround_ctx): New function.
3024         (libc_feresetround_ctx): New function.
3025         (libc_feholdsetround_noex_ctx): New function.
3026         (libc_feresetround_noex_ctx): New function.
3027
3028 2014-06-23  Roland McGrath  <roland@hack.frob.com>
3029
3030         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
3031         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
3032         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
3033         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
3034         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
3035         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
3036
3037         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
3038         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
3039         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
3040         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
3041         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
3042         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
3043         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
3044         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
3045         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
3046         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
3047         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
3048         Moved ...
3049         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
3050         ... here.
3051         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
3052         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
3053         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
3054         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
3055         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
3056         Moved ...
3057         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
3058         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
3059         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
3060         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
3061         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
3062         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
3063         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
3064         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
3065         Moved ...
3066         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
3067         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
3068         Moved ...
3069         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
3070         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
3071         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
3072         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
3073         Moved ...
3074         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
3075         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
3076         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
3077         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
3078         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
3079         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
3080         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
3081         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
3082         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
3083         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
3084         Moved ...
3085         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
3086         ... here.
3087         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
3088         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
3089         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
3090         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
3091         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
3092         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
3093         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
3094         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
3095         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
3096         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
3097         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
3098         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
3099         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
3100         Moved ...
3101         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
3102         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
3103         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
3104         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
3105         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
3106         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
3107         Moved ...
3108         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
3109         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
3110         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
3111         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
3112         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
3113
3114         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
3115         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
3116         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
3117         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
3118         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
3119         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
3120         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
3121         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
3122         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
3123         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
3124         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
3125         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
3126         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
3127         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
3128         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
3129         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
3130         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
3131         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
3132         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
3133         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
3134         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
3135         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
3136         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
3137         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
3138         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
3139         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
3140         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
3141         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
3142
3143 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
3144
3145         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
3146         (FALLOC_FL_COLLAPSE_RANGE): New macro.
3147         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
3148         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
3149         (IPV6_PMTUDISC_INTERFACE): Likewise.
3150         (IPV6_PMTUDISC_OMIT): Likewise.
3151
3152 2014-06-23  Andreas Schwab  <schwab@suse.de>
3153
3154         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
3155         Remove unused errout label.
3156
3157 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3158
3159         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
3160         macro: hardware supports Vector Crypto instructions.
3161
3162 2014-06-23  Will Newton  <will.newton@linaro.org>
3163
3164         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
3165         rather than __builtin_expect.
3166
3167         * elf/dl-lookup.c (undefined_msg): Remove variable.
3168         (_dl_lookup_symbol_x): Replace undefined_msg with string
3169         literal.
3170
3171         * elf/dl-lookup.c (do_lookup_unique): New function.
3172         (do_lookup_x): Move STB_GNU_UNIQUE handling code
3173         to a separate function.
3174
3175 2014-06-23  Andreas Schwab  <schwab@suse.de>
3176
3177         [BZ #17079]
3178         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
3179         before reading the next line.
3180
3181 2014-06-23  Will Newton  <will.newton@linaro.org>
3182
3183         * test-skeleton.c (signal_handler): Use printf and %m
3184         rather than perror.  Use printf rather than fprintf to
3185         stderr.  Use puts rather than fputs to stderr.
3186         (main): Likewise.
3187
3188 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
3189
3190         * nscd/nscd.c (thread_info_t): Remove typedef.
3191         (thread_info): Remove variable.
3192
3193 2014-06-21  Allan McRae  <allan@archlinux.org>
3194
3195         * NEWS: Mention CVE-2014-4043.
3196
3197 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3198
3199         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
3200         * nptl/smp.h: ... here.
3201
3202         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
3203
3204         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
3205         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
3206         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
3207         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
3208
3209         * nptl/allocatestack.c: Include <stack-aliasing.h>.
3210         * nptl/stack-aliasing.h: New file.
3211         * sysdeps/i386/i686/stack-aliasing.h: New file.
3212         * sysdeps/i386/i686/nptl/Makefile: File removed.
3213         * sysdeps/x86_64/stack-aliasing.h: New file.
3214         * sysdeps/x86_64/nptl/Makefile
3215         (CFLAGS-pthread_create.c): Variable removed.
3216
3217         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
3218         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
3219         old file.
3220         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
3221         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
3222         old file.
3223
3224 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
3225
3226         * sysdeps/unix/sysv/linux/arm/kernel-features.h
3227         (__ASSUME_SIGFRAME_V2): Remove macro.
3228         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
3229         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
3230         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
3231         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
3232         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
3233         Declare as function.  Remove conditional macro definitions.
3234         (__default_rt_sa_restorer): Likewise.
3235         (__default_sa_restorer_v1): Remove declaration.
3236         (__default_sa_restorer_v2): Likewise.
3237         (__default_rt_sa_restorer_v1): Likewise.
3238         (__default_rt_sa_restorer_v2): Likewise.
3239         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
3240         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
3241         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
3242
3243 2014-06-20  Roland McGrath  <roland@hack.frob.com>
3244
3245         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
3246         (libpthread-routines): Add sysdep.
3247         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
3248         * sysdeps/unix/sysv/linux/sparc/Versions
3249         (libpthread: GLIBC_2.3.3): New version set.
3250         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
3251         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
3252         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
3253         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
3254         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
3255         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
3256         Moved ...
3257         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
3258         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
3259         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
3260         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
3261         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
3262         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
3263         * sysdeps/sparc/nptl/sem_init.c: ... here.
3264         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
3265         * sysdeps/sparc/nptl/sem_post.c: ... here.
3266         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
3267         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
3268         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
3269         * sysdeps/sparc/nptl/sem_wait.c: ... here.
3270         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
3271         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
3272         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
3273         (libpthread-routines): Add cpu_relax.
3274         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
3275         File removed.
3276         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
3277         (librt: GLIBC_2.3.3): New version set.
3278         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
3279         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
3280         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
3281         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
3282         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
3283         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
3284         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
3285         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
3286         Moved ...
3287         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
3288         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
3289         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
3290         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
3291         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
3292         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
3293         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
3294         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
3295         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
3296         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
3297         Moved ...
3298         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
3299         Update #include.
3300         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
3301         Moved ...
3302         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
3303         Update #include.
3304         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
3305         Moved ...
3306         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
3307         Update #include.
3308         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
3309         Moved ...
3310         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
3311         Update #include.
3312         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
3313         Moved ...
3314         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
3315         Update #include.
3316         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
3317         Moved ...
3318         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
3319         Update #include.
3320         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
3321         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
3322         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
3323         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
3324         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
3325         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
3326         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
3327         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
3328         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
3329         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
3330         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
3331         Moved ...
3332         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
3333         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
3334         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
3335         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
3336         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
3337
3338 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3339
3340         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
3341         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
3342         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3343         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
3344         * nscd/nscd.c: Likewise.
3345         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
3346         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
3347         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
3348         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
3349
3350         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
3351         <kernel-features.h>.
3352         (init_mq_netlink): Remove conditional have_sock_cloexec
3353         definitions.  Remove code conditional on have_sock_cloexec < 0.
3354         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
3355         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
3356         * sysdeps/unix/sysv/linux/opensock.c: Do not include
3357         <kernel-features.h>.
3358         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
3359         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
3360
3361 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3362
3363         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
3364         Add tests for memset_chk and memset.
3365
3366         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
3367         with AVX2_Usable.
3368
3369 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3370
3371         [BZ #16046]
3372         * elf/tst-dl-iter-static.c: New file.
3373         * elf/Makefile (tests-static): Add tst-dl-iter-static.
3374
3375         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
3376         error.
3377
3378 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3379
3380         * sysdeps/unix/sysv/linux/kernel-features.h
3381         (__ASSUME_F_GETOWN_EX): Remove macro.
3382         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
3383         <kernel-features.h>.
3384         (miss_F_GETOWN_EX): Remove variable or macro.
3385         (do_fcntl): Do not check miss_F_GETOWN_EX.
3386         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
3387
3388         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
3389         Remove macro.
3390         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
3391         [!__ASSUME_AT_RANDOM]: Remove conditional code.
3392         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
3393
3394         * sysdeps/unix/sysv/linux/kernel-features.h
3395         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
3396         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
3397         [ADJ_OFFSET_SS_READ]: Make code unconditional.
3398         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
3399
3400 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3401
3402         [BZ #17075]
3403         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
3404         Fix calculation of the symbol's value.
3405         * sysdeps/arm/tst-armtlsdescloc.c: New file.
3406         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
3407         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
3408         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
3409         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
3410         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
3411         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
3412         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
3413         (modules-names): Add `tst-armtlsdescmod',
3414         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
3415         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
3416         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3417         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
3418         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
3419         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3420         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
3421         ($(objpfx)tst-armtlsdescloc): New dependency.
3422         ($(objpfx)tst-armtlsdescextnow): Likewise.
3423         ($(objpfx)tst-armtlsdescextlazy): Likewise.
3424         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
3425         TLS scheme support.
3426         * sysdeps/arm/configure: Regenerate.
3427
3428 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3429
3430         * include/fcntl.h (__atfct_seterrno): Remove prototype.
3431         (__atfct_seterrno_2): Likewise.
3432         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
3433         <kernel-features.h>.
3434         (__ASSUME_ATFCTS): Do not undefine and redefine.
3435         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
3436         (__have_atfcts): Remove conditional definition.
3437         (__fxstatat([__NR_fstatat64]: Make code unconditional.
3438         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
3439         unreachable if [__ASSUME_ATFCTS].
3440         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
3441         not undefine and redefine.
3442         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
3443         <kernel-features.h>.
3444         (faccessat) [__NR_faccessat]: Make code unconditional.
3445         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
3446         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
3447         <kernel-features.h>.
3448         (fchmodat) [__NR_fchmodat]: Make code unconditional.
3449         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3450         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
3451         <kernel-features.h>.
3452         (fchownat) [__NR_fchownat]: Make code unconditional.
3453         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
3454         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
3455         <kernel-features.h>.
3456         (futimesat) [__NR_futimesat]: Make code unconditional.
3457         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
3458         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
3459         <kernel-features.h>.
3460         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3461         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3462         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
3463         <kernel-features.h>.
3464         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
3465         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3466         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
3467         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
3468         <kernel-features.h>.
3469         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
3470         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3471         * sysdeps/unix/sysv/linux/linkat.c: Do not include
3472         <kernel-features.h>.
3473         (linkat) [__NR_linkat]: Make code unconditional.
3474         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3475         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
3476         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
3477         <kernel-features.h>.
3478         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
3479         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3480         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
3481         <kernel-features.h>.
3482         (mkdirat) [__NR_mkdirat]: Make code unconditional.
3483         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
3484         * sysdeps/unix/sysv/linux/openat.c: Do not include
3485         <kernel-features.h>.
3486         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
3487         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
3488         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
3489         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
3490         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
3491         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
3492         <kernel-features.h>.
3493         (readlinkat) [__NR_readlinkat]: Make code unconditional.
3494         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
3495         result of INLINE_SYSCALL directly, not via int variable.
3496         * sysdeps/unix/sysv/linux/renameat.c: Do not include
3497         <kernel-features.h>.
3498         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
3499         (renameat) [__NR_renameat]: Make code unconditional.
3500         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
3501         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
3502         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
3503         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
3504         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
3505         (__ASSUME_ATFCTS): Do not undefine and redefine.
3506         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
3507         <kernel-features.h>.
3508         (symlinkat) [__NR_symlinkat]: Make code unconditional.
3509         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3510         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
3511         <kernel-features.h>.
3512         (unlinkat) [__NR_unlinkat]: Make code unconditional.
3513         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3514         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
3515         (__ASSUME_ATFCTS): Do not undefine and redefine.
3516         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
3517         <kernel-features.h>.
3518         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3519         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3520         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
3521         <kernel-features.h>.
3522         (__xmknodat) [__NR_mknodat]: Make code unconditional.
3523         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3524
3525 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3526
3527         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
3528
3529 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
3530
3531         [BZ #17069]
3532         * posix/regcomp.c (parse_reg_exp): Deallocate partially
3533         constructed tree before returning error.
3534         * posix/bug-regexp36.c: Expand test case.
3535
3536 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
3537
3538         [BZ #6803]
3539         * math/libm-test.inc (scalbln_test_date):
3540         Add errno expectations.
3541         * math/w_scalblnf.c: New File.
3542         Add wrapper which checks for setting errno to ERANGE.
3543         Add weak_alias for corresponding scalbln function.
3544         * math/w_scalbln.c: Likewise.
3545         * math/w_scalblnl.c: Likewise.
3546         * math/Makefile (libm-calls): Add w_scalbln.
3547         * sysdeps/ieee754/flt-32/s_scalblnf.c:
3548         Remove weak_alias for corresponding scalbln function.
3549         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
3550         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
3551         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
3552         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
3553         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
3554         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3555         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
3556         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3557         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
3558         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
3559         Remove long_double_symbol for scalblnl function in libm, libc.
3560         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
3561         Add wrapper which checks for setting errno to ERANGE.
3562         Add long_double_symbol for scalblnl function in libm, libc.
3563         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
3564         Remove long_double_symbol for scalblnl in libm.
3565         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
3566         Add wrapper which checks for setting errno to ERANGE.
3567         Add long_double_symbol for scalblnl function in libm.
3568         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
3569         Do not use wrapper because of own implementation.
3570
3571 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
3572
3573         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
3574         3 bytes for __pad1 for x32.
3575         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
3576
3577 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
3578             H.J. Lu  <hongjiu.lu@intel.com>
3579
3580         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
3581         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
3582         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3583         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3584         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
3585
3586 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
3587
3588         [BZ #17069]
3589         * posix/regcomp.c (parse_expression): Deallocate partially
3590         constructed tree before returning error.
3591         * posix/Makefile.c (tests): Add bug-regex36.
3592         (generated): Add bug-regex36.mtrace.
3593         (tests-special): Add $(objpfx)bug-regex36-mem.out
3594         (bug-regex36-ENV): New variable.
3595         ($(objpfx)bug-regex36-mem.out): New rule.
3596         * posix/bug-regex36.c: New file.
3597
3598 2014-06-19  Will Newton  <will.newton@linaro.org>
3599
3600         * malloc/malloc.c (systrim): If extra is zero then return
3601         early.
3602
3603 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
3604
3605         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
3606
3607 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
3608
3609         * sysdeps/aarch64/strchr.S: New file.
3610
3611 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3612
3613         [BZ #17022]
3614         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
3615         from arguments -2 or below.
3616         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
3617         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
3618
3619 2014-06-18  Andreas Schwab  <schwab@suse.de>
3620
3621         [BZ #17062]
3622         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
3623         of a bracket expr not to run off the end of the string.
3624         * posix/Makefile (tests): Add tst-fnmatch3.
3625         * posix/tst-fnmatch3.c: New file.
3626
3627 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3628
3629         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
3630         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
3631         [$(cross-compiling) = no]: Likewise.
3632         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
3633         [$(cross-compiling) = no]: Likewise.
3634
3635 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3636
3637         [BZ #17031]
3638         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
3639         double, adjusted for any remainder from the high double.
3640         * math/libm-test.inc (nearbyint): Add tests.
3641         (rint): Likewise.
3642
3643 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3644
3645         * nptl/sysdeps/powerpc/Makefile: Moved ...
3646         * sysdeps/powerpc/nptl/Makefile: ... here.
3647         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
3648         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
3649         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
3650         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
3651         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
3652         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
3653         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
3654         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
3655         * nptl/sysdeps/powerpc/tls.h: Moved ...
3656         * sysdeps/powerpc/nptl/tls.h: ... here.
3657
3658 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
3659
3660         [BZ #16681]
3661         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
3662         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
3663         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
3664         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
3665         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
3666         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
3667         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
3668         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
3669         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
3670
3671 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
3672
3673         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
3674
3675 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
3676
3677         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
3678         defined operator.
3679
3680         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
3681         $TIMEOUTFACTOR.
3682
3683 2014-06-16  Florian Weimer  <fweimer@redhat.com>
3684
3685         [BZ #17058]
3686         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
3687         non-executed part of the test.
3688
3689 2014-06-16  Andreas Schwab  <schwab@suse.de>
3690
3691         * string/bits/string2.h (strdup, strndup): Update feature guard.
3692
3693 2014-06-14  David S. Miller  <davem@davemloft.net>
3694
3695         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3696
3697 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
3698
3699         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
3700         that was previously under [RESET_PID].
3701         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
3702
3703         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
3704         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
3705         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
3706         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
3707         (__libc_vfork): New strong alias.
3708         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
3709
3710 2014-06-14 Andi Kleen  <ak@linux.intel.com>
3711
3712         * sysdeps/generic/elide.h: New file.
3713
3714 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3715
3716         * Makefile (installed-headers): Adjust path of pthread.h header.
3717
3718 2014-06-13  Roland McGrath  <roland@hack.frob.com>
3719
3720         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
3721         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
3722         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
3723         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
3724
3725         * nptl/sysdeps/s390/Makefile: Moved ...
3726         * sysdeps/s390/nptl/Makefile: ... here.
3727         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
3728         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
3729         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
3730         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
3731         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
3732         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
3733         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
3734         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
3735         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
3736         * sysdeps/s390/nptl/pthreaddef.h: ... here.
3737         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
3738         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
3739         * nptl/sysdeps/s390/tls.h: Moved ...
3740         * sysdeps/s390/nptl/tls.h: ... here.
3741
3742         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
3743         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
3744
3745 2014-06-13  David S. Miller  <davem@davemloft.net>
3746
3747         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
3748         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
3749         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
3750         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
3751         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
3752         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
3753         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
3754         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
3755         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
3756         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
3757         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
3758         Remove RESET_PID cpp guards.
3759         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
3760         Remove RESET_PID cpp guards.
3761         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
3762
3763 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
3764
3765         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
3766         __sp to uintptr_t.
3767
3768 2014-06-13  Andi Kleen  <ak@linux.intel.com>
3769
3770         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
3771         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
3772         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
3773         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
3774         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
3775         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
3776         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
3777         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
3778         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
3779         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
3780         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
3781         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
3782         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
3783         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
3784         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
3785         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
3786         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
3787         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
3788         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
3789         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
3790
3791         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
3792         (pthread_rwlock_rdlock): Add elision.
3793         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
3794         (pthread_rwlock_wrlock): Add elision.
3795         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
3796         (pthread_rwlock_trywrlock): Add elision.
3797         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
3798         (pthread_rwlock_tryrdlock): Add elision.
3799         * nptl/pthread_rwlock_unlock.c: Include elide.h.
3800         (pthread_rwlock_tryrdlock): Add elision unlock.
3801         * nptl/sysdeps/pthread/pthread.h:
3802         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
3803         (PTHREAD_RWLOCK_INITIALIZER,
3804         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
3805         Handle new elision field.
3806         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
3807         * sysdeps/arm/nptl/bits/pthreadtypes.h
3808         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3809         * sysdeps/sh/nptl/bits/pthreadtypes.h
3810         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3811         * sysdeps/tile/nptl/bits/pthreadtypes.h
3812         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3813         * sysdeps/a/nptl/bits/pthreadtypes.h
3814         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3815         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
3816         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3817         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
3818         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3819         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
3820         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3821         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
3822         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3823         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
3824         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3825         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
3826         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3827         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
3828         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3829         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
3830         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3831         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
3832         (elision_init): Set try_xbegin to zero when no RTM.
3833         * sysdeps/x86/nptl/bits/pthreadtypes.h
3834         (pthread_rwlock_t): Change __pad1 to __rwelision.
3835         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3836
3837 2014-06-13  Andi Kleen  <ak@linux.intel.com>
3838
3839         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
3840         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
3841         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
3842         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
3843
3844 2014-06-13  Meador Inge  <meadori@codesourcery.com>
3845
3846         [BZ #16996]
3847         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
3848         that the cached result has been set before returning it.
3849
3850 2014-06-12  Roland McGrath  <roland@hack.frob.com>
3851
3852         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
3853         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
3854         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
3855         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
3856         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
3857         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
3858
3859         * nptl/sysdeps/sparc/Makefile: Moved ...
3860         * sysdeps/sparc/nptl/Makefile: ... here.
3861         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
3862         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
3863         * nptl/sysdeps/sparc/tls.h: Moved ...
3864         * sysdeps/sparc/nptl/tls.h: ... here.
3865         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
3866         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
3867         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
3868         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
3869         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
3870         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
3871         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
3872         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
3873         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
3874         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
3875         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
3876         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
3877         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
3878         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
3879         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
3880         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
3881         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
3882         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
3883         Update #include.
3884         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
3885         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
3886         Update #include.
3887         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
3888         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
3889         Update #include.
3890         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
3891         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
3892         Update #include.
3893
3894         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
3895
3896         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
3897         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
3898
3899         * sysdeps/pthread/posix-timer.h: Include <list.h>.
3900         (struct list_links): Type removed.
3901         (struct thread_node, struct timer_node): Replace struct list_links
3902         with struct list_head.
3903         (list_unlink_ip): Likewise.
3904         * sysdeps/pthread/timer_routines.c
3905         (timer_free_list, thread_free_list, thread_active_list): Likewise.
3906         (list_append, list_insbefore): Likewise.
3907         (list_init): Function removed.
3908         (thread_init, init_module): Use INIT_LIST_HEAD instead.
3909         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
3910         * sysdeps/pthread/Makefile: ... here, new file.
3911
3912         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
3913         * sysdeps/nptl/Implies: ... here.
3914         * sysdeps/unix/sysv/linux/Implies: Add nptl.
3915         * nptl/sysdeps/pthread/list.h: Moved ...
3916         * include/list.h: ... here.
3917         * nptl/sysdeps/pthread/createthread.c: Moved ...
3918         * nptl/createthread.c: ... here.
3919         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
3920         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
3921         * nptl/pt-longjmp.c: ... here.
3922         * nptl/sysdeps/pthread/Makefile: Moved ...
3923         * sysdeps/nptl/Makefile: ... here.
3924         * nptl/sysdeps/pthread/Subdirs: Moved ...
3925         * sysdeps/nptl/Subdirs: ... here.
3926         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
3927         * sysdeps/nptl/aio_misc.h: ... here.
3928         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
3929         * sysdeps/nptl/bits/libc-lock.h: ... here.
3930         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
3931         * sysdeps/nptl/bits/libc-lockP.h: ... here.
3932         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
3933         * sysdeps/nptl/bits/stdio-lock.h: ... here.
3934         * nptl/sysdeps/pthread/configure: Moved ...
3935         * sysdeps/nptl/configure: ... here.
3936         * nptl/sysdeps/pthread/configure.ac: Moved ...
3937         * sysdeps/nptl/configure.ac: ... here.
3938         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
3939         * sysdeps/nptl/gai_misc.h: ... here.
3940         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
3941         * sysdeps/nptl/librt-cancellation.c: ... here.
3942         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
3943         * sysdeps/nptl/malloc-machine.h: ... here.
3944         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
3945         * sysdeps/nptl/pthread-functions.h: ... here.
3946         * nptl/sysdeps/pthread/pthread.h: Moved ...
3947         * sysdeps/nptl/pthread.h: ... here.
3948         * nptl/sysdeps/pthread/setxid.h: Moved ...
3949         * sysdeps/nptl/setxid.h: ... here.
3950         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
3951         * sysdeps/nptl/sigfillset.c: ... here.
3952         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
3953         * sysdeps/nptl/tcb-offsets.h: ... here.
3954         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
3955         * sysdeps/nptl/tst-mqueue8x.c: ... here.
3956         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
3957         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
3958         * nptl/sysdeps/pthread/allocalim.h: Moved ...
3959         * sysdeps/pthread/allocalim.h: ... here.
3960         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
3961         * sysdeps/pthread/bits/sigthread.h: ... here.
3962         * nptl/sysdeps/pthread/flockfile.c: Moved ...
3963         * sysdeps/pthread/flockfile.c: ... here.
3964         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
3965         * sysdeps/pthread/ftrylockfile.c: ... here.
3966         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
3967         * sysdeps/pthread/funlockfile.c: ... here.
3968         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
3969         * sysdeps/pthread/posix-timer.h: ... here.
3970         * nptl/sysdeps/pthread/timer_create.c: Moved ...
3971         * sysdeps/pthread/timer_create.c: ... here.
3972         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
3973         * sysdeps/pthread/timer_delete.c: ... here.
3974         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
3975         * sysdeps/pthread/timer_getoverr.c: ... here.
3976         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
3977         * sysdeps/pthread/timer_gettime.c: ... here.
3978         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
3979         * sysdeps/pthread/timer_routines.c: ... here.
3980         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
3981         * sysdeps/pthread/timer_settime.c: ... here.
3982         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
3983         * sysdeps/pthread/tst-timer.c: ... here.
3984         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
3985         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
3986
3987         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
3988         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
3989
3990         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
3991         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
3992         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
3993         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
3994         Update #include target.
3995         * nptl/sysdeps/i386/i686/Makefile: Moved ...
3996         * sysdeps/i386/i686/nptl/Makefile: ... here.
3997         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
3998         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
3999         Update #include target.
4000         * nptl/sysdeps/i386/i686/tls.h: Moved ...
4001         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
4002         * nptl/sysdeps/i386/Makefile: Moved ...
4003         * sysdeps/i386/nptl/Makefile: ... here.
4004         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
4005         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
4006         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
4007         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
4008         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
4009         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
4010         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
4011         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
4012         * sysdeps/i386/nptl/pthreaddef.h: ... here.
4013         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
4014         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
4015         * nptl/sysdeps/i386/tls.h: Moved ...
4016         * sysdeps/i386/nptl/tls.h: ... here.
4017
4018         * sysdeps/sh/Makefile [$(subdir) = csu]
4019         (gen-as-const-headers): Add tcb-offsets.sym.
4020         * nptl/sysdeps/sh/Makefile: File removed.
4021         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
4022         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
4023         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
4024         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
4025         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
4026         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
4027         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
4028         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
4029         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
4030         * sysdeps/sh/nptl/pthreaddef.h: ... here.
4031         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
4032         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
4033         * nptl/sysdeps/sh/tls.h: Moved ...
4034         * sysdeps/sh/nptl/tls.h: ... here.
4035         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
4036         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
4037         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
4038         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
4039         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
4040         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
4041         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
4042         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
4043         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
4044         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
4045         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
4046         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
4047         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
4048         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
4049         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
4050         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
4051         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
4052         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
4053         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
4054         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
4055         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
4056         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
4057         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
4058         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
4059         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
4060         Moved ...
4061         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
4062         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
4063         Moved ...
4064         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
4065         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
4066         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
4067         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
4068         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
4069         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
4070         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
4071         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
4072         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
4073         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
4074         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
4075         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
4076         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
4077         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
4078         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
4079         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
4080         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
4081         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
4082         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
4083
4084 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4085
4086         * posix/spawn_faction_addopen.c: Include string.h.
4087
4088 2014-06-11  Roland McGrath  <roland@hack.frob.com>
4089
4090         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
4091         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
4092         * nptl/sysdeps/x86_64/Makefile: Moved ...
4093         * sysdeps/x86_64/nptl/Makefile: ... here.
4094         * nptl/sysdeps/x86_64/configure: Moved ...
4095         * sysdeps/x86_64/nptl/configure: ... here.
4096         * nptl/sysdeps/x86_64/configure.ac: Moved ...
4097         * sysdeps/x86_64/nptl/configure.ac: ... here.
4098         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
4099         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
4100         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
4101         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
4102         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
4103         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
4104         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
4105         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
4106         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
4107         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
4108         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
4109         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
4110         * nptl/sysdeps/x86_64/tls.h: Moved ...
4111         * sysdeps/x86_64/nptl/tls.h: ... here.
4112         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
4113         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
4114         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
4115         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
4116
4117         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
4118
4119 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4120
4121         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4122
4123 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
4124
4125         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
4126         type.
4127         [POSIX] (off_t): Likewise.
4128         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
4129         [POSIX] (S_ISBLK): Require macro.
4130         [POSIX] (S_ISCHR): Likewise.
4131         [POSIX] (S_ISDIR): Likewise.
4132         [POSIX] (S_ISFIFO): Likewise.
4133         [POSIX] (S_ISREG): Likewise.
4134         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
4135         optional-macro.
4136         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
4137         type.
4138         [POSIX] (time_t): Likewise.
4139         [POSIX] (timer_t): Likewise.
4140
4141 2014-06-11  Florian Weimer  <fweimer@redhat.com>
4142
4143         [BZ #17048]
4144         * posix/spawn_int.h (struct __spawn_action): Make the path string
4145         non-const to support deallocation.
4146         * posix/spawn_faction_addopen.c
4147         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
4148         * posix/spawn_faction_destroy.c
4149         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
4150         path in all spawn_do_open actions.
4151         * posix/tst-spawn.c (do_test): Exercise the copy operation in
4152         posix_spawn_file_actions_addopen.
4153
4154 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
4155
4156         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
4157         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
4158         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
4159         conditional code always true.
4160         (__libc_vfork): New alias.
4161
4162 2014-06-11  Roland McGrath  <roland@hack.frob.com>
4163
4164         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4165         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
4166
4167         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
4168
4169         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4170         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
4171
4172         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
4173         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
4174
4175         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4176         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
4177
4178 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
4179
4180         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
4181         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
4182         multiarch strcmp for PPC64.
4183         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
4184         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
4185         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
4186         multiarch optimizations.
4187         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
4188         (__libc_ifunc_impl_list): Likewise.
4189
4190 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
4191
4192         * benchtests/scripts/validate_benchout.py: New script.
4193         * benchtests/Makefile (bench-func): Call it.
4194         * benchtests/scripts/benchout.schema.json: New file.
4195
4196 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
4197
4198         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
4199         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
4200         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
4201         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
4202         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
4203         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
4204         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
4205         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
4206         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
4207         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
4208         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
4209         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
4210         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
4211         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
4212         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
4213         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
4214         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
4215         Moved ...
4216         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
4217         ... here.
4218         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
4219         Moved ...
4220         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
4221         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
4222         Moved ...
4223         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
4224         ... here.
4225         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
4226         Moved ...
4227         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
4228         ... here.
4229         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
4230         Moved ...
4231         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
4232         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
4233         Moved ...
4234         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
4235         ... here.
4236         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
4237         Moved ...
4238         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
4239         ... here.
4240         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
4241         Moved ...
4242         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
4243         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
4244         Moved ...
4245         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
4246         ... here.
4247         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
4248         Moved ...
4249         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
4250         ... here.
4251         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
4252         Moved ...
4253         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
4254         ... here.
4255         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
4256         Moved ...
4257         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
4258         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
4259         Moved ...
4260         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
4261         ... here.
4262         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
4263         Moved ...
4264         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
4265         ... here.
4266         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
4267         Moved ...
4268         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
4269         ... here.
4270         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
4271         Moved ...
4272         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
4273         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
4274         Moved ...
4275         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
4276         ... here.
4277         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
4278         Moved ...
4279         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
4280         ... here.
4281         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
4282         Moved ...
4283         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
4284         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
4285         Moved ...
4286         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
4287         ... here.
4288         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
4289         Moved ...
4290         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
4291         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
4292         Moved ...
4293         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
4294         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
4295         Moved ...
4296         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
4297         ... here.
4298         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
4299         Moved ...
4300         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
4301         ... here.
4302         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
4303         Moved ...
4304         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
4305         ... here.
4306         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
4307         Moved ...
4308         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
4309         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
4310         Moved ...
4311         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
4312         ... here.
4313         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
4314         Moved ...
4315         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
4316         ... here.
4317         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
4318         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
4319         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
4320         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
4321         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
4322         Moved ...
4323         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
4324         ... here.
4325         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
4326         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
4327         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
4328         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
4329         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
4330         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
4331         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
4332         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
4333         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
4334         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
4335         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
4336         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
4337         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
4338         Moved ...
4339         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
4340         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
4341         Moved ...
4342         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
4343         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
4344         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
4345         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
4346         Moved ...
4347         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
4348         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
4349         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
4350         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
4351         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
4352         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
4353         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
4354
4355 2014-06-10  Wilco  <wdijkstr@arm.com>
4356
4357         * math/test-fenv-return.c: New file.
4358         * math/Makefile: Add new test test-fenv-return.
4359
4360 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
4361
4362         [BZ #17042]
4363         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
4364         when x - 1 is zero.
4365         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
4366         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
4367         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
4368         0.0L for an argument of 1.0L.
4369         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
4370         Likewise.
4371         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
4372         value when x - 1 is zero.
4373         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
4374         * sysdeps/i386/fpu/libm-test-ulps: Update.
4375         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4376
4377 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
4378
4379         [BZ #15119]
4380         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
4381
4382 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4383
4384         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
4385         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
4386
4387 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4388
4389         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4390         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
4391
4392         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4393         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
4394
4395         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4396         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
4397
4398         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4399         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
4400
4401         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
4402         if not already defined.
4403         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
4404         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
4405         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
4406         (TLS_INIT_TP): Use it.
4407         (TLS_DEFINE_INIT_TP): New macro.
4408         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
4409
4410 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
4411
4412         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
4413         constant.
4414         [POSIX] (IXANY): Likewise.
4415         [POSIX] (OLCUC): Likewise.
4416         [POSIX || POSIX2008] (CBAUD): Do not allow.
4417         [POSIX || POSIX2008] (DEFECHO): Likewise.
4418         [POSIX || POSIX2008] (ECHOCTL): Likewise.
4419         [POSIX || POSIX2008] (ECHOKE): Likewise.
4420         [POSIX || POSIX2008] (ECHOPRT): Likewise.
4421         [POSIX || POSIX2008] (EXTA): Likewise.
4422         [POSIX || POSIX2008] (EXTB): Likewise.
4423         [POSIX || POSIX2008] (FLUSHO): Likewise.
4424         [POSIX || POSIX2008] (LOBLK): Likewise.
4425         [POSIX || POSIX2008] (PENDIN): Likewise.
4426         [POSIX || POSIX2008] (SWTCH): Likewise.
4427         [POSIX || POSIX2008] (VDISCARD): Likewise.
4428         [POSIX || POSIX2008] (VDSUSP): Likewise.
4429         [POSIX || POSIX2008] (VLNEXT): Likewise.
4430         [POSIX || POSIX2008] (VREPRINT): Likewise.
4431         [POSIX || POSIX2008] (VSTATUS): Likewise.
4432         [POSIX || POSIX2008] (VWERASE): Likewise.
4433         (B*): Change to B[0123456789]*.
4434         * conform/data/time.h-data [POSIX || UNIX98]
4435         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
4436         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
4437         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
4438         [POSIX] (tm_*): Do not allow.
4439
4440 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
4441
4442         * Makefile (install): Don't set LANGUAGE.
4443         * Makefile.in (install): Likewise.
4444         * assert/Makefile (test-assert-ENV): Remove variable.
4445         (test-assert-perr-ENV): Likewise.
4446         * elf/Makefile (neededtest4-ENV): Likewise.
4447         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4448         [$(cross-compiling) = no]: Don't set LANGUAGE.
4449         * io/ftwtest-sh (LANG): Remove variable.
4450         * libio/Makefile (tst-widetext-ENV): Likewise.
4451         * manual/install.texi (Running make install): Don't refer to
4452         environment settings for make install.
4453         * INSTALL: Regenerated.
4454         * nptl/tst-tls6.sh: Don't set LANG.
4455         * posix/globtest.sh (LANG): Remove variable.
4456         * string/Makefile (tester-ENV): Likewise.
4457         (inl-tester-ENV): Likewise.
4458         (noinl-tester-ENV): Likewise.
4459         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4460         [$(cross-compiling) = no]: Don't set LANGUAGE.
4461         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
4462         without explicit environment settings.
4463
4464 2014-06-06  Roland McGrath  <roland@hack.frob.com>
4465
4466         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
4467         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
4468         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
4469         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
4470
4471 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
4472
4473         * crypt/crypt-private.h [DOS]: Add some includes taken from the
4474         other files in the crypt directory.
4475         * crypt/crypt.c: Remove duplicate includes.
4476         * crypt/crypt-entry.c: Likewise.
4477         * crypt/crypt_util.c: Likewise.
4478
4479 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
4480
4481         * Makeconfig (run-program-env): New variable.
4482         (run-program-prefix-before-env): Likewise.
4483         (run-program-prefix-after-env): Likewise.
4484         (run-program-prefix): Define in terms of new variables.
4485         (built-program-cmd-before-env): New variable.
4486         (built-program-cmd-after-env): Likewise.
4487         (built-program-cmd): Define in terms of new variables.
4488         (test-program-prefix-before-env): New variable.
4489         (test-program-prefix-after-env): Likewise.
4490         (test-program-prefix): Define in terms of new variables.
4491         (test-program-cmd-before-env): New variable.
4492         (test-program-cmd-after-env): Likewise.
4493         (test-program-cmd): Define in terms of new variables.
4494         * Rules (make-test-out): Use $(run-program-env).
4495         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
4496         (help): Do not mention environment variables.  Mention
4497         --timeoutfactor option.
4498         (timeoutfactor): New variable.
4499         (blacklist_exports): Remove function.
4500         (exports): Remove variable.
4501         (command): Do not include ${exports}.
4502         * manual/install.texi (Configuring and compiling): Do not mention
4503         test wrappers preserving environment variables.  Mention that last
4504         assignment to a variable must take precedence.
4505         * INSTALL: Regenerated.
4506         * benchtests/Makefile (run-bench): Use $(run-program-env).
4507         * catgets/Makefile ($(objpfx)test1.cat): Use
4508         $(built-program-cmd-before-env), $(run-program-env) and
4509         $(built-program-cmd-after-env).
4510         ($(objpfx)test2.cat): Do not specify environment variables
4511         explicitly.
4512         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
4513         $(run-program-env) and $(built-program-cmd-after-env).
4514         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
4515         $(run-program-env) and $(test-program-cmd-after-env).
4516         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
4517         explicitly.
4518         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
4519         run_program_env and test_program_cmd_after_env arguments.
4520         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
4521         * elf/tst-pathopt.sh: Use run_program_env argument.
4522         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
4523         $(test-wrapper-env) and $(run-program-env).
4524         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
4525         run_program_env arguments.
4526         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
4527         * intl/Makefile ($(objpfx)tst-gettext.out): Use
4528         $(test-program-prefix-before-env), $(run-program-env) and
4529         $(test-program-prefix-after-env).
4530         ($(objpfx)tst-gettext2.out): Likewise.
4531         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
4532         run_program_env and test_program_prefix_after_env arguments.
4533         * intl/tst-gettext2.sh: Likewise.
4534         * intl/tst-gettext4.sh: Do not set environment variables
4535         explicitly.
4536         * intl/tst-gettext6.sh: Likewise.
4537         * intl/tst-translit.sh: Likewise.
4538         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
4539         $(test-program-prefix-before-env), $(run-program-env) and
4540         $(test-program-prefix-after-env).
4541         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
4542         run_program_env and test_program_prefix_after_env arguments.
4543         * math/Makefile (run-regen-ulps): Use $(run-program-env).
4544         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
4545         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
4546         explicitly with each use of ${test_wrapper_env}.
4547         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
4548         $(test-program-prefix-before-env), $(run-program-env) and
4549         $(test-program-prefix-after-env).
4550         * posix/tst-getconf.sh: Do not set environment variables
4551         explicitly.
4552         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
4553         run_program_env and test_program_prefix_after_env arguments.
4554         * stdio-common/tst-printf.sh: Do not set environment variables
4555         explicitly.
4556         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
4557         $(test-program-prefix-before-env), $(run-program-env) and
4558         $(test-program-prefix-after-env).
4559         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
4560         run_program_env and test_program_prefix_after_env arguments.
4561         Split $test calls into $test_pre and $test.
4562         * timezone/Makefile (build-testdata): Use
4563         $(built-program-cmd-before-env), $(run-program-env) and
4564         $(built-program-cmd-after-env).
4565
4566 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4567
4568         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
4569         strlen for non SHARED builds.
4570
4571 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
4572
4573         * nptl/allocatestack.c (check_list): Inlined function...
4574         (__reclaim_stacks): ... here.
4575
4576 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4577
4578         [BZ #15698]
4579         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4580         memory overrun.
4581
4582 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
4583
4584         * Rules (make-test-out): Include
4585         LOCPATH=$(common-objpfx)localedata in default environment.
4586         * debug/Makefile (tst-chk1-ENV): Remove variable.
4587         (tst-chk2-ENV): Likewise.
4588         (tst-chk3-ENV): Likewise.
4589         (tst-chk4-ENV): Likewise.
4590         (tst-chk5-ENV): Likewise.
4591         (tst-chk6-ENV): Likewise.
4592         (tst-lfschk1-ENV): Likewise.
4593         (tst-lfschk2-ENV): Likewise.
4594         (tst-lfschk3-ENV): Likewise.
4595         (tst-lfschk4-ENV): Likewise.
4596         (tst-lfschk5-ENV): Likewise.
4597         (tst-lfschk6-ENV): Likewise.
4598         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
4599         (tst-iconv7-ENV): Likewise.
4600         * intl/Makefile (LOCPATH-ENV): Likewise.
4601         (tst-codeset-ENV): Likewise.
4602         (tst-gettext3-ENV): Likewise.
4603         (tst-gettext5-ENV): Likewise.
4604         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
4605         (tst-fopenloc-ENV): Likewise.
4606         (tst-fgetws-ENV): Remove variable.
4607         (tst-ungetwc1-ENV): Likewise.
4608         (tst-ungetwc2-ENV): Likewise.
4609         (bug-ungetwc2-ENV): Likewise.
4610         (tst-swscanf-ENV): Likewise.
4611         (bug-ftell-ENV): Likewise.
4612         (tst-fgetwc-ENV): Likewise.
4613         (tst-fseek-ENV): Likewise.
4614         (tst-ftell-partial-wide-ENV): Likewise.
4615         (tst-ftell-active-handler-ENV): Likewise.
4616         (tst-ftell-append-ENV): Likewise.
4617         * posix/Makefile (tst-fnmatch-ENV): Likewise.
4618         (tst-regexloc-ENV): Likewise.
4619         (bug-regex1-ENV): Likewise.
4620         (tst-regex-ENV): Likewise.
4621         (tst-regex2-ENV): Likewise.
4622         (bug-regex5-ENV): Likewise.
4623         (bug-regex6-ENV): Likewise.
4624         (bug-regex17-ENV): Likewise.
4625         (bug-regex18-ENV): Likewise.
4626         (bug-regex19-ENV): Likewise.
4627         (bug-regex20-ENV): Likewise.
4628         (bug-regex22-ENV): Likewise.
4629         (bug-regex23-ENV): Likewise.
4630         (bug-regex25-ENV): Likewise.
4631         (bug-regex26-ENV): Likewise.
4632         (bug-regex30-ENV): Likewise.
4633         (bug-regex32-ENV): Likewise.
4634         (bug-regex33-ENV): Likewise.
4635         (bug-regex34-ENV): Likewise.
4636         (bug-regex35-ENV): Likewise.
4637         (tst-rxspencer-ENV): Likewise.
4638         (tst-rxspencer-no-utf8-ENV): Likewise.
4639         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
4640         (tst-sscanf-ENV): Likewise.
4641         (tst-swprintf-ENV): Likewise.
4642         (tst-swscanf-ENV): Likewise.
4643         (test-vfprintf-ENV): Likewise.
4644         (scanf13-ENV): Likewise.
4645         (bug14-ENV): Likewise.
4646         (tst-grouping-ENV): Likewise.
4647         * stdlib/Makefile (tst-strtod-ENV): Likewise.
4648         (tst-strtod3-ENV): Likewise.
4649         (tst-strtod4-ENV): Likewise.
4650         (tst-strtod5-ENV): Likewise.
4651         (testmb2-ENV): Likewise./
4652         * string/Makefile (tst-strxfrm-ENV): Likewise.
4653         (tst-strxfrm2-ENV): Likewise.
4654         (bug-strcoll1-ENV): Likewise.
4655         (test-strcasecmp-ENV): Likewise.
4656         (test-strncasecmp-ENV): Likewise.
4657         * time/Makefile (tst-strptime-ENV): Likewise.
4658         (tst-ftime_l-ENV): Likewise.
4659         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
4660         (tst-mbrtowc-ENV): Likewise.
4661         (tst-wcrtomb-ENV): Likewise.
4662         (tst-mbrtowc2-ENV): Likewise.
4663         (tst-c16c32-1-ENV): Likewise.
4664         (tst-mbsnrtowcs-ENV): Likewise.
4665
4666 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4667
4668         * manual/resource.texi (How to get information about the memory
4669         subsystem?): Fix typo.
4670         Reported by Peon de la Parra Ivan <peon@keba.com>
4671
4672 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
4673
4674         [BZ #16882]
4675         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
4676         (pthread_spin_lock): Branch out of spin loop to proper location.
4677         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
4678         (pthread_spin_lock): Likewise.
4679
4680         * nptl/tst-spin4.c: New test.
4681         * nptl/Makefile (tests): Add tst-spin4.
4682
4683 2014-06-03  Andreas Schwab  <schwab@suse.de>
4684
4685         [BZ #15946]
4686         * resolv/res_send.c (send_dg): Reload file descriptor after
4687         calling reopen.
4688
4689 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
4690
4691         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
4692
4693 2014-06-03  Richard Henderson  <rth@redhat.com>
4694
4695         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
4696         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
4697         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
4698         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
4699         in the SAVE_PID block.
4700         (__libc_vfork): New alias.
4701         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
4702
4703         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
4704         child in registers, not on the stack.  Remove RESET_PID conditionals.
4705         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
4706
4707 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4708
4709         * sysdeps/aarch64/libm-test-ulps: Regenerate.
4710
4711 2014-06-03  Wilco  <wdijkstr@arm.com>
4712
4713         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
4714         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
4715         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
4716         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
4717         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
4718         Likewise.
4719
4720 2014-06-03  Wilco  <wdijkstr@arm.com>
4721
4722         * sysdeps/aarch64/fpu/math_private.h
4723         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
4724         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
4725         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
4726         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
4727         Fix declarations.
4728
4729 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4730
4731         * crypt/crypt-private.h: Include ufc-crypt.h.
4732         (__b64_from_24bit): Declare extern.
4733         * crypt/crypt_util.c(__b64_from_24bit): New function.
4734         (b64t): New static const variable.
4735         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
4736         (b64t): Remove variable.
4737         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
4738         * crypt/sha256-crypt.c: Include crypt-private.h.
4739         (b64t): Remove variable.
4740         (__sha256_crypt_r): Remove b64_from_24bit and replace
4741         with __b64_from_24bit.
4742         * crypt/sha512-crypt.c: Likewise.
4743
4744 2014-06-02  Roland McGrath  <roland@hack.frob.com>
4745
4746         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
4747         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
4748         Label the code __libc_vfork rather than __vfork.
4749         [!NOT_IN_libc] (vfork): Define as weak alias.
4750         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
4751         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
4752         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
4753
4754 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
4755
4756         * malloc/malloc.c (malloc_info): Fix format specifier for
4757         n_mmaps.
4758
4759 2014-06-02  Wilco  <wdijkstr@arm.com>
4760
4761         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
4762         FPCR write.
4763
4764 2014-06-02  Wilco  <wdijkstr@arm.com>
4765
4766         [BZ #17009]
4767         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
4768         Rewrite to reduce FPCR/FPSR accesses.
4769
4770 2014-06-01  David S. Miller  <davem@davemloft.net>
4771
4772         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4773
4774 2014-05-31  David S. Miller  <davem@davemloft.net>
4775
4776         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
4777         to occur in round to nearest mode when |x| >= 2.0
4778
4779 2014-05-30  Richard Henderson  <rth@twiddle.net>
4780
4781         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
4782         (PSEUDO_RET_NOERRNO): Remove.
4783         (ret): Don't redefine.
4784         (ret_NOERRNO): Define in terms of ret.
4785         (ret_ERRVAL): Likewise.
4786
4787         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
4788         use of PSEUDO_RET; perform the error check directly.
4789
4790 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
4791
4792         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
4793         with __int128_t.
4794
4795 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
4796
4797         * malloc/malloc (malloc_info): Fix formatting.
4798
4799 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
4800             Roland McGrath  <roland@hack.frob.com>
4801
4802         * malloc/malloc (malloc_info): Also print mmapped statistics.
4803
4804 2014-05-30  Roland McGrath  <roland@hack.frob.com>
4805
4806         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
4807         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
4808
4809 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
4810
4811         * malloc/malloc.c (malloc_info): Inline mi_arena.
4812
4813 2014-05-29  Richard Henderson  <rth@twiddle.net>
4814
4815         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
4816         Remove comma before expanding ASM_ARGS_##nr.
4817         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
4818         Make _x0 a strict output; make _x8 a strict input; adjust expansion
4819         of ASM_ARGS_##nr.
4820         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
4821         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
4822         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
4823         (ASM_ARGS_1): Add leading comma.
4824
4825         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
4826         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
4827         to __errno_location.
4828         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
4829         Remove the expected plt for __errno_location.
4830
4831         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4832         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
4833         call to __read_tp.
4834
4835         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4836         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
4837         it and break it down.
4838         (DOCARGS_0, DOCARGS_1): Do nothing.
4839         (DOCARGS_2): Update to store into the new stack frame.
4840         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
4841         (UNDOCARGS_1): Update to restore from the new stack frame.
4842         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
4843         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
4844
4845         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4846         (SINGLE_THREAD_P): New parameter for result regno.
4847         (PSEUDO): Update to match; use cbz instead of beq.
4848
4849         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4850         Use ENTRY to define the _nocancel entry point.  Share the syscall
4851         and syscall error check paths with the cancel path.
4852         (PSEUDO_END): New.
4853
4854         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
4855         whitespace; tabs before and after asm mnemonics.
4856
4857 2014-05-29  Eric Wong  <normalperson@yhbt.net>
4858
4859         [BZ #15132]
4860         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
4861         Call fstat64 or stat64 internally, depending on arguments passed.
4862         Replace stat buffer argument with file descriptor argument.
4863         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
4864         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
4865         Pass fd to __internal_statvfs instead of calling fstat64.
4866         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
4867         Pass fd to __internal_statvfs64 instead of calling fstat64.
4868         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
4869         Pass -1 to __internal_statvfs instead of calling stat64.
4870         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
4871         Pass -1 to __internal_statvfs64 instead of calling stat64.
4872
4873 2014-05-28  Roland McGrath  <roland@hack.frob.com>
4874
4875         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
4876         that was previously under [RESET_PID].
4877         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
4878
4879         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
4880         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
4881
4882 2014-05-27  Roland McGrath  <roland@hack.frob.com>
4883
4884         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
4885
4886         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
4887         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
4888
4889 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
4890
4891         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
4892
4893 2014-05-27  Andreas Schwab  <schwab@suse.de>
4894
4895         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
4896         TLS_INIT_TP macro.
4897         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
4898         * elf/rtld.c (init_tls, dl_main): Likewise.
4899         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
4900         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
4901         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
4902         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
4903         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
4904         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
4905         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
4906         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
4907         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
4908         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
4909         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
4910         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
4911         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
4912         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
4913         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
4914         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
4915         * sysdeps/generic/tls.h: Update description.
4916
4917 2014-05-27  Will Newton  <will.newton@linaro.org>
4918
4919         [BZ #16990]
4920         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
4921         and restore r2 rather than just restoring.
4922
4923 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4924
4925         [BZ #16724]
4926         * libio/tst-ftell-append.c: New test case.
4927         * libio/Makefile (tests): Add test case.
4928         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
4929         append mode.
4930         * libio/wfileops.c (do_ftell_wide): Likewise.
4931
4932 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4933
4934         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4935
4936         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
4937         ...
4938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
4939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
4940         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
4941         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
4942         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
4943         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
4944         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
4945         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
4946         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4947         Moved ...
4948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
4949         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4950         Moved ...
4951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
4952         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
4953         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
4954         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
4955         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
4956         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
4957         ...
4958         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
4959         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
4960         Moved ...
4961         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
4962         here.
4963         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
4964         ...
4965         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
4966         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
4967         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
4968
4969         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
4970         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
4971         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
4972         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
4973
4974         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
4975         merge into ...
4976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
4977         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
4978         ...
4979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
4980         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
4981         ...
4982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
4983         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
4984         Moved ...
4985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
4986         here.
4987         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
4988         Moved ...
4989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
4990         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
4991         Moved ...
4992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
4993
4994         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
4995         conditional [RESET_PID].
4996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
4997         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
4998         removed.
4999         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
5000         removed.
5001
5002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
5003         <tcb-offsets.h>.
5004         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5005         (__libc_vfork): New strong alias.
5006         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
5007         removed.
5008         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
5009         Removed.
5010
5011         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
5012         <tcb-offsets.h>.
5013         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
5014         (__libc_vfork): New strong alias.
5015         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
5016         removed.
5017         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
5018         removed.
5019
5020 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
5021
5022         * malloc/malloc.c (mi_arena): New function.
5023         (malloc_info): Remove nested function mi_arena. Call non-nosted
5024         function mi_arena.
5025
5026 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5027
5028         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
5029         by insrwi.
5030         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
5031         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
5032         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
5033         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
5034         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
5035         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
5036         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
5037
5038 2014-05-26  Andreas Schwab  <schwab@suse.de>
5039
5040         [BZ #16984]
5041         * locale/programs/repertoire.c (repertoire_read): Add slash
5042         between I18NPATH element and file name.
5043         * locale/programs/locfile.c (locfile_read): Likewise.
5044
5045 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
5046
5047         * nptl/pthread_mutexattr_settype.c
5048         (__pthread_mutexattr_settype):
5049         Disable lock elision for PTHREAD_MUTEX_NORMAL.
5050
5051 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
5052
5053         * nptl/tst-mutex5 (do_test):
5054         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
5055
5056 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5057
5058         * benchtests/README: Document 'init' directive.
5059         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
5060         BENCH_INIT.
5061         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
5062         (parse_file): Recognize 'init' directive.
5063
5064 2014-05-26  Kyle McMartin  <kyle@redhat.com>
5065
5066         [BZ #16796]
5067         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
5068         alignment of struct pthread.
5069
5070 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5071
5072         [BZ #16878]
5073         * nscd/netgroupcache.c (addgetnetgrentX): Look for
5074         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5075         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
5076         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
5077
5078 2014-05-25  Richard Henderson  <rth@twiddle.net>
5079
5080         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5081         (SINGLE_THREAD_P_PIC): Remove.
5082         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
5083         (SINGLE_THREAD_P_PIC): Remove.
5084
5085         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
5086         branch to syscall error ...
5087         (PSEUDO): ... here.
5088         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
5089         from __local_syscall_error to .Lsyscall_error.
5090         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
5091         (SYSCALL_ERROR): Update label name.
5092
5093         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5094         Do not use DOARGS/UNDOARGS.
5095         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
5096         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
5097         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
5098         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
5099         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
5100
5101         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
5102         block comment.
5103
5104         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
5105         define if !NOT_IN_libc.
5106         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
5107         define with non-default symbol versions.
5108
5109 2014-05-23  Richard Henderson  <rth@twiddle.net>
5110
5111         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
5112         (vfork, __vfork): Define via compat_symbol.
5113
5114         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
5115         [!HAVE_IFUNC] (vfork_compat): Remove.
5116         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
5117
5118 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
5119
5120         [BZ #16978]
5121         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
5122         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
5123         variable.
5124
5125 2014-05-23  Richard Henderson  <rth@twiddle.net>
5126
5127         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
5128         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
5129         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
5130         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
5131
5132         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
5133         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
5134         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
5135         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
5136         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
5137         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
5138         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
5139         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
5140         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
5141         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
5142         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
5143         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
5144         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
5145         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
5146         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
5147         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
5148         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
5149         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
5150         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
5151         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
5152         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
5153         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
5154         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
5155         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
5156         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
5157         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
5158         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
5159         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
5160         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
5161         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
5162         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
5163         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
5164         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
5165         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
5166         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
5167         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
5168         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
5169         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
5170         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
5171         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
5172         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
5173         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
5174         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
5175         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
5176         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
5177         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
5178         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
5179         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
5180         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
5181         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
5182         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
5183         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
5184         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
5185         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
5186         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
5187         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
5188
5189         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
5190         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
5191         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
5192         before exiting on error.
5193         (__libc_vfork): New strong alias.
5194         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
5195         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
5196
5197         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
5198         that was previously under [RESET_PID].
5199         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
5200
5201         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
5202
5203 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
5204
5205         [BZ #16977]
5206         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
5207         value when x - 1 is zero.
5208         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
5209         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
5210         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
5211         0.0L for an argument of 1.0L.
5212         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
5213         Likewise.
5214         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
5215         value when x - 1 is zero.
5216         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
5217         * sysdeps/i386/fpu/libm-test-ulps: Update.
5218         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5219
5220 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
5221
5222         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
5223         alphasort and versionsort.
5224
5225 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5226
5227         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
5228         macro.
5229         [copysignf]: Likewise.
5230
5231 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
5232
5233         * crypt/md5-crypt.c: Fix formatting.
5234
5235 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
5236
5237         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
5238         (b64_from_24bit): New function.
5239
5240 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5241
5242         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
5243         libc_hidden_builtin_def to ifunc.
5244         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
5245         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
5246
5247 2014-05-21  Roland McGrath  <roland@hack.frob.com>
5248
5249         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
5250         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
5251
5252 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
5253
5254         * nscd/Depend (linuxthreads): Remove.
5255         (nptl): Add.
5256         * resolv/Depend (linuxthreads): Remove.
5257         * rt/Depend (linuxthreads): Remove.
5258
5259         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
5260         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
5261         $(common-objpfx)elf/.
5262         (link-libc-before-gnulib): Likewise.
5263         (elfobjdir): Remove variable.
5264         * Makefile (install): Use $(elf-objpfx) instead of
5265         $(common-objpfx)elf/.
5266         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
5267         $(elfobjdir)/.
5268         (link-libc-deps): Likewise.
5269         ($(common-objpfx)libc.so): Likewise.
5270         ($(common-objpfx)linkobj/libc.so): Likewise.
5271         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
5272         instead of $(common-objpfx)elf/.
5273         (symbolic-link-list): Likewise.
5274         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
5275         [$(cross-compiling) = no]: Likewise.
5276         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
5277         $(elfobjdir)/.
5278         (static-gnulib-arch): Likewise.
5279         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
5280         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
5281         $(common-objpfx)elf/.
5282
5283 2014-05-21  Richard Henderson  <rth@redhat.com>
5284
5285         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
5286         (SINGLE_THREAD_P): Use the correct width load.  Fold
5287         into the ldr offset.
5288
5289         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
5290         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
5291
5292 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
5293
5294         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
5295         (libgcc_s_resume): Use __attribute_used__.
5296         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
5297         Likewise.
5298
5299 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5300
5301         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
5302         optimization when used with float constants.
5303
5304         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5305
5306 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
5307
5308         [BZ #16915]
5309         * locale/nl_langinfo_l.c: Make direct reference to every
5310         _nl_current_CATEGORY symbol.
5311         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
5312         (tests-static): Add tst-langinfo-static.
5313         (tests-special): Add tst-langinfo-static.out.
5314         ($(objpfx)tst-langinfo.out): Redirect output.
5315         ($(objpfx)tst-langinfo-static.out): New.
5316         * localedata/tst-langinfo.sh: Send output to stdout.
5317         * localedata/tst-langinfo-static.c: New file.
5318
5319         [BZ #16965]
5320         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
5321         when the shift amount is modulo the limb size.
5322
5323 2014-05-20  Richard Henderson  <rth@redhat.com>
5324
5325         [BZ #16967]
5326         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
5327         Change type of sa_flags from unsigned int to int.
5328
5329         [BZ #16966]
5330         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
5331
5332         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
5333
5334 2014-05-20  Will Newton  <will.newton@linaro.org>
5335
5336         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
5337         Test the return value of the system call in the nocancel case.
5338
5339 2014-05-20  Will Newton  <will.newton@linaro.org>
5340             Yvan Roux  <yvan.roux@linaro.org>
5341
5342         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
5343         #include of asm/ptrace.h.
5344         (PTRACE_GET_THREAD_AREA): Remove #undef.
5345         (PTRACE_GETHBPREGS): Likewise.
5346         (PTRACE_SETHBPREGS): Likewise.
5347         (struct user_regs_struct): New structure.
5348         (struct user_fpsimd_struct): New structure.
5349         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
5350         #include of asm/ptrace.h and second #include of sys/user.h.
5351         (PTRACE_GET_THREAD_AREA): Remove #undef.
5352         (PTRACE_GETHBPREGS): Likewise.
5353         (PTRACE_SETHBPREGS): Likewise.
5354         (ELF_NGREG): Use new struct user_regs_struct.
5355         (elf_fpregset_t): Use new struct user_fpsimd_struct.
5356
5357 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5358
5359         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
5360         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
5361
5362 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
5363
5364         [BZ #16958]
5365         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
5366         membar to avoid block loads/stores to overlap previous stores.
5367
5368 2014-05-17  Richard Henderson  <rth@redhat.com>
5369
5370         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
5371         Create the __##syscall_name##_nocancel entry point.
5372         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
5373         Remove; let the sysdep-cancel.h code create it.
5374
5375 2014-05-17  David S. Miller  <davem@davemloft.net>
5376
5377         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
5378         Protect with __USE_GNU.
5379         (TIOCSET_TEMPT): Likewise.
5380         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5381         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
5382         these are already provided in bits/ioctl-types.h
5383
5384 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5385
5386         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
5387         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
5388
5389         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
5390         Use wait4 regardless of [__NR_waitpid].
5391
5392 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5393
5394         PR libgcc/60166
5395         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
5396         (_FP_NANSIGN_Q): Set the quiet bit.
5397
5398 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
5399
5400         * benchtests/Makefile
5401         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
5402         not $(common-objpfx)math/libm.so.
5403         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
5404         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
5405         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
5406         $(common-objpfx)dlfcn/libdl.so.
5407         ($(objpfx)tst-audit8): Depend on $(libm), not
5408         $(common-objpfx)math/libm.so.
5409         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
5410         not $(common-objpfx)dlfcn/libdl.so.
5411         * math/Makefile
5412         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
5413         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
5414         [$(build-shared) = yes].
5415         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
5416         $(common-objpfx)nptl/libpthread.so.
5417         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
5418         $(common-objpfx)math/libm.so$(libm.so-version) or
5419         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
5420         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
5421         $(common-objpfx)dlfcn/libdl.so.
5422         * setjmp/Makefile (link-libm): Remove variable.
5423         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
5424         * stdio-common/Makefile (link-libm): Remove variable.
5425         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
5426         * stdlib/Makefile (link-libm): Remove variable.
5427         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
5428         ($(objpfx)tst-strtod-round): Likewise.
5429         ($(objpfx)tst-tininess): Likewise.
5430         ($(objpfx)tst-strtod-underflow): Likewise.
5431         ($(objpfx)tst-strtod6): Likewise.
5432         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
5433         $(libdl), not $(common-objpfx)nptl/libpthread.so and
5434         $(common-objpfx)dlfcn/libdl.so.
5435
5436 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5437
5438         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
5439         BSD terminal modes definitions.
5440
5441 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5442
5443         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
5444         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
5445
5446         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
5447         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
5448         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
5449         Don't do #include_next.
5450         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
5451         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
5452         Don't do #include_next.
5453         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
5454         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
5455         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
5456         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
5457
5458 2014-05-16  Allan McRae  <allan@archlinux.org>
5459
5460         * po/sv.po: Update Swedish translation from translation project.
5461
5462         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
5463         in sed expression.
5464
5465 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
5466
5467         [BZ #16917]
5468         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
5469         errno if the TIOCGPTN ioctl fails with an error different than
5470         EINVAL.
5471         * login/tst-ptsname.c: New file.
5472         * login/Makefile (tests): Add tst-ptsname.
5473
5474         [BZ #16943]
5475         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
5476         and prlimit64.
5477
5478 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5479
5480         [BZ #16849]
5481         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
5482         herrno to return EAI_AGAIN.
5483
5484 2014-05-14  Roland McGrath  <roland@hack.frob.com>
5485
5486         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
5487         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
5488         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
5489         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
5490         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
5491         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
5492         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
5493         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
5494         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
5495         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
5496         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
5497         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
5498         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
5499         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
5500         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
5501         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
5502         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
5503         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
5504         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
5505         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
5506         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
5507         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
5508         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
5509         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
5510         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
5511         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
5512         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
5513         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
5514         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
5515         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
5516         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
5517         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
5518         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
5519         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
5520         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
5521         Moved ...
5522         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
5523         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
5524         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
5525         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
5526         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
5527         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
5528         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
5529         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
5530         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
5531         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
5532         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
5533         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
5534         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
5535         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
5536         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
5537         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
5538         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
5539         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
5540         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
5541         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
5542         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
5543         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
5544         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
5545         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
5546         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
5547         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
5548         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
5549         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
5550         Moved ...
5551         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
5552         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
5553         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
5554         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
5555         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
5556         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
5557         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
5558         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
5559         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
5560         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
5561         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
5562         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
5563         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
5564         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
5565         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
5566         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
5567         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
5568         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
5569         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
5570         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
5571         Moved ...
5572         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
5573         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
5574         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
5575
5576         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
5577         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
5578         (libpthread-sysdep_routines): Add elision-related stuff here instead.
5579         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
5580         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
5581         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
5582         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
5583         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
5584         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
5585         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
5586         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
5587         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
5588         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
5589         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
5590         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
5591         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
5592         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
5593         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
5594         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
5595         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
5596         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
5597         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
5598         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
5599         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
5600         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
5601         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
5602         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
5603         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
5604         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
5605         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
5606         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
5607
5608         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
5609         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
5610
5611         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
5612         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
5613         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
5614         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
5615         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
5616         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
5617         Moved ...
5618         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
5619         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
5620         Moved ...
5621         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
5622         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
5623         Moved ...
5624         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
5625         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
5626         Moved ...
5627         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
5628         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
5629         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
5630         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
5631         Moved ...
5632         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
5633         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
5634         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
5635         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
5636         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
5637         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
5638         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
5639         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
5640         Moved ...
5641         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
5642         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5643         Moved ...
5644         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5645         ... here.
5646         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
5647         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
5648         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
5649         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
5650         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5651         Moved ...
5652         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5653         ... here.
5654         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
5655         Moved ...
5656         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
5657         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
5658         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
5659         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
5660         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
5661         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
5662         Moved ...
5663         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
5664         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
5665         Moved ...
5666         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
5667         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
5668         Moved ...
5669         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
5670         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
5671         Moved ...
5672         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
5673         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
5674         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
5675         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
5676         Moved ...
5677         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
5678         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
5679         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
5680         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
5681         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
5682         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
5683         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
5684         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
5685         Moved ...
5686         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
5687         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5688         Moved ...
5689         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5690         ... here.
5691         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
5692         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
5693         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
5694         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
5695         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
5696         Moved ...
5697         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
5698         ... here.
5699         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
5700         Moved ...
5701         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
5702         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
5703         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
5704         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
5705         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
5706         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
5707         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
5708         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
5709         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
5710         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
5711         Moved ...
5712         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
5713         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
5714         Moved ...
5715         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
5716         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
5717         Moved ...
5718         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
5719         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
5720         Moved ...
5721         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
5722         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
5723         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
5724         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
5725         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
5726         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
5727         Moved ...
5728         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
5729         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
5730         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
5731         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
5732         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
5733         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
5734         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
5735         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
5736         Moved ...
5737         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
5738         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
5739         Moved ...
5740         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
5741         ... here.
5742         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
5743         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
5744         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
5745         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
5746         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
5747         Moved ...
5748         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
5749         ... here.
5750         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
5751         Moved ...
5752         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
5753         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
5754         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
5755         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
5756         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
5757         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
5758         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
5759         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
5760         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
5761         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
5762         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
5763
5764         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
5765         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
5766
5767         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
5768         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
5769
5770         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
5771         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
5772         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
5773         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
5774         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
5775         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
5776         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
5777         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
5778         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
5779         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
5780         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
5781         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
5782         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
5783         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
5784         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
5785         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
5786         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
5787         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
5788         Moved ...
5789         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
5790         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
5791         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
5792         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
5793         Moved ...
5794         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
5795         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
5796         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
5797         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
5798         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
5799         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
5800         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
5801         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
5802         Moved ...
5803         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
5804         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
5805         Moved ...
5806         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
5807         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
5808         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
5809         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
5810         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
5811         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
5812         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
5813         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
5814         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
5815         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
5816         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
5817         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
5818         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
5819         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
5820         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
5821         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
5822         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
5823
5824         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
5825         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
5826         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
5827         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
5828         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
5829
5830         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
5831         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
5832         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
5833         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
5834         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
5835         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
5836         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
5837         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
5838         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
5839         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
5840
5841         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
5842         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
5843
5844         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
5845         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
5846         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
5847         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
5848         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
5849         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
5850         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
5851         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
5852         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
5853         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
5854         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
5855         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
5856         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
5857         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
5858         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
5859         Update #include.
5860         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
5861         Likewise.
5862         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
5863         Likewise.
5864         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
5865         Likewise.
5866         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
5867         Likewise.
5868         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
5869         Likewise.
5870         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
5871         Likewise.
5872         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
5873         Likewise.
5874         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
5875         Likewise.
5876         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
5877         Likewise.
5878         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
5879         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
5880         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
5881         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
5882         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
5883         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
5884         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
5885         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
5886         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
5887         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
5888         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
5889         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
5890         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
5891         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
5892         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
5893
5894         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
5895         that was previously under [RESET_PID].
5896         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
5897         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
5898         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
5899
5900         * sysdeps/i386/nptl/Implies: New file.
5901         * sysdeps/x86_64/nptl/Implies: New file.
5902         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
5903         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
5904         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
5905         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
5906
5907         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
5908         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5909         (__libc_vfork): New strong alias.
5910         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
5911         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
5912
5913         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
5914         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5915         (__libc_vfork): New strong alias.
5916         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
5917         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
5918
5919         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
5920         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5921         (__libc_vfork): New strong alias.
5922         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
5923         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
5924         * nptl/pt-vfork.c: New file.
5925         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
5926         (libpthread: GLIBC_2.20): New version set (empty).
5927
5928 2014-05-14  Will Newton  <will.newton@linaro.org>
5929
5930         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
5931         rather than #if.
5932
5933 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
5934
5935         [BZ #16564]
5936         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
5937         arguments with exponent 65 or above.
5938         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
5939         arguments 0x1p113L or above.
5940         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
5941         to arguments 0x1p107L or above.
5942         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
5943         positive arguments with exponent 65 or above.
5944         * math/auto-libm-test-in: Add more tests of log1p.
5945         * math/auto-libm-test-out: Regenerated.
5946
5947         [BZ #16928]
5948         * math/s_cacos.c (__cacos): Ensure zero real part of result from
5949         non-finite arguments is +0.
5950         * math/s_cacosf.c (__cacosf): Likewise.
5951         * math/s_cacosl.c (__cacosl): Likewise.
5952         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
5953         * sysdeps/i386/fpu/libm-test-ulps: Update.
5954         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5955
5956         [BZ #16927]
5957         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
5958         value.
5959         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
5960         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
5961         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
5962         for explicit high bit of mantissa when testing for argument equal
5963         to 1.
5964         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
5965         * sysdeps/i386/fpu/libm-test-ulps: Update.
5966         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5967
5968         [BZ #16516]
5969         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
5970         (__erf): Scale by 16 instead of 8 in potentially underflowing
5971         case.  Ensure exception if result actually underflows.
5972         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
5973         (__erff): Scale by 16 instead of 8 in potentially underflowing
5974         case.  Ensure exception if result actually underflows.
5975         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
5976         (efx8): Remove variable.
5977         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5978         case.  Ensure exception if result actually underflows.
5979         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
5980         (efx8): Remove variable.
5981         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5982         case.  Ensure exception if result actually underflows.
5983         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
5984         (efx8): Remove variable.
5985         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5986         case.  Ensure exception if result actually underflows.
5987         * math/auto-libm-test-in: Add more tests of erf.
5988         * math/auto-libm-test-out: Regenerated.
5989
5990 2014-05-14  Andreas Schwab  <schwab@suse.de>
5991
5992         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
5993         Remove code conditionalized on USE___THREAD.
5994
5995         * config.h.in (HAVE_PT_CHOWN): Define as 0.
5996         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
5997         not definedness.
5998
5999 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
6000
6001         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
6002         Define unconditionally.
6003         (__ASSUME_O_CLOEXEC): Likewise.
6004         (__ASSUME_SOCK_CLOEXEC): Likewise.
6005         (__ASSUME_IN_NONBLOCK): Likewise.
6006         (__ASSUME_PIPE2): Likewise.
6007         (__ASSUME_EVENTFD2): Likewise.
6008         (__ASSUME_SIGNALFD4): Likewise.
6009         (__ASSUME_DUP3): Likewise.
6010         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
6011         (__ASSUME_DUP3): Do not define.
6012         (__ASSUME_EVENTFD2): Likewise.
6013         (__ASSUME_IN_NONBLOCK): Likewise.
6014         (__ASSUME_O_CLOEXEC): Likewise.
6015         (__ASSUME_PIPE2): Likewise.
6016         (__ASSUME_SIGNALFD4): Likewise.
6017         (__ASSUME_SOCK_CLOEXEC): Likewise.
6018         (__ASSUME_UTIMES): Undefine.
6019         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6020         (__ASSUME_UTIMES): Do not define.
6021         (__ASSUME_O_CLOEXEC): Likewise.
6022         (__ASSUME_SOCK_CLOEXEC): Likewise.
6023         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
6024         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
6025         0x020621].
6026         (__ASSUME_PIPE2): Likewise.
6027         (__ASSUME_EVENTFD2): Likewise.
6028         (__ASSUME_SIGNALFD4): Likewise.
6029         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
6030         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
6031         Do not define.
6032         (__ASSUME_EVENTFD2): Likewise.
6033         (__ASSUME_SIGNALFD4): Likewise.
6034         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
6035         (__ASSUME_32BITUIDS): Likewise.
6036         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
6037         (__ASSUME_IPC64): Likewise.
6038         (__ASSUME_ST_INO_64_BIT): Likewise.
6039         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
6040         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
6041         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6042         (__ASSUME_UTIMES): Do not define.
6043         (__ASSUME_PSELECT): Likewise.
6044         (__ASSUME_PPOLL): Likewise.
6045         (__ASSUME_O_CLOEXEC): Likewise.
6046         (__ASSUME_SOCK_CLOEXEC): Likewise.
6047         (__ASSUME_IN_NONBLOCK): Likewise.
6048         (__ASSUME_PIPE2): Likewise.
6049         (__ASSUME_EVENTFD2): Likewise.
6050         (__ASSUME_SIGNALFD4): Likewise.
6051         (__ASSUME_DUP3): Likewise.
6052         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6053         (__ASSUME_UTIMES): Likewise.
6054         (__ASSUME_O_CLOEXEC): Likewise.
6055         (__ASSUME_SOCK_CLOEXEC): Likewise.
6056         (__ASSUME_IN_NONBLOCK): Likewise.
6057         (__ASSUME_PIPE2): Likewise.
6058         (__ASSUME_EVENTFD2): Likewise.
6059         (__ASSUME_SIGNALFD4): Likewise.
6060         (__ASSUME_DUP3): Likewise.
6061         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6062         (__ASSUME_UTIMES): Likewise.
6063         (__ASSUME_O_CLOEXEC): Likewise.
6064         (__ASSUME_SOCK_CLOEXEC): Likewise.
6065         (__ASSUME_IN_NONBLOCK): Likewise.
6066         (__ASSUME_PIPE2): Likewise.
6067         (__ASSUME_EVENTFD2): Likewise.
6068         (__ASSUME_SIGNALFD4): Likewise.
6069         (__ASSUME_DUP3): Likewise.
6070         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
6071         Likewise.
6072         (__ASSUME_UTIMES): Likewise.
6073         (__ASSUME_EVENTFD2): Likewise.
6074         (__ASSUME_SIGNALFD4): Likewise.
6075         * sysdeps/unix/sysv/linux/tile/kernel-features.h
6076         (__ASSUME_O_CLOEXEC): Likewise.
6077         (__ASSUME_SOCK_CLOEXEC): Likewise.
6078         (__ASSUME_IN_NONBLOCK): Likewise.
6079         (__ASSUME_PIPE2): Likewise.
6080         (__ASSUME_EVENTFD2): Likewise.
6081         (__ASSUME_SIGNALFD4): Likewise.
6082         (__ASSUME_DUP3): Likewise.
6083         (__ASSUME_UTIMES): Undefine.
6084
6085         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
6086         feclearexcept.  Remove symbol versioning code.
6087         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
6088         symbol versioning code.
6089         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
6090         symbol versioning code.
6091         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
6092         feupdateenv.  Remove symbol versioning code.
6093         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
6094         fegetexceptflag.  Remove symbol versioning code.
6095         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
6096         fesetexceptflag.  Remove symbol versioning code.
6097         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
6098         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
6099         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
6100         (__posix_fadvise64_l32): Remove prototype.
6101         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
6102         code.
6103
6104 2014-05-13  Roland McGrath  <roland@hack.frob.com>
6105
6106         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
6107         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
6108         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
6109         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
6110
6111 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
6112
6113         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
6114         current working directory
6115
6116 2014-05-13  Roland McGrath  <roland@hack.frob.com>
6117
6118         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
6119         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
6120         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
6121         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
6122         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
6123         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
6124         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
6125         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
6126         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
6127         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
6128         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
6129         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
6130         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
6131         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
6132         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
6133         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
6134         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
6135         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
6136         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
6137         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
6138         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
6139         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
6140         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
6141         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
6142         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
6143         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
6144         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
6145         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
6146         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
6147         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
6148         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
6149         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
6150         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
6151         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
6152         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
6153         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
6154         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
6155         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
6156         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
6157         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
6158         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
6159         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
6160
6161         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
6162         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
6163
6164         * sysdeps/unix/sysv/linux/arm/Makefile
6165         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
6166         Add rt-aeabi_unwind_cpp_pr1.
6167         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
6168         Add nptl-aeabi_unwind_cpp_pr1.
6169         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
6170         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
6171         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
6172         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6173         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
6174         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6175
6176         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
6177         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
6178         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
6179         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
6180
6181         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
6182         Deconditionalize the code that was previously under [RESET_PID].
6183         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
6184
6185         * sysdeps/generic/exit-thread.h: New file.
6186         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
6187         * include/unistd.h (__exit_thread): Remove declaration.
6188         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
6189         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
6190         * csu/libc-start.c: Include <exit-thread.h>.
6191         (LIBC_START_MAIN): Pass no argument to __exit_thread.
6192         * nptl/pthread_create.c: Include <exit-thread.h>.
6193         (start_thread): Call __exit_thread in place of __exit_thread_inline.
6194         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
6195         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
6196         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
6197         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
6198         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
6199         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
6200         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
6201         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
6202         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
6203         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
6204         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
6205         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
6206         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
6207         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
6208         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
6209         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
6210
6211 2014-05-13  Andreas Schwab  <schwab@suse.de>
6212
6213         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
6214
6215 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
6216
6217         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
6218         (__ASSUME_UTIMES): Do not condition on kernel version.
6219         (__ASSUME_PSELECT): Define unconditionally.
6220         (__ASSUME_PPOLL): Likewise.
6221         (__ASSUME_ATFCTS): Likewise.
6222         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
6223         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
6224         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
6225         (__ASSUME_UTIMENSAT): Define unconditionally.
6226         (__ASSUME_PRIVATE_FUTEX): Likewise.
6227         (__ASSUME_FALLOCATE): Likewise.
6228         (__ASSUME_O_CLOEXEC): Likewise.
6229         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
6230         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
6231         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
6232         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
6233         (__ASSUME_IN_NONBLOCK): Likewise.
6234         (__ASSUME_PIPE2): Likewise.
6235         (__ASSUME_EVENTFD2): Likewise.
6236         (__ASSUME_SIGNALFD4): Likewise.
6237         (__ASSUME_DUP3): Likewise.
6238         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6239         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
6240         (__ASSUME_AT_RANDOM): Likewise.
6241         (__ASSUME_PREADV): Likewise.
6242         (__ASSUME_PWRITEV): Likewise.
6243         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
6244         (__ASSUME_F_GETOWN_EX): Define unconditionally.
6245         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
6246         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
6247         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
6248         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
6249         (__ASSUME_O_CLOEXEC): Define unconditionally.
6250         (__ASSUME_PSELECT): Do not undefine conditionally.
6251         (__ASSUME_PPOLL): Likewise.
6252         (__ASSUME_ATFCTS): Likewise.
6253         (__ASSUME_SET_ROBUST_LIST): Likewise.
6254         (__ASSUME_UTIMENSAT): Likewise.
6255         (__ASSUME_FDATASYNC): Define unconditionally.
6256         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6257         (__ASSUME_SIGFRAME_V2): Likewise.
6258         )__ASSUME_EVENTFD2): Likewise.
6259         (__ASSUME_SIGNALFD4): Likewise.
6260         (__ASSUME_PSELECT): Do not undefine conditionally.
6261         (__ASSUME_PPOLL): Likewise.
6262         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
6263         (__ASSUME_PSELECT): Define unconditionally.
6264         (__ASSUME_PPOLL): Likewise.
6265         (__ASSUME_O_CLOEXEC): Likewise.
6266         (__ASSUME_SOCK_CLOEXEC): Likewise.
6267         (__ASSUME_IN_NONBLOCK): Likewise.
6268         (__ASSUME_PIPE2): Likewise.
6269         (__ASSUME_EVENTFD2): Likewise.
6270         (__ASSUME_SIGNALFD4): Likewise.
6271         (__ASSUME_DUP3): Likewise.
6272         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6273         (__ASSUME_O_CLOEXEC): Likewise.
6274         (__ASSUME_SOCK_CLOEXEC): Likewise.
6275         (__ASSUME_IN_NONBLOCK): Likewise.
6276         (__ASSUME_PIPE2): Likewise.
6277         (__ASSUME_EVENTFD2): Likewise.
6278         (__ASSUME_SIGNALFD4): Likewise.
6279         (__ASSUME_DUP3): Likewise.
6280         * sysdeps/unix/sysv/linux/mips/kernel-features.h
6281         (__ASSUME_EVENTFD2): Likewise.
6282         (__ASSUME_SIGNALFD4): Likewise.
6283         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
6284
6285 2014-05-12  Andreas Schwab  <schwab@suse.de>
6286
6287         [BZ #16932]
6288         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
6289         (_nss_nis_gethostbyname4_r): Return error if item length is larger
6290         than maximum RPC packet size.
6291         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
6292         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
6293         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
6294         (_nss_nis_getservbyport_r): Likewise.
6295
6296 2014-05-12  Will Newton  <will.newton@linaro.org>
6297
6298         * malloc/Makefile (tests): Add tst-mallopt.
6299         * malloc/tst-mallopt.c: New file.
6300
6301 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6302
6303         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
6304         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
6305
6306 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6307
6308         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
6309         (tst-tlsmod6.so): Likewise.
6310
6311 2014-05-09  Roland McGrath  <roland@hack.frob.com>
6312
6313         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
6314
6315 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
6316
6317         [BZ #16064]
6318         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
6319         and <dl-procinfo.h>.
6320         (__fegetenv): Save SSE state in envp->__eip if supported.
6321         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
6322         envp->__eip if supported.
6323         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
6324         and <dl-procinfo.h>.
6325         (__fesetenv): Always set __eip, __cs_selector, __opcode,
6326         __data_offset and __data_selector in environment to 0.  Set SSE
6327         state if supported.
6328         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
6329         test-fenv-sse.
6330         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
6331         -mfpmath=sse.
6332         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
6333
6334 2014-05-09  Will Newton  <will.newton@linaro.org>
6335
6336         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
6337         and libc_relro_required for ARM.
6338         * sysdeps/arm/preconfigure: Regenerate.
6339
6340 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
6341             Stefan Liebler  <stli@linux.vnet.ibm.com>
6342
6343         * config.make.in (enable-lock-elision): New Makefile variable.
6344         * configure.ac: Likewise.
6345         * configure: Regenerate.
6346         * sysdeps/s390/configure.ac:
6347         Add check for gcc transactions support.
6348         * sysdeps/s390/configure: Regenerate.
6349         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
6350         Build elision files if enabled.
6351         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
6352         Add lock elision support for s390.
6353         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
6354         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
6355         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
6356         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
6357         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
6358         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
6359         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
6360         Likewise.
6361         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
6362         Likewise.
6363         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
6364         Likewise.
6365         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
6366         Likewise.
6367         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
6368         (__lll_timedlock_elision, __lll_lock_elision)
6369         (__lll_unlock_elision, __lll_trylock_elision)
6370         (lll_timedlock_elision, lll_lock_elision)
6371         (lll_unlock_elision, lll_trylock_elision): Add.
6372         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6373         (pthread_mutex_t): Add lock elision support for s390.
6374
6375 2014-05-14  Wilco  <wdijkstr@arm.com>
6376
6377         * sysdeps/arm/fclrexcpt.c: Cleanup.
6378         * sysdeps/arm/fedisblxcpt.c: Cleanup.
6379         * sysdeps/arm/feenablxcpt.c: Cleanup.
6380         * sysdeps/arm/fegetenv.c: Cleanup.
6381         * sysdeps/arm/fegetexcept.c: Cleanup.
6382         * sysdeps/arm/fegetround.c: Cleanup.
6383         * sysdeps/arm/feholdexcpt.c: Cleanup.
6384         * sysdeps/arm/fesetenv.c: Cleanup.
6385         * sysdeps/arm/fesetround.c: Cleanup.
6386         * sysdeps/arm/feupdateenv.c: Cleanup.
6387         * sysdeps/arm/fgetexcptflg.c: Cleanup.
6388         * sysdeps/arm/fraiseexcpt.c: Cleanup.
6389         * sysdeps/arm/fsetexcptflg.c: Cleanup.
6390         * sysdeps/arm/ftestexcept.c: Cleanup.
6391         * sysdeps/arm/get-rounding-mode.h: Cleanup.
6392         * sysdeps/arm/setfpucw.c: Cleanup.
6393
6394 2014-05-09  Will Newton  <will.newton@linaro.org>
6395
6396         * sysdeps/arm/armv7/strcmp.S: New file.
6397         * NEWS: Mention addition of ARMv7 optimized strcmp.
6398
6399 2014-05-08  Roland McGrath  <roland@hack.frob.com>
6400
6401         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
6402         look for %.ac rather than %.in.
6403
6404         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
6405         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
6406         * sysdeps/mach/hurd/configure: Regenerated.
6407         * sysdeps/unix/sysv/linux/configure: Regenerated.
6408
6409         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
6410
6411 2014-05-07  Steve Ellcey  <sellcey@mips.com>
6412
6413         [BZ# 16922]
6414         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
6415         (LONG_SUB): Ditto.
6416         (PTR_SUB): Ditto.
6417
6418 2014-05-07  Andreas Schwab  <schwab@suse.de>
6419
6420         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
6421         when skipping over non-matching result from nscd.
6422
6423 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
6424
6425         [BZ #16876]
6426         * nptl/sockperf.c (client): Check socket return value.
6427
6428         [BZ #16877]
6429         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
6430         nscd security class.
6431
6432 2014-05-06  Roland McGrath  <roland@hack.frob.com>
6433
6434         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
6435         * sysdeps/arm/unwind.h: ... here.
6436
6437 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
6438
6439         [BZ# 16916]
6440         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
6441         Define.
6442
6443 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6444
6445         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
6446         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
6447         multiarch strncpy for PPC64.
6448         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
6449         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
6450         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
6451         multiarch optimizations.
6452         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6453         (__libc_ifunc_impl_list): Likewise.
6454         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
6455         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
6456         multiarch stpncpy for PPC64.
6457         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
6458         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
6459
6460 2014-05-06  Andreas Schwab  <schwab@suse.de>
6461
6462         [BZ #16912]
6463         * gmon/mcount.c (_MCOUNT_DECL): Use
6464         atomic_compare_and_exchange_bool_acq instead of
6465         catomic_compare_and_exchange_bool_acq.
6466
6467 2014-05-05  Roland McGrath  <roland@hack.frob.com>
6468
6469         * elf/Makefile (others, install-bin): Remove pldd.
6470         (pldd-modules): Variable removed.
6471         ($(objpfx)pldd): Target removed.
6472         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
6473         (others, install-bin): Append pldd here.
6474         ($(objpfx)pldd): New target.
6475
6476         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
6477         to 0, so the first #if test emitted later doesn't see it undefined.
6478         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
6479         * sysdeps/gnu/errlist.c: Regenerated.
6480
6481 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6482
6483         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6484         [libc_hidden_builtin_def]: Define to empty value.
6485         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
6486         [libc_hidden_builtin_def]: Likewise.
6487         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
6488         [libc_hidden_builtin_def]: Likewise.
6489         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
6490         [libc_hidden_builtin_def]: Likewise.
6491         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
6492         __redirect_memcpy and define ifunc as default hidden symbol.
6493         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
6494         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
6495
6496 2014-05-04  Adam Conrad  <adconrad@0c3.net>
6497
6498         * locale/iso-4217.def: Reintroduce XDR currency.
6499
6500 2014-05-04  Allan McRae  <allan@archlinux.org>
6501
6502         * po/eo.po: Update Esperanto translation from translation project.
6503
6504 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
6505
6506         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
6507         and FEATURE_INDEX_MAX to 1.
6508         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
6509
6510 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6511
6512         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
6513         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
6514         * iconvdata/big5.c (ONE_DIRECTION): Define.
6515         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
6516         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
6517         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
6518         * iconvdata/cp932.c (ONE_DIRECTION): Define.
6519         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
6520         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
6521         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
6522         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
6523         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
6524         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
6525         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
6526         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
6527         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
6528         * iconvdata/gbk.c (ONE_DIRECTION): Define.
6529         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
6530         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
6531         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
6532         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
6533         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
6534         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
6535         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
6536         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
6537         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
6538         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
6539         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
6540         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
6541         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
6542         * iconvdata/iso646.c (ONE_DIRECTION): Define.
6543         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
6544         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
6545         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
6546         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
6547         * iconvdata/johab.c (ONE_DIRECTION): Define.
6548         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
6549         * iconvdata/sjis.c (ONE_DIRECTION): Define.
6550         * iconvdata/t.61.c (ONE_DIRECTION): Define.
6551         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
6552         * iconvdata/tscii.c (ONE_DIRECTION): Define.
6553         * iconvdata/uhc.c (ONE_DIRECTION): Define.
6554         * iconvdata/unicode.c (ONE_DIRECTION): Define.
6555         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
6556         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
6557         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
6558
6559 2014-05-01  Roland McGrath  <roland@hack.frob.com>
6560
6561         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
6562         (_IO_JUMPS_OFFSET): Define to 0.
6563
6564         * nptl/sysdeps/pthread/bits/libc-lock.h
6565         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6566         (__libc_lock_define_initialized_recursive): Always define using
6567         initializer.  Modern compilers treat uninitialized (implicit zero) and
6568         explicit zero initializers the same (i.e. put the datum in bss).
6569
6570 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6571
6572         * nscd/nscd-client.h: Include <string.h>.
6573
6574 2014-05-01  David S. Miller  <davem@davemloft.net>
6575
6576         [BZ #16885]
6577         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
6578         multiple zero bytes exist at the end of a string.
6579         Reported by Aurelien Jarno <aurelien@aurel32.net>
6580
6581         * string/test-strcmp.c (check): Add explicit test for situations where
6582         there are multiple zero bytes after the first.
6583
6584 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6585
6586         [BZ #16890]
6587         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
6588         when compiling wprintf.
6589         * stdio-common/tstdiomisc.c (t3): New function.
6590         (main): Call it.
6591
6592 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6593
6594         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
6595         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
6596         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
6597         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
6598
6599 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6600
6601         * stdlib/longlong.h: Updated from GCC.
6602
6603 2014-05-01  Will Newton  <will.newton@linaro.org>
6604             Bernard Ogden  <bernie.ogden@linaro.org>
6605
6606         * NEWS: Update fixed bug list.
6607
6608         [BZ #15119]
6609         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
6610
6611 2014-04-30  David S. Miller  <davem@davemloft.net>
6612
6613         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
6614         (libc_feholdexcept_setround_sparc_ctx): New function.
6615         (libc_fesetenv_sparc_ctx): Likewise.
6616         (libc_feupdateenv_sparc_ctx): Likewise.
6617         (libc_feholdsetround_sparc_ctx): Likewise.
6618         (libc_feholdexcept_setround_ctx): Define.
6619         (libc_feholdexcept_setroundf_ctx): Likewise.
6620         (libc_feholdexcept_setroundl_ctx): Likewise.
6621         (libc_fesetenv_ctx): Likewise.
6622         (libc_fesetenvf_ctx): Likewise.
6623         (libc_fesetenvl_ctx): Likewise.
6624         (libc_feupdateenv_ctx): Likewise.
6625         (libc_feupdateenvf_ctx): Likewise.
6626         (libc_feupdateenvl_ctx): Likewise.
6627         (libc_feresetround_ctx): Likewise.
6628         (libc_feresetroundf_ctx): Likewise.
6629         (libc_feresetroundl_ctx): Likewise.
6630         (libc_feholdsetround_ctx): Likewise.
6631         (libc_feholdsetroundf_ctx): Likewise.
6632         (libc_feholdsetroundl_ctx): Likewise.
6633
6634         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6635         with __USE_GNU instead of XOPEN cpp guards.
6636
6637         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
6638         0.
6639
6640         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6641         with XOPEN cpp guards.
6642
6643 2014-04-30  Julian Brown  <julian@codesourcery.com>
6644
6645         [BZ #16888]
6646         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
6647         handling.
6648
6649 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
6650
6651         [BZ #9894]
6652         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
6653         Change to 2.6.32.
6654         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
6655         * sysdeps/unix/sysv/linux/configure: Regenerated.
6656         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
6657         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
6658         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
6659         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
6660         * README: Update reference to required Linux kernel version.
6661         * manual/install.texi (Linux): Update reference to required Linux
6662         kernel headers version.
6663         * INSTALL: Regenerated.
6664
6665         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
6666         header inclusion.
6667         [POSIX] (limits.h): Likewise.
6668         [POSIX] (math.h): Likewise.
6669         [POSIX] (sys/wait.h): Likewise.
6670         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
6671         function.
6672         [POSIX] (stddef.h): Do not allow header inclusion.
6673
6674 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6675
6676         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
6677
6678 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
6679
6680         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
6681         Return immediately after lll_futex_wake.
6682
6683 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6684
6685         [BZ #16791]
6686         * nscd/nscd-client.h (datahead_init_common): Initialize entire
6687         structure.
6688         (datahead_init_pos): Call datahead_init_common early.
6689         (datahead_init_neg): Likewise.
6690
6691         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
6692         datahead_init_neg): New functions.
6693         * nscd/aicache.c (addhstaiX): Use them.
6694         * nscd/grpcache.c (cache_addgr): Likewise.
6695         * nscd/hstcache.c (cache_addhst): Likewise.
6696         * nscd/initgrcache.c (addinitgroupsX): Likewise.
6697         * nscd/netgroupcache.c (do_notfound): Likewise.
6698         (addgetnetgrentX): Likewise.
6699         (addinnetgrX): Likewise.
6700         * nscd/pwdcache.c (cache_addpw): Likewise.
6701         * nscd/servicescache.c (cache_addserv): Likewise.
6702
6703 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6704             Atsushi Onoe  <atsushi@onoe.org>
6705
6706         [BZ #14308]
6707         [BZ #12994]
6708         [BZ #13651]
6709         * resolv/res_query.c (__libc_res_nsearch): Return if at least
6710         one response is valid.
6711         * resolv/res_send.c (send_dg): Check for validity of other
6712         response if the current response is a referral.
6713
6714 2014-04-29  Steve Ellcey  <sellcey@mips.com>
6715
6716         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
6717
6718 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
6719
6720         [BZ #16823]
6721         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
6722         Always divide by positive zero when computing -Inf result.
6723         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
6724         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
6725
6726 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6727
6728         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
6729         FPSCR if value do not change.
6730         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
6731         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
6732         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
6733         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
6734         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
6735         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
6736         function.
6737
6738 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
6739
6740         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
6741         * sysdeps/unix/sysv/linux/hppa: Move directory from
6742         ports/systeps/unix/sysv/linux/hppa.
6743         * README: Update listing for hppa-*-linux-gnu.
6744
6745 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
6746
6747         [BZ #16754]
6748         * manual/stdio.texi (Hook functions): Fix types of stream hook
6749         functions.
6750         [BZ #16854]
6751         * socket/sys/socket.h: Fix typo in comment.
6752
6753 2014-04-28  Wilco  <wdijkstr@arm.com>
6754
6755         * sysdeps/arm/fenv_private.h: New file.
6756         * sysdeps/arm/math_private.h: New file.
6757         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
6758
6759 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
6760
6761         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
6762         with __int128_t.
6763         (La_x86_64_retval): Likewise.
6764
6765 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
6766
6767         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
6768         fpsr if value didn't change.
6769         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
6770         to fpcr if value didn't change.
6771         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
6772         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
6773         fpsr or fpcr if value didn't change.
6774         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
6775         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
6776         fpcr if value didn't change.
6777         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
6778         to fpsr if value didn't change.
6779
6780 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
6781
6782         * nptl/tst-sem3.c: Use test-skeleton.c
6783         (main): Rename to do_test.  Use return instead of
6784         exit.
6785         * nptl/tst-sem4.c: Use test-skeleton.c
6786         (main): Rename to do_test.
6787
6788 2014-04-22  David S. Miller  <davem@davemloft.net>
6789
6790         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
6791         (struct sigaction): New struct member __glibc_reserved0, change
6792         type of sa_flags to int.
6793
6794 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
6795
6796         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
6797         (COUNT_LEADING_ZEROS_0): Define for AArch64.
6798
6799 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
6800
6801         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
6802         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
6803
6804 2014-04-22  Will Newton  <will.newton@linaro.org>
6805             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
6806
6807         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
6808         (__longjmp): Add longjmp and longjmp_target SystemTap
6809         probes.
6810         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
6811         (__sigsetjmp): Add setjmp SystemTap probe.
6812
6813 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
6814
6815         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
6816         match manual order.
6817
6818 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6819
6820         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
6821
6822         * sysdeps/powerpc/fpu/fenv_private.h
6823         (libc_feholdexcept_setroundl_ctx): Define to
6824         libc_feholdexcept_setround_ppc_ctx.
6825         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
6826         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
6827         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
6828         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
6829
6830 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
6831
6832         * sysdeps/aarch64/math-tests.h: New file.
6833
6834 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
6835
6836         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
6837         New.
6838         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
6839         Check and set bit_AVX2_Usable.
6840         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
6841         macro.
6842         (bit_AVX2): Likewise.
6843         (index_AVX2_Usable): Likewise.
6844         (CPUID_AVX2): Likewise.
6845         (HAS_AVX2): Likewise.
6846
6847 2014-04-17  Will Newton  <will.newton@linaro.org>
6848
6849         * manual/setjmp.texi (System V contexts): Add note that
6850         calling setcontext on a context created by a call to a
6851         signal handler is undefined.  Update text to note that
6852         setcontext from a signal handler is possible but not
6853         recommended.
6854
6855         [BZ #16629]
6856         * stdlib/tst-setcontext.c: Include signal.h.
6857         (main): Check that the signal stack before and
6858         after swapcontext is the same.
6859
6860         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
6861         Re-implement to restore registers in user code and avoid
6862         rt_sigreturn system call.
6863
6864 2014-04-17  Wilco  <wdijkstr@arm.com>
6865
6866         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
6867         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
6868         * math/test-fenv.c: Skip exception trap tests on targets which only
6869         support non-stop mode.
6870
6871 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
6872             Wilco Dijkstra  <wilco.dijkstra@arm.com>
6873
6874         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
6875         (libc_feholdsetround_aarch64_ctx)
6876         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
6877         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
6878         (libc_feresetround_ctx, libc_feresetroundf_ctx)
6879         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
6880         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
6881         (libc_feresetround_noexl_ctx): Define.
6882
6883 2014-04-16  Richard Henderson  <rth@redhat.com>
6884
6885         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
6886
6887         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
6888         unwind tables.
6889
6890         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
6891         const from the non-libc, non-ldso copy.
6892
6893         * sysdeps/alpha/libm-test-ulps: Regenerate.
6894
6895 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
6896             Wilco Dijkstra  <wilco.dijkstra@arm.com>
6897
6898         * sysdeps/aarch64/fpu/math_private.h: New file.
6899
6900 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6901
6902         * sysdeps/aarch64/libm-test-ulps: Regenerate.
6903
6904 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
6905
6906         [BZ #16275]
6907         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
6908         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
6909         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
6910         Intel MPX bound registers before _dl_profile_fixup.
6911         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
6912         registers after _dl_profile_fixup.  Save and restore bound
6913         registers bnd0/bnd1 when calling _dl_call_pltexit.
6914         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
6915         (LR_BND_OFFSET): Likewise.
6916         (LRV_BND0_OFFSET): Likewise.
6917         (LRV_BND1_OFFSET): Likewise.
6918
6919 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6920
6921         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
6922         to...
6923         * sysdeps/mach/hurd/i386/tls.h: ... here.
6924         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
6925         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
6926         fields.
6927
6928 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6929
6930         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
6931
6932 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
6933
6934         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6935
6936 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
6937
6938         [BZ #14770]
6939         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
6940         * sysdeps/s390/configure: Regenerate.
6941
6942         [BZ #16824]
6943         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
6944         Set round-to-nearest internally to reduce error accumulation.
6945
6946 2014-04-16  Alan Modra  <amodra@gmail.com>
6947
6948         [BZ #16740]
6949         [BZ #16619]
6950         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
6951         * math/libm-test.inc (frexp_test_data): Add tests.
6952         * NEWS: Update fixed bug list.
6953
6954 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6955
6956         * benchtests/Makefile: Depend on libraries in build directory.
6957         (bench-math): Separate out math tests.
6958         (bench-pthread): Separate out pthread tests.
6959         (bench): Include math and pthread tests.
6960
6961 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
6962
6963         [BZ #16831]
6964         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
6965         _dl_debug_initialize.
6966
6967         * configure.ac: Remove SELinux header check.
6968         * configure: Regenerate.
6969         * nscd/selinux.c (perms): Array of const char* to permission names.
6970         (nscd_request_avc_has_perm): Call security_deny_unknown to find
6971         default policy. Call string_to_security_class and string_to_av_perm to
6972         translate strings. Enforce default policy and call avs_has_perm with
6973         results of translated strings.
6974
6975 2014-04-13  David S. Miller  <davem@davemloft.net>
6976
6977         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6978
6979 2014-04-12  Allan McRae  <allan@archlinux.org>
6980
6981         [BZ #16838]
6982         * manual/string.texi (Collation Functions): Fix qsort argument
6983         order in example.
6984         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
6985
6986 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
6987
6988         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
6989         Make the test a no-op if there are no exceptions defined.
6990
6991 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
6992
6993         * elf/Makefile (tests): make tst-dlopen-aout conditional on
6994         enable-hardcoded-path-in-tests
6995
6996 2014-04-11  Will Newton  <will.newton@linaro.org>
6997
6998         * benchtests/Makefile (extra-objs): Add json-lib.o.
6999         (bench-func): Tidy up JSON output.
7000         * benchtests/bench-skeleton.c: Include json-lib.h.
7001         (main): Use JSON library functions to do output of
7002         benchmark results.
7003         * benchtests/bench-timing-type.c (main): Output the
7004         timing type simply, leaving formatting to the user.
7005         * benchtests/json-lib.c: New file.
7006         * benchtests/json-lib.h: Likewise.
7007
7008 2014-04-11  Torvald Riegel  <triegel@redhat.com>
7009
7010         [BZ #15215]
7011         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
7012         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
7013         memory barriers.  Add comments.
7014         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
7015         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
7016         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
7017         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
7018         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
7019         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
7020
7021 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
7022
7023         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
7024         * sysdeps/s390/s390-64/configure.ac: ... this ...
7025         * sysdeps/s390/configure.ac: ... to here.
7026         * sysdeps/s390/s390-32/configure: Delete file.
7027         * sysdeps/s390/s390-64/configure: Delete file.
7028         * sysdeps/s390/configure: Regenerate.
7029
7030 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
7031
7032         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
7033
7034 2014-04-11  Will Newton  <will.newton@linaro.org>
7035
7036         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
7037         to zero if it is not defined elsewhere.  (mtrim): Test
7038         the value of MALLOC_DEBUG with #if rather than #ifdef.
7039
7040 2014-04-10 Torvald Riegel  <triegel@redhat.com>
7041
7042         * benchtests/pthread_once-inputs: New file.
7043         * benchtests/pthread_once-source.c: New file.
7044         * benchtests/README: Update documentation.
7045
7046 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
7047             H.J. Lu  <hongjiu.lu@intel.com>
7048
7049         [BZ #16275]
7050         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
7051         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
7052         * sysdeps/x86_64/configure: Regenerated.
7053         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
7054         macro.
7055         (REGISTER_SAVE_RAX): Likewise.
7056         (REGISTER_SAVE_RCX): Likewise.
7057         (REGISTER_SAVE_RDX): Likewise.
7058         (REGISTER_SAVE_RSI): Likewise.
7059         (REGISTER_SAVE_RDI): Likewise.
7060         (REGISTER_SAVE_R8): Likewise.
7061         (REGISTER_SAVE_R9): Likewise.
7062         (REGISTER_SAVE_BND0): Likewise.
7063         (REGISTER_SAVE_BND1): Likewise.
7064         (REGISTER_SAVE_BND2): Likewise.
7065         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
7066         bound registers when calling _dl_fixup.
7067
7068 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7069
7070         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
7071         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
7072         of its definition.
7073         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
7074         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
7075         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
7076         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
7077         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
7078         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
7079         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
7080
7081 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
7082
7083         [BZ #15514]
7084         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
7085         pathconf(_PC_NAME_MAX).
7086
7087 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7088
7089         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
7090         Remove macro usage.
7091         (__PTHREAD_SPINS): Move definition to ...
7092         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7093         (__PTHREAD_SPINS): ... here.
7094         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7095         (__PTHREAD_SPIN): Likewise.
7096         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
7097         (__PTHREAD_SPIN): Likewise.
7098         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
7099         (__PTHREAD_SPIN): Likewise.
7100         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
7101         (__PTHREAD_SPIN): Likewise.
7102         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7103         (__PTHREAD_SPIN): Likewise.
7104         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7105         (__PTHREAD_SPIN): Likewise.
7106         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
7107         (__PTHREAD_SPIN): Likewise.
7108         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7109         (__PTHREAD_SPIN): Likewise.
7110         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7111         (__PTHREAD_SPIN): Likewise.
7112         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7113         (__PTHREAD_SPIN): Likewise.
7114         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7115         (__PTHREAD_SPIN): Likewise.
7116         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
7117         (__PTHREAD_SPIN): Likewise.
7118
7119         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
7120         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
7121         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
7122         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
7123         imply folder.
7124         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
7125         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
7126         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
7127         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
7128         correct imply path.
7129         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
7130         strlen symbol for non multi-arch builds.
7131         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
7132         missing hidden_def and weak_alias.
7133
7134 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
7135
7136         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
7137
7138 2014-04-07  Will Newton  <will.newton@linaro.org>
7139
7140         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
7141         and contents.  [!_LIBC] Remove #ifndef and contents.
7142         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
7143         * string/memccpy.c (__memccpy): Use ANSI prototype.
7144         * string/memfrob.c (memfrob): Likewise.
7145         * string/strcoll.c (STRCOLL): Likewise.
7146         * string/strlen.c (strlen): Likewise.
7147         * string/strtok.c (STRTOK): Likewise.
7148         * string/strcat.c: Remove unused #include of memcopy.h.
7149         (strcat): Use ANSI prototype.
7150         * string/strchr.c: Remove unused #include of memcopy.h.
7151         (strchr): Use ANSI prototype.
7152         * string/strcmp.c: Remove unused #include of memcopy.h.
7153         (strcmp): Use ANSI prototype.
7154         * string/strcpy.c: Remove unused #include of memcopy.h.
7155         (strcpy): Use ANSI prototype.
7156
7157 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7158
7159         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
7160         * config.make.in (config-extra-cppflags): Set it from
7161         libc_extra_cppflags.
7162         * configure.ac (libc_extra_cflags): Make it accumulate over
7163         configure fragments.
7164         (libc_extra_cppflags): New flag.
7165         * configure. Regenerate.
7166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7167         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
7168         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
7170
7171         [BZ #16815]
7172         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
7173         result for FE_DOWNWARD rounding mode.
7174         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
7175         Likewise.
7176         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7177
7178 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
7179
7180         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
7181         in function argument name.
7182
7183 2014-04-03  David Svoboda  <svoboda@cert.org>
7184
7185         [BZ #5666]
7186         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
7187         explicitly.
7188
7189 2014-04-03  Roland McGrath  <roland@hack.frob.com>
7190
7191         * elf/dl-unmap-segments.h: New file.
7192         * sysdeps/generic/ldsodefs.h
7193         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
7194         * elf/dl-close.c: Include <dl-unmap-segments.h>.
7195         * elf/dl-fptr.c: Likewise.
7196         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
7197         * sysdeps/aarch64/tlsdesc.c: Likewise.
7198         * sysdeps/arm/tlsdesc.c: Likewise.
7199         * sysdeps/i386/tlsdesc.c: Likewise.
7200         * sysdeps/tile/dl-runtime.c: Likewise.
7201         * sysdeps/x86_64/tlsdesc.c: Likewise.
7202         * elf/dl-load.h: New file.
7203         * elf/dl-load.c: Include it.
7204         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
7205         Macros moved to dl-load.h.
7206         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
7207         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
7208         Use _dl_unmap_segments in place of __munmap.
7209         Break out segment-mapping loop into ...
7210         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
7211
7212 2014-04-03  Will Newton  <will.newton@linaro.org>
7213
7214         * elf/dl-lookup.c (do_lookup_x): Remove comment
7215         referring to nested function and move variable
7216         declarations down to before first use.
7217
7218 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
7219
7220         [BZ #16799]
7221         [BZ #16800]
7222         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
7223         with 0 numerator.
7224         * math/s_catanf.c (__catanf): Likewise.
7225         * math/s_catanh.c (__catanh): Likewise.
7226         * math/s_catanhf.c (__catanhf): Likewise.
7227         * math/s_catanhl.c (__catanhl): Likewise.
7228         * math/s_catanl.c (__catanl): Likewise.
7229         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
7230         by positive zero when computing -Inf result.
7231         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
7232         (catanh_test): Likewise.
7233         * sysdeps/i386/fpu/libm-test-ulps: Update.
7234         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7235
7236         [BZ #16789]
7237         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
7238         instead of using underflowing value in computing result.
7239         * math/s_clog10.c (__clog10): Likewise.
7240         * math/s_clog10f.c (__clog10f): Likewise.
7241         * math/s_clog10l.c (__clog10l): Likewise.
7242         * math/s_clogf.c (__clogf): Likewise.
7243         * math/s_clogl.c (__clogl): Likewise.
7244         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
7245         (clog10_test): Likewise.
7246         * sysdeps/i386/fpu/libm-test-ulps: Update.
7247         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7248
7249 2014-04-02  Alan Modra  <amodra@gmail.com>
7250
7251         [BZ #16739]
7252         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
7253         output when value is near a power of two.  Use int64_t for lx and
7254         remove casts.  Use decimal rather than hex exponent constants.
7255         Don't use long double multiplication when double will suffice.
7256         * math/libm-test.inc (nextafter_test_data): Add tests.
7257         * NEWS: Add 16739 and 16786 to bug list.
7258
7259         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
7260
7261         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
7262
7263 2014-04-01  Will Newton  <will.newton@linaro.org>
7264
7265         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
7266         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
7267
7268 2014-04-01  Florian Weimer  <fweimer@redhat.com>
7269
7270         [BZ #13347]
7271         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
7272         * nptl/tst-setuid2.c: New file.
7273         * nptl/Makefile (xtests): Add tst-setuid2.
7274
7275 2014-04-01  Alan Modra  <amodra@gmail.com>
7276
7277         [BZ #16786]
7278         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
7279
7280 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7281
7282         [BZ #6803]
7283         [BZ #6804]
7284         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
7285         set errno as appropriate.
7286         * math/w_scalbf.c (__scalbf): Likewise.
7287         * math/w_scalbl.c (__scalbl): Likewise.
7288         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
7289         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
7290         * math/libm-test.inc (scalb_test_data): Add errno expectations.
7291         Add more NaN tests.
7292
7293         [BZ #16349]
7294         * math/w_atan2.c: Include <errno.h>.
7295         (__atan2): Set errno for result underflowing to zero.
7296         * math/w_atan2f.c: Include <errno.h>.
7297         (__atan2f): Set errno for result underflowing to zero.
7298         * math/w_atan2l.c: Include <errno.h>.
7299         (__atan2l): Set errno for result underflowing to zero.
7300         * math/auto-libm-test-in: Don't allow missing errno for some atan2
7301         tests.
7302         * math/auto-libm-test-out: Regenerated.
7303
7304 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7305
7306         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
7307         Encode instruction correctly in little endian.
7308         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
7309         Likewise.
7310         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
7311         Likewise.
7312         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
7313         Likewise.
7314         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
7315         Likewise.
7316
7317 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
7318
7319         [BZ #9894]
7320         * sysdeps/unix/sysv/linux/kernel-features.h
7321         [__sparc__ && !__arch64__ && !__sparc_v9__]
7322         (__ASSUME_SET_ROBUST_LIST): Do not define.
7323         [__sparc__ && !__arch64__ && !__sparc_v9__]
7324         (__ASSUME_FUTEX_LOCK_PI): Likewise.
7325         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
7326         Likewise.
7327         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7328         (__ASSUME_FUTEX_LOCK_PI): Undefine.
7329         (__ASSUME_REQUEUE_PI): Likewise.
7330         (__ASSUME_SET_ROBUST_LIST): Likewise.
7331         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
7332         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
7333         Undefine.
7334         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7335         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
7336         Likewise.
7337         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
7338         Likewise.
7339         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
7340         Likewise.
7341         * sysdeps/unix/sysv/linux/mips/kernel-features.h
7342         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
7343         Undefine.
7344         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
7345         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
7346         Likewise.
7347
7348         [BZ #16648]
7349         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7350         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
7351         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
7352
7353 2014-03-31  Will Newton  <will.newton@linaro.org>
7354
7355         * benchtests/Makefile (bench): Add ffs and ffsll to list
7356         of tests.
7357         * benchtests/ffs-inputs: New file.
7358         * benchtests/ffsll-inputs: Likewise.
7359
7360 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
7361
7362         [BZ #16770]
7363         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
7364         too large before casting to int.
7365         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
7366         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
7367         * math/libm-test.inc (scalb_test_data): Add more tests.
7368
7369 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
7370
7371         * benchtests/Makefile (DETAILED_OPT): New make option.
7372         (bench-func): Run benchmark program with -d if DETAILED_OPT is
7373         set.
7374         * benchtests/bench-skeleton.c: Include stdbool.h.
7375         (main): Store and print timings per input.
7376         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
7377         member to each argument value.
7378         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
7379         (_print_arg_data): Initialize per-input timing to 0.
7380
7381         * benchtests/Makefile (timing-type): New binary.
7382         (bench-clean): Also remove bench-timing-type.
7383         (bench): New target for timing-type.
7384         (bench-func): Print output in JSON format.
7385         * benchtests/bench-skeleton.c (main): Print output in JSON
7386         format.
7387         * benchtests/bench-timing-type.c: New file.
7388         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
7389         (TIMING_PRINT_STATS): Remove.
7390         * benchtests/scripts/bench.py (_print_arg_data): Store variant
7391         name separately.
7392
7393         * benchtests/bench-modf.c: Remove.
7394         * benchtests/modf-inputs: New inputs file.
7395
7396 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
7397
7398         [BZ #16362]
7399         * math/s_clog10.c (M_PI_LOG10E): New macro.
7400         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
7401         imaginary parts are 0.
7402         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
7403         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
7404         imaginary parts are 0.
7405         * math/s_clog10l.c (M_PI_LOG10El): New macro.
7406         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
7407         imaginary parts are 0.
7408         * math/libm-test.inc (clog10_test_data): Update expected results
7409         for when real and imaginary parts are 0.
7410
7411 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
7412
7413         * elf/dl-load.c: Finish conversion of __builtin_expect into
7414         __glibc_{un}likely.
7415
7416 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
7417
7418         [BZ #16348]
7419         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
7420         1+x for argument with exponent below -67.
7421         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
7422         Likewise.
7423         * math/auto-libm-test-in: Add more tests of exp.
7424         * math/auto-libm-test-out: Regenerated.
7425
7426 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7427
7428         [BZ #16759]
7429         * inet/getnetgrent_r.c (get_nonempty_val): New function.
7430         (nscd_getnetgrent): Use it.
7431
7432         [BZ #16760]
7433         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
7434         of stpcpy.
7435
7436 2014-03-27  Andi Kleen  <ak@linux.intel.com>
7437
7438         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
7439         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7440         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7441         (lll_robust_unlock): Remove out of line section. Use cfi
7442         intrinsics.
7443         (LLL_STUB_UNWIND_INFO*): Remove.
7444         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
7445         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7446         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7447         (lll_robust_unlock): Remove out of line section. Use cfi
7448         intrinsics.
7449         (LLL_STUB_UNWIND_INFO*): Remove.
7450
7451 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7452
7453         [BZ #16758]
7454         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
7455         blank values.
7456
7457 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
7458
7459         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
7460
7461 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
7462
7463         [BZ #16198]
7464         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
7465         fnstenv.
7466         * math/test-fenv-preserve.c: New file.
7467         * math/Makefile (tests): Add test-fenv-preserve.
7468
7469 2014-03-26  Will Newton <will.newton@linaro.org>
7470
7471         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
7472
7473 2014-03-25  Roland McGrath  <roland@hack.frob.com>
7474
7475         * scripts/versionlist.awk: Partition the version sets and emit all
7476         GLIBC_* (sorted) before all others (sorted).
7477
7478 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7479
7480         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
7481         GLIBC_2.2.5 version.
7482
7483 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7484
7485         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
7486         calls.
7487
7488         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
7489         previous change.
7490
7491         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7492
7493 2014-03-25  Andreas Schwab  <schwab@suse.de>
7494
7495         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
7496         label to be used after in6ailist is initialized.
7497
7498 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7499
7500         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7501         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7502
7503 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7504
7505         [BZ #16357]
7506         [BZ #16599]
7507         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
7508         min_plus_half.
7509         (fp_formats): Update initializers.
7510         (init_fp_formats): Initialize new field.
7511         (output_for_one_input_case): Allow underflow for results up to
7512         min_plus_half.
7513         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
7514         * math/auto-libm-test-in: Don't mark some underflows from asin and
7515         atanh as spurious.
7516         * math/auto-libm-test-out: Regenerated.
7517         * sysdeps/i386/fpu/libm-test-ulps: Update.
7518         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7519
7520 2014-03-25  Andreas Schwab  <schwab@suse.de>
7521
7522         * libio/Makefile (tst-ftell-partial-wide-ENV)
7523         (tst-ftell-active-handler-ENV): Define.
7524
7525 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
7526
7527         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
7528
7529 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7530
7531         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
7532
7533 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7534
7535         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
7536         * sysdeps/x86_64/fpu/multiarch/e_exp.c
7537         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
7538
7539 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7540
7541         [BZ #16634]
7542         * elf/dl-load.c (open_verify): Add mode parameter.
7543         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
7544         (open_path): Change from boolean 'secure' to complete flag 'mode'
7545         (_dl_map_object): Adjust.
7546         * elf/Makefile (tests): Add tst-dlopen-aout.
7547         * elf/tst-dlopen-aout.c: New test.
7548
7549 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
7550
7551         [BZ #16714]
7552         * sysdeps/unix/sysv/linux/s390/bits/stat.h
7553         (struct stat): Rename member pad0 to __glibc_reserved0.
7554
7555         [BZ #16712]
7556         * sysdeps/s390/s390-32/bits/wordsize.h
7557         (__WORDSIZE32_SIZE_ULONG): New define.
7558         * sysdeps/s390/s390-64/bits/wordsize.h
7559         (__WORDSIZE32_SIZE_ULONG): Likewise.
7560         * sysdeps/generic/stdint.h (SIZE_MAX):
7561         Define as UL if __WORDSIZE32_SIZE_ULONG.
7562
7563         [BZ #16713]
7564         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
7565         (__glibc_reserved0): New variable.
7566         (sa_flags): Change type to int.
7567
7568         * posix/Makefile (before-compile): Use += before-compile instead
7569         of a :=.
7570
7571         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7572         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7573
7574 2014-03-20  Andreas Schwab  <schwab@suse.de>
7575
7576         [BZ #16743]
7577         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
7578         non-matching result from nscd.
7579
7580 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7581
7582         * scripts/bench.py: Moved to ...
7583         * benchtests/scripts/bench.py: ... here.
7584         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
7585
7586 2014-03-24  Andreas Schwab  <schwab@suse.de>
7587
7588         [BZ #16002]
7589         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
7590         alloca_account and account alloca use for struct in6ailist.
7591
7592 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7593
7594         [BZ #16284]
7595         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
7596         rounding mode to recompute results that overflow to infinity or
7597         underflow to zero.
7598         * math/auto-libm-test-in: Don't mark tests as expected to fail for
7599         bug 16284.
7600         * math/auto-libm-test-out: Regenerated.
7601         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
7602         (ccosh_test): Likewise.
7603         (csin_test_data): Use plus_oflow.
7604         (csin_test): Use ALL_RM_TEST.
7605         (csinh_test_data): Use plus_oflow.
7606         (csinh_test): Use ALL_RM_TEST.
7607         * sysdeps/i386/fpu/libm-test-ulps: Update.
7608         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7609
7610 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
7611
7612         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
7613         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
7614         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
7615
7616         [BZ #16731]
7617         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
7618         when x - 1 is zero.
7619         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7620         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7621         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7622         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
7623         argument is 1.
7624         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
7625         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
7626         zero.
7627         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
7628         * sysdeps/i386/fpu/libm-test-ulps: Update.
7629         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7630
7631 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7632
7633         * scripts/bench.pl: Remove file.
7634         * scripts/bench.py: New benchmark script.
7635         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
7636         * benchtests/README: Mention python dependency.
7637         * scripts/pylintrc: New file.
7638         * scripts/pylint: New file.
7639
7640         * bits/mathdef.h: Use #ifdef instead of #if.
7641         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
7642         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7643         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
7644         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7645         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
7646         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7647
7648 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7649             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7650
7651         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
7652         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
7653         and strpbrk-ppc64 objects.
7654         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7655         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
7656         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
7657         multiarch strpbrk for POWER7.
7658         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
7659         multiarch strpbrk for PPC64.
7660         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
7661         ifunc selector.
7662         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
7663         strpbrk for POWER7.
7664
7665 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
7666
7667         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
7668         (atan_test): Likewise.
7669         (atanh_test_data): Use NO_TEST_INLINE for two tests.
7670         (atanh_test): Use ALL_RM_TEST.
7671         (atan2_test_data): Likewise.
7672         (cabs_test): Likewise.
7673         (cacosh_test): Likewise.
7674         (carg_test): Likewise.
7675         (casin_test): Likewise.
7676         (casinh_test): Likewise.
7677         (cbrt_test): Likewise.
7678         (csqrt_test): Likewise.
7679         (erf_test): Likewise.
7680         (erfc_test): Likewise.
7681         (pow10_test): Likewise.
7682         (exp2_test): Likewise.
7683         (hypot_test): Likewise.
7684         (j0_test): Likewise.
7685         (j1_test): Likewise.
7686         (lgamma_test): Likewise.
7687         (gamma_test): Likewise.
7688         (sincos_test): Likewise.
7689         (tanh_test): Likewise.
7690         (y0_test): Likewise.
7691         (y1_test): Likewise.
7692         * sysdeps/i386/fpu/libm-test-ulps: Update.
7693         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7694
7695 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7696
7697         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
7698         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
7699         and strcspn-ppc64 objects.
7700         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7701         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
7702         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
7703         multiarch strcspn for POWER7.
7704         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
7705         multiarch strcspn for PPC64.
7706         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
7707         ifunc selector.
7708         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
7709         strcspn for POWER7.
7710
7711 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
7712
7713         * math/gen-libm-test.pl (generate_testfile): Expect only function
7714         name as argument to AUTO_TESTS_* and pass results for all rounding
7715         modes to parse_args.
7716         (parse_auto_input): Separate inputs of automatic tests from
7717         outputs before storing in %auto_tests.
7718         * math/libm-test.inc (acos_test_data): Update call to
7719         AUTO_TESTS_f_f.
7720         (acos_test): Use ALL_RM_TEST.
7721         (acos_tonearest_test_data): Remove.
7722         (acos_test_tonearest): Likewise.
7723         (acos_towardzero_test_data): Likewise.
7724         (acos_test_towardzero): Likewise.
7725         (acos_downward_test_data): Likewise.
7726         (acos_test_downward): Likewise.
7727         (acos_upward_test_data): Likewise.
7728         (acos_test_upward): Likewise.
7729         (acosh_test_data): Update call to AUTO_TESTS_f_f.
7730         (asin_test_data): Likewise.
7731         (asin_test): Use ALL_RM_TEST.
7732         (asin_tonearest_test_data): Remove.
7733         (asin_test_tonearest): Likewise.
7734         (asin_towardzero_test_data): Likewise.
7735         (asin_test_towardzero): Likewise.
7736         (asin_downward_test_data): Likewise.
7737         (asin_test_downward): Likewise.
7738         (asin_upward_test_data): Likewise.
7739         (asin_test_upward): Likewise.
7740         (asinh_test_data): Update call to AUTO_TESTS_f_f.
7741         (atan_test_data): Likewise.
7742         (atanh_test_data): Likewise.
7743         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
7744         (cabs_test_data): Update call to AUTO_TESTS_c_f.
7745         (carg_test_data): Likewise.
7746         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
7747         (ccos_test_data): Update call to AUTO_TESTS_c_c.
7748         (ccosh_test_data): Likewise.
7749         (cexp_test_data): Likewise.
7750         (clog_test_data): Likewise.
7751         (clog10_test_data): Likewise.
7752         (cos_test_data): Update call to AUTO_TESTS_f_f.
7753         (cos_test): Use ALL_RM_TEST.
7754         (cos_tonearest_test_data): Remove.
7755         (cos_test_tonearest): Likewise.
7756         (cos_towardzero_test_data): Likewise.
7757         (cos_test_towardzero): Likewise.
7758         (cos_downward_test_data): Likewise.
7759         (cos_test_downward): Likewise.
7760         (cos_upward_test_data): Likewise.
7761         (cos_test_upward): Likewise.
7762         (cosh_test_data): Update call to AUTO_TESTS_f_f.
7763         (cosh_test): Use ALL_RM_TEST.
7764         (cosh_tonearest_test_data): Remove.
7765         (cosh_test_tonearest): Likewise.
7766         (cosh_towardzero_test_data): Likewise.
7767         (cosh_test_towardzero): Likewise.
7768         (cosh_downward_test_data): Likewise.
7769         (cosh_test_downward): Likewise.
7770         (cosh_upward_test_data): Likewise.
7771         (cosh_test_upward): Likewise.
7772         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
7773         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
7774         (ctan_test_data): Likewise.
7775         (ctan_test): Use ALL_RM_TEST.
7776         (ctan_tonearest_test_data): Remove.
7777         (ctan_test_tonearest): Likewise.
7778         (ctan_towardzero_test_data): Likewise.
7779         (ctan_test_towardzero): Likewise.
7780         (ctan_downward_test_data): Likewise.
7781         (ctan_test_downward): Likewise.
7782         (ctan_upward_test_data): Likewise.
7783         (ctan_test_upward): Likewise.
7784         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
7785         (ctanh_test): Use ALL_RM_TEST.
7786         (ctanh_tonearest_test_data): Remove.
7787         (ctanh_test_tonearest): Likewise.
7788         (ctanh_towardzero_test_data): Likewise.
7789         (ctanh_test_towardzero): Likewise.
7790         (ctanh_downward_test_data): Likewise.
7791         (ctanh_test_downward): Likewise.
7792         (ctanh_upward_test_data): Likewise.
7793         (ctanh_test_upward): Likewise.
7794         (erf_test_data): Update call to AUTO_TESTS_f_f.
7795         (erfc_test_data): Likewise.
7796         (exp_test_data): Likewise.
7797         (exp_test): Use ALL_RM_TEST.
7798         (exp_tonearest_test_data): Remove.
7799         (exp_test_tonearest): Likewise.
7800         (exp_towardzero_test_data): Likewise.
7801         (exp_test_towardzero): Likewise.
7802         (exp_downward_test_data): Likewise.
7803         (exp_test_downward): Likewise.
7804         (exp_upward_test_data): Likewise.
7805         (exp_test_upward): Likewise.
7806         (exp10_test_data): Update call to AUTO_TESTS_f_f.
7807         (exp10_test): Use ALL_RM_TEST.
7808         (exp10_tonearest_test_data): Remove.
7809         (exp10_test_tonearest): Likewise.
7810         (exp10_towardzero_test_data): Likewise.
7811         (exp10_test_towardzero): Likewise.
7812         (exp10_downward_test_data): Likewise.
7813         (exp10_test_downward): Likewise.
7814         (exp10_upward_test_data): Likewise.
7815         (exp10_test_upward): Likewise.
7816         (exp2_test_data): Update call to AUTO_TESTS_f_f.
7817         (expm1_test_data): Likewise.
7818         (expm1_test): Use ALL_RM_TEST.
7819         (expm1_tonearest_test_data): Remove.
7820         (expm1_test_tonearest): Likewise.
7821         (expm1_towardzero_test_data): Likewise.
7822         (expm1_test_towardzero): Likewise.
7823         (expm1_downward_test_data): Likewise.
7824         (expm1_test_downward): Likewise.
7825         (expm1_upward_test_data): Likewise.
7826         (expm1_test_upward): Likewise.
7827         (fma_test_data): Update call to AUTO_TESTS_fff_f.
7828         (fma_test): Use ALL_RM_TEST.
7829         (fma_towardzero_test_data): Remove.
7830         (fma_test_towardzero): Likewise.
7831         (fma_downward_test_data): Likewise.
7832         (fma_test_downward): Likewise.
7833         (fma_upward_test_data): Likewise.
7834         (fma_test_upward): Likewise.
7835         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
7836         (j0_test_data): Update call to AUTO_TESTS_f_f.
7837         (j1_test_data): Likewise.
7838         (jn_test_data): Update call to AUTO_TESTS_if_f.
7839         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
7840         (log_test_data): Update call to AUTO_TESTS_f_f.
7841         (log10_test_data): Likewise.
7842         (log1p_test_data): Likewise.
7843         (log2_test_data): Likewise.
7844         (pow_test_data): Update call to AUTO_TESTS_ff_f.
7845         (pow_tonearest_test_data): Likewise.
7846         (sin_test_data): Update call to AUTO_TESTS_f_f.
7847         (sin_test): Use ALL_RM_TEST.
7848         (sin_tonearest_test_data): Remove.
7849         (sin_test_tonearest): Likewise.
7850         (sin_towardzero_test_data): Likewise.
7851         (sin_test_towardzero): Likewise.
7852         (sin_downward_test_data): Likewise.
7853         (sin_test_downward): Likewise.
7854         (sin_upward_test_data): Likewise.
7855         (sin_test_upward): Likewise.
7856         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
7857         (sinh_test_data): Update call to AUTO_TESTS_f_f.
7858         (sinh_test): Use ALL_RM_TEST.
7859         (sinh_tonearest_test_data): Remove.
7860         (sinh_test_tonearest): Likewise.
7861         (sinh_towardzero_test_data): Likewise.
7862         (sinh_test_towardzero): Likewise.
7863         (sinh_downward_test_data): Likewise.
7864         (sinh_test_downward): Likewise.
7865         (sinh_upward_test_data): Likewise.
7866         (sinh_test_upward): Likewise.
7867         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
7868         (sqrt_test): Use ALL_RM_TEST.
7869         (sqrt_tonearest_test_data): Remove.
7870         (sqrt_test_tonearest): Likewise.
7871         (sqrt_towardzero_test_data): Likewise.
7872         (sqrt_test_towardzero): Likewise.
7873         (sqrt_downward_test_data): Likewise.
7874         (sqrt_test_downward): Likewise.
7875         (sqrt_upward_test_data): Likewise.
7876         (sqrt_test_upward): Likewise.
7877         (tan_test_data): Update call to AUTO_TESTS_f_f.
7878         (tan_test): Use ALL_RM_TEST.
7879         (tan_tonearest_test_data): Remove.
7880         (tan_test_tonearest): Likewise.
7881         (tan_towardzero_test_data): Likewise.
7882         (tan_test_towardzero): Likewise.
7883         (tan_downward_test_data): Likewise.
7884         (tan_test_downward): Likewise.
7885         (tan_upward_test_data): Likewise.
7886         (tan_test_upward): Likewise.
7887         (tanh_test_data): Update call to AUTO_TESTS_f_f.
7888         (tgamma_test_data): Likewise.
7889         (y0_test_data): Likewise.
7890         (y1_test_data): Likewise.
7891         (yn_test_data): Update call to AUTO_TESTS_if_f.
7892         (main): Do not call removed functions.
7893
7894 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
7895
7896         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
7897         (ldexp_test_data): Remove.
7898         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
7899         scalbn_test_data.
7900         (scalb_test): Use ALL_RM_TEST.
7901
7902 2014-03-19  Andreas Schwab  <schwab@suse.de>
7903
7904         * nscd/nscd.service: Also invalidate netgroup cache on reload.
7905
7906 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
7907
7908         [BZ #16649]
7909         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7910         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
7911         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
7912         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7913         (__ASSUME_PREADV): Undefine.
7914         (__ASSUME_PWRITEV): Likewise.
7915
7916 2014-03-18  Roland McGrath  <roland@hack.frob.com>
7917
7918         * bits/mman-linux.h: Add comment about non-Linux use.
7919         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
7920         bits/mman-linux.h resting place.
7921
7922         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
7923         * bits/mman-linux.h: ... here.
7924
7925 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7926
7927         * conform/conformtest.pl: Add standard definition when calling C
7928         preprocessor on data files.
7929         (checknamespace): Remove unused variable.
7930
7931 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
7932
7933         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
7934         minus_oflow, plus_uflow and minus_uflow in expected results.
7935         * math/libm-test.inc (scalbn_test_data): Add more tests of
7936         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
7937         minus_uflow.
7938         (scalbn_test): Use ALL_RM_TEST.
7939         (scalbln_test_data): Add more tests of negative arguments.  Use
7940         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
7941         (scalbln_test): Use ALL_RM_TEST.
7942
7943 2014-03-18  Roland McGrath  <roland@hack.frob.com>
7944
7945         * scripts/abilist.awk: Ignore symbols marked with .hidden.
7946
7947 2014-03-18  Will Newton  <will.newton@linaro.org>
7948
7949         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
7950         inaccurate comment.
7951
7952 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
7953
7954         * Makerules [!subdir] (check-abi): Exit with error status if a
7955         test failed.
7956
7957 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
7958
7959         * math/libm-test.inc (nearbyint_test_data): Include all tests used
7960         for rint.  Include results for all rounding modes.
7961         (nearbyint_test): Use ALL_RM_TEST.
7962         (rint_test_data): Include all tests used for nearbyint.
7963
7964 2014-03-17  Will Newton  <will.newton@linaro.org>
7965
7966         * nptl/sysdeps/pthread/pthread.h: Revert previous
7967         change.
7968
7969         * sysdeps/generic/ldsodefs.h: Revert previous
7970         change.
7971
7972         * libio/genops.c: Revert previous change.
7973         * libio/libioP.h: Likewise.
7974         * stdio-common/vfprintf.c: Likewise.
7975
7976         * sysdeps/generic/math_private.h: Revert previous
7977         change.
7978
7979         * sysdeps/generic/math_private.h: Check whether
7980         HAVE_RM_CTX is defined with #ifdef rather
7981         than #if.
7982
7983         * argp/argp-fmtstream.h: Check whether
7984         __STRICT_ANSI__ is defined with #ifdef rather
7985         than #if.
7986         * argp/argp.h: Likewise.
7987
7988         * libio/genops.c: Check whether
7989         _IO_JUMPS_OFFSET is defined with #ifdef rather
7990         than #if.
7991         * libio/libioP.h: Likewise.
7992         * stdio-common/vfprintf.c: Likewise.
7993
7994         * sysdeps/generic/ldsodefs.h: Check whether
7995         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
7996         than #if.
7997
7998         * nptl/sysdeps/pthread/pthread.h: Check
7999         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
8000         its value.
8001
8002 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
8003
8004         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
8005         setting O_APPEND.
8006         * libio/tst-ftell-active-handler.c (do_append_test): Add a
8007         test case.
8008
8009         [BZ #16680]
8010         * libio/fileops.c (_IO_file_open): Seek to end of file but
8011         don't cache the offset.
8012         (get_file_offset): Remove function.
8013         (do_ftell): Use cached offset when available.
8014         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
8015         don't cache the offset.
8016         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
8017         case.
8018         (do_one_test): Call it.
8019         (do_ftell_test): Fix up expected old offset for a+ mode.
8020         * libio/wfileops.c (do_ftell_wide): Used cached offset when
8021         available.
8022
8023         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
8024         up test status with function return status.
8025         (do_write_test): Likewise.
8026         (do_append_test): Likewise.
8027
8028         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
8029         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
8030         Remove.
8031
8032 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
8033
8034         * math/gen-libm-test.pl (parse_args): Handle results specified for
8035         each rounding mode separately.
8036         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
8037         tests and results from lrint_tonearest_test_data,
8038         lrint_towardzero_test_data, lrint_downward_test_data and
8039         lrint_upward_test_data.
8040         (lrint_test): Use ALL_RM_TEST.
8041         (lrint_tonearest_test_data): Remove.
8042         (lrint_test_tonearest): Likewise.
8043         (lrint_towardzero_test_data): Likewise.
8044         (lrint_test_towardzero): Likewise.
8045         (lrint_downward_test_data): Likewise.
8046         (lrint_test_downward): Likewise.
8047         (lrint_upward_test_data): Likewise.
8048         (lrint_test_upward): Likewise.
8049         (llrint_test_data): Merge in per-rounding-mode tests and results
8050         from llrint_tonearest_test_data, llrint_towardzero_test_data,
8051         llrint_downward_test_data and llrint_upward_test_data.
8052         (llrint_test): Use ALL_RM_TEST.
8053         (llrint_tonearest_test_data): Remove.
8054         (llrint_test_tonearest): Likewise.
8055         (llrint_towardzero_test_data): Likewise.
8056         (llrint_test_towardzero): Likewise.
8057         (llrint_downward_test_data): Likewise.
8058         (llrint_test_downward): Likewise.
8059         (llrint_upward_test_data): Likewise.
8060         (llrint_test_upward): Likewise.
8061         (rint_test_data): Merge in per-rounding-mode tests and results
8062         from rint_tonearest_test_data, rint_towardzero_test_data,
8063         rint_downward_test_data and rint_upward_test_data.  Add
8064         per-rounding-mode results for tests not in those arrays.
8065         (rint_test): Use ALL_RM_TEST.
8066         (rint_tonearest_test_data): Remove.
8067         (rint_test_tonearest): Likewise.
8068         (rint_towardzero_test_data): Likewise.
8069         (rint_test_towardzero): Likewise.
8070         (rint_downward_test_data): Likewise.
8071         (rint_test_downward): Likewise.
8072         (rint_upward_test_data): Likewise.
8073         (rint_test_upward): Likewise.
8074         (main): Don't call removed functions.
8075
8076 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8077
8078         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
8079         "Compiled on ..." crapola.  It is anti-useful.
8080
8081 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
8082
8083         * scripts/evaluate-test.sh: Handle fourth argument to determine
8084         whether test run should stop on failure.
8085         * Makeconfig (stop-on-test-failure): New variable.
8086         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
8087         $(stop-on-test-failure).
8088         * Makefile (tests): Give a summary of results from testing and
8089         exit with failure status if they include an ERROR or FAIL.
8090         (xtests): Likewise.
8091         * manual/install.texi (Configuring and compiling): Mention
8092         stop-on-test-failure=y.
8093         * INSTALL: Regenerated.
8094
8095 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8096
8097         * scripts/versionlist.awk: New file.
8098         * Makerules [$(build-shared) = yes]
8099         (postclean-generated): Add Versions.def, not Versions.def.v and
8100         Versions.def.v.i.
8101         ($(common-objpfx)Versions.def.v.i): Target removed.
8102         ($(common-objpfx)Versions.def): New target.
8103         ($(common-objpfx)Versions.all): Depend on that rather that
8104         $(common-objpfx)Versions.def.v.
8105         * Versions.def: File removed.
8106
8107         * Makeconfig (+gccwarn): Add -Wundef.
8108         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
8109         a dl-sysdep.h breaking its contract.
8110         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
8111         * include/stackinfo.h: New file.
8112         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
8113         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
8114         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
8115         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
8116         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
8117         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
8118         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8119         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8120         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8121         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8122         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8123         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
8124         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8125         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8126         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
8127
8128 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8129
8130         [BZ #16707]
8131         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
8132         implementation.
8133         * math/libm-test.inc (round_test_data): Add more tests.
8134
8135         [BZ #16706]
8136         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
8137         implementation.
8138         * math/libm-test.inc (nearbyint_test_data): Add more tests.
8139
8140         [BZ #16701]
8141         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
8142         implementation.
8143         * math/libm-test.inc (ceil_test_data): Add more tests.
8144
8145         * math/libm-test.inc (trunc_test_data): Add more tests related to
8146         BZ#16414.
8147
8148 2014-03-14  Roland McGrath  <roland@hack.frob.com>
8149
8150         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
8151         with #if rather than #ifdef.
8152         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
8153
8154 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
8155
8156         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
8157         first.  Disable AVX-512 GCC support if assembler doesn't support
8158         it.
8159         * sysdeps/x86_64/configure: Regenerated.
8160
8161 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
8162
8163         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
8164         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
8165         (__old_pthread_attr_setstack): Likewise.
8166         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
8167         [!_STACK_GROWS_DOWN]: Likewise.
8168
8169 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
8170
8171         * config.make.in (have-bash2): Delete.
8172         * configure.ac (libc_cv_have_bash2): Delete.
8173         * configure: Regenerate.
8174         * elf/Makefile (common-ldd-rewrite): Rename to ...
8175         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
8176         (sh-ldd-rewrite): Delete.
8177         (bash-ldd-rewrite): Delete.
8178         (have-bash2): Delete checks.
8179         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
8180         ldd-rewrite.
8181
8182         * config.make.in (have-ksh): Delete.
8183         (KSH): Delete.
8184         * configure.ac (libc_cv_have_ksh): Delete.
8185         * configure: Regenerate.
8186
8187         * elf/Makefile: Delete $(have-ksh) check.
8188         ($(objpfx)sotruss): Change KSH to BASH.
8189         * elf/sotruss.ksh: Rename to ...
8190         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
8191         function style to match POSIX.  Drop ksh vim mode setting.
8192
8193         * manual/time.texi (Specifying the Time Zone with TZ): Change
8194         Tuesday to Thursday.
8195
8196         * debug/tst-longjmp_chk2.c: Update header comment.
8197         (stackoverflow_handler): Add comment.  Call assert on pass value.
8198
8199 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
8200
8201         [BZ #16194]
8202         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
8203         (HAVE_AVX512_ASM_SUPPORT): Likewise.
8204         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
8205         (La_x86_64_vector): Add zmm.
8206         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
8207         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
8208         ($(objpfx)tst-audit10): New target.
8209         ($(objpfx)tst-audit10.out): Likewise.
8210         (tst-audit10-ENV): New.
8211         (AVX512-CFLAGS): Likewise.
8212         (CFLAGS-tst-audit10.c): Likewise.
8213         (CFLAGS-tst-auditmod10a.c): Likewise.
8214         (CFLAGS-tst-auditmod10b.c): Likewise.
8215         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
8216         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
8217         * sysdeps/x86_64/configure: Regenerated.
8218         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
8219         AVX-512 zmm register support.
8220         (_dl_x86_64_save_sse): Likewise.
8221         (_dl_x86_64_restore_sse): Likewise.
8222         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
8223         size vector registers.
8224         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
8225         (ZMM_SIZE): Likewise.
8226         * sysdeps/x86_64/tst-audit10.c: New file.
8227         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
8228         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
8229
8230 2014-03-13  Roland McGrath  <roland@hack.frob.com>
8231
8232         * configure.ac (HAVE_EHDR_START): New check.
8233         * configure: Regenerated.
8234         * config.h.in (HAVE_EHDR_START): New #undef.
8235         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
8236         assuming the lowest-addressed segment maps the start of the file.
8237
8238 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
8239
8240         * INSTALL: Regenerated.
8241
8242 2014-03-13  Will Newton  <will.newton@linaro.org>
8243
8244         * manual/setjmp.texi (System V contexts): Improve
8245         clarity and grammar of documentation.
8246
8247 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
8248
8249         [BZ #16381]
8250         * elf/Makefile (tests): Add tst-pie2.
8251         (tests-pie): Add tst-pie2.
8252         * elf/tst-pie2.c: New file.
8253         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
8254         for ET_EXEC.
8255         * elf/rtld.c (map_doit): Load executable as lt_executable.
8256         (dl_main): Likewise.
8257
8258 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
8259
8260         [BZ #16642]
8261         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
8262         (__ASSUME_PSELECT): Undefine.
8263
8264 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8265
8266         [BZ #16689]
8267         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
8268         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
8269         static build.
8270         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
8271         selector for static builds.
8272
8273 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8274
8275         [BZ #16695]
8276         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
8277         key in the buffer.
8278
8279 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8280
8281         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
8282         IFUNC selector for static builds.
8283
8284 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
8285
8286         * sysdeps/mips/math_private.h [__mips_hard_float]
8287         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
8288         libc_feresetround_mips_ctx.
8289         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
8290         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
8291         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
8292
8293         [BZ #16677]
8294         * math/s_nextafter.c (__nextafter): Do not return value from
8295         overflowing computation.
8296         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
8297         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
8298         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
8299         Likewise.
8300         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
8301         Likewise.
8302         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
8303         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
8304
8305 2014-03-11  Roland McGrath  <roland@hack.frob.com>
8306
8307         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
8308         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
8309         Move sfi_sp use from the load-multiple (that no longer sets sp) to
8310         the new mov targetting sp.
8311
8312 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8313
8314         [BZ #16683]
8315         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
8316         Define it for static builds as well.
8317         (NO_BZERO_IMPL): Likewise.
8318
8319 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8320
8321         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
8322         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
8323         multiarch strspn for PPC64.
8324         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
8325         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
8326         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8327         (__libc_ifunc_impl_list): Likewise.
8328         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
8329         multiarch optimizations
8330         * string/strspn.c (strspn): Using macro to redefine symbol name.
8331
8332 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8333             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8334
8335         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
8336         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
8337         multiarch strncat for PPC64.
8338         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
8339         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
8340         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8341         (__libc_ifunc_impl_list): Likewise.
8342         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
8343         multiarch optimizations
8344
8345 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8346
8347         [BZ #16639]
8348         * nscd/nscd.service: Make service type forking.
8349
8350 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8351
8352         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
8353         sign in non default rounding modes.
8354         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
8355
8356 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
8357
8358         * math/libm-test.inc (ALL_RM_TEST): New macro.
8359         (ceil_test): Use ALL_RM_TEST.
8360         (cimag_test): Likewise.
8361         (conj_test): Likewise.
8362         (copysign_test): Likewise.
8363         (cproj_test): Likewise.
8364         (creal_test): Likewise.
8365         (fabs_test): Likewise.
8366         (floor_test): Likewise.
8367         (fmax_test): Likewise.
8368         (fmin_test): Likewise.
8369         (fmod_test): Likewise.
8370         (fpclassify_test): Likewise.
8371         (frexp_test): Likewise.
8372         (ilogb_test): Likewise.
8373         (isfinite_test): Likewise.
8374         (finite_test): Likewise.
8375         (isgreater_test): Likewise.
8376         (isgreaterequal_test): Likewise.
8377         (isinf_test): Likewise.
8378         (isless_test): Likewise.
8379         (islessequal_test): Likewise.
8380         (islessgreater_test): Likewise.
8381         (isnan_test): Likewise.
8382         (isnormal_test): Likewise.
8383         (issignaling_test): Likewise.
8384         (isunordered_test): Likewise.
8385         (logb_test): Likewise.
8386         (logb_downward_test_data): Remove.
8387         (logb_test_downward): Likewise.
8388         (lround_test): Use ALL_RM_TEST.
8389         (llround_test): Likewise.
8390         (modf_test): Likewise.
8391         (nexttoward_test): Likewise.
8392         (remainder_test): Likewise.
8393         (drem_test): Likewise.
8394         (remainder_tonearest_test_data): Likewise.
8395         (remainder_test_tonearest): Likewise.
8396         (drem_test_tonearest): Likewise.
8397         (remainder_towardzero_test_data): Likewise.
8398         (remainder_test_towardzero): Likewise.
8399         (drem_test_towardzero): Likewise.
8400         (remainder_downward_test_data): Likewise.
8401         (remainder_test_downward): Likewise.
8402         (drem_test_downward): Likewise.
8403         (remainder_upward_test_data): Likewise.
8404         (remainder_test_upward): Likewise.
8405         (drem_test_upward): Likewise.
8406         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
8407         (round_test): Use ALL_RM_TEST.
8408         (signbit_test): Likewise.
8409         (trunc_test): Likewise.
8410         (significand_test): Likewise.
8411         (main): Don't call removed functions.
8412
8413 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
8414
8415         [BZ #16674]
8416         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
8417         || __USE_XOPEN2K8].
8418         (ILL_ILLOPN): Likewise.
8419         (ILL_ILLADR): Likewise.
8420         (ILL_ILLTRP): Likewise.
8421         (ILL_PRVOPC): Likewise.
8422         (ILL_PRVREG): Likewise.
8423         (ILL_COPROC): Likewise.
8424         (ILL_BADSTK): Likewise.
8425         (FPE_INTDIV): Likewise.
8426         (FPE_INTOVF): Likewise.
8427         (FPE_FLTDIV): Likewise.
8428         (FPE_FLTOVF): Likewise.
8429         (FPE_FLTUND): Likewise.
8430         (FPE_FLTRES): Likewise.
8431         (FPE_FLTINV): Likewise.
8432         (FPE_FLTSUB): Likewise.
8433         (SEGV_MAPERR): Likewise.
8434         (SEGV_ACCERR): Likewise.
8435         (BUS_ADRALN): Likewise.
8436         (BUS_ADRERR): Likewise.
8437         (BUS_OBJERR): Likewise.
8438         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8439         (TRAP_TRACE): Likewise.
8440         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8441         __USE_XOPEN2K8].
8442         (CLD_KILLED): Likewise.
8443         (CLD_DUMPED): Likewise.
8444         (CLD_TRAPPED): Likewise.
8445         (CLD_STOPPED): Likewise.
8446         (CLD_CONTINUED): Likewise.
8447         (POLL_IN): Likewise.
8448         (POLL_OUT): Likewise.
8449         (POLL_MSG): Likewise.
8450         (POLL_ERR): Likewise.
8451         (POLL_PRI): Likewise.
8452         (POLL_HUP): Likewise.
8453         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
8454         Likewise.
8455         (ILL_ILLOPN): Likewise.
8456         (ILL_ILLADR): Likewise.
8457         (ILL_ILLTRP): Likewise.
8458         (ILL_PRVOPC): Likewise.
8459         (ILL_PRVREG): Likewise.
8460         (ILL_COPROC): Likewise.
8461         (ILL_BADSTK): Likewise.
8462         (FPE_INTDIV): Likewise.
8463         (FPE_INTOVF): Likewise.
8464         (FPE_FLTDIV): Likewise.
8465         (FPE_FLTOVF): Likewise.
8466         (FPE_FLTUND): Likewise.
8467         (FPE_FLTRES): Likewise.
8468         (FPE_FLTINV): Likewise.
8469         (FPE_FLTSUB): Likewise.
8470         (SEGV_MAPERR): Likewise.
8471         (SEGV_ACCERR): Likewise.
8472         (BUS_ADRALN): Likewise.
8473         (BUS_ADRERR): Likewise.
8474         (BUS_OBJERR): Likewise.
8475         (BUS_MCEERR_AR): Likewise.
8476         (BUS_MCEERR_AO): Likewise.
8477         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8478         (TRAP_TRACE): Likewise.
8479         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8480         __USE_XOPEN2K8].
8481         (CLD_KILLED): Likewise.
8482         (CLD_DUMPED): Likewise.
8483         (CLD_TRAPPED): Likewise.
8484         (CLD_STOPPED): Likewise.
8485         (CLD_CONTINUED): Likewise.
8486         (POLL_IN): Likewise.
8487         (POLL_OUT): Likewise.
8488         (POLL_MSG): Likewise.
8489         (POLL_ERR): Likewise.
8490         (POLL_PRI): Likewise.
8491         (POLL_HUP): Likewise.
8492         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
8493         (ILL_ILLOPN): Likewise.
8494         (ILL_ILLADR): Likewise.
8495         (ILL_ILLTRP): Likewise.
8496         (ILL_PRVOPC): Likewise.
8497         (ILL_PRVREG): Likewise.
8498         (ILL_COPROC): Likewise.
8499         (ILL_BADSTK): Likewise.
8500         (FPE_INTDIV): Likewise.
8501         (FPE_INTOVF): Likewise.
8502         (FPE_FLTDIV): Likewise.
8503         (FPE_FLTOVF): Likewise.
8504         (FPE_FLTUND): Likewise.
8505         (FPE_FLTRES): Likewise.
8506         (FPE_FLTINV): Likewise.
8507         (FPE_FLTSUB): Likewise.
8508         (SEGV_MAPERR): Likewise.
8509         (SEGV_ACCERR): Likewise.
8510         (BUS_ADRALN): Likewise.
8511         (BUS_ADRERR): Likewise.
8512         (BUS_OBJERR): Likewise.
8513         (BUS_MCEERR_AR): Likewise.
8514         (BUS_MCEERR_AO): Likewise.
8515         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8516         (TRAP_TRACE): Likewise.
8517         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8518         __USE_XOPEN2K8].
8519         (CLD_KILLED): Likewise.
8520         (CLD_DUMPED): Likewise.
8521         (CLD_TRAPPED): Likewise.
8522         (CLD_STOPPED): Likewise.
8523         (CLD_CONTINUED): Likewise.
8524         (POLL_IN): Likewise.
8525         (POLL_OUT): Likewise.
8526         (POLL_MSG): Likewise.
8527         (POLL_ERR): Likewise.
8528         (POLL_PRI): Likewise.
8529         (POLL_HUP): Likewise.
8530         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
8531         Likewise.
8532         (ILL_ILLOPN): Likewise.
8533         (ILL_ILLADR): Likewise.
8534         (ILL_ILLTRP): Likewise.
8535         (ILL_PRVOPC): Likewise.
8536         (ILL_PRVREG): Likewise.
8537         (ILL_COPROC): Likewise.
8538         (ILL_BADSTK): Likewise.
8539         (ILL_BADIADDR): Likewise.
8540         (ILL_BREAK): Likewise.
8541         (FPE_INTDIV): Likewise.
8542         (FPE_INTOVF): Likewise.
8543         (FPE_FLTDIV): Likewise.
8544         (FPE_FLTOVF): Likewise.
8545         (FPE_FLTUND): Likewise.
8546         (FPE_FLTRES): Likewise.
8547         (FPE_FLTINV): Likewise.
8548         (FPE_FLTSUB): Likewise.
8549         (FPE_DECOVF): Likewise.
8550         (FPE_DECDIV): Likewise.
8551         (FPE_DECERR): Likewise.
8552         (FPE_INVASC): Likewise.
8553         (FPE_INVDEC): Likewise.
8554         (SEGV_MAPERR): Likewise.
8555         (SEGV_ACCERR): Likewise.
8556         (SEGV_PSTKOVF): Likewise.
8557         (BUS_ADRALN): Likewise.
8558         (BUS_ADRERR): Likewise.
8559         (BUS_OBJERR): Likewise.
8560         (BUS_MCEERR_AR): Likewise.
8561         (BUS_MCEERR_AO): Likewise.
8562         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8563         (TRAP_TRACE): Likewise.
8564         (TRAP_BRANCH): Likewise.
8565         (TRAP_HWBKPT): Likewise.
8566         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8567         __USE_XOPEN2K8].
8568         (CLD_KILLED): Likewise.
8569         (CLD_DUMPED): Likewise.
8570         (CLD_TRAPPED): Likewise.
8571         (CLD_STOPPED): Likewise.
8572         (CLD_CONTINUED): Likewise.
8573         (POLL_IN): Likewise.
8574         (POLL_OUT): Likewise.
8575         (POLL_MSG): Likewise.
8576         (POLL_ERR): Likewise.
8577         (POLL_PRI): Likewise.
8578         (POLL_HUP): Likewise.
8579         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
8580         (ILL_ILLOPN): Likewise.
8581         (ILL_ILLADR): Likewise.
8582         (ILL_ILLTRP): Likewise.
8583         (ILL_PRVOPC): Likewise.
8584         (ILL_PRVREG): Likewise.
8585         (ILL_COPROC): Likewise.
8586         (ILL_BADSTK): Likewise.
8587         (FPE_INTDIV): Likewise.
8588         (FPE_INTOVF): Likewise.
8589         (FPE_FLTDIV): Likewise.
8590         (FPE_FLTOVF): Likewise.
8591         (FPE_FLTUND): Likewise.
8592         (FPE_FLTRES): Likewise.
8593         (FPE_FLTINV): Likewise.
8594         (FPE_FLTSUB): Likewise.
8595         (SEGV_MAPERR): Likewise.
8596         (SEGV_ACCERR): Likewise.
8597         (BUS_ADRALN): Likewise.
8598         (BUS_ADRERR): Likewise.
8599         (BUS_OBJERR): Likewise.
8600         (BUS_MCEERR_AR): Likewise.
8601         (BUS_MCEERR_AO): Likewise.
8602         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8603         (TRAP_TRACE): Likewise.
8604         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8605         __USE_XOPEN2K8].
8606         (CLD_KILLED): Likewise.
8607         (CLD_DUMPED): Likewise.
8608         (CLD_TRAPPED): Likewise.
8609         (CLD_STOPPED): Likewise.
8610         (CLD_CONTINUED): Likewise.
8611         (POLL_IN): Likewise.
8612         (POLL_OUT): Likewise.
8613         (POLL_MSG): Likewise.
8614         (POLL_ERR): Likewise.
8615         (POLL_PRI): Likewise.
8616         (POLL_HUP): Likewise.
8617         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
8618         (ILL_ILLOPN): Likewise.
8619         (ILL_ILLADR): Likewise.
8620         (ILL_ILLTRP): Likewise.
8621         (ILL_PRVOPC): Likewise.
8622         (ILL_PRVREG): Likewise.
8623         (ILL_COPROC): Likewise.
8624         (ILL_BADSTK): Likewise.
8625         (FPE_INTDIV): Likewise.
8626         (FPE_INTOVF): Likewise.
8627         (FPE_FLTDIV): Likewise.
8628         (FPE_FLTOVF): Likewise.
8629         (FPE_FLTUND): Likewise.
8630         (FPE_FLTRES): Likewise.
8631         (FPE_FLTINV): Likewise.
8632         (FPE_FLTSUB): Likewise.
8633         (SEGV_MAPERR): Likewise.
8634         (SEGV_ACCERR): Likewise.
8635         (BUS_ADRALN): Likewise.
8636         (BUS_ADRERR): Likewise.
8637         (BUS_OBJERR): Likewise.
8638         (BUS_MCEERR_AR): Likewise.
8639         (BUS_MCEERR_AO): Likewise.
8640         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8641         (TRAP_TRACE): Likewise.
8642         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8643         __USE_XOPEN2K8].
8644         (CLD_KILLED): Likewise.
8645         (CLD_DUMPED): Likewise.
8646         (CLD_TRAPPED): Likewise.
8647         (CLD_STOPPED): Likewise.
8648         (CLD_CONTINUED): Likewise.
8649         (POLL_IN): Likewise.
8650         (POLL_OUT): Likewise.
8651         (POLL_MSG): Likewise.
8652         (POLL_ERR): Likewise.
8653         (POLL_PRI): Likewise.
8654         (POLL_HUP): Likewise.
8655         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
8656         (ILL_ILLOPN): Likewise.
8657         (ILL_ILLADR): Likewise.
8658         (ILL_ILLTRP): Likewise.
8659         (ILL_PRVOPC): Likewise.
8660         (ILL_PRVREG): Likewise.
8661         (ILL_COPROC): Likewise.
8662         (ILL_BADSTK): Likewise.
8663         (FPE_INTDIV): Likewise.
8664         (FPE_INTOVF): Likewise.
8665         (FPE_FLTDIV): Likewise.
8666         (FPE_FLTOVF): Likewise.
8667         (FPE_FLTUND): Likewise.
8668         (FPE_FLTRES): Likewise.
8669         (FPE_FLTINV): Likewise.
8670         (FPE_FLTSUB): Likewise.
8671         (SEGV_MAPERR): Likewise.
8672         (SEGV_ACCERR): Likewise.
8673         (BUS_ADRALN): Likewise.
8674         (BUS_ADRERR): Likewise.
8675         (BUS_OBJERR): Likewise.
8676         (BUS_MCEERR_AR): Likewise.
8677         (BUS_MCEERR_AO): Likewise.
8678         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8679         (TRAP_TRACE): Likewise.
8680         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8681         __USE_XOPEN2K8].
8682         (CLD_KILLED): Likewise.
8683         (CLD_DUMPED): Likewise.
8684         (CLD_TRAPPED): Likewise.
8685         (CLD_STOPPED): Likewise.
8686         (CLD_CONTINUED): Likewise.
8687         (POLL_IN): Likewise.
8688         (POLL_OUT): Likewise.
8689         (POLL_MSG): Likewise.
8690         (POLL_ERR): Likewise.
8691         (POLL_PRI): Likewise.
8692         (POLL_HUP): Likewise.
8693         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
8694         (ILL_ILLOPN): Likewise.
8695         (ILL_ILLADR): Likewise.
8696         (ILL_ILLTRP): Likewise.
8697         (ILL_PRVOPC): Likewise.
8698         (ILL_PRVREG): Likewise.
8699         (ILL_COPROC): Likewise.
8700         (ILL_BADSTK): Likewise.
8701         (ILL_DBLFLT): Likewise.
8702         (ILL_HARDWALL): Likewise.
8703         (FPE_INTDIV): Likewise.
8704         (FPE_INTOVF): Likewise.
8705         (FPE_FLTDIV): Likewise.
8706         (FPE_FLTOVF): Likewise.
8707         (FPE_FLTUND): Likewise.
8708         (FPE_FLTRES): Likewise.
8709         (FPE_FLTINV): Likewise.
8710         (FPE_FLTSUB): Likewise.
8711         (SEGV_MAPERR): Likewise.
8712         (SEGV_ACCERR): Likewise.
8713         (BUS_ADRALN): Likewise.
8714         (BUS_ADRERR): Likewise.
8715         (BUS_OBJERR): Likewise.
8716         (BUS_MCEERR_AR): Likewise.
8717         (BUS_MCEERR_AO): Likewise.
8718         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8719         (TRAP_TRACE): Likewise.
8720         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8721         __USE_XOPEN2K8].
8722         (CLD_KILLED): Likewise.
8723         (CLD_DUMPED): Likewise.
8724         (CLD_TRAPPED): Likewise.
8725         (CLD_STOPPED): Likewise.
8726         (CLD_CONTINUED): Likewise.
8727         (POLL_IN): Likewise.
8728         (POLL_OUT): Likewise.
8729         (POLL_MSG): Likewise.
8730         (POLL_ERR): Likewise.
8731         (POLL_PRI): Likewise.
8732         (POLL_HUP): Likewise.
8733         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
8734         (ILL_ILLOPN): Likewise.
8735         (ILL_ILLADR): Likewise.
8736         (ILL_ILLTRP): Likewise.
8737         (ILL_PRVOPC): Likewise.
8738         (ILL_PRVREG): Likewise.
8739         (ILL_COPROC): Likewise.
8740         (ILL_BADSTK): Likewise.
8741         (FPE_INTDIV): Likewise.
8742         (FPE_INTOVF): Likewise.
8743         (FPE_FLTDIV): Likewise.
8744         (FPE_FLTOVF): Likewise.
8745         (FPE_FLTUND): Likewise.
8746         (FPE_FLTRES): Likewise.
8747         (FPE_FLTINV): Likewise.
8748         (FPE_FLTSUB): Likewise.
8749         (SEGV_MAPERR): Likewise.
8750         (SEGV_ACCERR): Likewise.
8751         (BUS_ADRALN): Likewise.
8752         (BUS_ADRERR): Likewise.
8753         (BUS_OBJERR): Likewise.
8754         (BUS_MCEERR_AR): Likewise.
8755         (BUS_MCEERR_AO): Likewise.
8756         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8757         (TRAP_TRACE): Likewise.
8758         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8759         __USE_XOPEN2K8].
8760         (CLD_KILLED): Likewise.
8761         (CLD_DUMPED): Likewise.
8762         (CLD_TRAPPED): Likewise.
8763         (CLD_STOPPED): Likewise.
8764         (CLD_CONTINUED): Likewise.
8765         (POLL_IN): Likewise.
8766         (POLL_OUT): Likewise.
8767         (POLL_MSG): Likewise.
8768         (POLL_ERR): Likewise.
8769         (POLL_PRI): Likewise.
8770         (POLL_HUP): Likewise.
8771         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
8772         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
8773
8774         [BZ #16670]
8775         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
8776         before #include of <time.h>.
8777         [!__USE_XOPEN2K] (__need_timespec): Likewise.
8778         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
8779         (test-xfail-UNIX98/sched.h/conform): Likewise.
8780
8781 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8782
8783         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
8784         error absence of trapping exception support.
8785         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
8786
8787 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
8788
8789         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
8790         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
8791         * timezone/Makefile (testdata): Move definition above include of
8792         Rules.
8793         (test-zones): New variable.
8794         (tests-special): Add zone files.
8795         (build-testdata): Use $(evaluate-test).
8796
8797         * elf/Makefile (tests-special): Rename tests to end with .out.
8798         ($(objpfx)noload-mem): Likewise.
8799         ($(objpfx)tst-leaks1-mem): Likewise.
8800         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
8801         * iconv/Makefile (xtests-special): Change test-iconvconfig to
8802         $(objpfx)test-iconvconfig.out.
8803         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
8804         set -e inside subshell and redirect output to file.
8805         * iconvdata/Makefile (generated): Rename tests to end with .out.
8806         Correct type.
8807         (tests-special): Rename tests to end with .out.
8808         ($(objpfx)mtrace-tst-loading): Likewise.
8809         * intl/Makefile (generated): Likewise.
8810         (tests-special): Likewise.
8811         ($(objpfx)mtrace-tst-gettext): Likewise.
8812         * misc/Makefile (generated): Likewise.
8813         (tests-special): Likewise.
8814         ($(objpfx)tst-error1-mem): Likewise.
8815         * nptl/Makefile (tests-special): Likewise.
8816         ($(objpfx)tst-stack3-mem): Likewise.
8817         (generated): Likewise.
8818         * posix/Makefile (generated): Likewise.
8819         (tests-special): Likewise.
8820         (xtests-special): Likewise.
8821         ($(objpfx)tst-fnmatch-mem): Likewise.
8822         ($(objpfx)bug-regex2-mem): Likewise.
8823         ($(objpfx)bug-regex14-mem): Likewise.
8824         ($(objpfx)bug-regex21-mem): Likewise.
8825         ($(objpfx)bug-regex31-mem): Likewise.
8826         ($(objpfx)tst-vfork3-mem): Likewise.
8827         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
8828         ($(objpfx)tst-pcre-mem): Likewise.
8829         ($(objpfx)tst-boost-mem): Likewise.
8830         ($(objpfx)bug-ga2-mem): Likewise.
8831         ($(objpfx)bug-glob2-mem): Likewise.
8832         * resolv/Makefile (generate): Likewise.
8833         (tests-special): Likewise.
8834         (xtests-special): Likewise.
8835         (generated): Likewise.
8836         ($(objpfx)mtrace-tst-leaks): Likewise.
8837         ($(objpfx)mtrace-tst-leaks2): Likewise.
8838
8839         * scripts/merge-test-results.sh: New file.
8840         * Makefile (tests-special-notdir): New variable.
8841         (tests): Run merge-test-results.sh.
8842         (xtests): Likewise.
8843         * Rules (tests-special-notdir): New variable.
8844         (xtests-special-notdir): Likewise.
8845         (tests): Run merge-test-results.sh
8846         (xtests): Likewise.
8847
8848         * Makeconfig (test-xfail-name): New variable.
8849         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
8850         compute variable name for expected failures.
8851         * conform/Makefile (conformtest-headers-data): New variable.
8852         (conformtest-standards): Likewise.
8853         (conformtest-headers-ISO): Likewise.
8854         (conformtest-headers-ISO99): Likewise.
8855         (conformtest-headers-ISO11): Likewise.
8856         (conformtest-headers-POSIX): Likewise.
8857         (conformtest-headers-XPG3): Likewise.
8858         (conformtest-headers-XPG4): Likewise.
8859         (conformtest-headers-UNIX98): Likewise.
8860         (conformtest-headers-XOPEN2K): Likewise.
8861         (conformtest-headers-POSIX2008): Likewise.
8862         (conformtest-headers-XOPEN2K8): Likewise.
8863         (conformtest-header-list-base): Likewise.
8864         (conformtest-header-list-tests): Likewise.
8865         (conformtest-header-base): Likewise.
8866         (conformtest-header-tests): Likewise.
8867         (tests-special): Add $(conformtest-header-list-tests).  If
8868         [$(fast-check) && !$(cross-compiling)], add
8869         $(conformtest-header-tests) instead of
8870         $(objpfx)run-conformtest.out.
8871         (generated): Add $(conformtest-header-list-base).  If
8872         [$(fast-check) && !$(cross-compiling)], add
8873         $(conformtest-header-base).  Remove previous setting.
8874         ($(conformtest-header-list-tests)): New target.
8875         (test-xfail-run-conformtest): Remove variable.
8876         ($(objpfx)run-conformtest.out): Remove target.
8877         (test-xfail-ISO11/complex.h/conform): New variable.
8878         (test-xfail-ISO11/stdalign.h/conform): Likewise.
8879         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
8880         (test-xfail-XPG3/varargs.h/conform): Likewise.
8881         (test-xfail-XPG4/varargs.h/conform): Likewise.
8882         (test-xfail-UNIX98/varargs.h/conform): Likewise.
8883         (test-xfail-XPG4/ndbm.h/conform): Likewise.
8884         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
8885         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
8886         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
8887         (test-xfail-XPG3/fcntl.h/conform): Likewise.
8888         (test-xfail-XPG3/ftw.h/conform): Likewise.
8889         (test-xfail-XPG3/grp.h/conform): Likewise.
8890         (test-xfail-XPG3/langinfo.h/conform): Likewise.
8891         (test-xfail-XPG3/limits.h/conform): Likewise.
8892         (test-xfail-XPG3/pwd.h/conform): Likewise.
8893         (test-xfail-XPG3/search.h/conform): Likewise.
8894         (test-xfail-XPG3/signal.h/conform): Likewise.
8895         (test-xfail-XPG3/stdio.h/conform): Likewise.
8896         (test-xfail-XPG3/stdlib.h/conform): Likewise.
8897         (test-xfail-XPG3/string.h/conform): Likewise.
8898         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
8899         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
8900         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
8901         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
8902         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
8903         (test-xfail-XPG3/sys/types.h/conform): Likewise.
8904         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
8905         (test-xfail-XPG3/termios.h/conform): Likewise.
8906         (test-xfail-XPG3/time.h/conform): Likewise.
8907         (test-xfail-XPG3/unistd.h/conform): Likewise.
8908         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
8909         (test-xfail-XPG4/fcntl.h/conform): Likewise.
8910         (test-xfail-XPG4/langinfo.h/conform): Likewise.
8911         (test-xfail-XPG4/netdb.h/conform): Likewise.
8912         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
8913         (test-xfail-XPG4/signal.h/conform): Likewise.
8914         (test-xfail-XPG4/stdio.h/conform): Likewise.
8915         (test-xfail-XPG4/stdlib.h/conform): Likewise.
8916         (test-xfail-XPG4/stropts.h/conform): Likewise.
8917         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
8918         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
8919         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
8920         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
8921         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
8922         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
8923         (test-xfail-XPG4/sys/time.h/conform): Likewise.
8924         (test-xfail-XPG4/sys/types.h/conform): Likewise.
8925         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
8926         (test-xfail-XPG4/termios.h/conform): Likewise.
8927         (test-xfail-XPG4/ucontext.h/conform): Likewise.
8928         (test-xfail-XPG4/unistd.h/conform): Likewise.
8929         (test-xfail-XPG4/utmpx.h/conform): Likewise.
8930         (test-xfail-POSIX/sched.h/conform): Likewise.
8931         (test-xfail-POSIX/signal.h/conform): Likewise.
8932         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
8933         (test-xfail-POSIX/tar.h/conform): Likewise.
8934         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
8935         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
8936         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
8937         (test-xfail-UNIX98/netdb.h/conform): Likewise.
8938         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
8939         (test-xfail-UNIX98/sched.h/conform): Likewise.
8940         (test-xfail-UNIX98/signal.h/conform): Likewise.
8941         (test-xfail-UNIX98/stdio.h/conform): Likewise.
8942         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
8943         (test-xfail-UNIX98/stropts.h/conform): Likewise.
8944         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
8945         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
8946         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
8947         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
8948         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
8949         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
8950         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
8951         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
8952         (test-xfail-UNIX98/unistd.h/conform): Likewise.
8953         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
8954         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
8955         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
8956         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
8957         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
8958         (test-xfail-XOPEN2K/math.h/conform): Likewise.
8959         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
8960         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
8961         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
8962         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
8963         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
8964         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
8965         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
8966         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
8967         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
8968         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
8969         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
8970         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
8971         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
8972         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
8973         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
8974         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
8975         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
8976         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
8977         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
8978         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
8979         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
8980         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
8981         (test-xfail-POSIX2008/signal.h/conform): Likewise.
8982         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
8983         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
8984         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
8985         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
8986         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
8987         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
8988         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
8989         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
8990         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
8991         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
8992         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
8993         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
8994         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
8995         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
8996         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
8997         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
8998         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
8999         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
9000         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
9001         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
9002         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
9003         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
9004         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
9005         (conformtest-cc-flags): Likewise.
9006         ($(conformtest-header-tests): New target.
9007         * conform/check-header-lists.sh: New file.
9008         * conform/run-conformtest.sh: Remove.
9009
9010         * conform/conformtest.pl: Allow ' and \ in values given for
9011         constants.
9012         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
9013         inclusion.
9014         [POSIX] (sys/types.h): Likewise.
9015         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
9016         inclusion.
9017         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
9018         inclusion.
9019         * conform/data/signal.h-data (SIGIO): Remove expectation.
9020         [XPG3] (SIGBUS): Do not expect.
9021         [POSIX || XPG3] (SIGPOLL): Likewise.
9022         [POSIX || XPG3] (SIGPROF): Likewise.
9023         [POSIX || XPG3] (SIGSYS): Likewise.
9024         [XPG3] (SIGTRAP): Likewise.
9025         [POSIX || XPG3] (SIGURG): Likewise.
9026         [POSIX || XPG3] (SIGVTALRM): Likewise.
9027         [POSIX || XPG3] (SIGXCPU): Likewise.
9028         [POSIX || XPG3] (SIGXFSZ): Likewise.
9029         [POSIX] (SA_SIGINFO): Expect.
9030         [XPG3] (siginfo_t): Do not expect type or contents.
9031         [POSIX] (si_pid): Do not expect element.
9032         [POSIX] (si_uid): Likewise.
9033         [POSIX] (si_addr): Likewise.
9034         [POSIX] (si_status): Likewise.
9035         [POSIX] (si_band): Likewise.
9036         [XPG4] (si_value): Likewise.
9037         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
9038         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
9039         [POSIX || XPG3] (ILL_ILLADR): Likewise.
9040         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
9041         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
9042         [POSIX || XPG3] (ILL_PRVREG): Likewise.
9043         [POSIX || XPG3] (ILL_COPROC): Likewise.
9044         [POSIX || XPG3] (ILL_BADSTK): Likewise.
9045         [POSIX || XPG3] (FPE_INTDIV): Likewise.
9046         [POSIX || XPG3] (FPE_INTOVF): Likewise.
9047         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
9048         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
9049         [POSIX || XPG3] (FPE_FLTUND): Likewise.
9050         [POSIX || XPG3] (FPE_FLTRES): Likewise.
9051         [POSIX || XPG3] (FPE_FLTINV): Likewise.
9052         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
9053         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
9054         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
9055         [POSIX || XPG3] (BUS_ADRALN): Likewise.
9056         [POSIX || XPG3] (BUS_ADRERR): Likewise.
9057         [POSIX || XPG3] (BUS_OBJERR): Likewise.
9058         [POSIX || XPG3] (CLD_EXITED): Likewise.
9059         [POSIX || XPG3] (CLD_KILLED): Likewise.
9060         [POSIX || XPG3] (CLD_DUMPED): Likewise.
9061         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
9062         [POSIX || XPG3] (CLD_STOPPED): Likewise.
9063         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
9064         [POSIX || XPG3] (POLL_IN): Likewise.
9065         [POSIX || XPG3] (POLL_OUT): Likewise.
9066         [POSIX || XPG3] (POLL_MSG): Likewise.
9067         [POSIX || XPG3] (POLL_ERR): Likewise.
9068         [POSIX || XPG3] (POLL_PRI): Likewise.
9069         [POSIX || XPG3] (POLL_HUP): Likewise.
9070         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
9071         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
9072         (SIG*): Do not allow.
9073         [XPG3] (si_*): Likewise.
9074         [XPG3] (SI_*): Likewise.
9075         [XPG3 || XPG4] (sigev_*): Likewise.
9076         [XPG3 || XPG4] (SIGEV_*): Likewise.
9077         [XPG3 || XPG4] (sival_*): Likewise.
9078         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
9079         [POSIX || XPG3] (BUS_*): Likewise.
9080         [POSIX || XPG3] (CLD_*): Likewise.
9081         [POSIX || XPG3] (FPE_*): Likewise.
9082         [POSIX || XPG3] (ILL_*): Likewise.
9083         [POSIX || XPG3] (POLL_*): Likewise.
9084         [POSIX || XPG3] (SEGV_*): Likewise.
9085         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
9086         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
9087         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
9088         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
9089         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
9090         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
9091         Specify type and value.
9092         (TVERSLEN): Likewise.
9093         (REGTYPE): Likewise.
9094         (AREGTYPE): Likewise.
9095         (LNKTYPE): Likewise.
9096         (SYMTYPE): Likewise.
9097         (CHRTYPE): Likewise.
9098         (BLKTYPE): Likewise.
9099         (DIRTYPE): Likewise.
9100         (FIFOTYPE): Likewise.
9101         (CONTTYPE): Likewise.
9102         (TSUID): Likewise.
9103         (TSGID): Likewise.
9104         (TSVTX): Likewise.
9105         (TUREAD): Likewise.
9106         (TUWRITE): Likewise.
9107         (TUEXEC): Likewise.
9108         (TGREAD): Likewise.
9109         (TGWRITE): Likewise.
9110         (TGEXEC): Likewise.
9111         (TOREAD): Likewise.
9112         (TOWRITE): Likewise.
9113         (TOEXEC): Likewise.
9114         [POSIX] (TSVTX): Expect constant.
9115
9116 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
9117
9118         * Makefile (tests): Change dependencies to ....
9119         (tests-special): ... additions to this variable.
9120         (tests): Depend on $(tests-special).
9121         * Makerules (check-abi-list): New variable.
9122         (check-abi): Depend on $(check-abi-list).
9123         [$(subdir) = elf] (tests-special): Add
9124         $(objpfx)check-abi-libc.out.
9125         [$(build-shared) = yes && subdir] (tests-special): Add
9126         $(check-abi-list).
9127         [$(build-shared) = yes && subdir] (tests): Do not depend on
9128         check-abi.
9129         * Rules (tests): Depend on $(tests-special).
9130         (xtests): Depend on $(xtests-special).
9131         * catgets/Makefile (tests): Change dependencies to ....
9132         (tests-special): ... additions to this variable.
9133         * conform/Makefile (tests): Change dependencies to ....
9134         (tests-special): ... additions to this variable.
9135         * elf/Makefile (tests): Change dependencies to ....
9136         (tests-special): ... additions to this variable.
9137         * grp/Makefile (tests): Change dependencies to ....
9138         (tests-special): ... additions to this variable.
9139         * iconv/Makefile (xtests): Change dependencies to ....
9140         (xtests-special): ... additions to this variable.
9141         * iconvdata/Makefile (tests): Change dependencies to ....
9142         (tests-special): ... additions to this variable.
9143         * intl/Makefile (tests): Change dependencies to ....
9144         (tests-special): ... additions to this variable.  Also add
9145         $(objpfx)tst-gettext.out.
9146         * io/Makefile (tests): Change dependencies to ....
9147         (tests-special): ... additions to this variable.
9148         * libio/Makefile (tests): Change dependencies to ....
9149         (tests-special): ... additions to this variable.
9150         * malloc/Makefile (tests): Change dependencies to ....
9151         (tests-special): ... additions to this variable.
9152         * misc/Makefile (tests): Change dependencies to ....
9153         (tests-special): ... additions to this variable.
9154         * nptl/Makefile (tests): Change dependencies to ....
9155         (tests-special): ... additions to this variable.
9156         * nptl_db/Makefile (tests): Change dependencies to ....
9157         (tests-special): ... additions to this variable.
9158         * posix/Makefile (tests): Change dependencies to ....
9159         (tests-special): ... additions to this variable.
9160         (xtests): Change dependencies to ....
9161         (xtests-special): ... additions to this variable.
9162         * resolv/Makefile (tests): Change dependencies to ....
9163         (tests-special): ... additions to this variable.
9164         (xtests): Change dependencies to ....
9165         (xtests-special): ... additions to this variable.
9166         * stdio-common/Makefile (tests): Change dependencies to ....
9167         (tests-special): ... additions to this variable.
9168         (do-tst-unbputc): Remove target.
9169         (do-tst-printf): Likewise.
9170         * stdlib/Makefile (tests): Change dependencies to ....
9171         (tests-special): ... additions to this variable.
9172         * string/Makefile (tests): Change dependencies to ....
9173         (tests-special): ... additions to this variable.
9174         * sysdeps/x86/Makefile (tests): Change dependencies to ....
9175         (tests-special): ... additions to this variable.
9176
9177         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
9178         whole file.
9179         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
9180         whole file.
9181         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
9182         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
9183
9184         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
9185         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
9186         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
9187         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
9188         * conform/data/libgen.h-data [XPG3]: Likewise.
9189         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
9190         * conform/data/ndbm.h-data [XPG3]: Likewise.
9191         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9192         * conform/data/netdb.h-data [XPG3]: Likewise.
9193         * conform/data/netinet/in.h-data [XPG3]: Likewise.
9194         * conform/data/poll.h-data [XPG3]: Likewise.
9195         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
9196         * conform/data/strings.h-data [XPG3]: Likewise.
9197         * conform/data/stropts.h-data [XPG3]: Likewise.
9198         * conform/data/sys/mman.h-data [XPG3]: Likewise.
9199         * conform/data/sys/resource.h-data [XPG3]: Likewise.
9200         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
9201         Likewise.
9202         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
9203         * conform/data/sys/time.h-data [XPG3]: Likewise.
9204         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
9205         * conform/data/sys/uio.h-data [XPG3]: Likewise.
9206         * conform/data/sys/un.h-data [XPG3]: Likewise.
9207         * conform/data/syslog.h-data [XPG3]: Likewise.
9208         * conform/data/ucontext.h-data [XPG3]: Likewise.
9209         * conform/data/utmpx.h-data [XPG3]: Likewise.
9210         * conform/data/varargs.h-data [UNIX98]: Enable file.
9211
9212         * manual/Makefile (INSTALL_INFO): Remove variable setting.
9213
9214         * math/libm-test.inc (struct test_f_f_data): Move expected results
9215         into structure for each rounding mode.
9216         (struct test_ff_f_data): Likewise.
9217         (struct test_ff_f_data_nexttoward): Likewise.
9218         (struct test_fi_f_data): Likewise.
9219         (struct test_fl_f_data): Likewise.
9220         (struct test_if_f_data): Likewise.
9221         (struct test_fff_f_data): Likewise.
9222         (struct test_c_f_data): Likewise.
9223         (struct test_f_f1_data): Likewise.
9224         (struct test_fF_f1_data): Likewise.
9225         (struct test_ffI_f1_data): Likewise.
9226         (struct test_c_c_data): Likewise.
9227         (struct test_cc_c_data): Likewise.
9228         (struct test_f_i_data): Likewise.
9229         (struct test_ff_i_data): Likewise.
9230         (struct test_f_l_data): Likewise.
9231         (struct test_f_L_data): Likewise.
9232         (struct test_fFF_11_data): Likewise.
9233         (RM_): New macro.
9234         (RM_FE_DOWNWARD): Likewise.
9235         (RM_FE_TONEAREST): Likewise.
9236         (RM_FE_TOWARDZERO): Likewise.
9237         (RM_FE_UPWARD): Likewise.
9238         (RUN_TEST_LOOP_f_f): Update references to expected results.
9239         (RUN_TEST_LOOP_2_f): Likewise.
9240         (RUN_TEST_LOOP_fff_f): Likewise.
9241         (RUN_TEST_LOOP_c_f): Likewise.
9242         (RUN_TEST_LOOP_f_f1): Likewise.
9243         (RUN_TEST_LOOP_fF_f1): Likewise.
9244         (RUN_TEST_LOOP_fI_f1): Likewise.
9245         (RUN_TEST_LOOP_ffI_f1): Likewise.
9246         (RUN_TEST_LOOP_c_c): Likewise.
9247         (RUN_TEST_LOOP_cc_c): Likewise.
9248         (RUN_TEST_LOOP_f_i): Likewise.
9249         (RUN_TEST_LOOP_f_i_tg): Likewise.
9250         (RUN_TEST_LOOP_ff_i_tg): Likewise.
9251         (RUN_TEST_LOOP_f_b): Likewise.
9252         (RUN_TEST_LOOP_f_b_tg): Likewise.
9253         (RUN_TEST_LOOP_f_l): Likewise.
9254         (RUN_TEST_LOOP_f_L): Likewise.
9255         (RUN_TEST_LOOP_fFF_11): Likewise.
9256         * math/gen-libm-test.pl (parse_args): Output four copies of
9257         expected results for each test.
9258
9259         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9260         (__ASSUME_UTIMES): Remove.
9261         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9262         (__ASSUME_UTIMES): Likewise.
9263
9264         * math/gen-auto-libm-tests.c: Update comment on output format.
9265         (output_for_one_input_case): Generate before-rounding and
9266         after-rounding information as conditions on output flags not
9267         floating-point format.
9268         * math/auto-libm-test-out: Regenerated.
9269         * math/gen-libm-test.pl (cond_value): New function.
9270         (or_cond_value): Use cond_value.
9271         (generate_testfile): Handle conditional exceptions.
9272
9273 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
9274
9275         * math/libm-test.inc (max_valid_error): New variable.
9276         (init_max_error): Take new argument specifying whether function
9277         results are exactly determined.  Set max_valid_error and bound
9278         other variables for errors based on this argument.
9279         (set_max_error): Do not record results above max_valid_error.
9280         (check_float_internal): Only accept errors of up to 0.5ulps if
9281         also at most max_valid_error.
9282         (START): Take new argument EXACT and pass it to init_max_error.
9283         (acos_test): Update call to START.
9284         (acos_test_tonearest): Likewise.
9285         (acos_test_towardzero): Likewise.
9286         (acos_test_downward): Likewise.
9287         (acos_test_upward): Likewise.
9288         (acosh_test): Likewise.
9289         (asin_test): Likewise.
9290         (asin_test_tonearest): Likewise.
9291         (asin_test_towardzero): Likewise.
9292         (asin_test_downward): Likewise.
9293         (asin_test_upward): Likewise.
9294         (asinh_test): Likewise.
9295         (atan_test): Likewise.
9296         (atanh_test): Likewise.
9297         (atan2_test): Likewise.
9298         (cabs_test): Likewise.
9299         (cacos_test): Likewise.
9300         (cacosh_test): Likewise.
9301         (carg_test): Likewise.
9302         (casin_test): Likewise.
9303         (casinh_test): Likewise.
9304         (catan_test): Likewise.
9305         (catanh_test): Likewise.
9306         (cbrt_test): Likewise.
9307         (ccos_test): Likewise.
9308         (ccosh_test): Likewise.
9309         (ceil_test): Likewise.
9310         (cexp_test): Likewise.
9311         (cimag_test): Likewise.
9312         (clog_test): Likewise.
9313         (clog10_test): Likewise.
9314         (conj_test): Likewise.
9315         (copysign_test): Likewise.
9316         (cos_test): Likewise.
9317         (cos_test_tonearest): Likewise.
9318         (cos_test_towardzero): Likewise.
9319         (cos_test_downward): Likewise.
9320         (cos_test_upward): Likewise.
9321         (cosh_test): Likewise.
9322         (cosh_test_tonearest): Likewise.
9323         (cosh_test_towardzero): Likewise.
9324         (cosh_test_downward): Likewise.
9325         (cosh_test_upward): Likewise.
9326         (cpow_test): Likewise.
9327         (cproj_test): Likewise.
9328         (creal_test): Likewise.
9329         (csin_test): Likewise.
9330         (csinh_test): Likewise.
9331         (csqrt_test): Likewise.
9332         (ctan_test): Likewise.
9333         (ctan_test_tonearest): Likewise.
9334         (ctan_test_towardzero): Likewise.
9335         (ctan_test_downward): Likewise.
9336         (ctan_test_upward): Likewise.
9337         (ctanh_test): Likewise.
9338         (ctanh_test_tonearest): Likewise.
9339         (ctanh_test_towardzero): Likewise.
9340         (ctanh_test_downward): Likewise.
9341         (ctanh_test_upward): Likewise.
9342         (erf_test): Likewise.
9343         (erfc_test): Likewise.
9344         (exp_test): Likewise.
9345         (exp_test_tonearest): Likewise.
9346         (exp_test_towardzero): Likewise.
9347         (exp_test_downward): Likewise.
9348         (exp_test_upward): Likewise.
9349         (exp10_test): Likewise.
9350         (exp10_test_tonearest): Likewise.
9351         (exp10_test_towardzero): Likewise.
9352         (exp10_test_downward): Likewise.
9353         (exp10_test_upward): Likewise.
9354         (pow10_test): Likewise.
9355         (exp2_test): Likewise.
9356         (expm1_test): Likewise.
9357         (expm1_test_tonearest): Likewise.
9358         (expm1_test_towardzero): Likewise.
9359         (expm1_test_downward): Likewise.
9360         (expm1_test_upward): Likewise.
9361         (fabs_test): Likewise.
9362         (fdim_test): Likewise.
9363         (floor_test): Likewise.
9364         (fma_test): Likewise.
9365         (fma_test_towardzero): Likewise.
9366         (fma_test_downward): Likewise.
9367         (fma_test_upward): Likewise.
9368         (fmax_test): Likewise.
9369         (fmin_test): Likewise.
9370         (fmod_test): Likewise.
9371         (fpclassify_test): Likewise.
9372         (frexp_test): Likewise.
9373         (hypot_test): Likewise.
9374         (ilogb_test): Likewise.
9375         (isfinite_test): Likewise.
9376         (finite_test): Likewise.
9377         (isgreater_test): Likewise.
9378         (isgreaterequal_test): Likewise.
9379         (isinf_test): Likewise.
9380         (isless_test): Likewise.
9381         (islessequal_test): Likewise.
9382         (islessgreater_test): Likewise.
9383         (isnan_test): Likewise.
9384         (isnormal_test): Likewise.
9385         (issignaling_test): Likewise.
9386         (isunordered_test): Likewise.
9387         (j0_test): Likewise.
9388         (j1_test): Likewise.
9389         (jn_test): Likewise.
9390         (ldexp_test): Likewise.
9391         (lgamma_test): Likewise.
9392         (gamma_test): Likewise.
9393         (lrint_test): Likewise.
9394         (lrint_test_tonearest): Likewise.
9395         (lrint_test_towardzero): Likewise.
9396         (lrint_test_downward): Likewise.
9397         (lrint_test_upward): Likewise.
9398         (llrint_test): Likewise.
9399         (llrint_test_tonearest): Likewise.
9400         (llrint_test_towardzero): Likewise.
9401         (llrint_test_downward): Likewise.
9402         (llrint_test_upward): Likewise.
9403         (log_test): Likewise.
9404         (log10_test): Likewise.
9405         (log1p_test): Likewise.
9406         (log2_test): Likewise.
9407         (logb_test): Likewise.
9408         (logb_test_downward): Likewise.
9409         (lround_test): Likewise.
9410         (llround_test): Likewise.
9411         (modf_test): Likewise.
9412         (nearbyint_test): Likewise.
9413         (nextafter_test): Likewise.
9414         (nexttoward_test): Likewise.
9415         (pow_test): Likewise.
9416         (pow_test_tonearest): Likewise.
9417         (pow_test_towardzero): Likewise.
9418         (pow_test_downward): Likewise.
9419         (pow_test_upward): Likewise.
9420         (remainder_test): Likewise.
9421         (drem_test): Likewise.
9422         (remainder_test_tonearest): Likewise.
9423         (drem_test_tonearest): Likewise.
9424         (remainder_test_towardzero): Likewise.
9425         (drem_test_towardzero): Likewise.
9426         (remainder_test_downward): Likewise.
9427         (drem_test_downward): Likewise.
9428         (remainder_test_upward): Likewise.
9429         (drem_test_upward): Likewise.
9430         (remquo_test): Likewise.
9431         (rint_test): Likewise.
9432         (rint_test_tonearest): Likewise.
9433         (rint_test_towardzero): Likewise.
9434         (rint_test_downward): Likewise.
9435         (rint_test_upward): Likewise.
9436         (round_test): Likewise.
9437         (scalb_test): Likewise.
9438         (scalbn_test): Likewise.
9439         (scalbln_test): Likewise.
9440         (signbit_test): Likewise.
9441         (sin_test): Likewise.
9442         (sin_test_tonearest): Likewise.
9443         (sin_test_towardzero): Likewise.
9444         (sin_test_downward): Likewise.
9445         (sin_test_upward): Likewise.
9446         (sincos_test): Likewise.
9447         (sinh_test): Likewise.
9448         (sinh_test_tonearest): Likewise.
9449         (sinh_test_towardzero): Likewise.
9450         (sinh_test_downward): Likewise.
9451         (sinh_test_upward): Likewise.
9452         (sqrt_test): Likewise.
9453         (sqrt_test_tonearest): Likewise.
9454         (sqrt_test_towardzero): Likewise.
9455         (sqrt_test_downward): Likewise.
9456         (sqrt_test_upward): Likewise.
9457         (tan_test): Likewise.
9458         (tan_test_tonearest): Likewise.
9459         (tan_test_towardzero): Likewise.
9460         (tan_test_downward): Likewise.
9461         (tan_test_upward): Likewise.
9462         (tanh_test): Likewise.
9463         (tgamma_test): Likewise.
9464         (trunc_test): Likewise.
9465         (y0_test): Likewise.
9466         (y1_test): Likewise.
9467         (yn_test): Likewise.
9468         (significand_test): Likewise.
9469
9470         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
9471         individual tests in comment.
9472         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
9473         (prev_max_error): New variable.
9474         (prev_real_max_error): Likewise.
9475         (prev_imag_max_error): Likewise.
9476         (compare_ulp_data): Don't refer to test names in comment.
9477         (find_test_ulps): Remove function.
9478         (find_function_ulps): Likewise.
9479         (find_complex_function_ulps): Likewise.
9480         (init_max_error): Take function name as argument.  Look up ulps
9481         for that function.
9482         (print_ulps): Remove function.
9483         (print_max_error): Use prev_max_error instead of calling
9484         find_function_ulps.
9485         (print_complex_max_error): Use prev_real_max_error and
9486         prev_imag_max_error instead of calling find_complex_function_ulps.
9487         (check_float_internal): Take max_ulp parameter instead of calling
9488         find_test_ulps.  Don't call print_ulps.
9489         (check_float): Update call to check_float_internal.
9490         (check_complex): Update calls to check_float_internal.
9491         (START): Pass argument to init_max_error.
9492         * math/gen-libm-test.pl (%results): Don't include "kind"
9493         information.
9494         (parse_ulps): Don't handle ulps of individual tests.
9495         (print_ulps_file): Likewise.
9496         (output_ulps): Likewise.
9497         * math/README.libm-test: Update.
9498         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
9499         individual tests.
9500         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
9501         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
9502         * sysdeps/arm/libm-test-ulps: Likewise.
9503         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
9504         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
9505         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
9506         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
9507         * sysdeps/microblaze/libm-test-ulps: Likewise.
9508         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
9509         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9510         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
9511         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
9512         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
9513         * sysdeps/sh/libm-test-ulps: Likewise.
9514         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
9515         * sysdeps/tile/libm-test-ulps: Likewise.
9516         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9517
9518 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
9519
9520         * math/libm-test.inc (print_complex_max_error): Check separately
9521         whether real and imaginary errors are within allowed range and
9522         pass 0 to print_complex_function_ulps instead of value within
9523         allowed range.
9524
9525 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9526
9527         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
9528         formatting.
9529         (get_handles_fopen): Likewise.
9530         (do_write_test): Likewise.
9531
9532         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
9533
9534         * libio/fileops.c (do_ftell): Use cached offset when
9535         available.
9536         * libio/iofwide.c (do_ftell_wide): Likewise.
9537         * libio/iofdopen.c (_IO_new_fdopen): Don't use
9538         _IO_file_attach.
9539         * libio/wfileops.c (_IO_fwide): Don't cache offset.
9540
9541         [BZ #16532]
9542         * libio/libioP.h (get_file_offset): New function.
9543         * libio/fileops.c (get_file_offset): Likewise.
9544         (do_ftell): Likewise.
9545         (_IO_new_file_seekoff): Split out ftell logic.
9546         * libio/wfileops.c (do_ftell_wide): Likewise.
9547         (_IO_wfile_seekoff): Split out ftell logic.
9548         * libio/tst-ftell-active-handler.c: New test case.
9549         * libio/Makefile (tests): Add it.
9550
9551 2014-03-03  Roland McGrath  <roland@hack.frob.com>
9552
9553         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
9554         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
9555
9556 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
9557
9558         [BZ #16639]
9559         * nscd/connections.c (nscd_init): Call do_exit.
9560         (start_threads): Call do_exit and notify_parent.
9561         (begin_drop_privileges): Call do_exit.
9562         (finish_drop_privileges): Likewise.
9563         * nscd/selinux.c (preserve_capabilities): Likewise.
9564         (install_real_capabilities): Likewise.
9565         (nscd_selinux_enabled): Likewise.
9566         (avc_create_thread): Likewise.
9567         (avc_alloc_lock): Likewise.
9568         (nscd_avc_init): Likewise.
9569         * nscd/nscd.c (parent_fd): New static variable.
9570         (main): Create a pipe between parent and child processes.
9571         Skip closing parent_fd.
9572         (monitor_child): New function.
9573         (do_exit): Likewise.
9574         (notify_parent): Likewise.
9575         * nscd/nscd.h (notify_parent): Likewise.
9576         (do_exit): Likewise.
9577
9578 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
9579
9580         * malloc/malloc.c (__libc_calloc): Revert last change.
9581
9582 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9583
9584         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9585
9586 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9587
9588         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
9589         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
9590         implementation.
9591         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9592         (__libc_ifunc_impl_list): Likewise.
9593         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
9594         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
9595         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
9596         * string/strrchr.c: Define STRRCHR.
9597
9598 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
9599
9600         * benchtest/bench-strtok.c (simple_strtok): Delete.
9601         (strtok_string): Use as benchmark.
9602         * string/strtok (STRTOK): New macro.
9603
9604 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
9605
9606         * manual/threads.texi: Add header and standard comments to all
9607         functions.
9608
9609         * elf/dl-lookup.c (check_match): New function.
9610         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
9611         (do_lookup_x): Remove nested function check_match. Use non-nested
9612         function check_match.
9613
9614 2014-02-28  Roland McGrath  <roland@hack.frob.com>
9615
9616         * csu/Makefile (generated, before-compile): Use += rather than =.
9617         * catgets/Makefile (generated, generated-dirs): Likewise.
9618         * debug/Makefile (generated): Likewise.
9619         * dlfcn/Makefile (generated): Likewise.
9620         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
9621         * iconvdata/Makefile (before-compile, generated): Likewise.
9622         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
9623         * libio/Makefile (generated): Likewise.
9624         * malloc/Makefile (generated): Likewise.
9625         * manual/Makefile (generated, generated-dirs): Likewise.
9626         * misc/Makefile (generated): Likewise.
9627         * posix/Makefile (generated): Likewise.
9628         * resolv/Makefile (generated): Likewise.
9629         * sunrpc/Makefile (generated, generated-dirs): Likewise.
9630         * timezone/Makefile (generated, generated-dirs): Likewise.
9631
9632         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
9633
9634 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9635
9636         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
9637         power8 implementation.
9638         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
9639         file: POWER8 llround ifunc implementation.
9640         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
9641         (__lllround): Add POWER8 implementation.
9642         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
9643         POWER8 llround implementation.
9644
9645         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
9646         power8 implementation.
9647         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
9648         file: POWER8 llrint ifunc implementation.
9649         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
9650         Add POWER8 implementation.
9651         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
9652         POWER8 llrint implementation.
9653
9654         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
9655         power8 implementation.
9656         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
9657         file: POWER8 finite ifunc implementation.
9658         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
9659         Add POWER8 implementation.
9660         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
9661         Likewise.
9662         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
9663         POWER8 finite implementation.
9664         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
9665
9666         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
9667         power8 implementation.
9668         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
9669         file: POWER8 isinf ifunc implementation.
9670         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
9671         POWER8 implementation.
9672         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
9673         Likewise.
9674         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
9675         isinf implementation.
9676         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
9677
9678         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
9679         (INIT_ARCH): Add hwcap2 initialization.
9680         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
9681         power8 implementation.
9682         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
9683         file: POWER8 isnan ifunc implementation.
9684         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
9685         POWER8 implementation.
9686         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
9687         Likewise.
9688         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
9689         isnan implementation.
9690         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
9691
9692 2014-02-27  Joey Ye  <joey.ye@arm.com>
9693
9694         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9695         (_FP_NANFRAC_Q): Set to zero.
9696
9697 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9698
9699         [BZ #16623]
9700         * math/auto-libm-test-in: New test inputs.
9701         * math/auto-libm-test-out: Regenerate.
9702         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
9703         and DA.
9704         (__cos): Likewise.
9705         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
9706
9707 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
9708
9709         * scripts/evaluate-test.sh: Take new argument indicating whether
9710         failure is expected.
9711         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
9712         indicating whether failure is expected.
9713         * conform/Makefile (test-xfail-run-conformtest): New variable.
9714         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
9715         level.
9716         * posix/Makefile (test-xfail-annexc): New variable.
9717         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
9718
9719 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
9720
9721         * argp/Makefile: Include Makeconfig immediately after defining
9722         subdir.
9723         * assert/Makefile: Likewise.
9724         * benchtests/Makefile: Likewise.
9725         * catgets/Makefile: Likewise.
9726         * conform/Makefile: Likewise.
9727         * crypt/Makefile: Likewise.
9728         * csu/Makefile: Likewise.
9729         (all): Remove target.
9730         * ctype/Makefile: Include Makeconfig immediately after defining
9731         subdir.
9732         * debug/Makefile: Likewise.
9733         * dirent/Makefile: Likewise.
9734         * dlfcn/Makefile: Likewise.
9735         * gmon/Makefile: Likewise.
9736         * gnulib/Makefile: Likewise.
9737         * grp/Makefile: Likewise.
9738         * gshadow/Makefile: Likewise.
9739         * hesiod/Makefile: Likewise.
9740         * hurd/Makefile: Likewise.
9741         (all): Remove target.
9742         * iconvdata/Makefile: Include Makeconfig immediately after
9743         defining subdir.
9744         * inet/Makefile: Likewise.
9745         * intl/Makefile: Likewise.
9746         * io/Makefile: Likewise.
9747         * libio/Makefile: Likewise.
9748         (all): Remove target.
9749         * locale/Makefile: Include Makeconfig immediately after defining
9750         subdir.
9751         * login/Makefile: Likewise.
9752         * mach/Makefile: Likewise.
9753         (all): Remove target.
9754         * malloc/Makefile: Include Makeconfig immediately after defining
9755         subdir.
9756         (all): Remove target.
9757         * manual/Makefile: Include Makeconfig immediately after defining
9758         subdir.
9759         * math/Makefile: Likewise.
9760         * misc/Makefile: Likewise.
9761         * nis/Makefile: Likewise.
9762         * nss/Makefile: Likewise.
9763         * po/Makefile: Likewise.
9764         (all): Remove target.
9765         * posix/Makefile: Include Makeconfig immediately after defining
9766         subdir.
9767         * pwd/Makefile: Likewise.
9768         * resolv/Makefile: Likewise.
9769         * resource/Makefile: Likewise.
9770         * rt/Makefile: Likewise.
9771         * setjmp/Makefile: Likewise.
9772         * shadow/Makefile: Likewise.
9773         * signal/Makefile: Likewise.
9774         * socket/Makefile: Likewise.
9775         * soft-fp/Makefile: Likewise.
9776         * stdio-common/Makefile: Likewise.
9777         * stdlib/Makefile: Likewise.
9778         * streams/Makefile: Likewise.
9779         * string/Makefile: Likewise.
9780         * sunrpc/Makefile: Likewise.
9781         (all): Remove target.
9782         * sysvipc/Makefile: Include Makeconfig immediately after defining
9783         subdir.
9784         * termios/Makefile: Likewise.
9785         * time/Makefile: Likewise.
9786         * timezone/Makefile: Likewise.
9787         (all): Remove target.
9788         * wcsmbs/Makefile: Include Makeconfig immediately after defining
9789         subdir.
9790         * wctype/Makefile: Likewise.
9791
9792 2014-02-26  Steve Ellcey  <sellcey@mips.com>
9793
9794         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
9795         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
9796         (libc_feholdexcept_setround_mips): Ditto.
9797         (libc_feholdsetround): New.
9798         (libc_feholdsetroundf): New.
9799         (libc_feholdsetroundl): New.
9800         (libc_feupdateenv_test_mips): New.
9801         (libc_feupdateenv_test): New.
9802         (libc_feupdateenv_testf): New.
9803         (libc_feupdateenv_testl): New.
9804         (libc_feresetround): New.
9805         (libc_feresetroundf): New.
9806         (libc_feresetroundl): New.
9807         (libc_fetestexcept_mips): New.
9808         (libc_fetestexcept): New.
9809         (libc_fetestexceptf): New.
9810         (libc_fetestexceptl): New.
9811         (HAVE_RM_CTX): New.
9812         (libc_feholdexcept_setround_mips_ctx): New.
9813         (libc_feholdexcept_setround_ctx): New.
9814         (libc_feholdexcept_setroundf_ctx): New.
9815         (libc_feholdexcept_setroundl_ctx): New.
9816         (libc_fesetenv_mips_ctx): New.
9817         (libc_fesetenv_ctx): New.
9818         (libc_fesetenv_ctxf): New.
9819         (libc_fesetenv_ctxl): New.
9820         (libc_feupdateenv_mips_ctx): New.
9821         (libc_feupdateenv_ctx): New.
9822         (libc_feupdateenvf_ctx): New.
9823         (libc_feupdateenvl_ctx): New.
9824         (libc_feholdsetround_mips_ctx): New.
9825         (libc_feholdsetround_ctx): New.
9826         (libc_feholdsetroundf_ctx): New.
9827         (libc_feholdsetroundl_ctx): New.
9828         (libc_feresetround_mips_ctx): New.
9829         (libc_feresetround_ctx): New.
9830         (libc_feresetroundf_ctx): New.
9831         (libc_feresetroundl_ctx): New.
9832
9833 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
9834
9835         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
9836
9837         * manual/ipc.texi: New file.
9838         * manual/Makefile (chapters): Add ipc.
9839         * manual/job.texi: Add "Inter-Process Communication" to next.
9840         * manual/process.texi: Add "Inter-Process Communication" to prev.
9841
9842 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9843
9844         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9845
9846 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
9847
9848         * malloc/malloc.c (__libc_calloc): Simplify implementation.
9849
9850         * manual/arith.texi: Fix spaces after sentences.
9851         * manual/charset.texi: Likewise.
9852         * manual/errno.texi: Likewise.
9853         * manual/install.texi: Likewise.
9854         * manual/llio.texi: Likewise.
9855         * manual/locale.texi: Likewise.
9856         * manual/maint.texi: Likewise.
9857         * manual/math.texi: Likewise.
9858         * manual/memory.texi: Likewise.
9859         * manual/message.texi: Likewise.
9860         * manual/probes.texi: Likewise.
9861         * manual/resource.texi: Likewise.
9862         * manual/signal.texi: Likewise.
9863         * manual/socket.texi: Likewise.
9864         * manual/stdio.texi: Likewise.
9865         * manual/string.texi: Likewise.
9866         * manual/time.texi: Likewise.
9867         * manual/users.texi: Likewise.
9868
9869 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
9870
9871         [BZ #16632]
9872         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
9873         _DEFAULT_SOURCE is defined.
9874
9875 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
9876             Carlos O'Donell  <carlos@redhat.com>
9877
9878         [BZ #16613]
9879         * elf/dl-tls.c (_dl_count_modids): New function.
9880         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
9881         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
9882         audit library and increment generation counter.
9883         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
9884         * elf/tst-audit9.c: New file.
9885         * elf/tst-auditmod9a.c: New file.
9886         * elf/tst-auditmod9b.c: New file.
9887         * elf/Makefile: Add rules to build and run tst-audit9.
9888
9889 2014-02-25  Florian Weimer  <fweimer@redhat.com>
9890
9891         [BZ #15347]
9892         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
9893
9894 2014-02-25  Will Newton  <will.newton@linaro.org>
9895
9896         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
9897         (__longjmp): Restore sp and lr before restoring callee
9898         saved registers.  Add longjmp and longjmp_target
9899         SystemTap probe point.
9900         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
9901         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
9902         Define to zero to match jmpbuf layout.
9903         * sysdeps/arm/setjmp.S: Include stap-probe.h.
9904         (__sigsetjmp): Save sp and lr before saving callee
9905         saved registers.  Add setjmp SystemTap probe point.
9906
9907 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
9908
9909         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9910
9911 2014-02-24  Andreas Schwab  <schwab@suse.de>
9912
9913         [BZ #15804]
9914         * elf/pldd.c (wait_for_ptrace_stop): New function.
9915         (main): Call it after attaching.
9916
9917 2014-02-22  Roland McGrath  <roland@hack.frob.com>
9918
9919         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
9920         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
9921         Versions files is now verboten.
9922         * hurd/Versions (libc: GLIBC_2.0):
9923         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
9924         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
9925         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
9926         * mach/Versions: Likewise.
9927
9928         * csu/Versions: Remove unused %include.
9929         * resolv/Versions: Likewise.
9930
9931 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
9932
9933         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
9934         ($(objpfx)check-local-headers.out): Likewise.
9935         ($(objpfx)begin-end-check.out): Likewise.
9936         * Makerules (check-abi-%.out): Likewise.
9937         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
9938         ($(objpfx)test2.cat): Likewise.
9939         ($(objpfx)de/libc.cat): Likewise.
9940         ($(objpfx)test-gencat.out): Likewise.
9941         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
9942         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
9943         ($(objpfx)noload-mem): Likewise.
9944         ($(objpfx)tst-pathopt.out): Likewise.
9945         ($(objpfx)tst-rtld-load-self.out): Likewise.
9946         ($(objpfx)tst-array1-cmp.out): Likewise.
9947         ($(objpfx)tst-array1-static-cmp.out): Likewise.
9948         ($(objpfx)tst-array2-cmp.out): Likewise.
9949         ($(objpfx)tst-array3-cmp.out): Likewise.
9950         ($(objpfx)tst-array4-cmp.out): Likewise.
9951         ($(objpfx)tst-array5-cmp.out): Likewise.
9952         ($(objpfx)tst-array5-static-cmp.out): Likewise.
9953         ($(objpfx)check-textrel.out): Likewise.
9954         ($(objpfx)check-execstack.out): Likewise.
9955         ($(objpfx)check-localplt.out): Likewise.
9956         ($(objpfx)order2-cmp.out): Likewise.
9957         ($(objpfx)tst-leaks1-mem): Likewise.
9958         ($(objpfx)tst-leaks1-static-mem): Likewise.
9959         ($(objpfx)tst-initorder-cmp.out): Likewise.
9960         ($(objpfx)tst-initorder2-cmp.out): Likewise.
9961         ($(objpfx)tst-unused-dep.out): Likewise.
9962         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
9963         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
9964         * iconv/Makefile (test-iconvconfig): Likewise.
9965         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
9966         ($(objpfx)iconv-test.out): Likewise.
9967         ($(objpfx)tst-tables.out): Likewise.
9968         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
9969         ($(objpfx)tst-gettext.out): Likewise.
9970         ($(objpfx)tst-translit.out): Likewise.
9971         ($(objpfx)tst-gettext2.out): Likewise.
9972         ($(objpfx)tst-gettext4.out): Likewise.
9973         ($(objpfx)tst-gettext6.out): Likewise.
9974         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
9975         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
9976         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
9977         ($(objpfx)tst-fopenloc-mem.out): Likewise.
9978         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
9979         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
9980         * posix/Makefile ($(objpfx)globtest.out): Likewise.
9981         ($(objpfx)wordexp-tst.out): Likewise.
9982         ($(objpfx)annexc.out): Likewise.
9983         ($(objpfx)tst-fnmatch-mem): Likewise.
9984         ($(objpfx)bug-regex2-mem): Likewise.
9985         ($(objpfx)bug-regex14-mem): Likewise.
9986         ($(objpfx)bug-regex21-mem): Likewise.
9987         ($(objpfx)bug-regex31-mem): Likewise.
9988         ($(objpfx)tst-vfork3-mem): Likewise.
9989         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9990         ($(objpfx)tst-pcre-mem): Likewise.
9991         ($(objpfx)tst-boost-mem): Likewise.
9992         ($(objpfx)tst-getconf.out): Likewise.
9993         ($(objpfx)bug-ga2-mem): Likewise.
9994         ($(objpfx)bug-glob2-mem): Likewise.
9995         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
9996         ($(objpfx)mtrace-tst-leaks2): Likewise.
9997         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
9998         ($(objpfx)tst-printf.out): Likewise.
9999         ($(objpfx)tst-setvbuf1.out): Likewise.
10000         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
10001         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
10002         ($(objpfx)tst-fmtmsg.out): Likewise.
10003         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
10004         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
10005
10006         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
10007         * bits/sigaction.h [__USE_MISC]: Likewise.
10008         * bits/waitstatus.h: Update #endif comments.
10009         * ctype/ctype.h: Likewise.
10010         * dirent/dirent.h: Likewise.
10011         [__USE_MISC]: Remove redundant conditionals.
10012         * grp/grp.h: Update #endif comments.
10013         [__USE_GNU]: Remove redundant conditionals.
10014         [__USE_MISC]: Likewise.
10015         * inet/netinet/in.h [__USE_GNU]: Likewise.
10016         * io/sys/stat.h [__USE_MISC]: Likewise.
10017         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
10018         * libio/bits/stdio.h: Update #endif comments.
10019         [__USE_MISC]: Remove redundant conditionals.
10020         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
10021         * libio/stdio.h: Update #endif comments.
10022         [__USE_MISC]: Remove redundant conditionals.
10023         * math/bits/math-finite.h [__USE_MISC]: Likewise.
10024         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
10025         * math/math.h: Update #else and #endif comments.
10026         [__USE_MISC]: Remove redundant conditionals.
10027         * misc/sys/uio.h: Update #endif comments.
10028         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
10029         * posix/glob.h [__USE_MISC]: Likewise.
10030         * posix/sys/types.h: Update #endif comments.
10031         [__USE_MISC]: Remove redundant conditionals.
10032         * posix/sys/wait.h: Update #endif comments.
10033         [__USE_MISC]: Remove redundant conditionals.
10034         * posix/unistd.h: Update #endif comments.
10035         [__USE_MISC]: Remove redundant conditionals.
10036         * pwd/pwd.h [__USE_GNU]: Likewise.
10037         [__USE_MISC]: Likewise.
10038         * resolv/netdb.h [__USE_GNU]: Likewise.
10039         * signal/signal.h: Update #endif comments.
10040         [__USE_MISC]: Remove redundant conditionals.
10041         * stdlib/stdlib.h: Update #else and #endif comments.
10042         [__USE_MISC]: Remove redundant conditionals.
10043         [__USE_GNU]: Likewise.
10044         * string/bits/string2.h [__USE_MISC]: Likewise.
10045         * string/string.h: Update #endif comments.
10046         [__USE_MISC]: Remove redundant conditionals.
10047         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
10048         Likewise.
10049         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
10050         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
10051         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
10052         Likewise.
10053         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
10054         Likewise.
10055         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
10056         comments.
10057         [__USE_MISC]: Remove redundant conditionals.
10058         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
10059         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
10060         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
10061         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
10062         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
10063         Likewise.
10064         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
10065         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
10066         Likewise.
10067         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
10068         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
10069         Likewise.
10070         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
10071         Likewise.
10072         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
10073         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
10074         Likewise.
10075         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
10076         Likewise.
10077         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
10078         * sysdeps/x86/bits/string.h: Update #endif comments.
10079         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
10080         conditionals.
10081         * time/sys/time.h: Update #endif comments.
10082         * time/time.h: Likewise.
10083         [__USE_MISC]: Remove redundant conditionals.
10084
10085 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
10086
10087         [BZ #16600]
10088         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
10089
10090 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
10091
10092         * Versions.def (librt): Add GLIBC_2.17.
10093
10094 2014-02-21  Adam Conrad  <adconrad@0c3.net>
10095
10096         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
10097         synonym for _SYS_AUXV_H to allow direct inclusion.
10098         * sysdeps/sparc/bits/hwcap.h: Likewise.
10099         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
10100         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
10101         * sysdeps/sparc/sysdep.h: Likewise.
10102
10103 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
10104
10105         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
10106
10107 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
10108
10109         * benchtests/bench-strrchr.c: Print length instead of position.
10110
10111 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
10112
10113         [BZ #16611]
10114         * sysdeps/unix/sysv/linux/kernel-features.h
10115         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
10116         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
10117         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
10118         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
10119         Likewise.
10120         [__i386__ || __powerpc__ || __sh__ || __sparc__]
10121         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10122         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
10123         (__ASSUME_SENDMMSG): Define instead of using previous
10124         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
10125         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10126         (__ASSUME_SENDMMSG_SYSCALL): Define.
10127         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10128         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
10129         Likewise.
10130         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10131         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10132         Likewise.
10133         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10134         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10135         Likewise.
10136         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
10137         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10138         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10139         [__ASSUME_SENDMMSG]: Change conditionals to
10140         [__ASSUME_SENDMMSG_SOCKETCALL].
10141         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10142         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
10143         Define.
10144         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10145         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
10146         Likewise.
10147         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
10148         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
10149         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
10150         [!__ASSUME_SENDMMSG]: Change conditional to
10151         [!__ASSUME_SENDMMSG_SOCKETCALL].
10152         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10153         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
10154         Define.
10155
10156         [BZ #16610]
10157         * sysdeps/unix/sysv/linux/kernel-features.h
10158         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
10159         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
10160         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
10161         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
10162         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
10163         [__i386__ || __sparc__]
10164         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10165         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
10166         (__ASSUME_RECVMMSG): Define instead of using previous
10167         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
10168         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10169         (__ASSUME_RECVMMSG_SYSCALL): Define.
10170         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10171         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10172         Likewise.
10173         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10174         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10175         Likewise.
10176         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10177         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10178         Likewise.
10179         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
10180         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10181         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10182         [__ASSUME_RECVMMSG]: Change condition to
10183         [__ASSUME_RECVMMSG_SOCKETCALL].
10184         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10185         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10186         Define.
10187         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
10188         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10189         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
10190         Likewise.
10191         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
10192         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
10193         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
10194         [!__ASSUME_RECVMMSG]: Change condition to
10195         [!__ASSUME_RECVMMSG_SOCKETCALL].
10196         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10197         (__ASSUME_RECVMMSG_SYSCALL): Define.
10198
10199         [BZ #16609]
10200         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
10201         __powerpc__ || __s390__ || __sh__ || __sparc__]
10202         (__ASSUME_SOCKETCALL): Define.
10203         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
10204         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
10205         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
10206         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
10207         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10208         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
10209         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
10210         (__ASSUME_ACCEPT4): Define instead of using previous
10211         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
10212         __powerpc__ || __sparc__ || __s390__)] condition.
10213         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10214         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10215         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
10216         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10217         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10218         [!__ASSUME_ACCEPT4]: Change condition to
10219         [!__ASSUME_ACCEPT4_SOCKETCALL].
10220         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10221         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
10222         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
10223         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10224         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
10225         __ASSUME_ACCEPT4_SYSCALL.
10226         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
10227         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
10228         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10229         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
10230         __ASSUME_ACCEPT4_SYSCALL.
10231         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
10232         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
10233         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
10234         [__ASSUME_ACCEPT4]: Change condition to
10235         [__ASSUME_ACCEPT4_SOCKETCALL].
10236         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10237         (__ASSUME_SOCKETCALL): Define.
10238         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
10239         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10240         (__ASSUME_SOCKETCALL): Define.
10241         (__ASSUME_ACCEPT4): Remove.
10242         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
10243         Define.
10244         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10245         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
10246         Likewise.
10247         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10248         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
10249
10250         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
10251         macro.
10252         (HWCAP_ARM_LPAE): Likewise.
10253         (HWCAP_ARM_EVTSTRM): Likewise.
10254         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
10255         Add vpfd32, lpae and evtstrm.
10256         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
10257         Increase to 22.
10258
10259 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
10260
10261         * math/auto-libm-test-in: Add tests of clog10.
10262         * math/auto-libm-test-out: Regenerated.
10263         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
10264         * sysdeps/i386/fpu/libm-test-ulps: Update.
10265         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10266
10267 2014-02-18  Andreas Schwab  <schwab@suse.de>
10268
10269         [BZ #16574]
10270         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
10271         Store non-zero if the second buffer was newly allocated.
10272         (send_dg): Likewise.
10273         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
10274         to send_vc and send_dg.
10275         (res_nsend): Pass NULL for ansp2_malloced.
10276         * resolv/res_query.c (__libc_res_nquery): Add parameter
10277         answerp2_malloced and pass it down to __libc_res_nsend.
10278         (res_nquery): Pass additional NULL to __libc_res_nquery.
10279         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
10280         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
10281         second answer buffer if answerp2_malloced was set.
10282         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
10283         (__libc_res_nquerydomain): Add parameter
10284         answerp2_malloced and pass it down to __libc_res_nquery.
10285         (res_nquerydomain): Pass additional NULL to
10286         __libc_res_nquerydomain.
10287         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
10288         additional NULL to __libc_res_nsend and __libc_res_nquery.
10289         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
10290         additional NULL to __libc_res_nsearch.
10291         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
10292         parameter of __libc_res_nsearch to check for separately allocated
10293         second buffer.
10294         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
10295         __libc_res_nquery.
10296         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
10297         additional NULL to __libc_res_nquery.
10298         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
10299         __libc_res_nsearch.
10300         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
10301         * include/resolv.h: Update prototypes of __libc_res_nquery,
10302         __libc_res_nsearch, __libc_res_nsend.
10303
10304 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
10305
10306         * math/auto-libm-test-in: Add tests of fma.
10307         * math/auto-libm-test-out: Regenerated.
10308         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
10309         (fma_towardzero_test_data): Likewise.
10310         (fma_downward_test_data): Likewise.
10311         (fma_upward_test_data): Likewise.
10312         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
10313         mpc_mode.
10314         (rounding_modes): Add values for new field.
10315         (func_calc_method): Add value mpfr_fff_f.
10316         (func_calc_desc): Add mpfr_fff_f union field.
10317         (test_function): Add field exact_args.
10318         (FUNC): Add macro argument EXACT_ARGS.
10319         (FUNC_mpfr_f_f): Update call to FUNC.
10320         (FUNC_mpfr_f_f): Likewise.
10321         (FUNC_mpfr_ff_f): Likewise.
10322         (FUNC_mpfr_if_f): Likewise.
10323         (FUNC_mpc_c_f): Likewise.
10324         (FUNC_mpc_c_c): Likewise.
10325         (test_functions): Add fma.  Update calls to FUNC.
10326         (handle_input_arg): Add argument exact_args.
10327         (add_test): Update call to handle_input_arg.
10328         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
10329         (output_for_one_input_case): Update call to calc_generic_results.
10330         Recalculate exact zero results in each rounding mode.
10331
10332         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
10333         non-negative before setting low bit.
10334         * math/auto-libm-test-in: Mark one asin test possibly having
10335         spurious underflow.
10336         * math/auto-libm-test-out: Regenerated.
10337         * sysdeps/i386/fpu/libm-test-ulps: Update.
10338         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10339
10340 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
10341
10342         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
10343         * sysdeps/unix/sysv/linux/microblaze: Move directory from
10344         ports/sysdeps/unix/sysv/linux/microblaze.
10345         * README: Add missing listing for microblaze*-*-linux-gnu.
10346
10347 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
10348
10349         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
10350         duplicate code
10351
10352 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
10353
10354         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
10355         * sysdeps/unix/sysv/linux/ia64: Move directory from
10356         ports/sysdeps/unix/sysv/linux/ia64.
10357         * README: Update listing for ia64-*-linux-gnu.
10358
10359 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
10360             Joseph Myers  <joseph@codesourcery.com>
10361
10362         * Makeconfig (test-name): New variable.
10363         (evaluate-test): Likewise.
10364         * Makerules (do-test-clean): Remove .test-result files.
10365         (common-mostlyclean): Likewise.
10366         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
10367         * scripts/evaluate-test.sh: New file.
10368
10369 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
10370
10371         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
10372         separate $(objpfx)tst-fopenloc-cmp.out and
10373         $(objpfx)tst-fopenloc-mem.out targets.
10374         (tests): Update dependencies.
10375         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
10376         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
10377         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
10378         (tst-rxspencer-no-utf8-ARGS): New variable.
10379         (tst-rxspencer-no-utf8-ENV): Likewise.
10380         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
10381         instead of $(objpfx)tst-rxspencer-mem.
10382         ($(objpfx)tst-rxspencer-mem): Change target to
10383         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
10384         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
10385         * posix/tst-rxspencer-no-utf8.c: New file.
10386
10387         * elf/Makefile ($(objpfx)order.out): Remove rule.
10388         [$(run-built-tests) = yes] (tests): Depend on
10389         $(objpfx)order-cmp.out.
10390         ($(objpfx)order-cmp.out): New rule.
10391         [$(run-built-tests) = yes] (tests): Depend on
10392         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
10393         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
10394         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
10395         $(objpfx)tst-array5-static-cmp.out.
10396         ($(objpfx)tst-array1.out): Remove rule.
10397         ($(objpfx)tst-array1-cmp.out): New rule.
10398         ($(objpfx)tst-array1-static.out): Remove rule.
10399         ($(objpfx)tst-array1-static-cmp.out): New rule.
10400         ($(objpfx)tst-array2.out): Remove rule.
10401         ($(objpfx)tst-array2-cmp.out): New rule.
10402         ($(objpfx)tst-array3.out): Remove rule.
10403         ($(objpfx)tst-array3-cmp.out): New rule.
10404         ($(objpfx)tst-array4.out): Remove rule.
10405         ($(objpfx)tst-array4-cmp.out): New rule.
10406         ($(objpfx)tst-array5.out): Remove rule.
10407         ($(objpfx)tst-array5-cmp.out): New rule.
10408         ($(objpfx)tst-array5-static.out): Remove rule.
10409         ($(objpfx)tst-array5-static-cmp.out): New rule.
10410         [$(run-built-tests) = yes] (tests): Depend on
10411         $(objpfx)order2-cmp.out.
10412         ($(objpfx)order2.out): Remove rule.
10413         ($(objpfx)order2-cmp.out): New rule.
10414         ($(objpfx)tst-initorder.out): Remove rule.
10415         [$(run-built-tests) = yes] (tests): Depend on
10416         $(objpfx)tst-initorder-cmp.out.
10417         ($(objpfx)tst-initorder-cmp.out): New rule.
10418         ($(objpfx)tst-initorder2.out): Remove rule.
10419         [$(run-built-tests) = yes] (tests): Depend on
10420         $(objpfx)tst-initorder2-cmp.out.
10421         ($(objpfx)tst-initorder2-cmp.out): New rule.
10422         [$(run-built-tests) = yes] (tests): Depend on
10423         $(objpfx)tst-unused-dep-cmp.out.
10424         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
10425         ($(objpfx)tst-unused-dep-cmp.out): New rule.
10426         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
10427         on $(objpfx)tst-setvbuf1-cmp.out.
10428         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
10429         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
10430         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
10431         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
10432         ($(objpfx)tst-svc.out): Remove rule.
10433         ($(objpfx)tst-svc-cmp.out): New rule.
10434
10435 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
10436
10437         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
10438         * ctype/ctype.h [__USE_MISC]: Likewise.
10439         * dirent/dirent.h [__USE_MISC]: Likewise.
10440         * grp/grp.h [__USE_MISC]: Likewise.
10441         * io/fcntl.h [__USE_MISC]: Likewise.
10442         * io/sys/stat.h [__USE_MISC]: Likewise.
10443         * libio/stdio.h [__USE_MISC]: Likewise.
10444         * posix/unistd.h [__USE_MISC]: Likewise.
10445         * pwd/pwd.h [__USE_MISC]: Likewise.
10446         * stdlib.h [__USE_MISC]: Likewise.
10447         * string/bits/string2.h [__USE_MISC]: Likewise.
10448         * string/string.h [__USE_MISC]: Likewise.
10449         * time/time.h [__USE_MISC]: Likewise.
10450
10451 2014-02-13  Andreas Schwab  <schwab@suse.de>
10452
10453         [BZ #16574]
10454         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
10455         second answer buffer if it was separately allocated.
10456
10457 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
10458
10459         * sysdeps/mips/math-tests.h: Include <features.h>.
10460         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10461         (ROUNDING_TESTS_long_double): Do not define.
10462         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10463         (EXCEPTION_TESTS_long_double): Likewise.
10464         * sysdeps/mips/mips64/libm-test-ulps: Update.
10465
10466         * include/features.h (__USE_BSD): Remove macro definitions.
10467         (__USE_SVID): Likewise.
10468         (_BSD_SOURCE): Likewise.
10469         (_SVID_SOURCE): Likewise.
10470         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
10471         from definition of _DEFAULT_SOURCE.
10472         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
10473         [_DEFAULT_SOURCE].
10474         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
10475         * bits/mman.h [__USE_BSD]: Likewise.
10476         * bits/termios.h [__USE_BSD]: Likewise.
10477         * bits/waitstatus.h [__USE_BSD]: Likewise.
10478         * ctype/ctype.h [__USE_SVID]: Likewise.
10479         * dirent/dirent.h [__USE_BSD]: Likewise.
10480         * grp/grp.h [__USE_SVID]: Likewise.
10481         [__USE_BSD]: Likewise.
10482         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
10483         * io/fcntl.h [__USE_BSD]: Likewise.
10484         * io/ftw.h [__USE_BSD]: Likewise.
10485         * io/sys/stat.h [__USE_BSD]: Likewise.
10486         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
10487         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
10488         * libio/stdio.h [__USE_SVID]: Likewise.
10489         [__USE_BSD]: Likewise.
10490         * math/math.h [__USE_SVID]: Likewise.
10491         [__USE_BSD]: Likewise.
10492         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
10493         * misc/bits/syslog.h [__USE_BSD]: Likewise.
10494         * misc/search.h [__USE_SVID]: Likewise.
10495         * misc/sys/mman.h [__USE_BSD]: Likewise.
10496         * misc/sys/syslog.h [__USE_BSD]: Likewise.
10497         * misc/sys/uio.h [__USE_BSD]: Likewise.
10498         * posix/bits/unistd.h [__USE_BSD]: Likewise.
10499         * posix/glob.h [__USE_BSD]: Likewise.
10500         * posix/regex.h [__USE_BSD]: Likewise.
10501         * posix/sys/types.h [__USE_BSD]: Likewise.
10502         [__USE_SVID]: Likewise.
10503         * posix/sys/utsname.h [__USE_SVID]: Likewise.
10504         * posix/sys/wait.h [__USE_BSD]: Likewise.
10505         [__USE_SVID]: Likewise.
10506         * posix/unistd.h [__USE_BSD]: Likewise.
10507         [__USE_SVID]: Likewise.
10508         * pwd/pwd.h [__USE_SVID]: Likewise.
10509         * resolv/netdb.h [__USE_BSD]: Likewise.
10510         * setjmp/setjmp.h [__USE_BSD]: Likewise.
10511         * signal/signal.h [__USE_BSD]: Likewise.
10512         [__USE_SVID]: Likewise.
10513         * socket/sys/socket.h [__USE_BSD]: Likewise.
10514         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
10515         * stdlib/stdlib.h [__USE_BSD]: Likewise.
10516         [__USE_SVID]: Likewise.
10517         * string/bits/string2.h [__USE_BSD]: Likewise.
10518         [__USE_SVID]: Likewise.
10519         * string/bits/string3.h [__USE_BSD]: Likewise.
10520         * string/endian.h [__USE_BSD]: Likewise.
10521         * string/string.h [__USE_SVID]: Likewise.
10522         [__USE_BSD]: Likewise.
10523         * string/strings.h [__USE_BSD]: Likewise.
10524         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
10525         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
10526         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
10527         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
10528         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
10529         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
10530         Likewise.
10531         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
10532         Likewise.
10533         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
10534         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
10535         Likewise.
10536         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
10537         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
10538         Likewise.
10539         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
10540         Likewise.
10541         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
10542         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
10543         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
10544         Likewise.
10545         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
10546         Likewise.
10547         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
10548         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
10549         * termios/termios.h [__USE_BSD]: Likewise.
10550         * time/sys/time.h [__USE_BSD]: Likewise.
10551         * time/time.h [__USE_BSD]: Likewise.
10552         [__USE_SVID]: Likewise.
10553
10554         * Makefile (subdir_targets): Remove subdir_lint.out.
10555
10556         * stdio-common/Makefile (do-tst-unbputc): Remove target.
10557         (do-tst-printf): Likewise.
10558         (tests): Depend directly on $(objpfx)tst-unbputc.out and
10559         $(objpfx)tst-printf.out.
10560
10561         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
10562
10563         * Makerules (check-abi-%): Change target to
10564         $(objpfx)check-abi-%.out.
10565         (check-abi target): Update dependencies.
10566         (check-abi-pattern variable): Redirect output of diff to $@.
10567         (check-abi variable): Likewise.
10568         * elf/Makefile (check-abi): Update dependencies.
10569
10570         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
10571         unused.
10572         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
10573         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
10574         subnormal range.
10575         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
10576         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
10577         value has largest subnormal exponent.
10578         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
10579         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
10580         * sysdeps/aarch64/soft-fp/sfp-machine.h
10581         (_FP_TININESS_AFTER_ROUNDING): New macro.
10582         * sysdeps/alpha/soft-fp/sfp-machine.h
10583         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10584         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10585         Likewise.
10586         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
10587         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10588         * sysdeps/mips/soft-fp/sfp-machine.h
10589         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10590         * sysdeps/powerpc/soft-fp/sfp-machine.h
10591         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10592         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10593         Likewise.
10594         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
10595         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10596         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
10597         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10598         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10599         Likewise.
10600
10601 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
10602
10603         [BZ #16545]
10604         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
10605         model 1.
10606
10607 2014-02-12  Richard Henderson  <rth@redhat.com>
10608
10609         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
10610         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
10611         * sysdeps/unix/sysv/linux/alpha: Move directory from
10612         ports/sysdeps/unix/sysv/linux/alpha.
10613         * README: Update listing for alpha-*-linux-gnu.
10614
10615 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
10616
10617         * include/features.h: Update comment documenting feature test
10618         macros.
10619         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
10620         _DEFAULT_SOURCE.
10621         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
10622         (_SVID_SOURCE): Likewise.
10623         (_DEFAULT_SOURCE): Update description of default features.
10624         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
10625         with _GNU_SOURCE.
10626         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
10627         (S_ISVTX): Likewise.
10628         * manual/math.texi (Mathematical Constants): Likewise.
10629         * manual/signal.texi (Interrupted Primitives): Likewise.
10630         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
10631         * math/test-matherr.c (_SVID_SOURCE): Do not define.
10632         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
10633         Don't refer to _SVID_SOURCE in warning text.
10634
10635         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10636
10637         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
10638         already defined.
10639         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
10640         * sysdeps/mips/dl-lookup.c: Remove.
10641         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
10642
10643 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10644
10645         [BZ #16447]
10646         * math/auto-libm-test-in: Add testcase for expl.
10647         * math/auto-libm-test-out: Regenerate.
10648         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
10649         calculation of unsafe.
10650         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
10651
10652 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10653
10654         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
10655         * sysdeps/unix/sysv/linux/aarch64: Move directory from
10656         ports/sysdeps/unix/sysv/linux/aarch64.
10657         * README: Update listing for aarch64*-*-linux-gnu.
10658
10659 2014-02-11  Will Newton  <will.newton@linaro.org>
10660
10661         * manual/probes.texi (Mathematical Function Probes): Use
10662         "triggered" instead of "hit".
10663
10664         * manual/probes.texi (Internal Probes): Add documentation
10665         of setjmp, longjmp and longjmp_target probes.
10666
10667         * include/stap-probe.h: Add comment about probe argument
10668         format.
10669
10670         * malloc/mtrace.c (attribute_hidden): Remove unused macro
10671         definition.  (tr_where, tr_freehook, tr_mallochook,
10672         tr_reallochook, tr_memalignhook): Use ANSI protoype.
10673
10674 2014-02-11  David S. Miller  <davem@davemloft.net>
10675
10676         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
10677         processing int_tests.
10678
10679 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
10680
10681         * sysdeps/mips: Move directory from ports/sysdeps/mips.
10682         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
10683         * sysdeps/unix/sysv/linux/mips: Move directory from
10684         ports/sysdeps/unix/sysv/linux/mips.
10685         * README: Update listing for mips-*-linux-gnu and
10686         mips64-*-linux-gnu.
10687
10688 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
10689
10690         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
10691         * sysdeps/unix/sysv/linux/m68k: Move directory from
10692         ports/sysdeps/unix/sysv/linux/m68k.
10693         * README: Update listing for m68k-*-linux-gnu.
10694
10695 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
10696
10697         * sysdeps/tile: Move directory from ports/sysdeps/tile.
10698         * sysdeps/unix/sysv/linux/generic: Move directory from
10699         ports/sysdeps/unix/sysv/linux/generic.
10700         * sysdeps/unix/sysv/linux/tile: Move directory from
10701         ports/sysdeps/unix/sysv/linux/tile.
10702         * README: Update listing for tile*-*-linux-gnu.
10703
10704 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
10705
10706         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
10707         __builtin_expect.
10708         * benchtests/bench-memmem.c (simple_memmem): Likewise.
10709         * catgets/open_catalog.c (__open_catalog): Likewise.
10710         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
10711         * debug/confstr_chk.c: Likewise.
10712         * debug/fread_chk.c (__fread_chk): Likewise.
10713         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
10714         * debug/getgroups_chk.c: Likewise.
10715         * debug/mbsnrtowcs_chk.c: Likewise.
10716         * debug/mbsrtowcs_chk.c: Likewise.
10717         * debug/mbstowcs_chk.c: Likewise.
10718         * debug/memcpy_chk.c: Likewise.
10719         * debug/memmove_chk.c: Likewise.
10720         * debug/mempcpy_chk.c: Likewise.
10721         * debug/memset_chk.c: Likewise.
10722         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
10723         * debug/strcat_chk.c (__strcat_chk): Likewise.
10724         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
10725         * debug/strncat_chk.c (__strncat_chk): Likewise.
10726         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
10727         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
10728         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
10729         * debug/wcpncpy_chk.c: Likewise.
10730         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
10731         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
10732         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
10733         * debug/wcsncpy_chk.c: Likewise.
10734         * debug/wcsnrtombs_chk.c: Likewise.
10735         * debug/wcsrtombs_chk.c: Likewise.
10736         * debug/wcstombs_chk.c: Likewise.
10737         * debug/wmemcpy_chk.c: Likewise.
10738         * debug/wmemmove_chk.c: Likewise.
10739         * debug/wmempcpy_chk.c: Likewise.
10740         * debug/wmemset_chk.c: Likewise.
10741         * dirent/scandirat.c (SCANDIRAT): Likewise.
10742         * dlfcn/dladdr1.c (dladdr1): Likewise.
10743         * dlfcn/dladdr.c (dladdr): Likewise.
10744         * dlfcn/dlclose.c (dlclose_doit): Likewise.
10745         * dlfcn/dlerror.c (__dlerror): Likewise.
10746         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
10747         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
10748         * dlfcn/dlopen.c (dlopen_doit): Likewise.
10749         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
10750         * dlfcn/dlsym.c (dlsym_doit): Likewise.
10751         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
10752         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
10753         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
10754         Likewise.
10755         * elf/dl-conflict.c: Likewise.
10756         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
10757         * elf/dl-dst.h: Likewise.
10758         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
10759         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
10760         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
10761         * elf/dl-init.c (call_init, _dl_init): Likewise.
10762         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
10763         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
10764         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
10765         Likewise.
10766         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
10767         Likewise.
10768         * elf/dl-minimal.c (__libc_memalign): Likewise.
10769         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
10770         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10771         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
10772         * elf/dl-sym.c (do_sym): Likewise.
10773         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
10774         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
10775         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
10776         * elf/dl-writev.h (_dl_writev): Likewise.
10777         * elf/ldconfig.c (search_dir): Likewise.
10778         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
10779         (dl_main): Likewise.
10780         * elf/setup-vdso.h (setup_vdso): Likewise.
10781         * grp/compat-initgroups.c (compat_call): Likewise.
10782         * grp/fgetgrent.c (fgetgrent): Likewise.
10783         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
10784         * grp/putgrent.c (putgrent): Likewise.
10785         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
10786         Likewise.
10787         * hurd/hurdinit.c: Likewise.
10788         * iconvdata/8bit-gap.c (struct): Likewise.
10789         * iconvdata/ansi_x3.110.c : Likewise.
10790         * iconvdata/big5.c : Likewise.
10791         * iconvdata/big5hkscs.c : Likewise.
10792         * iconvdata/cp1255.c: Likewise.
10793         * iconvdata/cp1258.c : Likewise.
10794         * iconvdata/cp932.c : Likewise.
10795         * iconvdata/euc-cn.c: Likewise.
10796         * iconvdata/euc-jisx0213.c : Likewise.
10797         * iconvdata/euc-jp.c: Likewise.
10798         * iconvdata/euc-jp-ms.c : Likewise.
10799         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
10800         * iconvdata/gb18030.c : Likewise.
10801         * iconvdata/gbbig5.c (const): Likewise.
10802         * iconvdata/gbgbk.c: Likewise.
10803         * iconvdata/gbk.c : Likewise.
10804         * iconvdata/ibm1364.c : Likewise.
10805         * iconvdata/ibm930.c : Likewise.
10806         * iconvdata/ibm932.c: Likewise.
10807         * iconvdata/ibm933.c : Likewise.
10808         * iconvdata/ibm935.c : Likewise.
10809         * iconvdata/ibm937.c : Likewise.
10810         * iconvdata/ibm939.c : Likewise.
10811         * iconvdata/ibm943.c: Likewise.
10812         * iconvdata/iso_11548-1.c: Likewise.
10813         * iconvdata/iso-2022-cn.c : Likewise.
10814         * iconvdata/iso-2022-cn-ext.c : Likewise.
10815         * iconvdata/iso-2022-jp-3.c: Likewise.
10816         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
10817         * iconvdata/iso-2022-kr.c : Likewise.
10818         * iconvdata/iso646.c (gconv_end): Likewise.
10819         * iconvdata/iso_6937-2.c : Likewise.
10820         * iconvdata/iso_6937.c : Likewise.
10821         * iconvdata/iso8859-1.c: Likewise.
10822         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
10823         * iconvdata/shift_jisx0213.c : Likewise.
10824         * iconvdata/sjis.c : Likewise.
10825         * iconvdata/t.61.c : Likewise.
10826         * iconvdata/tcvn5712-1.c : Likewise.
10827         * iconvdata/tscii.c: Likewise.
10828         * iconvdata/uhc.c : Likewise.
10829         * iconvdata/unicode.c (gconv_end): Likewise.
10830         * iconvdata/utf-16.c (gconv_end): Likewise.
10831         * iconvdata/utf-32.c (gconv_end): Likewise.
10832         * iconvdata/utf-7.c (base64): Likewise.
10833         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
10834         * iconv/gconv_close.c (__gconv_close): Likewise.
10835         * iconv/gconv_open.c (__gconv_open): Likewise.
10836         * iconv/gconv_simple.c (internal_ucs4_loop_single)
10837         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
10838         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
10839         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
10840         (ucs4le_internal_loop_single): Likewise.
10841         * iconv/iconv.c (iconv): Likewise.
10842         * iconv/iconv_close.c: Likewise.
10843         * iconv/loop.c (SINGLE): Likewise.
10844         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
10845         * include/atomic.h: Likewise.
10846         * inet/inet6_option.c (option_alloc): Likewise.
10847         * intl/bindtextdom.c (set_binding_values): Likewise.
10848         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
10849         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
10850         * intl/localealias.c (read_alias_file): Likewise.
10851         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
10852         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
10853         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
10854         * libio/fmemopen.c (fmemopen): Likewise.
10855         * libio/iofgets.c (_IO_fgets): Likewise.
10856         * libio/iofgets_u.c (fgets_unlocked): Likewise.
10857         * libio/iofgetws.c (fgetws): Likewise.
10858         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
10859         * libio/iogetdelim.c (_IO_getdelim): Likewise.
10860         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
10861         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
10862         * locale/findlocale.c (_nl_find_locale): Likewise.
10863         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
10864         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
10865         Likewise.
10866         * locale/setlocale.c (setlocale): Likewise.
10867         * login/programs/pt_chown.c (main): Likewise.
10868         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
10869         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
10870         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
10871         (mmap, mmap64, mremap, munmap): Likewise.
10872         * math/e_exp2l.c: Likewise.
10873         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
10874         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
10875         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
10876         * math/s_catan.c (__catan): Likewise.
10877         * math/s_catanf.c (__catanf): Likewise.
10878         * math/s_catanh.c (__catanh): Likewise.
10879         * math/s_catanhf.c (__catanhf): Likewise.
10880         * math/s_catanhl.c (__catanhl): Likewise.
10881         * math/s_catanl.c (__catanl): Likewise.
10882         * math/s_ccosh.c (__ccosh): Likewise.
10883         * math/s_ccoshf.c (__ccoshf): Likewise.
10884         * math/s_ccoshl.c (__ccoshl): Likewise.
10885         * math/s_cexp.c (__cexp): Likewise.
10886         * math/s_cexpf.c (__cexpf): Likewise.
10887         * math/s_cexpl.c (__cexpl): Likewise.
10888         * math/s_clog10.c (__clog10): Likewise.
10889         * math/s_clog10f.c (__clog10f): Likewise.
10890         * math/s_clog10l.c (__clog10l): Likewise.
10891         * math/s_clog.c (__clog): Likewise.
10892         * math/s_clogf.c (__clogf): Likewise.
10893         * math/s_clogl.c (__clogl): Likewise.
10894         * math/s_csin.c (__csin): Likewise.
10895         * math/s_csinf.c (__csinf): Likewise.
10896         * math/s_csinh.c (__csinh): Likewise.
10897         * math/s_csinhf.c (__csinhf): Likewise.
10898         * math/s_csinhl.c (__csinhl): Likewise.
10899         * math/s_csinl.c (__csinl): Likewise.
10900         * math/s_csqrt.c (__csqrt): Likewise.
10901         * math/s_csqrtf.c (__csqrtf): Likewise.
10902         * math/s_csqrtl.c (__csqrtl): Likewise.
10903         * math/s_ctan.c (__ctan): Likewise.
10904         * math/s_ctanf.c (__ctanf): Likewise.
10905         * math/s_ctanh.c (__ctanh): Likewise.
10906         * math/s_ctanhf.c (__ctanhf): Likewise.
10907         * math/s_ctanhl.c (__ctanhl): Likewise.
10908         * math/s_ctanl.c (__ctanl): Likewise.
10909         * math/w_pow.c: Likewise.
10910         * math/w_powf.c: Likewise.
10911         * math/w_powl.c: Likewise.
10912         * math/w_scalb.c (sysv_scalb): Likewise.
10913         * math/w_scalbf.c (sysv_scalbf): Likewise.
10914         * math/w_scalbl.c (sysv_scalbl): Likewise.
10915         * misc/error.c (error_tail): Likewise.
10916         * misc/pselect.c (__pselect): Likewise.
10917         * nis/nis_callback.c (__nis_create_callback): Likewise.
10918         * nis/nis_call.c (__nisfind_server): Likewise.
10919         * nis/nis_creategroup.c (nis_creategroup): Likewise.
10920         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
10921         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
10922         * nis/nis_getservlist.c (nis_getservlist): Likewise.
10923         * nis/nis_lookup.c (nis_lookup): Likewise.
10924         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
10925         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
10926         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
10927         * nis/nis_xdr.c (xdr_endpoint): Likewise.
10928         * nis/nss_compat/compat-grp.c (getgrent_next_file)
10929         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
10930         * nis/nss_compat/compat-initgroups.c (add_group)
10931         (internal_getgrent_r): Likewise.
10932         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
10933         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
10934         * nis/nss_compat/compat-spwd.c (getspent_next_file)
10935         (internal_getspnam_r): Likewise.
10936         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
10937         (_nss_nis_getaliasbyname_r): Likewise.
10938         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
10939         (_nss_nis_getntohost_r): Likewise.
10940         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
10941         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
10942         (_nss_nis_getgrgid_r): Likewise.
10943         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
10944         (internal_nis_gethostent_r, internal_gethostbyname2_r)
10945         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
10946         (_nss_nis_gethostbyname4_r): Likewise.
10947         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
10948         (initgroups_netid): Likewise.
10949         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
10950         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
10951         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
10952         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
10953         (_nss_nis_getprotobynumber_r): Likewise.
10954         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
10955         (_nss_nis_getsecretkey): Likewise.
10956         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
10957         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
10958         (_nss_nis_getpwuid_r): Likewise.
10959         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
10960         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
10961         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
10962         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
10963         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
10964         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
10965         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
10966         Likewise.
10967         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
10968         (_nss_nisplus_getntohost_r): Likewise.
10969         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
10970         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
10971         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
10972         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
10973         Likewise.
10974         * nis/nss_nisplus/nisplus-initgroups.c
10975         (_nss_nisplus_initgroups_dyn): Likewise.
10976         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
10977         (_nss_nisplus_getnetbyaddr_r): Likewise.
10978         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
10979         (_nss_nisplus_getprotobynumber_r): Likewise.
10980         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
10981         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
10982         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
10983         Likewise.
10984         * nis/nss_nisplus/nisplus-service.c
10985         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
10986         (_nss_nisplus_getservbyport_r): Likewise.
10987         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
10988         (_nss_nisplus_getspnam_r): Likewise.
10989         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
10990         Likewise.
10991         * nscd/aicache.c (addhstaiX): Likewise.
10992         * nscd/cache.c (cache_search, prune_cache): Likewise.
10993         * nscd/connections.c (register_traced_file, send_ro_fd)
10994         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
10995         (main_loop_epoll): Likewise.
10996         * nscd/grpcache.c (addgrbyX): Likewise.
10997         * nscd/hstcache.c (addhstbyX): Likewise.
10998         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10999         * nscd/mem.c (gc, mempool_alloc): Likewise.
11000         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
11001         (addinnetgrX): Likewise.
11002         * nscd/nscd-client.h (__nscd_acquire_maplock)
11003         (__nscd_drop_map_ref): Likewise.
11004         * nscd/nscd_getai.c (__nscd_getai): Likewise.
11005         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
11006         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
11007         Likewise.
11008         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
11009         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
11010         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
11011         (__nscd_get_map_ref): Likewise.
11012         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
11013         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
11014         Likewise.
11015         * nscd/pwdcache.c (addpwbyX): Likewise.
11016         * nscd/selinux.c (preserve_capabilities): Likewise.
11017         * nscd/servicescache.c (addservbyX): Likewise.
11018         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
11019         * posix/fnmatch.c (fnmatch): Likewise.
11020         * posix/getopt.c (_getopt_internal_r): Likewise.
11021         * posix/glob.c (glob, glob_in_dir): Likewise.
11022         * posix/wordexp.c (exec_comm_child): Likewise.
11023         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
11024         (getanswer_r, gaih_getanswer_slice): Likewise.
11025         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
11026         * resolv/res_init.c: Likewise.
11027         * resolv/res_mkquery.c (res_nmkquery): Likewise.
11028         * resolv/res_query.c (__libc_res_nquery): Likewise.
11029         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
11030         Likewise.
11031         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
11032         * stdio-common/perror.c (perror): Likewise.
11033         * stdio-common/printf_fp.c (___printf_fp): Likewise.
11034         * stdio-common/tmpnam.c (tmpnam): Likewise.
11035         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
11036         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
11037         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
11038         Likewise.
11039         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
11040         * stdlib/putenv.c (putenv): Likewise.
11041         * stdlib/setenv.c (__add_to_environ): Likewise.
11042         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
11043         * stdlib/strtol_l.c (INTERNAL): Likewise.
11044         * string/memmem.c (memmem): Likewise.
11045         * string/strerror.c (strerror): Likewise.
11046         * string/strnlen.c (__strnlen): Likewise.
11047         * string/test-memmem.c (simple_memmem): Likewise.
11048         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
11049         * sunrpc/pm_getport.c (__get_socket): Likewise.
11050         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
11051         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
11052         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
11053         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
11054         Likewise.
11055         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
11056         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
11057         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
11058         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
11059         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
11060         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
11061         Likewise.
11062         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
11063         Likewise.
11064         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
11065         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
11066         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
11067         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
11068         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
11069         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
11070         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11071         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
11072         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
11073         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
11074         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
11075         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
11076         Likewise.
11077         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
11078         Likewise.
11079         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
11080         Likewise.
11081         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
11082         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
11083         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
11084         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
11085         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
11086         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
11087         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
11088         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
11089         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
11090         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
11091         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
11092         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
11093         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
11094         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
11095         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
11096         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
11097         Likewise.
11098         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
11099         Likewise.
11100         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
11101         Likewise.
11102         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
11103         Likewise.
11104         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
11105         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
11106         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
11107         Likewise.
11108         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
11109         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
11110         * sysdeps/posix/opendir.c (__opendirat): Likewise.
11111         * sysdeps/posix/sleep.c: Likewise.
11112         * sysdeps/posix/tempname.c: Likewise.
11113         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
11114         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
11115         Likewise.
11116         * sysdeps/powerpc/powerpc32/dl-machine.h
11117         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
11118         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
11119         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
11120         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
11121         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
11122         Likewise.
11123         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
11124         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
11125         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11126         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
11127         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
11128         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
11129         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
11130         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
11131         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
11132         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
11133         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
11134         (elf_machine_lazy_rel): Likewise.
11135         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
11136         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
11137         (elf_machine_lazy_rel): Likewise.
11138         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
11139         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
11140         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
11141         * sysdeps/unix/grantpt.c (grantpt): Likewise.
11142         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
11143         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
11144         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
11145         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
11146         Likewise.
11147         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
11148         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
11149         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
11150         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
11151         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
11152         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
11153         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
11154         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
11155         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
11156         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
11157         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
11158         Likewise.
11159         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
11160         (__posix_fallocate64_l64): Likewise.
11161         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
11162         (posix_fallocate): Likewise.
11163         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
11164         Likewise.
11165         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
11166         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
11167         (getifaddrs_internal): Likewise.
11168         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
11169         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
11170         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
11171         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
11172         * sysdeps/unix/sysv/linux/posix_fallocate64.c
11173         (__posix_fallocate64_l64): Likewise.
11174         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
11175         Likewise.
11176         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
11177         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
11178         (__get_clockfreq): Likewise.
11179         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
11180         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
11181         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
11182         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
11183         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
11184         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
11185         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
11186         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
11187         Likewise.
11188         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
11189         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
11190         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
11191         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
11192         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
11193         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
11194         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
11195         Likewise.
11196         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
11197         (posix_fallocate): Likewise.
11198         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
11199         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
11200         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
11201         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
11202         (elf_machine_rela, elf_machine_rela_relative)
11203         (elf_machine_lazy_rel): Likewise.
11204         * time/asctime.c (asctime_internal): Likewise.
11205         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
11206         * time/tzset.c (__tzset_parse_tz): Likewise.
11207         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
11208         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
11209         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
11210         * wcsmbs/wcsmbsload.h: Likewise.
11211
11212         [BZ #15894]
11213         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
11214
11215         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
11216         (arena_get2): Remove THREAD_STATS conditionals.
11217         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
11218         (__malloc_stats, int): Likewise.
11219
11220 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
11221
11222         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
11223         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
11224
11225         * manual/setjmp.texi: Fix typos/grammar errors.
11226
11227         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
11228         Only return early when n is <= 0.  Delete unused return statement.
11229
11230         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
11231         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
11232         * debug/tst-longjmp_chk3.c: New file.
11233
11234         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
11235         (test_main): Replace code with set_fortify_handler call.
11236         * debug/test-strcpy_chk.c: Likewise.
11237         * debug/tst-chk1.c: Likewise.
11238         * debug/tst-longjmp_chk.c: Likewise.
11239         * test-skeleton.c: Include fcntl.h & paths.h
11240         (set_fortify_handler): Define.
11241
11242         * debug/tst-longjmp_chk.c: Add header comment and include
11243         ../test-skeleton.c.
11244         (do_test): Mark static.
11245         (TEST_FUNCTION): Define.
11246
11247         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
11248         (IP_PMTUDISC_INTERFACE): Likewise.
11249         (IP_MULTICAST_IF): Likewise.
11250         (IP_MULTICAST_TTL): Likewise.
11251         (IP_MULTICAST_LOOP): Likewise.
11252         (IP_ADD_MEMBERSHIP): Likewise.
11253         (IP_DROP_MEMBERSHIP): Likewise.
11254         (IP_UNBLOCK_SOURCE): Likewise.
11255         (IP_BLOCK_SOURCE): Likewise.
11256         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
11257         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
11258         (IP_MSFILTER): Likewise.
11259         (MCAST_JOIN_GROUP): Likewise.
11260         (MCAST_BLOCK_SOURCE): Likewise.
11261         (MCAST_UNBLOCK_SOURCE): Likewise.
11262         (MCAST_LEAVE_GROUP): Likewise.
11263         (MCAST_JOIN_SOURCE_GROUP): Likewise.
11264         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
11265         (MCAST_MSFILTER): Likewise.
11266         (IP_MULTICAST_ALL): Likewise.
11267         (IP_UNICAST_IF): Likewise.
11268
11269         * timezone/Makefile: Delete $(have-ksh) check.
11270         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
11271         * timezone/tzselect.ksh: Add +x mode bits.
11272
11273         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
11274         (ANON_INODE_FS_MAGIC): Likewise.
11275         (BDEVFS_MAGIC): Likewise.
11276         (BINFMTFS_MAGIC): Likewise.
11277         (BTRFS_TEST_MAGIC): Likewise.
11278         (CRAMFS_MAGIC_WEND): Likewise.
11279         (DEBUGFS_MAGIC): Likewise.
11280         (ECRYPTFS_SUPER_MAGIC): Likewise.
11281         (EXT3_SUPER_MAGIC): Likewise.
11282         (EXT4_SUPER_MAGIC): Likewise.
11283         (FUTEXFS_SUPER_MAGIC): Likewise.
11284         (HOSTFS_SUPER_MAGIC): Likewise.
11285         (HUGETLBFS_MAGIC): Likewise.
11286         (MINIX3_SUPER_MAGIC): Likewise.
11287         (MTD_INODE_FS_MAGIC): Likewise.
11288         (NILFS_SUPER_MAGIC): Likewise.
11289         (OPENPROM_SUPER_MAGIC): Likewise.
11290         (PIPEFS_MAGIC): Likewise.
11291         (PSTOREFS_MAGIC): Likewise.
11292         (QNX6_SUPER_MAGIC): Likewise.
11293         (RAMFS_MAGIC): Likewise.
11294         (REISERFS_SUPER_MAGIC_STRING): Likewise.
11295         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
11296         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
11297         (SECURITYFS_MAGIC): Likewise.
11298         (SELINUX_MAGIC): Likewise.
11299         (SMACK_MAGIC): Likewise.
11300         (SOCKFS_MAGIC): Likewise.
11301         (SQUASHFS_MAGIC): Likewise.
11302         (STACK_END_MAGIC): Likewise.
11303         (TMPFS_MAGIC): Likewise.
11304         (USBDEVICE_SUPER_MAGIC): Likewise.
11305         (V9FS_MAGIC): Likewise.
11306         (XENFS_SUPER_MAGIC): Likewise.
11307         (CRAMFS_MAGIC): Fix typo in comment.
11308         (EXT2_SUPER_MAGIC): Update comment.
11309         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
11310
11311 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
11312
11313         * sysdeps/arm: Move directory from ports/sysdeps/arm.
11314         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
11315         * sysdeps/unix/sysv/linux/arm: Move directory from
11316         ports/sysdeps/unix/sysv/linux/arm.
11317         * README: Update listing for arm-*-linux-gnueabi.
11318
11319         * README: Remove mention of am33.
11320
11321 2014-02-07  Roland McGrath  <roland@hack.frob.com>
11322
11323         * bits/sigset.h (__sigemptyset): Use a statement expression rather
11324         than the comma operator, to avoid "rhs of comma has no effect"
11325         compiler warnings.
11326         (__sigfillset, __sigandset, __sigorset): Likewise.
11327         * include/signal.h (__sigemptyset): Likewise.
11328         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
11329
11330 2014-02-07  Allan McRae  <allan@archlinux.org>
11331
11332         * version.h (RELEASE): Set to "development".
11333         (VERSION): Set to "2.19.90"
11334         * NEWS: Add 2.20 section.
11335
11336 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
11337
11338         [BZ #16529]
11339         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
11340
11341 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
11342
11343         * manual/contrib.texi: Update entry for Carlos O'Donell,
11344         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
11345
11346 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
11347
11348         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
11349
11350         * sysdeps/unix/sysv/linux/kernel-features.h
11351         [__LINUX_KERNEL_VERSION >= 0x020621]
11352         (__ASSUME_PROC_PID_TASK_COMM): Define.
11353
11354 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
11355
11356         [BZ #16398]
11357         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
11358         conversion when destination buffer does not have enough space.
11359         * libio/tst-ftell-partial-wide.c: New test case.
11360         * libio/Makefile (tests): Add tst-ftell-partial-wide.
11361
11362         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
11363         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
11364         Leonard and Allan McRae.
11365
11366 2014-02-04  David S. Miller  <davem@davemloft.net>
11367
11368         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
11369         32-bit.
11370
11371 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11372
11373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11374         New file
11375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11376         New file
11377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11378         New file.
11379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11380         New file.
11381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11382         New file.
11383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11384         New file.
11385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11386         New file.
11387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11388         New file.
11389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11390         New file.
11391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11392         New file.
11393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11394         New file.
11395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11396         New file.
11397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11398         New file.
11399
11400 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11401
11402         * nptl/shlib-versions: Change powerpc*le start to 2.17.
11403         * shlib-versions: Likewise.
11404
11405 2014-02-04  Roland McGrath  <roland@hack.frob.com>
11406             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11407
11408         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
11409         (abilist-pattern): New variable, set to %-le.abilist.
11410
11411         * Makerules (abilist-pattern): New variable.
11412         (vpath): Use $(abilist-pattern) in place of %.abilist.
11413         (check-abi-% pattern rule): Likewise.
11414         (check-abi, update-abi): Likewise.
11415
11416 2014-02-04  Eric Wong  <normalperson@yhbt.net>
11417
11418         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11419
11420 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
11421
11422         * manual/startup.texi: Add next, previous, and top entries for
11423         the `Program Arguments' and `Environment Variables' nodes.
11424
11425 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
11426
11427         * manual/macros.texi: Add comments before MTASC-safety macros.
11428
11429         * manual/users.texi: Document MTASC-safety properties.
11430
11431         * manual/threads.texi (pthread_key_create, pthread_key_delete)
11432         (pthread_getspecific, pthread_setspecific): Format with
11433         @deftypefun, and add @safety note.
11434         * manual/signal.texi: Move comments that analyze the above
11435         functions to their home place.
11436
11437 2014-02-03  Allan McRae  <allan@archlinux.org>
11438
11439         * po/sl.po: Update Slovenian translation from translation project.
11440
11441 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
11442
11443         * manual/time.texi (timegm): Add missing blank after @c.
11444         Reported by Joseph Myers <joseph@codesourcery.com>.
11445
11446 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
11447
11448         * manual/check-safety.sh: New.
11449         * manual/Makefile ($(objpfx)stamp-summary): Run it.
11450
11451         * manual/terminal.texi: Document MTASC-safety properties.
11452
11453         * manual/filesys.texi: Document MTASC-safety properties.
11454
11455         * manual/errno.texi: Document MTASC-safety properties.
11456
11457         * manual/intro.texi: Document safety identifiers and
11458         conditionals.
11459
11460         * manual/string.texi (wcstok): Fix prototype.
11461         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
11462
11463         * manual/time.texi: Document MTASC-safety properties.
11464
11465         * manual/string.texi: Document MTASC-safety properties.
11466
11467         * manual/threads.texi: Document MTASC-safety properties.
11468
11469         * manual/stdio.texi: Document MTASC-safety properties.
11470
11471         * manual/syslog.texi: Document MTASC-safety properties.
11472
11473         * manual/sysinfo.texi: Document MTASC-safety properties.
11474
11475         * manual/startup.texi: Document MTASC-safety properties.
11476
11477         * manual/socket.texi: Document MTASC-safety properties.
11478
11479         * manual/signal.texi: Document MTASC-safety properties.
11480
11481 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
11482
11483         * manual/setjmp.texi: Document MTASC-safety properties.
11484
11485         * manual/search.texi: Document MTASC-safety properties.
11486
11487         * manual/resource.texi: Document MTASC-safety properties.
11488
11489         * manual/process.texi: Document MTASC-safety properties.
11490
11491         * manual/platform.texi: Document MTASC-safety properties.
11492
11493         * manual/pipe.texi: Document MTASC-safety properties.
11494
11495         * manual/pattern.texi: Document MTASC-safety properties.
11496
11497         * manual/message.texi: Document MTASC-safety properties.
11498
11499         [BZ #12751]
11500         * manual/memory.texi: Document MTASC-safety properties.
11501
11502         * manual/math.texi: Document MTASC-safety properties.
11503
11504         * manual/locale.texi: Document MTASC-safety properties.
11505
11506         * manual/llio.texi: Document MTASC-safety properties.
11507
11508         * manual/libdl.texi: New.
11509
11510         * manual/lang.texi: Document MTASC-safety properties.
11511
11512         * manual/job.texi: Document MTASC-safety properties.
11513
11514         * manual/getopt.texi: Document MTASC-safety properties.
11515
11516         * manual/ctype.texi: Document MTASC-safety properties.
11517
11518 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
11519
11520         [BZ #16046]
11521         * csu/libc-tls.c (static_map): Remove variable.
11522         (__libc_setup_tls): Use main executable's link map for TLS data.
11523         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
11524         casing for LM_ID_BASE and GL(dl_nns).
11525         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
11526         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
11527         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
11528         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
11529         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
11530         member.
11531         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
11532         l_phnum members.
11533
11534 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
11535
11536         * manual/debug.texi: Document MTASC-safety properties.
11537
11538 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
11539
11540         [BZ #16510]
11541         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
11542         of __x86_64__ when disabling x87 inline functions.
11543
11544 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
11545
11546         * manual/charset.texi: Document MTASC-safety properties.
11547
11548         * manual/crypt.texi: Document MTASC-safety properties.
11549
11550         * manual/conf.texi: Document MTASC-safety properties.
11551
11552         * manual/arith.texi: Document MTASC-safety properties.
11553
11554         * manual/argp.texi: Document MTASC-safety properties.
11555
11556         * manual/macros.texi: Introduce macros to document multi
11557         thread, asynchronous signal and asynchronous cancellation
11558         safety properties.
11559         * manual/intro.texi: Introduce the properties themselves.
11560
11561 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11562
11563         * sysdeps/sh/sh4/Makefile: New file.
11564
11565 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
11566
11567         * math/gen-libm-test.pl ($srcdir): New variable.
11568         ($auto_input): Use it.
11569
11570 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11571
11572         [BZ #16506]
11573         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
11574         access beyond array bounds when parsing netgroups file.
11575
11576         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
11577         the old buffer before realloc.
11578
11579 2014-01-27  Allan McRae  <allan@archlinux.org>
11580
11581         * po/fr.po: Update French translation from translation project.
11582
11583 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11584
11585         * sysdeps/sh/libm-test-ulps: Regenerate.
11586
11587 2014-01-24  David S. Miller  <davem@davemloft.net>
11588
11589         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
11590
11591 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11592
11593         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
11594         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
11595
11596 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11597
11598         [BZ #16474]
11599         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
11600         string pointers after reallocation.
11601
11602 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11603
11604         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
11605         __SH4A__ instead of __SH_FPU_ANY__.
11606
11607 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11608
11609         * sysdeps/sh/fpu_control.h: New file.
11610         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
11611         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
11612         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
11613         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
11614         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
11615         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
11616         * sysdeps/sh/sys/ucontext.h: Remove.
11617         * sysdeps/sh/sys: Remove directory.
11618
11619 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11620
11621         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
11622         s390/sys/ucontext.h.
11623         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
11624         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
11625
11626 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
11627
11628         [BZ #15605]
11629         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
11630
11631 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11632
11633         [BZ#16431]
11634         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
11635         Adjust the vDSO correctly for internal calls.
11636         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
11637
11638 2014-01-20  Allan McRae  <allan@archlinux.org>
11639
11640         * po/ca.po: Update Catalan translation from translation project.
11641
11642 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
11643
11644         * sysdeps/s390/sotruss-lib.c: New file.
11645
11646 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11647
11648         [BZ#16430]
11649         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
11650         (__GI___gettimeofday): Alias for a different internal symbol to avoid
11651         local calls issues by not having a PLT stub required for IFUNC calls.
11652         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
11653
11654 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
11655
11656         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
11657         * math/test-fpucw-static.c: Likewise.
11658
11659 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
11660
11661         [BZ #16453]
11662         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
11663
11664 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11665
11666         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
11667         implementation for powerpc.
11668
11669 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
11670
11671         [BZ #14782]
11672         * sysdeps/posix/system.c (__libc_system): Do not enable
11673         asynchronous cancellation.
11674
11675 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11676
11677         [BZ #16427]
11678         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
11679         handling only for numbers special also in the IEEE case.
11680
11681 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11682
11683         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11684
11685 2014-01-11  Allan McRae  <allan@archlinux.org>
11686
11687         * po/bg.po: Update Bulgarian translation from translation project.
11688
11689         * po/de.po: Update German translation from translation project.
11690
11691 2014-01-10  Roland McGrath  <roland@hack.frob.com>
11692
11693         * sysdeps/generic/gcc-compat.h: New file.
11694
11695 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
11696
11697         * benchtests/asin-inputs: Correct slow inputs.
11698         * benchtests/acos-inputs: Likewise.
11699
11700 2014-01-10  Allan McRae  <allan@archlinux.org>
11701
11702         * po:sv.po: Update Swedish translation from translation project.
11703
11704         * po/vi.po: Update Vietnamese translation from translation project.
11705
11706         * po/eo.po: Update Esperanto translation from translation project.
11707
11708         * po/cs.po: Update Czech translation from translation project.
11709
11710         * po/nl.po: Update Dutch translation from translation project.
11711
11712         * po/pl.po: Update Polish translation from translation project.
11713
11714         * po/ru.po: Update Russian translation from translation project.
11715
11716         * po/uk.po: Update Ukrainian translation from translation project.
11717
11718 2014-01-08  Brooks Moses  <bmoses@google.com>
11719
11720         * elf/dl-load.c: Fix comment typo.
11721
11722 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
11723
11724         * po/header.pot: Rename to...
11725         * po/pot.header: ... this.
11726         * po/Makefile: Use pot.header.
11727
11728 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
11729             Maxim Kuvyrkov  <maxim@kugelworks.com>
11730
11731         [BZ #16394]
11732         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
11733         SRC and DEST against LEN.
11734
11735 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11736
11737         [BZ #16414]
11738         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
11739         implementation.
11740         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
11741
11742 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11743
11744         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11745
11746 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
11747
11748         [BZ #16408]
11749         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
11750         for large positive arguments.
11751
11752 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
11753
11754         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
11755
11756         * math/auto-libm-test-in: Mark various tests with
11757         xfail-rounding:ldbl-128ibm.
11758         * math/auto-libm-test-out: Regenerated.
11759
11760         [BZ #16407]
11761         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11762         Increase overflow threshold.
11763
11764 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
11765
11766         [BZ #14286]
11767         * stdio-common/vfprintf.c: Check for integer overflow.
11768
11769 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11770
11771         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
11772         the first argument and return value of __tls_get_addr_internal.
11773
11774 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11775
11776         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
11777         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
11778
11779 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11780
11781         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
11782         * sysdeps/s390/rtld-global-offsets.sym: New file.
11783         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
11784         GLIBC_2.19 symbol.
11785         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
11786         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
11787         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
11788         ... this.
11789         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
11790         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
11791         ... this.
11792         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
11793         Regenerate.
11794         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
11795         Regenerate.
11796         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
11797         halfs of GPRs for high_gprs contexts.
11798         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
11799         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
11800         field.
11801         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
11802         uc_flags field.
11803         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
11804         64 bit versions:
11805         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
11806         for high GPRs (uc_high_gprs) and for future extensions
11807         (__reserved).
11808         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
11809         for future extensions (__reserved).
11810         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
11811         64 bit versions:
11812         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
11813         SC_HIGHGPRS offset definition.
11814         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
11815         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
11816
11817         * Versions.def: Add GLIBC_2.19 for libpthread.
11818         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
11819         siglongjmp for libpthread with GLIBC_2.19 symver.
11820         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
11821         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
11822         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
11823         * sysdeps/s390/__longjmp.c: New file.
11824         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
11825         * sysdeps/s390/longjmp.c: New file.
11826         * sysdeps/s390/setjmp.S: New file.
11827         * sysdeps/s390/sigjmp.S: New file.
11828         * sysdeps/s390/v1-longjmp.c: New file.
11829         * sysdeps/s390/v1-setjmp.h: New file.
11830         * sysdeps/s390/v1-sigjmp.c: New file.
11831         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
11832         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
11833         GLIBC_2.19 version.
11834         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
11835         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
11836         versioned symbols for ____longjmp_chk.
11837         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
11838         Likewise.
11839         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
11840         Regenerate.
11841         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
11842         Regenerate.
11843         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
11844         Regenerate.
11845         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
11846         Regenerate.
11847         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
11848         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
11849         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
11850         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
11851         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
11852         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
11853         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
11854         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
11855         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
11856         * sysdeps/s390/rtld-__longjmp.c: New file.
11857         * sysdeps/s390/rtld-setjmp.S: New file.
11858
11859 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
11860
11861         [BZ #16400]
11862         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
11863         Return -__logl (x) for small positive arguments without evaluating
11864         a polynomial.
11865
11866 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
11867
11868         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
11869         Rename to ...
11870         (__ptrace_peeksiginfo_args): ... this.
11871         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
11872         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
11873         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
11874
11875 2014-01-06  Allan McRae  <allan@archlinux.org>
11876
11877         * inet/netinet/in.h: Fix typo in comment.
11878
11879 2014-01-05  Andreas Jaeger  <aj@suse.de>
11880
11881         * sysdeps/i386/fpu/libm-test-ulps: Update.
11882
11883 2014-01-05  Allan McRae  <allan@archlinux.org>
11884
11885         * po/libc.pot: Regenerated.
11886
11887         * malloc/memusagestat.c: Fix gettext call formatting.
11888
11889 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
11890
11891         * nscd/nscd.c: Improve usage() output.
11892
11893 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
11894
11895         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
11896         * sysdeps/unix/sysv/linux/configure: Regenerated.
11897         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
11898         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
11899
11900 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
11901
11902         [BZ #16390]
11903         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
11904         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
11905
11906 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11907
11908         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
11909         extra tokens at end of #undef directive.
11910         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
11911         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
11912         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
11913
11914 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
11915
11916         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
11917
11918         * math/auto-libm-test-in: Mark various tests with
11919         xfail-rounding:ldbl-128ibm.
11920         * math/auto-libm-test-out: Regenerated.
11921
11922 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
11923
11924         [BZ #16386]
11925         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
11926         numbers with subnormal high part when calculating exponent.
11927
11928         [BZ #16385]
11929         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
11930         fabs.
11931
11932         [BZ #16384]
11933         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
11934         M_LN2l.
11935         (__ieee754_acoshl): Use __log1pl not __log1p.
11936
11937 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
11938
11939         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
11940         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
11941         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
11942         (grow_heap, heap_trim, _int_new_arena, get_free_list)
11943         (reused_arena, arena_get2): Convert to GNU style.
11944         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
11945         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
11946         (memalign_check, __malloc_set_state): Likewise.
11947         * malloc/mallocbug.c (main): Likewise.
11948         * malloc/malloc.c (__malloc_assert, malloc_init_state)
11949         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
11950         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
11951         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
11952         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
11953         (__posix_memalign, malloc_info): Likewise.
11954         * malloc/malloc.h: Likewise.
11955         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
11956         (mallochook, memalignhook, reallochook, mabort): Likewise.
11957         * malloc/mcheck.h: Likewise.
11958         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
11959         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
11960         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
11961         * malloc/morecore.c (__default_morecore): Likewise.
11962         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
11963         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
11964         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
11965         (print_and_abort): Likewise.
11966         * malloc/obstack.h: Likewise.
11967         * malloc/set-freeres.c (__libc_freeres): Likewise.
11968         * malloc/tst-mallocstate.c (main): Likewise.
11969         * malloc/tst-mtrace.c (main): Likewise.
11970         * malloc/tst-realloc.c (do_test): Likewise.
11971
11972 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11973
11974         [BZ #16366]
11975         * nscd/netgroupcache.c (do_notfound): New function.
11976         (addgetnetgrentX): Use it.
11977
11978         [BZ # 16365]
11979         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
11980         NSS_STATUS_NOTFOUND.
11981
11982 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
11983
11984         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
11985         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11986
11987 2014-01-01  Allan McRae  <allan@archlinux.org>
11988
11989         * scripts/update-copyrights: Update configure input file suffix.
11990
11991         * NEWS: Update copyright year.
11992         * catgets/gencat.c: Likewise.
11993         * csu/version.c: Likewise.
11994         * debug/catchsegv.sh: Likewise.
11995         * debug/pcprofiledump.c: Likewise.
11996         * debug/xtrace.sh: Likewise.
11997         * elf/ldconfig.c: Likewise.
11998         * elf/ldd.bash.in: Likewise.
11999         * elf/pldd.c: Likewise.
12000         * elf/sotruss.ksh: Likewise.
12001         * elf/sprof.c: Likewise.
12002         * iconv/iconv_prog.c: Likewise.
12003         * iconv/iconvconfig.c: Likewise.
12004         * locale/programs/locale.c: Likewise.
12005         * locale/programs/localedef.c: Likewise.
12006         * login/programs/pt_chown.c: Likewise.
12007         * malloc/memusage.sh: Likewise.
12008         * malloc/memusagestat.c: Likewise.
12009         * malloc/mtrace.pl: Likewise.
12010         * manual/libc.texinfo: Likewise.
12011         * nscd/nscd.c: Likewise.
12012         * nss/getent.c: Likewise.
12013         * nss/makedb.c: Likewise.
12014         * posix/getconf.c: Likewise.
12015         * scripts/test-installation.pl: Likewise.
12016
12017         * All files with FSF copyright notices: Update copyright dates
12018         using scripts/update-copyrights.
12019         * intl/plural.c: Regenerated.
12020         * locale/programs/charmap-kw.h: Likewise.
12021         * locale/programs/locfile-kw.h: Likewise.
12022
12023 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
12024
12025         * sysdeps/unix/sysv/linux/configure: Regenerated.
12026         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
12027         the linux/fanotify.h header.
12028         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
12029         HAVE_LINUX_FANOTIFY_H is defined.
12030
12031 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
12032
12033         * benchtests/cos-inputs: New inputs.
12034         * benchtests/sin-inputs: Likewise.
12035
12036         * benchtests/atan-inputs: New inputs. Fix name of multiple
12037         precision fallback inputs.
12038
12039         * benchtests/atanh-inputs: New inputs.
12040         * benchtests/tanh-inputs: Likewise.
12041
12042         * benchtests/acosh-inputs: New inputs.
12043         * benchtests/asinh-inputs: Likewise.
12044
12045         * benchtests/cosh-inputs: New inputs.
12046         * benchtests/sinh-inputs: Likewise.
12047
12048         * benchtests/acos-inputs: Add more inputs.
12049         * benchtests/asin-inputs: Likewise.
12050
12051 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
12052
12053         [BZ #16375]
12054         * manual/arith.texi: Fix spelling.
12055         * manual/charset.texi: Likewise.
12056         * manual/errno.texi: Likewise.
12057         * manual/filesys.texi: Likewise.
12058         * manual/lang.texi: Likewise.
12059         * manual/llio.texi: Likewise.
12060         * manual/locale.texi: Likewise.
12061         * manual/message.texi: Likewise.
12062         * manual/resource.texi: Likewise.
12063         * manual/search.texi: Likewise.
12064         * manual/setjmp.texi: Likewise.
12065         * manual/stdio.texi: Likewise.
12066         * manual/string.texi: Likewise.
12067         * manual/sysinfo.texi: Likewise.
12068         * manual/time.texi: Likewise.
12069
12070 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
12071
12072         * po/sl.po: New file.
12073
12074 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
12075
12076         * .gitignore: Add core/.gdbinit/.gdb_history.
12077
12078 2013-12-27  Allan McRae  <allan@archlinux.org>
12079
12080         [BZ #16369]
12081         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
12082         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
12083
12084 2013-12-24  Brooks Moses  <bmoses@google.com>
12085
12086         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
12087         all compilers that claim C++98 compliance, not just GCC.
12088         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
12089         Likewise.
12090
12091 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
12092
12093         * NEWS: Restore accidentally deleted bug-fix entries.
12094
12095 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
12096             Ondřej Bílka  <neleai@seznam.cz>
12097
12098         [BZ #15073]
12099         * malloc/malloc.c (_int_free): Perform sanity check only if we
12100         have_lock.
12101
12102 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
12103
12104         [BZ #12986]
12105         * manual/stdio.texi (String Input Conversions): Clarify that character
12106         classes are not supported.
12107
12108 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12109
12110         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12111
12112 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
12113
12114         [BZ #16337]
12115         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
12116         Calculate results for small negative arguments directly rather
12117         than using reflection formula with special underflow handling.
12118
12119         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
12120         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
12121         sysdeps/unix/bsd/bsd4.4/syscalls.list.
12122         (fchflags): Likewise.
12123         (revoke): Likewise.
12124         (setlogin): Likewise.
12125         (sigaltstack): Likewise.
12126         (wait4): Likewise.
12127         (sigblock): Remove.
12128         (sigsetmask): Likewise.
12129         (wait3): Likewise.
12130         (waitpid): Likewise.
12131         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
12132         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
12133         file.
12134         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
12135         * sysdeps/unix/bsd/Makefile: ... here.
12136         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
12137         * sysdeps/unix/bsd/Versions: ... here.
12138         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
12139         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
12140         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
12141         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
12142         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
12143         * sysdeps/unix/bsd/sigblock.c: ... here.
12144         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
12145         * sysdeps/unix/bsd/sigsetmask.c: ... here.
12146         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
12147         * sysdeps/unix/bsd/sigvec.c: ... here.
12148         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
12149         * sysdeps/unix/bsd/tcdrain.c: ... here.
12150         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
12151         * sysdeps/unix/bsd/tcgetattr.c: ... here.
12152         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
12153         * sysdeps/unix/bsd/tcsetattr.c: ... here.
12154         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
12155         * sysdeps/unix/bsd/wait.c: ... here.
12156         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
12157         * sysdeps/unix/bsd/wait3.c: ... here.
12158         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
12159         * sysdeps/unix/bsd/waitpid.c: ... here.
12160
12161 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
12162
12163         [BZ #16356]
12164         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
12165         round-to-nearest for [!USE_AS_EXPM1L].
12166         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
12167         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
12168         more tests of exp and exp10.  Expect some exp10 tests to miss
12169         exceptions or fail in directed rounding modes.
12170         * math/auto-libm-test-out: Regenerated.
12171         * math/libm-test.inc (exp10_tonearest_test_data): New array.
12172         (exp10_test_tonearest): New function.
12173         (exp10_towardzero_test_data): New array.
12174         (exp10_test_towardzero): New function.
12175         (exp10_downward_test_data): New array.
12176         (exp10_test_downward): New function.
12177         (exp10_upward_test_data): New array.
12178         (exp10_test_upward): New function.
12179         (main): Call the new functions.
12180         * sysdeps/i386/fpu/libm-test-ulps: Update.
12181         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12182
12183 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
12184
12185         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
12186         asinh, atan, atan2, atanh, cbrt, cos and cosh.
12187         * math/auto-libm-test-out: Regenerated.
12188         * math/libm-test.inc (acosh_test_data): Add more tests.
12189         (atanh_test_data): Likewise.
12190         (ceil_test_data): Likewise.
12191         (copysign_test_data): Likewise.
12192         * sysdeps/i386/fpu/libm-test-ulps: Update.
12193         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12194
12195         * timezone/checktab.awk: Update from tzcode 2013i.
12196         * timezone/private.h: Likewise.
12197         * timezone/scheck.c: Likewise.
12198         * timezone/tzfile.h: Likewise.
12199         * timezone/tzselect.ksh: Likewise.
12200         * timezone/zdump.c: Likewise.
12201         * timezone/zic.c: Likewise.
12202
12203         * math/auto-libm-test-in: Add tests of cpow.
12204         * math/auto-libm-test-out: Regenerated.
12205         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
12206         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12207         mpc_cc_c.
12208         (func_calc_desc): Add mpc_cc_c union field.
12209         (test_functions): Add cpow.
12210         (special_fill_2pi): New function.
12211         (special_real_inputs): Add 2pi.
12212         (calc_generic_results): Handle mpc_cc_c.
12213         * sysdeps/i386/fpu/libm-test-ulps: Update.
12214         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12215
12216         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
12217         csqrt, ctan and ctanh.
12218         * math/auto-libm-test-out: Regenerated.
12219         * math/libm-test.inc (TEST_COND_x86_64): New macro.
12220         (TEST_COND_x86): Likewise.
12221         (ccos_test_data): Use AUTO_TESTS_c_c.
12222         (ccosh_test_data): Likewise.
12223         (cexp_test_data): Likewise.
12224         (clog_test_data): Likewise.
12225         (csqrt_test_data): Likewise.
12226         (ctan_test_data): Likewise.
12227         (ctan_tonearest_test_data): Likewise.
12228         (ctan_towardzero_test_data): Likewise.
12229         (ctan_downward_test_data): Likewise.
12230         (ctan_upward_test_data): Likewise.
12231         (ctanh_test_data): Likewise.
12232         (ctanh_tonearest_test_data): Likewise.
12233         (ctanh_towardzero_test_data): Likewise.
12234         (ctanh_downward_test_data): Likewise.
12235         (ctanh_upward_test_data): Likewise.
12236         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12237         mpc_c_c.
12238         (func_calc_desc): Add mpc_c_c union field.
12239         (FUNC_mpc_c_c): New macro.
12240         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
12241         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
12242         ctanh.
12243         (special_fill_min_subnorm_p120): New function.
12244         (special_real_inputs): Add min_subnorm_p120.
12245         (calc_generic_results): Handle mpc_c_c.
12246         * sysdeps/i386/fpu/libm-test-ulps: Update.
12247         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12248
12249 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
12250
12251         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
12252         (do_sin_slow): New functions.
12253         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
12254         (cslow2, csloww1, csloww2): Use the new functions.
12255
12256         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
12257         Use M to change sign of result instead of X.  Assume X is
12258         positive.
12259         (csloww1): Likewise.
12260         (__sin): Adjust.
12261         (__cos): Adjust.
12262
12263         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
12264         arguments A and DA.
12265         (__sin): Adjust.
12266         (__cos): Likewise.
12267
12268         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
12269         (__cos): Likewise.
12270         (sloww1): Don't adjust sign of DX.
12271         (csloww1): Likewise.
12272         (sloww2): Use X directly and don't adjust sign of DX.
12273         (csloww2): Likewise.
12274
12275 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12276
12277         * math/auto-libm-test-in: Add tests of cabs and carg.
12278         * math/auto-libm-test-out: Regenerated.
12279         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
12280         (carg_test_data): Likewise.
12281         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12282         mpc_c_f.
12283         (func_calc_desc): Add mpc_c_f union field.
12284         (test_functions): Add cabs and carg.
12285         (calc_generic_results): Handle mpc_c_f.
12286
12287         * sysdeps/powerpc/powerpc32/libgcc-compat.S
12288         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
12289         as a macro and a compat symbol.
12290         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
12291         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
12292         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
12293         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
12294         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
12295         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
12296         not use .hidden.
12297         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
12298         Likewise.
12299         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
12300         Likewise.
12301         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
12302         Likewise.
12303         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
12304         Likewise.
12305         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
12306         Likewise.
12307         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
12308         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
12309         from GLIBC_2.3.2.
12310
12311 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12312
12313         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12314
12315 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12316
12317         * manual/texinfo.tex: Update to version 2013-11-26.10 with
12318         trailing whitespace removed.
12319         * scripts/config.guess: Update to version 2013-11-29.
12320         * scripts/config.sub: Update to version 2013-10-01.
12321
12322         * math/auto-libm-test-in: Add tests of sincos.
12323         * math/auto-libm-test-out: Regenerated.
12324         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
12325         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12326         mpfr_f_11.
12327         (func_calc_desc): Add mpfr_f_11 union field.
12328         (test_functions): Add sincos.
12329         (calc_generic_results): Handle mpfr_f_11.
12330         * sysdeps/i386/fpu/libm-test-ulps: Update.
12331         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12332
12333 2013-12-19  Andreas Schwab  <schwab@suse.de>
12334
12335         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
12336         CALL_MCOUNT.
12337         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
12338         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
12339         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
12340
12341 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
12342
12343         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
12344         * sysdeps/i386/fpu/libm-test-ulps: Update.
12345         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12346
12347         [BZ #16293]
12348         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
12349         round-to-nearest mode when using frndint.
12350         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
12351         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
12352         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
12353         Likewise.
12354         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
12355         sinh test to fail.
12356         * math/auto-libm-test-out: Regenerated.
12357         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
12358         (TEST_COND_x86): Likewise.
12359         (expm1_tonearest_test_data): New array.
12360         (expm1_test_tonearest): New function.
12361         (expm1_towardzero_test_data): New array.
12362         (expm1_test_towardzero): New function.
12363         (expm1_downward_test_data): New array.
12364         (expm1_test_downward): New function.
12365         (expm1_upward_test_data): New array.
12366         (expm1_test_upward): New function.
12367         (main): Run the new test functions.
12368         * sysdeps/i386/fpu/libm-test-ulps: Update.
12369         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12370
12371         * include/features.h: Update comment documenting feature test
12372         macros.  Mention _DEFAULT_SOURCE in comment.
12373         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
12374         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
12375         _BSD_SOURCE and _SVID_SOURCE.
12376         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
12377         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
12378         !_SVID_SOURCE]: Likewise.
12379         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12380         (__USE_POSIX_IMPLICITLY): Define.
12381         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12382         (_POSIX_SOURCE): Undefine and redefine.
12383         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12384         (_POSIX_C_SOURCE): Likewise.
12385         * manual/creature.texi (_DEFAULT_SOURCE): Document.
12386         (Feature Test Macros): Update documentation of default features.
12387
12388 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
12389
12390         * benchtests/Makefile: Add bench-strtok.
12391         * benchtests/bench-strtok.c: New file: strtok benchtest.
12392
12393 2013-12-19  Allan McRae  <allan@archlinux.org>
12394
12395         * manual/install.texi: Suppress menu for plain text output.
12396         * INSTALL: Regenerated.
12397
12398 2013-12-18  Brooks Moses  <bmoses@google.com>
12399
12400         [BZ #15846]
12401         * misc/getauxval.c: Include errno.h.
12402         (__getauxval): Set errno to ENOENT if the requested type is not
12403         found.
12404         * misc/sys/auxv.h (getauxval): Document that it may set errno;
12405         don't declare with __attribute_const__.
12406         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
12407         * manual/startup.texi: Document that getauxval sets errno.
12408
12409 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12410
12411         * math/auto-libm-test-in: Add tests of jn and yn.
12412         * math/auto-libm-test-out: Regenerated.
12413         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
12414         (yn_test_data): Likewise.
12415         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12416         mpfr_if_f.
12417         (func_calc_desc): Add mpfr_if_f union field.
12418         (FUNC_mpfr_if_f): New macro.
12419         (test_functions): Add jn and yn.
12420         (calc_generic_results): Assert type of second input for
12421         mpfr_ff_f.  Handle mpfr_if_f.
12422         (output_for_one_input_case): Disable all checking for arguments
12423         fitting floating-point types in case of an integer argument.
12424         * sysdeps/i386/fpu/libm-test-ulps: Update.
12425         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12426
12427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
12428         Don't expect fegetround reference in libm.so.
12429
12430 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
12431
12432         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
12433         $(config-cflags-nofma).
12434
12435 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12436
12437         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
12438         * math/auto-libm-test-out: Regenerated.
12439
12440         [BZ #16338]
12441         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
12442         to determine exponent and adjust argument to have exponent of -1.
12443         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
12444         log2.
12445         * math/auto-libm-test-out: Regenerated.
12446         * sysdeps/i386/fpu/libm-test-ulps: Update.
12447         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12448
12449 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
12450
12451         * manual/probes.texi: Remove cases when per-thread arenas are
12452         disabled.
12453
12454 2013-12-18  Andreas Schwab  <schwab@suse.de>
12455
12456         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
12457         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
12458         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
12459         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
12460         * sysdeps/i386/i686/multiarch/Makefile: Update.
12461         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
12462
12463 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12464
12465         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
12466         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
12467
12468 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
12469
12470         [BZ #15968]
12471         Support TZ transition times < 00:00:00.
12472         This is needed for version-3 tz-format files; it supports time
12473         stamps past 2037 for America/Godthab (the only entry in the tz
12474         database for which this change is relevant).
12475         * manual/time.texi (TZ Variable): Document transition times
12476         from -167:59:59 through -00:00:01.
12477         * time/tzset.c (tz_rule): Time of day is now signed.
12478         (__tzset_parse_tz): Parse negative time of day.
12479
12480         Document TZ transition times >= 25:00:00.
12481         * manual/time.texi (TZ Variable): Document transition times from
12482         25:00:00 through 167:59:59.  These are already supported, and this
12483         support will help with version-3 tz-format files.
12484
12485         * manual/time.texi (TZ Variable): Modernize North America example
12486         to reflect current (i.e., 2007-and-later) daylight saving rules.
12487
12488         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
12489
12490 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12491
12492         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
12493         * sysdeps/unix/bsd/bits/stat.h: Likewise.
12494         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
12495         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
12496         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
12497         * sysdeps/unix/bsd/bsdstat.h: Likewise.
12498         * sysdeps/unix/bsd/clock.c: Likewise.
12499         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
12500         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
12501         * sysdeps/unix/bsd/init-posix.c: Likewise.
12502         * sysdeps/unix/bsd/poll.c: Likewise.
12503         * sysdeps/unix/bsd/ptsname.c: Likewise.
12504         * sysdeps/unix/bsd/seekdir.c: Likewise.
12505         * sysdeps/unix/bsd/setegid.c: Likewise.
12506         * sysdeps/unix/bsd/seteuid.c: Likewise.
12507         * sysdeps/unix/bsd/setgid.c: Likewise.
12508         * sysdeps/unix/bsd/setrgid.c: Likewise.
12509         * sysdeps/unix/bsd/setruid.c: Likewise.
12510         * sysdeps/unix/bsd/setsid.c: Likewise.
12511         * sysdeps/unix/bsd/setuid.c: Likewise.
12512         * sysdeps/unix/bsd/sigaction.c: Likewise.
12513         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
12514         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
12515         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
12516         * sysdeps/unix/bsd/telldir.c: Likewise.
12517         * sysdeps/unix/bsd/times.c: Likewise.
12518         * sysdeps/unix/bsd/usleep.c: Likewise.
12519
12520         * misc/Makefile (install-lib): Remove libbsd-compat.a.
12521         ($(objpfx)libbsd-compat.a): Remove rule.
12522
12523         * include/features.h (__FAVOR_BSD): Do not define.
12524         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
12525         features conflicting with POSIX.
12526         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
12527         (_BSD_SOURCE): Remove description of not being a subset of other
12528         feature test macros.
12529         * manual/job.texi (getpgrp): Do not document BSD version.
12530         (getpgid): Do not document by reference to BSD getpgrp.
12531         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
12532         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
12533         * signal/signal.h [__FAVOR_BSD]: Likewise.
12534         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
12535         instead of making contents conditional on [__FAVOR_BSD].
12536         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
12537
12538 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12539
12540         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12541
12542 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12543
12544         [BZ #16314]
12545         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
12546         values below 2**-450, not 2**-500.
12547         * math/auto-libm-test-in: Don't allow spurious underflow from
12548         hypot.
12549         * math/auto-libm-test-out: Regenerated.
12550
12551         [BZ #16316]
12552         [BZ #16330]
12553         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
12554         values of ha and hb and sort them after adjusting subnormal
12555         arguments.
12556         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
12557         Likewise.
12558         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
12559         values of ea and eb and sort them after adjusting subnormal
12560         arguments.
12561         * math/auto-libm-test-in: Do not expect some hypot tests of
12562         subnormals to fail.  Add more hypot tests.
12563         * math/auto-libm-test-out: Regenerated.
12564
12565 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12566
12567         [BZ #13304]
12568         * sysdeps/sh/s_fma.c: New file.
12569         * sysdeps/sh/s_fmaf.c: New file.
12570         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
12571         version.
12572         * sysdeps/sh/Implies: Add sh/soft-fp.
12573
12574 2013-12-16  Roland McGrath  <roland@hack.frob.com>
12575
12576         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
12577         level of indirection to members `objname', `errstring', `malloced'.
12578         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
12579         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
12580         it as the __longjmp argument (just pass 1 instead).
12581         (_dl_catch_error): Initialize C with argument pointers and address of
12582         volatile local ERRCODE rather than copying values out of C at return.
12583
12584 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
12585
12586         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
12587         * math/auto-libm-test-out: Regenerated.
12588         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
12589         (hypot_test_data): Likewise.
12590         (pow_test_data): Likewise.
12591         (pow_tonearest_test_data): Likewise.
12592         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12593         mpfr_ff_f.
12594         (func_calc_desc): Add mpfr_ff_f union field.
12595         (FUNC_mpfr_ff_f): New macro.
12596         (test_functions): Add atan2, hypot and pow.
12597         (special_fill_min): New function.
12598         (special_fill_minus_min): Likewise.
12599         (special_fill_min_subnorm): Likewise.
12600         (special_fill_minus_min_subnorm): Likewise.
12601         (special_real_inputs): Add min, -min, min_subnorm and
12602         -min_subnorm.
12603         (calc_generic_results): Handle mpfr_ff_f.
12604         * sysdeps/i386/fpu/libm-test-ulps: Update.
12605         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12606
12607 2013-12-16  Will Newton  <will.newton@linaro.org>
12608
12609         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
12610         (Aligned Memory Blocks): Add documentation for aligned_alloc
12611         and suggest it as an alternative to posix_memalign.
12612         (Hooks for Malloc): Document __memalign_hook is also called
12613         for aligned_alloc.  (Summary of Malloc): Add summary for
12614         aligned alloc.  Document __memalign_hook is also called
12615         for aligned_alloc.
12616
12617 2013-12-16  Will Newton  <will.newton@linaro.org>
12618
12619         * manual/memory.texi (Malloc Examples): Clarify default
12620         alignment documentation.  Suggest posix_memalign rather
12621         than memalign or valloc.
12622         (Aligned Memory Blocks): Remove suggestion to use memalign
12623         or valloc.  Remove obsolete comment about BSD.
12624         Document memalign errno values and mark the function obsolete.
12625         Document posix_memalign returned error codes.  Mark valloc
12626         as obsolete.  (Hooks for Malloc): __memalign_hook is also
12627         called for posix_memalign and valloc.
12628         (Summary of Malloc): Add posix_memalign to function summary.
12629         __memalign_hook is also called for posix_memalign and valloc.
12630
12631 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12632
12633         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
12634         TAYLOR_SIN.
12635         (__sin): Adjust.
12636         (__cos): Likewise.
12637         (sloww): Use mynumber union.  Expand ternary operator into
12638         if-else statements.
12639         (cslow): use mynumber union.
12640
12641 2013-12-16  Allan McRae  <allan@archlinux.org>
12642
12643         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
12644         * configure: Regenerated.
12645
12646         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
12647
12648         [BZ #14120]
12649         * configure.ac: Added --enable-maintainer-mode. Check for
12650         autoconf when enabled.
12651         * configure: Regenerated.
12652
12653         * nscd/nscd.service: New file.
12654         * nscd/nscd.tmpfiles: New file.
12655
12656 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
12657
12658         [BZ #12100]
12659         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
12660         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
12661         * sysdeps/x86_64/multiarch/strstr.c: ... here.
12662         (strstr): Add __strstr_sse2_unaligned ifunc.
12663         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
12664         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
12665         (strcasestr): Remove __strcasestr_sse42 ifunc.
12666         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
12667         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
12668         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
12669
12670 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12671
12672         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
12673         * sysdeps/sh/bits/fenv.h: ... here.
12674         * sysdeps/sh/sh4/fpu/bits: Remove directory.
12675
12676 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12677
12678         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
12679
12680         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
12681         hypotf multiarch implementations.
12682         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
12683         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
12684         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
12685         multiarch hypot for PPC64.
12686         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
12687         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
12688         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
12689         multiarch hypotf for PPC64.
12690
12691         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
12692         modff multiarch implementations.
12693         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
12694         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
12695         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
12696         multiarch modf for PPC64.
12697         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
12698         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
12699         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
12700         multiarch modff for PPC64.
12701
12702         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
12703         and logl multiarch implementations.
12704         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
12705         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
12706         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
12707         multiarch logb for PPC64.
12708         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
12709         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
12710         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
12711         multiarch logb for PPC64.
12712         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
12713         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
12714         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
12715         multiarch logb for PPC64.
12716
12717         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
12718         isinff multiarch implementation.
12719         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
12720         file.
12721         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
12722         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
12723         multiarch isinf for PPC64.
12724         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
12725         file.
12726         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
12727         multiarch isinff for PPC64.
12728
12729         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
12730         finitef multiarch implementation.
12731         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
12732         file.
12733         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
12734         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
12735         multiarch finite for PPC64.
12736         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
12737         file.
12738         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
12739         multiarch finitef for PPC64.
12740
12741         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
12742         lrint multiarch implementation.
12743         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
12744         file.
12745         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
12746         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
12747         multiarch llrint for PPC64.
12748         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
12749         multiarch lrint for PPC64.
12750
12751         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
12752         copysignf multiarch implementation.
12753         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
12754         file.
12755         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
12756         file.
12757         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
12758         multiarch copysign for PPC64.
12759         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
12760         multiarch copysignf for PPC64.
12761
12762         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
12763         multiarch implementation.
12764         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
12765         file.
12766         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
12767         file.
12768         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
12769         file.
12770         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
12771         file.
12772         multiarch llround for PPC64.
12773         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
12774         multiarch trunc for PPC64.
12775         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
12776         multiarch truncf for PPC64.
12777
12778         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
12779         multiarch implementation.
12780         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
12781         file.
12782         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
12783         file.
12784         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
12785         file.
12786         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
12787         file.
12788         multiarch llround for PPC64.
12789         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
12790         multiarch round for PPC64.
12791         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
12792         multiarch roundf for PPC64.
12793
12794         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
12795         multiarch implementation.
12796         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
12797         file.
12798         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
12799         file.
12800         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
12801         file.
12802         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
12803         file.
12804         multiarch llround for PPC64.
12805         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
12806         multiarch floor for PPC64.
12807         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
12808         multiarch floorf for PPC64.
12809
12810         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
12811         multiarch implementation.
12812         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
12813         file.
12814         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
12815         file.
12816         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
12817         file.
12818         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
12819         file.
12820         multiarch llround for PPC64.
12821         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
12822         multiarch ceil for PPC64.
12823         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
12824         multiarch ceilf for PPC64.
12825
12826         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
12827         multiarch implementation.
12828         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
12829         file.
12830         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
12831         file.
12832         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
12833         file.
12834         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
12835         multiarch llround for PPC64.
12836         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
12837         multiarch lround for PPC64.
12838
12839         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
12840         multiarch implementation.
12841         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
12842         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
12843         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
12844         file.
12845         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
12846         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
12847         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
12848         multiarch isnan for PPC64.
12849         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
12850         multiarch isnanf for PPC64.
12851
12852         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
12853         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
12854         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
12855         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
12856         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
12857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
12858
12859         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
12860         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
12861         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
12862         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
12863
12864         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
12865         multiarch implementations.
12866         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12867         (__libc_ifunc_impl_list): Likewise.
12868         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
12869         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
12870         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
12871         multiarch stpcpy for PPC64.
12872
12873         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
12874         multiarch implementations.
12875         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12876         (__libc_ifunc_impl_list): Likewise.
12877         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
12878         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
12879         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
12880         multiarch strcpy for PPC64.
12881
12882         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
12883         redefine function name.
12884         (_wordcopy_fwd_dest_aligned): Likewise.
12885         (_wordcopy_bwd_aligned): Likewise.
12886         (_wordcopy_bwd_dest_aligned): Likewise.
12887         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
12888         multiarch implementations.
12889         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12890         (__libc_ifunc_impl_list): Likewise.
12891         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
12892         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
12893         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
12894         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
12895         multiarch wcscpy for PPC64.
12896
12897         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
12898         multiarch implementations.
12899         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12900         (__libc_ifunc_impl_list): Likewise.
12901         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
12902         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
12903         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
12904         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
12905         multiarch wcscpy for PPC64.
12906
12907         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
12908         multiarch implementations.
12909         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12910         (__libc_ifunc_impl_list): Likewise.
12911         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
12912         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
12913         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
12914         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
12915         multiarch wcsrchr for PPC64.
12916
12917         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
12918         multiarch implementations.
12919         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12920         (__libc_ifunc_impl_list): Likewise.
12921         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
12922         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
12923         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
12924         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
12925         multiarch wcschr for PPC64.
12926
12927         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
12928         multiarch implementations.
12929         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12930         (__libc_ifunc_impl_list): Likewise.
12931         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
12932         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
12933         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
12934         multiarch strchrnul for PPC64.
12935
12936         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
12937         implementations.
12938         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12939         (__libc_ifunc_impl_list): Likewise.
12940         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
12941         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
12942         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
12943         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
12944         strchr for PPC64.
12945
12946         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
12947         implementations.
12948         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12949         (__libc_ifunc_impl_list): Likewise.
12950         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
12951         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
12952         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
12953         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
12954         strncmp for PPC64.
12955
12956         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
12957         multiarch implementations.
12958         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12959         (__libc_ifunc_impl_list): Likewise.
12960         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
12961         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
12962         strncasecmp for PPC64.
12963         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
12964         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
12965         multiarch strncasecmp_l for PPC64.
12966
12967         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
12968         multiarch implementations.
12969         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12970         (__libc_ifunc_impl_list): Likewise.
12971         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
12972         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
12973         multiarch strcasecmp for PPC64.
12974         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
12975         file.
12976         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
12977         multiarch strcasecmp_l for PPC64.
12978
12979         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
12980         implementations.
12981         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12982         (__libc_ifunc_impl_list): Likewise.
12983         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
12984         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
12985         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
12986         strnlen for PPC64.
12987
12988         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
12989         implementations.
12990         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12991         (__libc_ifunc_impl_list): Likewise.
12992         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
12993         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
12994         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
12995         strlen for PPC64.
12996
12997         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
12998         implementations.
12999         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13000         (__libc_ifunc_impl_list): Likewise.
13001         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
13002         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
13003         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
13004         rawmemrchr for PPC64.
13005
13006         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
13007         implementation.
13008         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13009         (__libc_ifunc_impl_list): Likewise.
13010         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
13011         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
13012         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
13013         memrchr for PPC64.
13014
13015         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
13016         implementation.
13017         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13018         (__libc_ifunc_impl_list): Likewise.
13019         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
13020         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
13021         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
13022         memchr for PPC64.
13023
13024         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
13025         implementation.
13026         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13027         (__libc_ifunc_impl_list): Likewise.
13028         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
13029         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
13030         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
13031         mempcpy for PPC64.
13032
13033         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
13034         avoid cretion of __bzero symbol.
13035         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
13036         Likewise.
13037         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
13038         Likewise.
13039         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
13040         Likewise.
13041         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
13042         multiarch implementations.
13043         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13044         (__libc_ifunc_impl_list): Likewise.
13045         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
13046         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
13047         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
13048         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
13049         bzero for PPC32.
13050         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
13051         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
13052         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
13053         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
13054         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
13055         memset for PPC64.
13056         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
13057
13058         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
13059         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
13060         implementations.
13061         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
13062         (__libc_ifunc_impl_list): Likewise.
13063         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
13064         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
13065         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
13066         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
13067         memcmp for PPC64.
13068
13069         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
13070         multiarch for POWER/PPC64.
13071         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
13072         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
13073         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
13074         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
13075         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
13076         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
13077         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
13078         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
13079         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
13080         memcpy for PPC64.
13081
13082         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
13083         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
13084         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
13085         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
13086         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
13087         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
13088         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
13089         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
13090         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
13091         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
13092         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
13093         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
13094         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
13095         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
13096         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
13097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
13098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
13099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
13100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
13101         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
13102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
13103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
13104
13105 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13106
13107         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
13108
13109 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
13110
13111         * benchtests/Makefile (bench): Add exp2 and log2.
13112         (LDLIBS-bench-exp2): Add -lm.
13113         (LDLIBS-bench-log2): Likewise.
13114         * benchtests/exp2-inputs: New inputs file.
13115         * benchtests/log2-inputs: New inputs file.
13116         * benchtests/log-inputs: Add new inputs.
13117         * benchtests/tan-inputs: Likewise.
13118
13119 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
13120
13121         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
13122         definition...
13123         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
13124         (csloww2): ... from here.
13125
13126         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
13127         instead of structures.
13128         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
13129         (POLYNOMIAL): Likewise.
13130         (TAYLOR_SLOW): Likewise.
13131         (__sin): Likewise.
13132         (__cos): Likewise.
13133         (slow1): Likewise.
13134         (slow2): Likewise.
13135         (sloww): Likewise.
13136         (sloww1); Likewise.
13137         (sloww2): Likewise.
13138         (bsloww1): Likewise.
13139         (bsloww2): Likewise.
13140         (cslow2): Likewise.
13141         (csloww): Likewise.
13142         (csloww1): Likewise.
13143         (csloww2): Likewise.
13144
13145 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
13146
13147         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
13148         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
13149         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
13150         * malloc/hooks.c (realloc_check): Likewise.
13151
13152         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
13153         * malloc/arena.c: Remove PER_THREAD conditional.
13154         [!PER_THREAD]: Remove code.
13155         (ptmalloc_unlock_all2): Likewise.
13156         (ptmalloc_init): Likewise.
13157         (_int_new_arena): Likewise.
13158         (arena_get2): Likewise.
13159         * malloc/hooks.c (__malloc_get_state): Likewise.
13160         (__malloc_set_state): Likewise.
13161         * malloc/malloc.c: Likewise.
13162         (struct malloc_state): Likewise.
13163         (struct malloc_par): Likewise.
13164         (__libc_realloc): Likewise.
13165         (__libc_mallopt): Likewise.
13166
13167 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13168
13169         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
13170
13171 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
13172
13173         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
13174         macro to a function.  Check for zero perturb_byte.
13175         (_int_malloc, _int_free): Remove zero perturb_byte checks.
13176
13177         * malloc/malloc.c: (force_reg): Remove.
13178         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
13179         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
13180         force_reg by atomic_forced_read.
13181         * malloc/arena.c (ptmalloc_init): Likewise.
13182         * malloc/hooks.c (top_check): Likewise.
13183
13184 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13185
13186         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13187
13188 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
13189
13190         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13191
13192 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
13193
13194         * math/auto-libm-test-in: Add tests of lgamma.
13195         * math/auto-libm-test-out: Regenerated.
13196         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
13197         (M_LOG_2_SQRT_PIl): Likewise.
13198         (lgamma_test_data): Use AUTO_TESTS_f_f1.
13199         * math/gen-auto-libm-tests.c (func_calc_method): Add value
13200         mpfr_f_f1.
13201         (func_calc_desc): Add mpfr_f_f1 union field.
13202         (ARGS1): New macro.
13203         (ARGS2): Likewise.
13204         (ARGS3): Likewise.
13205         (ARGS4): Likewise.
13206         (RET1): Likewise.
13207         (RET2): Likewise.
13208         (CALC): Likewise.
13209         (FUNC): Likewise.
13210         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
13211         (test_functions): Add lgamma.
13212         (calc_generic_results): Handle mpfr_f_f1.
13213         * sysdeps/i386/fpu/libm-test-ulps: Update.
13214         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13215
13216 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13217
13218         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
13219         __mpn_add_n for PowerPC64/POWER7.
13220         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
13221         __mpn_sub_n for PowerPC64/POWER7.
13222
13223         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
13224         __mpn_addmul_1 for PowerPC64.
13225         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
13226         __mpn_submul_1 for PowerPC64.
13227         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
13228         for PowerPC64.
13229         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
13230         for PowerPC64.
13231
13232 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
13233
13234         [BZ #15089]
13235         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
13236
13237 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13238
13239         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
13240
13241         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
13242         add multiarch folders.
13243         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
13244         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
13245         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
13246         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
13247         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
13248         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
13249         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
13250         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
13251         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
13252         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
13253         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
13254         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
13255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
13256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
13257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
13258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
13259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
13260
13261         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13262         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
13263         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
13264         New file.
13265         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
13266         New file.
13267         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
13268         multiarch __ieee754_hypot for PowerPC32.
13269         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
13270         New file.
13271         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
13272         New file.
13273         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
13274         multiarch __ieee754_hypotf for PowerPC32.
13275
13276         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
13277         long_double_symbol only if __logbl is defined.
13278         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
13279         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
13280         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
13281         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
13282         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
13283         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
13284         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
13285         path for implementation.
13286         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
13287         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
13288         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
13289         logb, and logbl multiarch implementations for PowerPC32.
13290         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
13291         file.
13292         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
13293         file.
13294         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
13295         multiarch logb for PowerPC32.
13296         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
13297         file.
13298         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
13299         file.
13300         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
13301         multiarch logbf for PowerPC32.
13302         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
13303         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
13304         file.
13305         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
13306         multiarch logbl implementation for PowerPC32.
13307
13308         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
13309         and modff multiarch implementations.
13310         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
13311         New file.
13312         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
13313         New file.
13314         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
13315         multiarch modf for PowerPC32.
13316         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
13317         New file.
13318         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
13319         New file.
13320         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
13321         multiarch modff for PowerPC32.
13322
13323         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
13324         and lrintf multiarch implementations.
13325         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
13326         New file.
13327         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
13328         New file.
13329         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
13330         multiarch lrint for PowerPC32.
13331         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
13332         file: multiarch lrintf for PowerPC32.
13333
13334         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
13335         and lroundf multiarch implementations.
13336         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
13337         New file.
13338         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
13339         New file.
13340         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
13341         New file.
13342         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
13343         multiarch lround for PowerPC32.
13344         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
13345         file: multiarch lroundf for PowerPC32.
13346
13347         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
13348         copysign and copysignf multiarch implementations.
13349         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
13350         New file.
13351         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
13352         New file.
13353         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
13354         file: multiarch copysign for PowerPC32.
13355         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
13356         file: multiarch copysignf for PowerPC32.
13357
13358         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
13359         and truncf multiarch implementations.
13360         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
13361         New file.
13362         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
13363         file.
13364         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
13365         multiarch trunc for PowerPC32.
13366         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
13367         New file.
13368         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
13369         New file.
13370         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
13371         multiarch truncf for PowerPC32.
13372
13373         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
13374         and roundf multiarch implementations.
13375         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
13376         New file.
13377         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
13378         file.
13379         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
13380         multiarch round for PowerPC32.
13381         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
13382         New file.
13383         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
13384         New file.
13385         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
13386         multiarch roundf for PowerPC32.
13387
13388         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
13389         and floorf multiarch implementations.
13390         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
13391         New file.
13392         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
13393         file.
13394         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
13395         multiarch floor for PowerPC32.
13396         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
13397         New file.
13398         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
13399         New file.
13400         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
13401         multiarch floorf for PowerPC32.
13402
13403         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
13404         and ceilf multiarch implementations.
13405         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
13406         New file.
13407         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
13408         file.
13409         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
13410         multiarch ceil for PowerPC32.
13411         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
13412         New file.
13413         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
13414         file.
13415         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
13416         multiarch ceilf for PowerPC32.
13417
13418         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
13419         is defined.
13420         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
13421         FINITEF is defined.
13422         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
13423         and finitef multiarch implementations.
13424         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
13425         New file.
13426         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
13427         file.
13428         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
13429         multiarch finite for PowerPC32.
13430         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
13431         New file.
13432         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
13433         file: multiarch finitef for PowerPC32.
13434
13435         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
13436         and isinff multiarch implementations.
13437         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
13438         file.
13439         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
13440         file.
13441         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
13442         multiarch isinf for PowerPC32.
13443         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
13444         New file.
13445         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
13446         multiarch isinff for PowerPC32.
13447
13448         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
13449         alias when __isnan is defined.
13450         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
13451         and isnanf multiarch implementations.
13452         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
13453         file.
13454         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
13455         file.
13456         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
13457         file.
13458         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
13459         file.
13460         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
13461         multiarch isnan for PowerPC32.
13462         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
13463         New file.
13464         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
13465         New file.
13466         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
13467         multiarch isnanf for PowerPC32.
13468
13469         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
13470         and sqrtf multiarch implementations.
13471         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
13472         file.
13473         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
13474         file.
13475         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
13476         multiarch sqrt for PowerPC32.
13477         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
13478         file.
13479         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
13480         file.
13481         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
13482         multiarch sqrtf for PowerPC32.
13483
13484         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
13485         and llroundf multiarch implementations.
13486         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
13487         New file.
13488         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
13489         New file.
13490         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
13491         New file.
13492         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
13493         file: multiarch llround for PowerPC32.
13494         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
13495         file: multiarch llroundf for PowerPC32.
13496
13497         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
13498         multiarch PowerPC32 fpu implementations.
13499         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
13500         New file.
13501         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
13502         New file.
13503         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
13504         multiarch llrint for PowerPC32.
13505         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
13506         New file.
13507         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
13508         New file.
13509         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
13510         file.
13511
13512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
13513
13514         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
13515         file.
13516         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
13517         file.
13518         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
13519         file.
13520         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
13521         multiarch wordcopy for PPC32.
13522         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13523         wordcopy objects.
13524         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13525         (__libc_ifunc_impl_list): Likewise.
13526         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
13527         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
13528         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
13529         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
13530         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
13531         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
13532
13533         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
13534         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
13535         file.
13536         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
13537         file.
13538         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
13539         file.
13540         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
13541         multiarch wcscpy for PPC32.
13542         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13543         multiarch objects.
13544         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13545         (__libc_ifunc_impl_list): Likewise.
13546         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13547         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13548         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
13549         sysdeps/powerpc/power6/wcscpy.c.
13550
13551         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
13552         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
13553         file.
13554         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
13555         file.
13556         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
13557         file.
13558         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
13559         multiarch wcsrchr for PPC32.
13560         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13561         multiarch objects.
13562         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13563         (__libc_ifunc_impl_list): Likewise.
13564         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13565         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13566         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
13567         sysdeps/powerpc/power6/wcsrchr.c.
13568
13569         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
13570         file.
13571         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
13572         file.
13573         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
13574         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
13575         multiarch wcschr for PPc32.
13576         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13577         multiarch objects.
13578         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13579         (__libc_ifunc_impl_list): Likewise.
13580         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
13581         * sysdeps/powerpc/power6/wcschr.c: ... to here.
13582         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
13583         sysdeps/powerpc/power6/wcschr.c.
13584
13585         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
13586         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
13587         file.
13588         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
13589         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
13590         file: multiarch strchr for PPC32.
13591         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
13592         multiarch objects.
13593         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13594         (__libc_ifunc_impl_list): Likewise.
13595
13596         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
13597         name.
13598         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
13599         file.
13600         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
13601         file.
13602         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
13603         multiarch strchrnul for PPC32.
13604         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
13605         multiarch objects.
13606         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13607         (__libc_ifunc_impl_list): Likewise.
13608
13609         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
13610         file.
13611         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
13612         multiarch strncasecmp for PPC32.
13613         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
13614         file.
13615         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
13616         multiarch strncasecmp_l for PPC32.
13617         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
13618         strncasecmp multiarch objects.
13619         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13620         (__libc_ifunc_impl_list): Likewise.
13621
13622         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
13623         file.
13624         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
13625         multiarch strncasecmp for PPC32.
13626         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
13627         New file.
13628         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
13629         multiarch strcasecmp_l for PPC32.
13630         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
13631         multiarch objects.
13632         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13633         (__libc_ifunc_impl_list): Likewise.
13634
13635         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
13636         file.
13637         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
13638         file.
13639         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
13640         multiarch strncmp for PPC32.
13641         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
13642         multiarch objects.
13643         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13644         (__libc_ifunc_impl_list): Likewise.
13645
13646         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
13647         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
13648         file.
13649         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
13650         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
13651         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
13652         multiarch objects.
13653         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13654         (__libc_ifunc_impl_list): Likewise.
13655
13656         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
13657         file.
13658         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
13659         file.
13660         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
13661         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
13662         multiarch objects.
13663         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13664         (__libc_ifunc_impl_list): Likewise.
13665
13666         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
13667         file.
13668         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
13669         file.
13670         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
13671         multiarch rawmemchr for PPC32.
13672         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
13673         multiarch objects.
13674         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13675         (__libc_ifunc_impl_list): Likewise.
13676
13677         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
13678         file.
13679         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
13680         file.
13681         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
13682         file: memrchr multiarch for PPC32.
13683         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
13684         multiarch objects.
13685         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13686         (__libc_ifunc_impl_list): Likewise.
13687
13688         * string/memchr.c (__memchr): Using macro to redefine symbol name.
13689         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
13690         file.
13691         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
13692         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
13693         multiarch memchr for PPC32.
13694         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
13695         multiarch objects.
13696         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13697         (__libc_ifunc_impl_list): Likewise.
13698
13699         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
13700         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
13701         file.
13702         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
13703         file.
13704         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
13705         file: multiarch mempcpy for PPC32.
13706         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
13707         multiarch objects.
13708         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13709         (__libc_ifunc_impl_list): Likewise.
13710
13711         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
13712         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
13713         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
13714         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
13715         multiarch bzero for PPC32.
13716         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
13717         file.
13718         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
13719         file.
13720         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
13721         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
13722         file: multiarch memset for PPC32.
13723         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
13724         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
13725         memset multiarch objects.
13726         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13727         (__libc_ifunc_impl_list): Likewise.
13728
13729         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
13730         file.
13731         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
13732         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
13733         memcmp for PPC32.
13734         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
13735         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
13736         multiarch objects.
13737         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13738         (__libc_ifunc_impl_list): Likewise.
13739
13740         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
13741         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
13742         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
13743         file.
13744         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
13745         file.
13746         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
13747         file.
13748         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
13749         multiarch memcpy for PPC32.
13750         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
13751         multiarch objects.
13752         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13753         (__libc_ifunc_impl_list): Likewise.
13754
13755         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
13756         support multiarch for POWER/PPC32.
13757         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
13758         Likewise.
13759         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
13760         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
13761         Implies file to make multiarch folder appers before the fpu and
13762         default folder for power4 configuration.
13763
13764 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
13765
13766         * scripts/bench.pl: Append volatile keyword to type.
13767
13768 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13769
13770         * sysdeps/sh/sotruss-lib.c: New file.
13771         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
13772
13773 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13774
13775         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13776
13777 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
13778
13779         [BZ #6810]
13780         * math/w_tgamma.c: Include <errno.h>.
13781         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
13782         * math/w_tgammaf.c: Include <errno.h>.
13783         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
13784         * math/w_tgammal.c: Include <errno.h>.
13785         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
13786         * math/auto-libm-test-in: Do not allow missing errno on tgamma
13787         underflow.  Add more tgamma tests.
13788         * math/auto-libm-test-out: Regenerated.
13789         * sysdeps/i386/fpu/libm-test-ulps: Update.
13790         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13791
13792         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
13793         sin, sinh, tan, tanh, tgamma, y0 and y1.
13794         * math/auto-libm-test-out: Regenerated.
13795         * math/libm-test.inc (TEST_COND_x86_64): New macro.
13796         (TEST_COND_x86): Likewise.
13797         (M_E2l): Remove macro.
13798         (M_E3l): Likewise.
13799         (M_2_SQRT_PIl): Likewise.
13800         (M_SQRT_PIl): Likewise.
13801         (M_1_DIV_El): Likewise.
13802         (log_test_data): Use AUTO_TESTS_f_f.
13803         (log10_test_data): Likewise.
13804         (log1p_test_data): Likewise.
13805         (log2_test_data): Likewise.
13806         (sin_test_data): Likewise.
13807         (sin_tonearest_test_data): Likewise.
13808         (sin_towardzero_test_data): Likewise.
13809         (sin_downward_test_data): Likewise.
13810         (sin_upward_test_data): Likewise.
13811         (sinh_test_data): Likewise.
13812         (sinh_tonearest_test_data): Likewise.
13813         (sinh_towardzero_test_data): Likewise.
13814         (sinh_downward_test_data): Likewise.
13815         (sinh_upward_test_data): Likewise.
13816         (tan_test_data): Likewise.
13817         (tan_tonearest_test_data): Likewise.
13818         (tan_towardzero_test_data): Likewise.
13819         (tan_downward_test_data): Likewise.
13820         (tan_upward_test_data): Likewise.
13821         (tanh_test_data): Likewise.
13822         (tgamma_test_data): Likewise.
13823         (y0_test_data): Likewise.
13824         (y1_test_data): Likewise.
13825         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
13826         (special_real_inputs): Add pi/4.
13827         * sysdeps/i386/fpu/libm-test-ulps: Update.
13828         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13829
13830 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13831
13832         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
13833         "longjmp_target" static probes.
13834         (__longjmp): Rename to __longjmp_symbol.
13835         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
13836         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
13837         on which longjmp to generate.
13838         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
13839         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
13840         probe.
13841         (__sigsetjmp): Rename to __sigsetjmp_symbol.
13842         (__sigjmp_save): Rename to __sigjmp_save_symbol.
13843         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
13844         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
13845         and __sigjmp_save_symbol based on which sigsetjmp to generated.
13846         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
13847         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
13848         __longjmp_symbol based on which __longjmp to generate.
13849         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
13850         probe.
13851         (setjmp): Rename to setjmp_symbol.
13852         (__sigsetjmp): Rename to __sigsetjmp_symbol.
13853         (_setjmp): Rename to _setjmp_symbol.
13854         (__sigsetjmp): Rename to __sigsetjmp_symbol.
13855         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
13856         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
13857         which setjmp to generate.
13858         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
13859         "longjmp_target" static probes.
13860
13861 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
13862
13863         * benchtests/README: Add note about output arguments.
13864         * benchtests/bench-sincos.c: Remove file.
13865         * benchtests/sincos-inputs: New file.
13866         * scripts/bench.pl: Identify output arguments and define
13867         static variables for them.
13868
13869         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
13870
13871         [BZ #15941]
13872         * Makefile (INSTALL): Add install-plain.texi as the primary
13873         dependency.
13874         * manual/install-plain.texi: New file.
13875         * manual/install.texi: Include node directive only for
13876         non-plaintext output.
13877
13878 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
13879
13880         * stdlib/longlong.h: Update from GCC.
13881
13882         [BZ #6807]
13883         [BZ #15901]
13884         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
13885         * math/w_j0f.c (y0f): Likewise.
13886         * math/w_j0l.c (__y0l): Likewise.
13887         * math/w_j1.c (y1): Likewise.
13888         * math/w_j1f.c (y1f): Likewise.
13889         * math/w_j1l.c (__y1l): Likewise
13890         * math/w_jn.c (yn): Likewise.
13891         * math/w_jnf.c (ynf): Likewise.
13892         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
13893         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
13894         value for Bessel function domain errors outside _SVID_ mode.
13895         Adjust sign of return value for yn (negative integer, 0).
13896         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
13897         by zero in return for negative x and set sign appropriately for
13898         negative n.
13899         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
13900         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
13901         * math/libm-test.inc (y0_test_data): Add more tests and adjust
13902         expectations in error cases.
13903         (y1_test_data): Likewise.
13904         (yn_test_data): Likewise.
13905         * sysdeps/i386/fpu/libm-test-ulps: Update.
13906         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13907
13908 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13909
13910         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
13911         "64" to "64-v1".  Add "64-v2".
13912         (abi-64-options): Rename to ...
13913         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
13914         (abi-64-condition): Rename to ...
13915         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
13916         (abi-64-ld-soname): Rename to ...
13917         (abi-64-v1-ld-soname): ... this.
13918         (abi-64-v2-options): Define.
13919         (abi-64-v2-condition): Likewise.
13920         (abi-64-v2-ld-soname): Likewise.
13921         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
13922         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
13923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
13924         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
13925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
13926
13927 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13928             Alan Modra  <amodra@gmail.com>
13929
13930         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
13931         New versions for use with the ELFv2 ABI.
13932         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
13933         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
13934         declaration.
13935         (struct La_ppc64v2_retval): Likewise.
13936         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
13937         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
13938         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
13939         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
13940         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
13941         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
13942         Do not save or restore CR.
13943         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
13944         (_dl_profile_resolve): Do no save or restore CR.  Support extended
13945         return values for ELFv2 ABI.  Fix location of FPR return registers.
13946         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
13947         updated values for _CALL_ELF == 2.
13948         (La_regs, La_retval, int_retval): Likewise.
13949
13950 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13951
13952         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
13953         (FRAME_MIN_SIZE_PARM): Likewise.
13954         (FRAME_BACKCHAIN): Likewise.
13955         (FRAME_CR_SAVE): Likewise.
13956         (FRAME_LR_SAVE): Likewise.
13957         (FRAME_TOC_SAVE): Likewise.
13958         (FRAME_PARM_SAVE): Likewise.
13959         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
13960         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
13961         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
13962         (call_mcount_parm_offset): New macro.
13963         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
13964         (PROF): Use symbolic stack frame offsets.
13965         (TAIL_CALL_SYSCALL_ERROR): Likewise.
13966         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
13967         Redefine in terms of FRAME_MIN_SIZE.
13968         (_dl_runtime_resolve): Use symbolic stack frame offsets.
13969         (_dl_profile_resolve): Likewise.  Update comment.
13970         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
13971         symbols stack frame offsets.
13972         (__sigsetjmp): Likewise.
13973         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
13974         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
13975         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
13976         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
13977
13978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
13979         (FRAME_BACKCHAIN): Remove.
13980         (FRAME_CR_SAVE): Likewise.
13981         (FRAME_LR_SAVE): Likewise.
13982         (FRAME_COMPILER_DW): Likewise.
13983         (FRAME_LINKER_DW): Likewise.
13984         (FRAME_TOC_SAVE): Likewise.
13985         (FRAME_PARM_SAVE): Likewise.
13986         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
13987         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
13988         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
13989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
13990         (CHECK_SP): Use symbolic stack frame offsets.
13991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
13992         zone" instead of caller's parameter save area for temp storage.
13993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
13994         Likewise.  Also, use symbolic stack frame offsets.
13995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
13996         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
13997         our own stack frame instead of the caller's.
13998         (__socket): Use symbolic stack frame offsets.
13999
14000 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14001             Alan Modra  <amodra@gmail.com>
14002
14003         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
14004         Define.
14005         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
14006         (PPC64_LOCAL_ENTRY_OFFSET): Define.
14007         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
14008         New function.
14009         (elf_machine_fixup_plt): Call it.
14010         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
14011         reloc arguments.
14012         (elf_machine_rela): Update call to elf_machine_plt_conflict.
14013         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14014         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
14015         r2 before calling target.
14016
14017 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14018             Alan Modra  <amodra@gmail.com>
14019
14020         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
14021         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
14022         versions of macros to support ELFv2 ABI.
14023         (LOCALENTRY): New macro.
14024         (ENTRY, EALIGN): Use it.
14025         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
14026         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
14027         fall through into ENTRY entry point.
14028         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
14029         Only define if _CALL_ELF != 2.
14030
14031         (elf_machine_matches_host): Verify ABI version matches.
14032         (RTLD_START): Use LOCALENTRY.
14033         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
14034         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
14035         (PLT_ENTRY_WORDS): New macro.
14036         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
14037         (elf_machine_runtime_setup): Support ELFv2 ABI.
14038         (elf_machine_fixup_plt): Likewise.
14039         (elf_machine_plt_conflict): Likewise.
14040         (resolve_ifunc): Likewise.
14041         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
14042         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
14043         Likewise.
14044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
14045         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
14046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14047         (makecontext): Support ELFv2 ABI.
14048         * elf/elf.h (EF_PPC64_ABI): Define.
14049
14050 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14051
14052         * sysdeps/powerpc/powerpc64/sysdep.h
14053         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
14054         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
14055         (ENTRY) [ASSEMBLER]: ... but instead here ...
14056         (EALIGN) [ASSEMBLER]: ... and here.
14057         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
14058         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
14059         (ENTRY_2) [!ASSEMBLER]: Use it.
14060         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
14061         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
14062         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
14063         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
14064         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
14065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
14066         Use PPC64_LOAD_FUNCPTR.
14067
14068         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
14069
14070 2013-12-04  Alan Modra  <amodra@gmail.com>
14071
14072         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
14073         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
14074         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
14075         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
14076
14077         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
14078         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
14079         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
14080         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
14081         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
14082         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
14083
14084 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14085
14086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14087         (__makecontext): Fix incorrect CFI when backtracing out of
14088         context created via makecontext.
14089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
14090         (__setcontext): Fix incorrect CFI during switch to new context.
14091         (__novec_setcontext): Likewise.
14092
14093 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
14094
14095         [BZ #4772]
14096         * time/strptime_l.c (__strptime_internal): Allow modifiers
14097         in strptime.
14098         * time/tst-strptime.c (day_tests): Add testcase.
14099
14100 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
14101
14102         * scripts/bench.pl: Skip over blank lines.
14103
14104 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14105
14106         [BZ #926]
14107         * manual/time.texi (Calendar Time): Clarify what timezone functions
14108         use.
14109
14110 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14111
14112         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14113
14114 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
14115
14116         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
14117         implementation.
14118         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
14119         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
14120         * debug/memset_chk.c (__memset_chk): Likewise.
14121         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
14122         * debug/strncpy_chk.c: Likewise.
14123
14124 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
14125
14126         [BZ #15268]
14127         [BZ #15425]
14128         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
14129         (__ieee754_exp): For possibly underflowing results, check size of
14130         result and force underflow exception if required.
14131         * math/auto-libm-test-in: Add more tests of exp.
14132         * math/auto-libm-test-out: Regenerated.
14133         * sysdeps/i386/fpu/libm-test-ulps: Update.
14134         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14135
14136         [BZ #16283]
14137         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
14138         * math/w_exp2f.c (__exp2f): Likewise.
14139         * math/w_exp2l.c (__exp2l): Likewise.
14140         * math/auto-libm-test-in: Do not allow missing errno on exp2
14141         underflow.
14142         * math/auto-libm-test-out: Regenerated.
14143
14144 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
14145
14146         [BZ #16274]
14147         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
14148         handle filename validation.
14149         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
14150         (do_open): Delete.
14151
14152 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
14153
14154         [BZ #6786]
14155         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
14156         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
14157         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
14158         <float.h>.
14159         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
14160         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
14161         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14162         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
14163         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14164         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
14165         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
14166         * math/auto-libm-test-in: Don't allow missing errno from erfc.
14167         Add more erfc tests.
14168         * math/auto-libm-test-out: Regenerated.
14169         * sysdeps/i386/fpu/libm-test-ulps: Update.
14170         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14171
14172         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
14173         exp2, expm1, j0 and j1.
14174         * math/auto-libm-test-out: Regenerated.
14175         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
14176         (erfc_test_data): Likewise.
14177         (exp_test_data): Likewise.
14178         (exp_tonearest_test_data): Likewise.
14179         (exp_towardzero_test_data): Likewise.
14180         (exp_downward_test_data): Likewise.
14181         (exp_upward_test_data): Likewise.
14182         (exp10_test_data): Likewise.
14183         (exp2_test_data): Likewise.
14184         (expm1_test_data): Likewise.
14185         (j0_test_data): Likewise.
14186         (j1_test_data): Likewise.
14187         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
14188         (input_flag_type): Add flag_xfail_rounding.
14189         (input_flags): Add xfail-rounding.
14190         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
14191         (output_for_one_input_case): Handle flag_xfail_rounding.
14192         * sysdeps/i386/fpu/libm-test-ulps: Update.
14193         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14194
14195 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
14196
14197         [BZ #16289]
14198         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
14199         division by 0.
14200
14201 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
14202
14203         [BZ #16195]
14204         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
14205         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
14206         (STAP_PROBE0): New macro.
14207         (STAP_PROBE1): Likewise.
14208         (STAP_PROBE2): Likewise.
14209         (STAP_PROBE3): Likewise.
14210         (STAP_PROBE4): Likewise.
14211
14212 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
14213
14214         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
14215
14216 2013-12-02  Steve Ellcey  <sellcey@mips.com>
14217
14218         * benchtests/Makefile (bench): Add sqrt.
14219         (LDLIBS-bench-sqrt): New.
14220         * benchtests/sqrt-input: New.
14221
14222 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
14223
14224         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
14225         (GAIH_EAI): Likewise.
14226         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
14227         (gaih_inet): Likewise.
14228         (getaddrinfo): Don't use GAIH_EAI.
14229
14230         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
14231         (struct gaih): Remove definition.
14232
14233 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
14234
14235         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
14236         Use HERRNOP directly.
14237
14238 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14239
14240         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14241
14242 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
14243
14244         * math/gen-auto-libm-tests.c (test_functions): Add more
14245         single-argument functions.
14246         (special_fill_pi_2): New function.
14247         (special_fill_minus_pi_2): Likewise.
14248         (special_fill_pi_6): Likewise.
14249         (special_fill_minus_pi_6): Likewise.
14250         (special_fill_pi_3): Likewise.
14251         (special_fill_2pi_3): Likewise.
14252         (special_fill_e): Likewise.
14253         (special_fill_1_e): Likewise.
14254         (special_fill_e_minus_1): Likewise.
14255         (special_real_inputs): Add more special inputs.
14256         (output_for_one_input_case): Do not require ERANGE on underflow to
14257         zero if round-to-nearest result does not underflow to zero, unless
14258         exact results required.
14259         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
14260         atan, atanh, cbrt, cos and cosh.
14261         * math/auto-libm-test-out: Regenerated.
14262         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
14263         (acos_tonearest_test_data): Likewise.
14264         (acos_towardzero_test_data): Likewise.
14265         (acos_downward_test_data): Likewise.
14266         (acos_upward_test_data): Likewise.
14267         (acosh_test_data): Likewise.
14268         (asin_test_data): Likewise.
14269         (asin_tonearest_test_data): Likewise.
14270         (asin_towardzero_test_data): Likewise.
14271         (asin_upward_test_data): Likewise.
14272         (asinh_test_data): Likewise.
14273         (atan_test_data): Likewise.
14274         (atanh_test_data): Likewise.
14275         (cbrt_test_data): Likewise.
14276         (cos_test_data): Likewise.
14277         (cos_tonearest_test_data): Likewise.
14278         (cos_towardzero_test_data): Likewise.
14279         (cos_downward_test_data): Likewise.
14280         (cos_upward_test_data): Likewise.
14281         (cosh_test_data): Likewise.
14282         (cosh_tonearest_test_data): Likewise.
14283         (cosh_towardzero_test_data): Likewise.
14284         (cosh_downward_test_data): Likewise.
14285         (cosh_upward_test_data): Likewise.
14286         * sysdeps/i386/fpu/libm-test-ulps: Update.
14287         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14288
14289 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
14290
14291         [BZ #6787]
14292         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
14293         * math/w_exp10f.c (__exp10f): Likewise.
14294         * math/w_exp10l.c (__exp10l): Likewise.
14295         * math/libm-test.inc (exp10_test_data): Add more tests and expect
14296         errno settings in existing tests.
14297
14298         [BZ #14032]
14299         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
14300         precision control set to double precision.
14301         * sysdeps/i386/fpu/w_sqrt.c: New file.
14302         * math/auto-libm-test-in: Add more tests.
14303         * math/auto-libm-test-out: Update.
14304
14305         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
14306         (sqrt_test_tonearest): New function.
14307         (sqrt_towardzero_test_data): New variable.
14308         (sqrt_test_towardzero): New function.
14309         (sqrt_downward_test_data): New variable.
14310         (sqrt_test_downward): New function.
14311         (sqrt_upward_test_data): New variable.
14312         (sqrt_test_upward): New function.
14313         (main): Call the new functions.
14314
14315         * math/gen-auto-libm-tests.c: New file.
14316         * math/auto-libm-test-in: Likewise.
14317         * math/auto-libm-test-out: New generated file.
14318         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
14319         variables.
14320         (%beautify): Add generated representations of zero.
14321         (top level): Set $auto_input and call parse_auto_input.
14322         (beautify): Remove trailing "f" from hex float constants.
14323         (parse_args): Handle XFAIL_TEST.
14324         (convert_condition): New function.
14325         (or_value): Likewise.
14326         (or_cond_value): Likewise.
14327         (generate_testfile): Handle AUTO_TESTS_* lines.
14328         (parse_auto_input): New function.
14329         * math/libm-test.inc (XFAIL_TEST): New macro.
14330         (ERRNO_UNCHANGED): Update value.
14331         (ERRNO_EDOM): Likewise.
14332         (ERRNO_ERANGE): Likewise.
14333         (IGNORE_RESULT): Likewise.
14334         (TEST_COND_flt_32): New macro.
14335         (TEST_COND_dbl_64): Likewise.
14336         (TEST_COND_ldbl_96_intel): Likewise.
14337         (TEST_COND_ldbl_96_m68k): Likewise.
14338         (TEST_COND_ldbl_128): Likewise.
14339         (TEST_COND_ldbl_128ibm): Likewise.
14340         (TEST_COND_long32): Likewise.
14341         (TEST_COND_long64): Likewise.
14342         (TEST_COND_before_rounding): Likewise.
14343         (TEST_COND_after_rounding): Likewise.
14344         (enable_test): Handle XFAIL_TEST flag.
14345         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
14346         with finite results.
14347         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
14348         auto-libm-test-out.
14349
14350 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
14351             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14352
14353         [BZ #16214]
14354         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
14355         __tls_get_addr_internal instead of __tls_get_offset in order to
14356         avoid GOT pointer dependency.  Make rtld export
14357         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
14358         __tls_get_addr since we are a __tls_get_offset platform.
14359         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
14360         GOT pointer being set up before.
14361         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
14362
14363 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
14364
14365         * manual/math.texi (Errors in Math Functions): Document accuracy
14366         goals.
14367
14368         [BZ #15004]
14369         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
14370         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
14371         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
14372         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
14373         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
14374         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
14375         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
14376         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
14377         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
14378         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
14379         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
14380         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
14381         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
14382         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
14383         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
14384         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
14385
14386         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
14387         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
14388         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
14389         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
14390         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
14391         Likewise.
14392         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
14393         Likewise.
14394         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
14395         Likewise.
14396         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
14397         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
14398         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
14399         atomic-feupdateenv and flt-rounds.
14400         * sysdeps/powerpc/nofpu/Versions (libc): Add
14401         __atomic_feholdexcept, __atomic_feclearexcept,
14402         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
14403         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
14404         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
14405         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
14406         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
14407         here.
14408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
14409         Update.
14410
14411         * manual/arith.texi (FP Exceptions): Document that exceptions may
14412         not be raised when matherr is used.
14413         (Math Error Reporting): Document overflow in directed rounding
14414         modes.  Document that errno may not be set when finite values are
14415         returned on overflow.  Document intent to set errno on underflow
14416         only for underflow to zero.
14417
14418         [BZ #16271]
14419         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
14420         round-to-nearest then adjust result for other rounding modes.
14421         * include/fenv.h (fegetround): Use libm_hidden_proto.
14422         * math/fegetround.c (fegetround): Use libm_hidden_def.
14423         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
14424         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
14425         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14426         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
14427         Likewise.
14428         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
14429         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
14430         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
14431         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
14432
14433 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14434
14435         [BZ #16077]
14436         * nss/Versions (libnss_files): Add
14437         _nss_files_gethostbyname3_r.
14438         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
14439         New function.
14440         (HOST_DB_LOOKUP): Remove macro.
14441         (_nss_files_gethostbyname_r): Implement function without the
14442         HOST_DB_LOOKUP macro.
14443         (_nss_files_gethostbyname2_r): Likewise.
14444
14445 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
14446
14447         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
14448
14449 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
14450
14451         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
14452         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
14453         warning.
14454
14455 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14456
14457         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
14458         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
14459         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14460         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
14461         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
14462         __fe_nomask_env_priv and attribute_hidden.
14463         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
14464         (libc_feupdateenv_test_ppc): Likewise.
14465         (libc_feresetround_ppc): Likewise.
14466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14467         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
14468         compat_symbol macro.
14469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14470         (__fe_nomask_env): Likewise.
14471         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
14472
14473 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14474
14475         * string/Makefile: Remove ifunc tests.
14476         * string/test-string.h: Define TEST_IFUNC.
14477         * string/test-bcopy-ifunc.c: Remove.
14478         * string/test-bzero-ifunc.c: Likewise.
14479         * string/test-memccpy-ifunc.c: Likewise.
14480         * string/test-memchr-ifunc.c: Likewise.
14481         * string/test-memcmp-ifunc.c: Likewise.
14482         * string/test-memcpy-ifunc.c: Likewise.
14483         * string/test-memmem-ifunc.c: Likewise.
14484         * string/test-memmove-ifunc.c: Likewise.
14485         * string/test-mempcpy-ifunc.c: Likewise.
14486         * string/test-memrchr-ifunc.c: Likewise.
14487         * string/test-memset-ifunc.c: Likewise.
14488         * string/test-rawmemchr-ifunc.c: Likewise.
14489         * string/test-stpcpy-ifunc.c: Likewise.
14490         * string/test-stpncpy-ifunc.c: Likewise.
14491         * string/test-strcasecmp-ifunc.c: Likewise.
14492         * string/test-strcasestr-ifunc.c: Likewise.
14493         * string/test-strcat-ifunc.c: Likewise.
14494         * string/test-strchr-ifunc.c: Likewise.
14495         * string/test-strchrnul-ifunc.c: Likewise.
14496         * string/test-strcmp-ifunc.c: Likewise.
14497         * string/test-strcpy-ifunc.c: Likewise.
14498         * string/test-strcspn-ifunc.c: Likewise.
14499         * string/test-strlen-ifunc.c: Likewise.
14500         * string/test-strncasecmp-ifunc.c: Likewise.
14501         * string/test-strncat-ifunc.c: Likewise.
14502         * string/test-strncmp-ifunc.c: Likewise.
14503         * string/test-strncpy-ifunc.c: Likewise.
14504         * string/test-strnlen-ifunc.c: Likewise.
14505         * string/test-strpbrk-ifunc.c: Likewise.
14506         * string/test-strrchr-ifunc.c: Likewise.
14507         * string/test-strspn-ifunc.c: Likewise.
14508         * string/test-strstr-ifunc.c: Likewise.
14509
14510 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14511
14512         * benchtests/Makefile: Remove ifunc tests.
14513         * benchtests/bench-string.h: Define TEST_IFUNC.
14514         * benchtests/bench-bcopy-ifunc.c: Remove.
14515         * benchtests/bench-bzero-ifunc.c: Likewise.
14516         * benchtests/bench-memccpy-ifunc.c: Likewise.
14517         * benchtests/bench-memchr-ifunc.c: Likewise.
14518         * benchtests/bench-memcmp-ifunc.c: Likewise.
14519         * benchtests/bench-memcpy-ifunc.c: Likewise.
14520         * benchtests/bench-memmem-ifunc.c: Likewise.
14521         * benchtests/bench-memmove-ifunc.c: Likewise.
14522         * benchtests/bench-mempcpy-ifunc.c: Likewise.
14523         * benchtests/bench-memrchr-ifunc.c: Likewise.
14524         * benchtests/bench-memset-ifunc.c: Likewise.
14525         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
14526         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
14527         * benchtests/bench-stpcpy-ifunc.c: Likewise.
14528         * benchtests/bench-stpncpy-ifunc.c: Likewise.
14529         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
14530         * benchtests/bench-strcasestr-ifunc.c: Likewise.
14531         * benchtests/bench-strcat-ifunc.c: Likewise.
14532         * benchtests/bench-strchr-ifunc.c: Likewise.
14533         * benchtests/bench-strchrnul-ifunc.c: Likewise.
14534         * benchtests/bench-strcmp-ifunc.c: Likewise.
14535         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
14536         * benchtests/bench-strcpy-ifunc.c: Likewise.
14537         * benchtests/bench-strcspn-ifunc.c: Likewise.
14538         * benchtests/bench-strlen-ifunc.c: Likewise.
14539         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
14540         * benchtests/bench-strncat-ifunc.c: Likewise.
14541         * benchtests/bench-strncmp-ifunc.c: Likewise.
14542         * benchtests/bench-strncpy-ifunc.c: Likewise.
14543         * benchtests/bench-strnlen-ifunc.c: Likewise.
14544         * benchtests/bench-strpbrk-ifunc.c: Likewise.
14545         * benchtests/bench-strrchr-ifunc.c: Likewise.
14546         * benchtests/bench-strsep-ifunc.c: Likewise.
14547         * benchtests/bench-strspn-ifunc.c: Likewise.
14548         * benchtests/bench-strstr-ifunc.c: Likewise.
14549
14550 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14551
14552         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
14553
14554 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14555
14556         * resolv/netdb.h: Use __glibc_reserved instead __unused.
14557         * rt/aio.h: Likewise.
14558         * sysdeps/gnu/bits/utmp.h: Likewise.
14559         * sysdeps/gnu/bits/utmpx.h: Likewise.
14560         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
14561         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
14562         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
14563         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
14564         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
14565         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
14566         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
14567         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
14568         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
14569         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
14570         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
14571         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
14572         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
14573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
14574         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
14575         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
14576         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
14577         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
14578         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
14579         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
14580         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
14581         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
14582         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
14583         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
14584         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
14585         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14586         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
14587         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
14588         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
14589         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
14590         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
14591         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
14592         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
14593         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
14594         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
14595         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
14596         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
14597         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
14598         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
14599         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
14600         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
14601         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
14602
14603 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
14604
14605         [BZ #16245]
14606         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
14607         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
14608
14609 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
14610
14611         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
14612         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
14613         Likewise.
14614
14615 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14616
14617         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
14618         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
14619         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
14620         (__fesetround): Remove define.
14621         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
14622         rounding and exceptions handling.
14623         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
14624         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
14625         (__fe_nomask_env): Likewise.
14626         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
14627         __fegetround instead of fegetround.
14628         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
14629         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
14630
14631 2013-11-21  Roland McGrath  <roland@hack.frob.com>
14632
14633         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
14634         it's there.
14635
14636         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
14637
14638 2013-11-21  Meador Inge  <meadori@codesourcery.com>
14639
14640         [BZ #11157]
14641         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
14642         (encrypt_r): Likewise.
14643         * malloc/obstack.h (obstack_free): Likewise.
14644         * posix/unistd.h (encrypt): Likewise.
14645
14646 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
14647
14648         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
14649         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
14650         DL_CALL_DT_FINI() that call the functions directly.
14651         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
14652         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
14653         * elf/dl-fini.c: Likewise.
14654
14655 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
14656
14657         * malloc/hooks.c (memalign_check): Add alignment rounding.
14658         * malloc/malloc.c (_mid_memalign): New function.
14659         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
14660         Implement by calling _mid_memalign.
14661         * manual/probes.texi (Memory Allocation Probes): Remove
14662         memory_valloc_retry and memory_pvalloc_retry.
14663
14664 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
14665
14666         * locale/programs/locarchive.c (open_archive): Add const
14667         qualifier to ARCHIVEFNAME and copy default fname to
14668         DEFAULT_FNAME.
14669
14670         [BZ #15601]
14671         * libio/tst-widetext.input: Rename Oriya to Odia.
14672         * locale/iso-639.def: Likewise.
14673
14674         * manual/probes.texi (Mathematical Function Probes): Add
14675         documentation for sin, cos, asin and acos probes.
14676         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
14677         (__sin32): Add slowasin probe.
14678         (__cos32): Add slowacos probe.
14679         (__mpsin): Add slowsin probe.
14680         (__mpcos): Add slowcos probe.
14681
14682 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
14683
14684         [BZ #15483]
14685         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
14686         thread-local __sim_exceptions_thread and global
14687         __sim_exceptions_global.
14688         (__sim_disabled_exceptions): Change to thread-local
14689         __sim_disabled_exceptions_thread and global
14690         __sim_disabled_exceptions_global.
14691         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
14692         and global __sim_round_mode_global.
14693         (__simulate_exceptions): Use thread-local floating-point state and
14694         set global state from it as needed.
14695         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
14696         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
14697         __sim_round_mode_thread.
14698         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
14699         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
14700         and global __sim_exceptions_global.
14701         (__sim_disabled_exceptions): Change to thread-local
14702         __sim_disabled_exceptions_thread and global
14703         __sim_disabled_exceptions_global.
14704         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
14705         and global __sim_round_mode_global.
14706         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
14707         (SIM_SET_GLOBAL): Likewise.
14708         * sysdeps/powerpc/soft-fp/sfp-machine.h
14709         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
14710         __sim_round_mode_thread.
14711         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
14712         __sim_disabled_exceptions_thread.
14713         (__sim_exceptions): Change to __sim_exceptions_thread.
14714         (__sim_disabled_exceptions): Change to
14715         __sim_disabled_exceptions_thread.
14716         (__sim_round_mode): Change to __sim_round_mode_thread.
14717         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
14718         thread-local floating-point state and set global state from it as
14719         needed.
14720         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
14721         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
14722         (__sim_disabled_exceptions): Remove extern declaration.
14723         (feenableexcept): Use thread-local floating-point state and set
14724         global state from it as needed.
14725         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
14726         extern declaration.
14727         (__sim_disabled_exceptions): Likewise.
14728         (__sim_round_mode): Likewise.
14729         (__fegetenv): Use thread-local floating-point state.
14730         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
14731         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14732         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
14733         floating-point state and set global state from it as needed.
14734         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
14735         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
14736         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
14737         Likewise.
14738         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
14739         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
14740         Likewise.
14741         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
14742         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
14743         Use __sim_round_mode_thread.
14744         * math/test-fenv-tls.c: New file.
14745         * math/Makefile (tests): Add test-fenv-tls.
14746         ($(objpfx)test-fenv-tls): Depend on
14747         $(common-objpfx)nptl/libpthread.so.
14748
14749 2013-11-19  Andreas Schwab  <schwab@suse.de>
14750
14751         * locale/programs/locale.c (show_info): Decode wordarray elements.
14752         * locale/categories.def (LC_MONETARY): Add element for
14753         _NL_MONETARY_CRNCYSTR.
14754         * locale/C-monetary.c (conversion_rate): New variable.
14755         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
14756         element.
14757
14758 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
14759
14760         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
14761         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
14762
14763 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
14764
14765         * elf/Makefile (tst-auxv): New test.
14766         * elf/tst-auxv.c: New
14767         * elf/rtld.c (dl_main): Adjust AT_EXECFN
14768
14769 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
14770
14771         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
14772         (hidden_proto): Caller changed.
14773         (hidden_tls_proto): New macro.
14774         (libc_hidden_tls_proto): Likewise.
14775         (rtld_hidden_tls_proto): Likewise.
14776         (libm_hidden_tls_proto): Likewise.
14777         (libresolv_hidden_tls_proto): Likewise.
14778         (librt_hidden_tls_proto): Likewise.
14779         (libdl_hidden_tls_proto): Likewise.
14780         (libnss_files_hidden_tls_proto): Likewise.
14781         (libnsl_hidden_tls_proto): Likewise.
14782         (libnss_nisplus_hidden_tls_proto): Likewise.
14783         (libutil_hidden_tls_proto): Likewise.
14784
14785 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
14786
14787         [BZ #10253]
14788         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
14789         (decompose_rpath): Defer expansion to fillin_rpath.
14790         (_dl_init_paths): Pass linkmap to fillin_rpath.
14791
14792 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14793
14794         * benchtests/Makefile: Add strsep.
14795         * benchtests/bench-strsep.c: New file: strsep benchtest.
14796         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
14797
14798 2013-11-18  Andreas Schwab  <schwab@suse.de>
14799
14800         * locale/programs/locale.c (show_info) [case byte]: Check for
14801         '\377' instead of '\177'.
14802         * locale/C-monetary.c (not_available): Always use "\377".
14803         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
14804         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
14805         detect unavailable sign_posn locale elements.
14806         * locale/localeconv.c (__localeconv): For grouping and
14807         mon_grouping handle "\177" and "\377" like no grouping.
14808         (INT_ELEM): New macro.  Use it to set all numeric members.
14809         * locale/programs/ld-monetary.c (monetary_read)
14810         <tok_mon_grouping>: Normalize single -1 to the empty string.
14811         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
14812         Likewise.
14813
14814 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
14815
14816         [BZ #16055]
14817         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
14818         when we match (nil).
14819         * stdio-common/tst-sscanf.c (struct test): Add testcase.
14820
14821 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
14822
14823         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
14824         (NO_TEST_INLINE): Update value.
14825         (ERRNO_UNCHANGED): Likewise.
14826         (ERRNO_EDOM): Likewise.
14827         (ERRNO_ERANGE): Likewise.
14828         (IGNORE_RESULT): Likewise.
14829         (check_float_internal): Check signs of NaN results if
14830         TEST_NAN_SIGN used.
14831         (check_complex): Pass TEST_NAN_SIGN flag through to second
14832         check_float_internal call.
14833         (copysign_test_data): Add tests with quiet NaNs as second
14834         argument.  Use TEST_NAN_SIGN.
14835         (fabs_test_data): Add test of negative quiet NaN argument.  Use
14836         TEST_NAN_SIGN.
14837         (signbit_test_data): Add tests of quiet NaN argument.
14838         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
14839
14840         * math/gen-libm-test.pl (show_exceptions): Take extra argument
14841         $ignore_result.
14842         (parse_args): Handle function results specified as IGNORE.
14843         * math/libm-test.inc (IGNORE_RESULT): New macro.
14844         (check_float_internal): Do not check numerical result if flag
14845         IGNORE_RESULT set.
14846         (check_complex): Pass through IGNORE_RESULT to second
14847         check_float_internal call.
14848         (check_int): Do not check numerical result if flag IGNORE_RESULT
14849         set.
14850         (check_long): Likewise.
14851         (check_bool): Likewise.
14852         (check_longlong): Likewise.
14853         (lrint_test_data): Add tests of infinite and NaN arguments.
14854         (lrint_tonearest_test_data): Likewise.
14855         (lrint_towardzero_test_data): Likewise.
14856         (lrint_downward_test_data): Likewise.
14857         (lrint_upward_test_data): Likewise.
14858         (llrint_test_data): Likewise.
14859         (llrint_tonearest_test_data): Likewise.
14860         (llrint_towardzero_test_data): Likewise.
14861         (llrint_downward_test_data): Likewise.
14862         (llrint_upward_test_data): Likewise.
14863         (lround_test_data): Likewise.
14864         (llround_test_data): Likewise.
14865
14866         * math/libm-test.inc (NO_TEST_INLINE): New macro.
14867         (ERRNO_UNCHANGED): Update value.
14868         (ERRNO_EDOM): Likewise.
14869         (ERRNO_ERANGE): Likewise.
14870         (NO_TEST_INLINE_FLOAT): New macro.
14871         (NO_TEST_INLINE_DOUBLE): Likewise.
14872         (enable_test): New function.
14873         (RUN_TEST_f_f): Check enable_test before running test.
14874         (RUN_TEST_2_f): Likewise.
14875         (RUN_TEST_fff_f): Likewise.
14876         (RUN_TEST_c_f): Likewise.
14877         (RUN_TEST_f_f1): Likewise.
14878         (RUN_TEST_fF_f1): Likewise.
14879         (RUN_TEST_fI_f1): Likewise.
14880         (RUN_TEST_ffI_f1): Likewise.
14881         (RUN_TEST_c_c): Likewise.
14882         (RUN_TEST_cc_c): Likewise.
14883         (RUN_TEST_f_i): Likewise.
14884         (RUN_TEST_f_i_tg): Likewise.
14885         (RUN_TEST_ff_i_tg): Likewise.
14886         (RUN_TEST_f_b): Likewise.
14887         (RUN_TEST_f_b_tg): Likewise.
14888         (RUN_TEST_f_l): Likewise.
14889         (RUN_TEST_f_L): Likewise.
14890         (RUN_TEST_fFF_11): Likewise.
14891         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
14892         conditionals.
14893         (cosh_test_data): Likewise.
14894         (exp_test_data): Likewise.
14895         (expm1_test_data): Likewise.
14896         (hypot_test_data): Likewise.
14897         (pow_test_data): Likewise.
14898         (sinh_test_data): Likewise.
14899         (tanh_test_data): Likewise.
14900         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
14901         flags argument.
14902
14903         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
14904         tests with quiet NaN input and output.
14905         (acosh_test_data): Likewise.
14906         (asin_test_data): Likewise.
14907         (asinh_test_data): Likewise.
14908         (atan_test_data): Likewise.
14909         (atanh_test_data): Likewise.
14910         (atan2_test_data): Likewise.
14911         (cbrt_test_data): Likewise.
14912         (cos_test_data): Likewise.
14913         (cosh_test_data): Likewise.
14914         (erf_test_data): Likewise.
14915         (erfc_test_data): Likewise.
14916         (exp_test_data): Likewise.
14917         (exp10_test_data): Likewise.
14918         (exp2_test_data): Likewise.
14919         (expm1_test_data): Likewise.
14920         (hypot_test_data): Likewise.
14921         (j0_test_data): Likewise.
14922         (j1_test_data): Likewise.
14923         (jn_test_data): Likewise.
14924         (lgamma_test_data): Likewise.
14925         (log_test_data): Likewise.
14926         (log10_test_data): Likewise.
14927         (log1p_test_data): Likewise.
14928         (log2_test_data): Likewise.
14929         (pow_test_data): Likewise.
14930         (scalb_test_data): Likewise.
14931         (sin_test_data): Likewise.
14932         (sincos_test_data): Likewise.
14933         (sinh_test_data): Likewise.
14934         (tan_test_data): Likewise.
14935         (tanh_test_data): Likewise.
14936         (tgamma_test_data): Likewise.
14937         (y0_test_data): Likewise.
14938         (y1_test_data): Likewise.
14939         (yn_test_data): Likewise.
14940
14941         [BZ #16167]
14942         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
14943         argument being NaN and avoid computations with second argument in
14944         that case.
14945         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
14946         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
14947         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
14948
14949 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
14950
14951         * locale/iso-639.def: Add Chitwani Tharu (the).
14952
14953 2013-11-14  Andreas Schwab  <schwab@suse.de>
14954
14955         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
14956         word instead of empty string.
14957
14958 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14959
14960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14961         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
14962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14963         (__fe_nomask_env): Likewise.
14964
14965 2013-11-13  Steve Ellcey  <sellcey@mips.com>
14966
14967         * benchtests/bench-timing.h: Include time.h.
14968
14969 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
14970
14971         [BZ #15997]
14972         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
14973         to 3.4.0 for x32.
14974         * sysdeps/unix/sysv/linux/configure: Regenerated.
14975
14976 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
14977
14978         [BZ #16151]
14979         * stdlib/strtod_l.c (round_and_return): Do not consider
14980         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
14981         exponent one less than half the least subnormal exponent.
14982         * stdlib/test-strtod-round-data: Add more tests.
14983         * stdlib/tst-strtod-round.c (tests): Regenerated.
14984
14985 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14986
14987         [BZ #14143]
14988         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
14989         (__fe_mask_env): Likewise.
14990         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
14991         libm_hidden_proto and add function prototype.
14992         (__fe_mask_env): Add function prototype.
14993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14994         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
14995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
14996         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
14997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14998         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
14999
15000 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15001
15002         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
15003         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
15004
15005 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
15006
15007         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
15008         of htab_find_slot().
15009
15010 2013-11-11  David S. Miller  <davem@davemloft.net>
15011
15012         [BZ #16150]
15013         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
15014         symbol in the non-vis3 case in static builds.
15015         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
15016         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
15017         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
15018         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
15019
15020 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
15021
15022         [BZ #387]
15023         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
15024         it is empty.
15025
15026 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15027
15028         * benchtests/Makefile: Add bench-strtod.
15029         * benchtests/bench-strtod.c: New file: strtod benchtest
15030
15031 2013-11-11  Andreas Schwab  <schwab@suse.de>
15032
15033         [BZ #16153]
15034         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
15035         terminating NUL in key length.
15036
15037 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15038
15039         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
15040         Add artificial ODP entry for vDSO symbol for PPC64.
15041         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
15042         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
15043
15044 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
15045
15046         [BZ #15374]
15047         * nss/getent.c (services_keys): Recognize services starting with digit.
15048
15049 2013-11-06  David S. Miller  <davem@davemloft.net>
15050
15051         [BZ #15985]
15052         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
15053         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
15054
15055 2013-11-06  Will Newton  <will.newton@linaro.org>
15056
15057         * manual/memory.texi (Malloc Examples): Remove register
15058         keyword from examples.
15059
15060 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
15061
15062         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
15063
15064 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
15065
15066         [BZ #6981]
15067         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
15068         depending on [__GCC_IEC_559 > 0].
15069         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
15070         depending on [__GCC_IEC_559_COMPLEX > 0].
15071
15072 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
15073
15074         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
15075         to iso-639.def.
15076
15077 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
15078
15079         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
15080
15081 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
15082
15083         [BZ #16112]
15084         * malloc/malloc (malloc_info): Do not handle first bin as
15085         special case.
15086
15087 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
15088
15089         * locale/iso-639.def: Add Central Nahuatl (nhn).
15090
15091 2013-11-01  Bruno Haible  <bruno@clisp.org>
15092
15093         [BZ #7003]
15094         * manual/math.texi (BSD Random): Specify range upper bound as
15095         in POSIX.
15096
15097 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
15098
15099         * locale/iso-639.def: Add Meadow Mari (mhr).
15100
15101 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
15102
15103         [BZ #14752], [BZ #15763]
15104         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
15105         Validate name.
15106         * rt/tst_shm.c: Add test for escaping directory.
15107
15108 2013-10-31  Andreas Schwab  <schwab@suse.de>
15109
15110         [BZ #15917]
15111         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
15112         followed by 'x' as part of digit sequence.
15113         * stdio-common/tst-sscanf.c (double_tests2): New tests.
15114
15115 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
15116
15117         [BZ #16037]
15118         * configure.ac: allow GNU Make 4.0 and greater.
15119         * configure: Regenerated.
15120
15121 2013-10-30  Will Newton  <will.newton@linaro.org>
15122
15123         [BZ #16038]
15124         * malloc/hooks.c (memalign_check): Limit alignment to the
15125         maximum representable power of two.
15126         * malloc/malloc.c (__libc_memalign): Likewise.
15127         * malloc/tst-memalign.c (do_test): Add test for very
15128         large alignment values.
15129         * malloc/tst-posix_memalign.c (do_test): Likewise.
15130
15131 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15132
15133         [BZ #11087]
15134         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
15135         (munmap_chunk): Likewise.
15136         (mremap_chunk): Likewise.
15137
15138 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
15139
15140         [BZ #15799]
15141         * stdlib/div.c (div): Remove obsolete code.
15142         * stdlib/ldiv.c (ldiv): Likewise.
15143         * stdlib/lldiv.c (lldiv): Likewise.
15144
15145 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15146
15147         [BZ #16071]
15148         * nss/nss_files/files-XXX.c (get_contents_ret): New
15149         enumerator.
15150         (get_contents): New function.
15151         (internal_getent): Use it.  Expand size of LINEBUFLEN.
15152
15153 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
15154
15155         * configure.in: Moved to ...
15156         * configure.ac: ... here. Change reference to configure.in
15157         to configure.ac.
15158         * sysdeps/arm/preconfigure.ac: ... here.
15159         configure.in to configure.ac.
15160         * sysdeps/gnu/configure.in: Moved to ...
15161         * sysdeps/gnu/configure.ac: ... here.
15162         * sysdeps/i386/configure.in: Moved to ...
15163         * sysdeps/i386/configure.ac: ... here.
15164         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
15165         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
15166         * sysdeps/mach/configure.in: Moved to ...
15167         * sysdeps/mach/configure.ac: ... here.
15168         * sysdeps/mach/hurd/configure.in: Moved to ...
15169         * sysdeps/mach/hurd/configure.ac: ... here.
15170         * sysdeps/powerpc/configure.in: Moved to ...
15171         * sysdeps/powerpc/configure.ac: ... here.
15172         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
15173         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
15174         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
15175         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
15176         * sysdeps/s390/s390-32/configure.in: Moved to ...
15177         * sysdeps/s390/s390-32/configure.ac: ... here.
15178         * sysdeps/s390/s390-64/configure.in: Moved to ...
15179         * sysdeps/s390/s390-64/configure.ac: ... here.
15180         * sysdeps/sh/configure.in: Moved to ...
15181         * sysdeps/sh/configure.ac: ... here.
15182         * sysdeps/sparc/configure.in: Moved to ...
15183         * sysdeps/sparc/configure.ac: ... here.
15184         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
15185         * sysdeps/unix/sysv/linux/configure.ac: ... here.
15186         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
15187         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
15188         * sysdeps/x86_64/configure.in: Moved to ...
15189         * sysdeps/x86_64/configure.ac: ... here.
15190         * sysdeps/x86_64/preconfigure.in: Moved to ...
15191         * sysdeps/x86_64/preconfigure.ac: ... here.
15192         * aclocal.m4: Change reference to configure.in to configure.ac.
15193         * config.h.in: Likewise.
15194         * manual/install.texi: Likewise.
15195         * manual/maint.texi: Likewise.
15196         * Makefile: Likewise.
15197         * malloc/Makefile: Likewise.
15198         * nscd/Makefile: Likewise.
15199         * Makeconfig: Change reference to configure.in and
15200         preconfigure.in to configure.ac and preconfigure.ac
15201         respectively.
15202         * INSTALL: Regenerated.
15203         * configure: Likewise.
15204         * sysdeps/gnu/configure: Likewise.
15205         * sysdeps/i386/configure: Likewise.
15206         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
15207         * sysdeps/mach/configure: Likewise.
15208         * sysdeps/mach/hurd/configure: Likewise.
15209         * sysdeps/powerpc/configure: Likewise.
15210         * sysdeps/powerpc/powerpc32/configure: Likewise.
15211         * sysdeps/powerpc/powerpc64/configure: Likewise.
15212         * sysdeps/s390/s390-32/configure: Likewise.
15213         * sysdeps/s390/s390-64/configure: Likewise.
15214         * sysdeps/sh/configure: Likewise.
15215         * sysdeps/sparc/configure: Likewise.
15216         * sysdeps/unix/sysv/linux/configure: Likewise.
15217         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
15218         * sysdeps/x86_64/configure: Likewise.
15219         * sysdeps/x86_64/preconfigure: Likewise.
15220
15221 2013-10-29  Andreas Schwab  <schwab@suse.de>
15222
15223         * stdio-common/Makefile (tst-swscanf-ENV): Define.
15224
15225 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15226
15227         * benchtests/pow-inputs: Add new inputs.
15228
15229         * benchtests/exp-inputs: Add new inputs.
15230
15231         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
15232         conditional check for return value.
15233         (__cos32): Likewise.
15234
15235 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15236
15237         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
15238         to provide a boost for large inputs with word alignment.
15239         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
15240         implementation based on optimized PPC64 strcpy.
15241         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
15242         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
15243         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
15244         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
15245
15246 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15247
15248         [BZ #2801]
15249         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
15250
15251 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15252
15253         [BZ #14876]
15254         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
15255         * time/tst-strptime.c (day_tests): Add testcase.
15256
15257 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
15258
15259         [BZ #14029]
15260         * manual/pattern.texi: Acknowledge that fnmatch can fail.
15261
15262 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
15263
15264         [BZ #16074]
15265         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
15266         MAP_FAILED on error.
15267
15268 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
15269
15270         [BZ #16072]
15271         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
15272         heap for large requests.
15273
15274 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
15275
15276         [BZ #9954]
15277         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
15278         result if the result has no associated interface.
15279         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
15280         interface for all 127.X.Y.Z addresses.
15281
15282 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
15283
15284         * locale/iso-639.def: Add Ligurian (lij)
15285
15286 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
15287
15288         [BZ #15825]
15289         * sunrpc/rpc_main.c: Document rpcgen -5.
15290
15291 2013-10-19  Michael Stahl  <mstahl@redhat.com>
15292
15293         * elf/rtld.c (do_preload): Print the reason why preloading failed.
15294
15295 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15296
15297         [BZ #10278]
15298         * posix/glob.c: Match only directories when trailing slash is present.
15299         * posix/tst-gnuglob.c (my_opendir): Do not open files.
15300         (main): Add testcase.
15301
15302 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
15303
15304         [BZ #15670]
15305         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
15306
15307 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
15308
15309         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
15310         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
15311         AUTH_DES and cindex for FIPS 140-2.
15312         (DES Encryption): Add cindex FIPS 46-3.
15313
15314         * locale/locarchive.h (struct locarhandle): Add fname.
15315         * locale/programs/localedef.c (main): Pass ARGV[remaining]
15316         if an optional argument was specified to --list-archive,
15317         otherwise NULL.
15318         * locale/programs/locarchive.c (show_archive_content): Take new
15319         argument fname and pass it via ah.fname to open_archive.
15320         * locale/programs/localedef.h: Update decl.
15321         (open_archive): If AH->fname is non-null, open that file
15322         rather than the default file name, and don't ignore ENOENT.
15323         (create_archive): Set AH.fname to NULL.
15324         (delete_locales_from_archive): Likewise.
15325         (add_locales_to_archive): Likewise.
15326         * locale/programs/locfile.c (write_all_categories): Likewise.
15327
15328 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
15329             Aldy Hernandez  <aldyh@redhat.com>
15330
15331         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
15332         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
15333         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
15334         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
15335         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
15336         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
15337         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
15338         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
15339         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
15340         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
15341         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
15342         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
15343         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
15344         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
15345         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
15346         Likewise.
15347         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
15348         Likewise.
15349         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
15350         Likewise.
15351         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
15352         Likewise.
15353         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
15354         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
15355         Likewise.
15356         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
15357         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
15358         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
15359         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
15360         Likewise.
15361         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
15362         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
15363         * sysdeps/powerpc/preconfigure: Likewise.
15364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
15365         Likewise.
15366         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
15367         Replace contents of file by #include of <fenv_libc.h>.
15368         * sysdeps/powerpc/soft-fp/sfp-machine.h
15369         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
15370         and <sys/prctl.h>.
15371         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
15372         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
15373         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
15374         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
15375         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
15376         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
15377         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
15378         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
15379         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
15380         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
15381         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
15382         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
15383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
15384         Allow copysignl PLT reference to be missing.
15385
15386 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
15387             Joseph Myers  <joseph@codesourcery.com
15388
15389         [BZ #15948]
15390         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
15391         single character.
15392         (add_to_tablewc): Assert sequence of wide characters is nonempty.
15393
15394 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
15395
15396         * elf/tst-tls-dlinfo.c: Don't include tls.h.
15397         * elf/tst-tls1.c: Likewise.
15398         * elf/tst-tls10.h: Likewise.
15399         * elf/tst-tls14.c: Likewise.
15400         * elf/tst-tls2.c: Likewise.
15401         * elf/tst-tls3.c: Likewise.
15402         * elf/tst-tls4.c: Likewise.
15403         * elf/tst-tls5.c: Likewise.
15404         * elf/tst-tls6.c: Likewise.
15405         * elf/tst-tls7.c: Likewise.
15406         * elf/tst-tls8.c: Likewise.
15407         * elf/tst-tls9.c: Likewise.
15408         * elf/tst-tlsmod1.c: Likewise.
15409         * elf/tst-tlsmod13.c: Likewise.
15410         * elf/tst-tlsmod13a.c: Likewise.
15411         * elf/tst-tlsmod14a.c: Likewise.
15412         * elf/tst-tlsmod16a.c: Likewise.
15413         * elf/tst-tlsmod16b.c: Likewise.
15414         * elf/tst-tlsmod2.c: Likewise.
15415         * elf/tst-tlsmod3.c: Likewise.
15416         * elf/tst-tlsmod4.c: Likewise.
15417         * elf/tst-tlsmod5.c: Likewise.
15418         * elf/tst-tlsmod6.c: Likewise.
15419
15420 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
15421
15422         [BZ #12486]
15423         * malloc/malloc.c: remove checks for statistics.
15424
15425 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15426
15427         [BZ #15277]
15428         * inet/inet_net.c (inet_network): Detect additional invalid strings.
15429         * inet/tst-network.c: Add testcase.
15430
15431 2013-10-17  Andreas Schwab  <schwab@suse.de>
15432
15433         [BZ #15218]
15434         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
15435         to determine canonical name.
15436
15437 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15438
15439         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
15440         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
15441         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15442         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
15443         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15444         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
15445         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
15446         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
15447         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
15448         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
15449         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
15450         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
15451         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
15452         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
15453         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
15454         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
15455         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15456         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
15457         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
15458         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
15459         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
15460         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15461         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
15462         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
15463         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
15464         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
15465         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
15466         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
15467         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
15468         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
15469         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
15470         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
15471         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
15472         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
15473         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
15474         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
15475         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
15476         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
15477         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
15478         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
15479         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
15480         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
15481         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
15482         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
15483         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
15484         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
15485         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
15486         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
15487         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
15488         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
15489         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
15490         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
15491         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
15492         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
15493         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15494         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
15495         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
15496         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
15497
15498 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
15499
15500         [BZ #16041]
15501         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
15502         make result into a quiet NaN.
15503
15504 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
15505
15506         * soft-fp/adddf3.c: Fix horizontal whitespace.
15507         * soft-fp/addsf3.c: Likewise.
15508         * soft-fp/addtf3.c: Likewise.
15509         * soft-fp/divdf3.c: Likewise.
15510         * soft-fp/divsf3.c: Likewise.
15511         * soft-fp/divtf3.c: Likewise.
15512         * soft-fp/double.h: Likewise.
15513         * soft-fp/eqdf2.c: Likewise.
15514         * soft-fp/eqsf2.c: Likewise.
15515         * soft-fp/eqtf2.c: Likewise.
15516         * soft-fp/extenddftf2.c: Likewise.
15517         * soft-fp/extended.h: Likewise.
15518         * soft-fp/extendsfdf2.c: Likewise.
15519         * soft-fp/extendsftf2.c: Likewise.
15520         * soft-fp/extendxftf2.c: Likewise.
15521         * soft-fp/fixdfdi.c: Likewise.
15522         * soft-fp/fixdfsi.c: Likewise.
15523         * soft-fp/fixdfti.c: Likewise.
15524         * soft-fp/fixsfdi.c: Likewise.
15525         * soft-fp/fixsfsi.c: Likewise.
15526         * soft-fp/fixsfti.c: Likewise.
15527         * soft-fp/fixtfdi.c: Likewise.
15528         * soft-fp/fixtfsi.c: Likewise.
15529         * soft-fp/fixtfti.c: Likewise.
15530         * soft-fp/fixunsdfdi.c: Likewise.
15531         * soft-fp/fixunsdfsi.c: Likewise.
15532         * soft-fp/fixunsdfti.c: Likewise.
15533         * soft-fp/fixunssfdi.c: Likewise.
15534         * soft-fp/fixunssfsi.c: Likewise.
15535         * soft-fp/fixunssfti.c: Likewise.
15536         * soft-fp/fixunstfdi.c: Likewise.
15537         * soft-fp/fixunstfsi.c: Likewise.
15538         * soft-fp/fixunstfti.c: Likewise.
15539         * soft-fp/floatdidf.c: Likewise.
15540         * soft-fp/floatdisf.c: Likewise.
15541         * soft-fp/floatditf.c: Likewise.
15542         * soft-fp/floatsidf.c: Likewise.
15543         * soft-fp/floatsisf.c: Likewise.
15544         * soft-fp/floatsitf.c: Likewise.
15545         * soft-fp/floattidf.c: Likewise.
15546         * soft-fp/floattisf.c: Likewise.
15547         * soft-fp/floattitf.c: Likewise.
15548         * soft-fp/floatundidf.c: Likewise.
15549         * soft-fp/floatundisf.c: Likewise.
15550         * soft-fp/floatunditf.c: Likewise.
15551         * soft-fp/floatunsidf.c: Likewise.
15552         * soft-fp/floatunsisf.c: Likewise.
15553         * soft-fp/floatunsitf.c: Likewise.
15554         * soft-fp/floatuntidf.c: Likewise.
15555         * soft-fp/floatuntisf.c: Likewise.
15556         * soft-fp/floatuntitf.c: Likewise.
15557         * soft-fp/fmadf4.c: Likewise.
15558         * soft-fp/fmasf4.c: Likewise.
15559         * soft-fp/fmatf4.c: Likewise.
15560         * soft-fp/gedf2.c: Likewise.
15561         * soft-fp/gesf2.c: Likewise.
15562         * soft-fp/getf2.c: Likewise.
15563         * soft-fp/ledf2.c: Likewise.
15564         * soft-fp/lesf2.c: Likewise.
15565         * soft-fp/letf2.c: Likewise.
15566         * soft-fp/muldf3.c: Likewise.
15567         * soft-fp/mulsf3.c: Likewise.
15568         * soft-fp/multf3.c: Likewise.
15569         * soft-fp/negdf2.c: Likewise.
15570         * soft-fp/negsf2.c: Likewise.
15571         * soft-fp/negtf2.c: Likewise.
15572         * soft-fp/op-1.h: Likewise.
15573         * soft-fp/op-2.h: Likewise.
15574         * soft-fp/op-4.h: Likewise.
15575         * soft-fp/op-8.h: Likewise.
15576         * soft-fp/op-common.h: Likewise.
15577         * soft-fp/quad.h: Likewise.
15578         * soft-fp/single.h: Likewise.
15579         * soft-fp/soft-fp.h: Likewise.
15580         * soft-fp/sqrtdf2.c: Likewise.
15581         * soft-fp/sqrtsf2.c: Likewise.
15582         * soft-fp/sqrttf2.c: Likewise.
15583         * soft-fp/subdf3.c: Likewise.
15584         * soft-fp/subsf3.c: Likewise.
15585         * soft-fp/subtf3.c: Likewise.
15586         * soft-fp/truncdfsf2.c: Likewise.
15587         * soft-fp/trunctfdf2.c: Likewise.
15588         * soft-fp/trunctfsf2.c: Likewise.
15589         * soft-fp/trunctfxf2.c: Likewise.
15590         * soft-fp/unorddf2.c: Likewise.
15591         * soft-fp/unordsf2.c: Likewise.
15592         * soft-fp/unordtf2.c: Likewise.
15593
15594 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
15595
15596         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
15597         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
15598
15599 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
15600
15601         * elf/dl-libc.c: Clear initfini list after freeing.
15602
15603 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
15604
15605         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
15606         * soft-fp/addsf3.c: Likewise.
15607         * soft-fp/addtf3.c: Likewise.
15608         * soft-fp/divdf3.c: Likewise.
15609         * soft-fp/divsf3.c: Likewise.
15610         * soft-fp/divtf3.c: Likewise.
15611         * soft-fp/double.h: Likewise.
15612         * soft-fp/eqdf2.c: Likewise.
15613         * soft-fp/eqsf2.c: Likewise.
15614         * soft-fp/eqtf2.c: Likewise.
15615         * soft-fp/extenddftf2.c: Likewise.
15616         * soft-fp/extended.h: Likewise.
15617         * soft-fp/extendsfdf2.c: Likewise.
15618         * soft-fp/extendsftf2.c: Likewise.
15619         * soft-fp/extendxftf2.c: Likewise.
15620         * soft-fp/fixdfdi.c: Likewise.
15621         * soft-fp/fixdfsi.c: Likewise.
15622         * soft-fp/fixdfti.c: Likewise.
15623         * soft-fp/fixsfdi.c: Likewise.
15624         * soft-fp/fixsfsi.c: Likewise.
15625         * soft-fp/fixsfti.c: Likewise.
15626         * soft-fp/fixtfdi.c: Likewise.
15627         * soft-fp/fixtfsi.c: Likewise.
15628         * soft-fp/fixtfti.c: Likewise.
15629         * soft-fp/fixunsdfdi.c: Likewise.
15630         * soft-fp/fixunsdfsi.c: Likewise.
15631         * soft-fp/fixunsdfti.c: Likewise.
15632         * soft-fp/fixunssfdi.c: Likewise.
15633         * soft-fp/fixunssfsi.c: Likewise.
15634         * soft-fp/fixunssfti.c: Likewise.
15635         * soft-fp/fixunstfdi.c: Likewise.
15636         * soft-fp/fixunstfsi.c: Likewise.
15637         * soft-fp/fixunstfti.c: Likewise.
15638         * soft-fp/floatdidf.c: Likewise.
15639         * soft-fp/floatdisf.c: Likewise.
15640         * soft-fp/floatditf.c: Likewise.
15641         * soft-fp/floatsidf.c: Likewise.
15642         * soft-fp/floatsisf.c: Likewise.
15643         * soft-fp/floatsitf.c: Likewise.
15644         * soft-fp/floattidf.c: Likewise.
15645         * soft-fp/floattisf.c: Likewise.
15646         * soft-fp/floattitf.c: Likewise.
15647         * soft-fp/floatundidf.c: Likewise.
15648         * soft-fp/floatundisf.c: Likewise.
15649         * soft-fp/floatunsidf.c: Likewise.
15650         * soft-fp/floatunsisf.c: Likewise.
15651         * soft-fp/floatuntidf.c: Likewise.
15652         * soft-fp/floatuntisf.c: Likewise.
15653         * soft-fp/floatuntitf.c: Likewise.
15654         * soft-fp/fmadf4.c: Likewise.
15655         * soft-fp/fmasf4.c: Likewise.
15656         * soft-fp/fmatf4.c: Likewise.
15657         * soft-fp/gedf2.c: Likewise.
15658         * soft-fp/gesf2.c: Likewise.
15659         * soft-fp/getf2.c: Likewise.
15660         * soft-fp/ledf2.c: Likewise.
15661         * soft-fp/lesf2.c: Likewise.
15662         * soft-fp/letf2.c: Likewise.
15663         * soft-fp/muldf3.c: Likewise.
15664         * soft-fp/mulsf3.c: Likewise.
15665         * soft-fp/multf3.c: Likewise.
15666         * soft-fp/negdf2.c: Likewise.
15667         * soft-fp/negsf2.c: Likewise.
15668         * soft-fp/negtf2.c: Likewise.
15669         * soft-fp/op-1.h: Likewise.
15670         * soft-fp/op-2.h: Likewise.
15671         * soft-fp/op-4.h: Likewise.
15672         * soft-fp/op-8.h: Likewise.
15673         * soft-fp/op-common.h: Likewise.
15674         * soft-fp/quad.h: Likewise.
15675         * soft-fp/single.h: Likewise.
15676         * soft-fp/soft-fp.h: Likewise.
15677         * soft-fp/sqrtdf2.c: Likewise.
15678         * soft-fp/sqrtsf2.c: Likewise.
15679         * soft-fp/sqrttf2.c: Likewise.
15680         * soft-fp/subdf3.c: Likewise.
15681         * soft-fp/subsf3.c: Likewise.
15682         * soft-fp/subtf3.c: Likewise.
15683         * soft-fp/truncdfsf2.c: Likewise.
15684         * soft-fp/trunctfdf2.c: Likewise.
15685         * soft-fp/trunctfsf2.c: Likewise.
15686         * soft-fp/trunctfxf2.c: Likewise.
15687         * soft-fp/unorddf2.c: Likewise.
15688         * soft-fp/unordsf2.c: Likewise.
15689         * soft-fp/unordtf2.c: Likewise.
15690
15691 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
15692
15693         [BZ #15672]
15694         * misc/error.c (error_tail): Fix possible buffer overflow.
15695
15696 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
15697
15698         [BZ #13028]
15699         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
15700         address.
15701
15702 2013-10-14  P. J. McDermott  <pj@pehjota.net>
15703
15704         [BZ #832]
15705         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
15706         testing pipefail option.
15707
15708 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
15709
15710         * soft-fp/double.h: Indent preprocessor directives inside #if.
15711         * soft-fp/extended.h: Likewise.
15712         * soft-fp/op-2.h: Likewise.
15713         * soft-fp/op-4.h: Likewise.
15714         * soft-fp/op-common.h: Likewise.
15715         * soft-fp/quad.h: Likewise.
15716         * soft-fp/single.h: Likewise.
15717         * soft-fp/soft-fp.h: Likewise.
15718
15719 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
15720
15721         * iconv/iconv_prog.c: Fix typos.
15722         * stdio-common/psiginfo-data.h: Likewise.
15723
15724 2013-10-12   Reuben Thomas <rrt@sc3d.org>
15725
15726         [BZ #15764]
15727         * locale/setlocale.c: Fix typo.
15728
15729 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
15730
15731         [BZ #16036]
15732         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
15733         signaling NaN arguments.
15734         * soft-fp/unordsf2.c (__unordsf2): Likewise.
15735         * soft-fp/unordtf2.c (__unordtf2): Likewise.
15736
15737         [BZ #14910]
15738         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
15739         unordered operands.
15740         * soft-fp/gesf2.c (__gesf2): Likewise.
15741         * soft-fp/getf2.c (__getf2): Likewise.
15742         * soft-fp/ledf2.c (__ledf2): Likewise.
15743         * soft-fp/lesf2.c (__lesf2): Likewise.
15744         * soft-fp/letf2.c (__letf2): Likewise.
15745
15746         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
15747         * soft-fp/eqsf2.c (__eqsf2): Likewise.
15748         * soft-fp/eqtf2.c (__eqtf2): Likewise.
15749         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
15750         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
15751         * soft-fp/fixdfti.c (__fixdfti): Likewise.
15752         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
15753         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
15754         * soft-fp/fixsfti.c (__fixsfti): Likewise.
15755         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
15756         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
15757         * soft-fp/fixtfti.c (__fixtfti): Likewise.
15758         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
15759         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
15760         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
15761         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
15762         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
15763         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
15764         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
15765         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
15766         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
15767         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
15768         * soft-fp/floatdisf.c (__floatdisf): Likewise.
15769         * soft-fp/floatsisf.c (__floatsisf): Likewise.
15770         * soft-fp/floattidf.c (__floattidf): Likewise.
15771         * soft-fp/floattisf.c (__floattisf): Likewise.
15772         * soft-fp/floattitf.c (__floattitf): Likewise.
15773         * soft-fp/floatundidf.c (__floatundidf): Likewise.
15774         * soft-fp/floatundisf.c (__floatundisf): Likewise.
15775         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
15776         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
15777         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
15778         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
15779         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
15780         * soft-fp/gesf2.c (__gesf2): Likewise.
15781         * soft-fp/getf2.c (__getf2): Likewise.
15782         * soft-fp/ledf2.c (__ledf2): Likewise.
15783         * soft-fp/lesf2.c (__lesf2): Likewise.
15784         * soft-fp/letf2.c (__letf2): Likewise.
15785
15786         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
15787         Undefine and redefine.
15788         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
15789         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
15790         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
15791         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
15792         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15793         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
15794         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15795         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
15796         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15797         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
15798         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15799         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
15800         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15801         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
15802         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15803
15804         [BZ #16032]
15805         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
15806         without decrementing exponent if mantissa >= that for the
15807         denominator, not >.
15808         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
15809         denominator, not >.  Decrement exponent in < case instead of
15810         incrementing in >= case.
15811         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
15812         without decrementing exponent if mantissa >= that for the
15813         denominator, not >.
15814
15815         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
15816         computing saturated result for unsigned overflow.
15817
15818 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
15819             Jeff Law  <law@redhat.com>
15820
15821         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
15822         (atan2Mp): Add systemtap probe marker.
15823         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
15824         (__ieee754_log): Add systemtap probe marker.
15825         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
15826         (atanMp): Add systemtap probe marker.
15827         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
15828         (tanMp): Add systemtap probe marker.
15829         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
15830         (__slowexp): Add systemtap probe marker.
15831         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
15832         (__slowpow): Add systemtap probe marker.
15833         * manual/probes.texi: Document probes.
15834
15835 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
15836
15837         [BZ #15362]
15838         * libio/fileops.c (_IO_new_file_write): Return count of bytes
15839         written.
15840         (_IO_new_file_xsputn): Don't return EOF if nothing has been
15841         written.
15842         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
15843         written to buffer but not flushed.
15844         * libio/iofwrite_u.c:  Likewise.
15845         * libio/iopadn.c:  Return bytes returned even if EOF was
15846         encountered.
15847         * libio/iowpadn.c:  Likewise.
15848         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
15849         if _IO_padn does not write the whole buffer.
15850         [!COMPILE_WPRINTF] (PAD): Likewise.
15851
15852 2013-10-10  David S. Miller  <davem@davemloft.net>
15853
15854         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
15855         directory block.
15856
15857 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
15858
15859         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
15860         instead of FSF address.
15861         * soft-fp/fixdfti.c: Likewise.
15862         * soft-fp/fixsfti.c: Likewise.
15863         * soft-fp/fixtfti.c: Likewise.
15864         * soft-fp/fixunsdfti.c: Likewise.
15865         * soft-fp/fixunssfti.c: Likewise.
15866         * soft-fp/fixunstfti.c: Likewise.
15867         * soft-fp/floattidf.c: Likewise.
15868         * soft-fp/floattisf.c: Likewise.
15869         * soft-fp/floattitf.c: Likewise.
15870         * soft-fp/floatuntidf.c: Likewise.
15871         * soft-fp/floatuntisf.c: Likewise.
15872         * soft-fp/floatuntitf.c: Likewise.
15873         * soft-fp/trunctfxf2.c: Likewise.
15874
15875         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
15876         * soft-fp/fixdfti.c: Likewise.
15877         * soft-fp/fixsfti.c: Likewise.
15878         * soft-fp/fixtfti.c: Likewise.
15879         * soft-fp/fixunsdfti.c: Likewise.
15880         * soft-fp/fixunssfti.c: Likewise.
15881         * soft-fp/fixunstfti.c: Likewise.
15882         * soft-fp/floattidf.c: Likewise.
15883         * soft-fp/floattisf.c: Likewise.
15884         * soft-fp/floattitf.c: Likewise.
15885         * soft-fp/floatuntidf.c: Likewise.
15886         * soft-fp/floatuntisf.c: Likewise.
15887         * soft-fp/floatuntitf.c: Likewise.
15888         * soft-fp/trunctfxf2.c: Likewise.
15889
15890 2013-10-10  David S. Miller  <davem@davemloft.net>
15891
15892         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15893
15894 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
15895
15896         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15897         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
15898         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
15899         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
15900         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
15901         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
15902         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
15903
15904         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
15905         for NaNs before doing comparisons on argument.
15906         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
15907         Likewise.
15908
15909 2013-10-10  Will Newton  <will.newton@linaro.org>
15910
15911         * malloc/hooks.c (memalign_check): Ensure the value of bytes
15912         passed to _int_memalign does not overflow.
15913
15914 2013-10-10  Torvald Riegel  <triegel@redhat.com>
15915
15916         * scripts/bench.pl: Add include-sources directive.
15917         * benchtests/README: Update documentation.
15918
15919 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
15920
15921         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
15922         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
15923         instead of FP_INIT_ROUNDMODE.
15924         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
15925         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
15926
15927         [BZ #16034]
15928         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
15929         copy class of input value.
15930         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
15931         not handle exceptions.
15932         * soft-fp/negsf2.c (__negsf2): Likewise.
15933         * soft-fp/negtf2.c (__negtf2): Likewise.
15934         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
15935
15936 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
15937
15938         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
15939         semicolon.  From Linux kernel.
15940
15941 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
15942
15943         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
15944
15945 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
15946
15947         [BZ #156]
15948         * manual/socket.texi: Added statement about buffer
15949         for gethostbyname2_r.
15950
15951 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
15952
15953         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
15954         Use .p2align directive instead, throughout.
15955         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
15956         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
15957         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
15958         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
15959         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
15960         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
15961         * sysdeps/x86_64/strchr.S: Likewise.
15962         * sysdeps/x86_64/strrchr.S: Likewise.
15963
15964 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
15965
15966         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
15967
15968         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
15969
15970         * sysdeps/generic/math_private.h (__mpsin1): Remove
15971         declaration.
15972         (__mpcos1): Likewise.
15973         (__mpsin): New argument __range_reduce.
15974         (__mpcos): Likewise.
15975         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15976         (slow): Use __mpsin and __mpcos.
15977         (slow1): Likewise.
15978         (slow2): Likewise.
15979         (sloww): Likewise.
15980         (sloww1): Likewise.
15981         (sloww2): Likewise.
15982         (bsloww): Likewise.
15983         (bsloww1): Likewise.
15984         (bsloww2): Likewise.
15985         (cslow2): Likewise.
15986         (csloww): Likewise.
15987         (csloww1): Likewise.
15988         (csloww2): Likewise.
15989         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
15990         range_reduce.  Merge in __mpsin1.
15991         (__mpcos): Likewise.
15992         (__mpsin1): Remove.
15993         (__mpcos1): Likewise.
15994
15995 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
15996
15997         * locale/loadlocale.c (_nl_intern_locale_data): Use
15998         LOCFILE_ALIGNED_P.
15999         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
16000         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
16001         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
16002         obstack data is appropriately aligned.
16003         (obstack_int32_grow_fast): Likewise.
16004         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
16005         * locale/programs/locfile.c (add_locale_uint32): Likewise.
16006         (add_locale_uint32_array): Likewise.
16007
16008 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
16009
16010         * benchtests/Makefile: Remove ARGLIST and RET variables.
16011         ($(objpfx)bench-%.c): Pass only function name to the script.
16012         * benchtests/README: Update documentation.
16013         * benchtests/acos-inputs: Add new directives.
16014         * benchtests/acosh-inputs: Likewise.
16015         * benchtests/asin-inputs: Likewise.
16016         * benchtests/asinh-inputs: Likewise.
16017         * benchtests/atan-inputs: Likewise.
16018         * benchtests/atanh-inputs: Likewise.
16019         * benchtests/cos-inputs: Likewise.
16020         * benchtests/cosh-inputs: Likewise.
16021         * benchtests/exp-inputs: Likewise.
16022         * benchtests/log-inputs: Likewise.
16023         * benchtests/pow-inputs: Likewise.
16024         * benchtests/rint-inputs: Likewise.
16025         * benchtests/sin-inputs: Likewise.
16026         * benchtests/sinh-inputs: Likewise.
16027         * benchtests/tan-inputs: Likewise.
16028         * benchtests/tanh-inputs: Likewise.
16029         * scripts/bench.pl: Add support for new directives.
16030
16031 2013-10-07  Alan Modra  <amodra@gmail.com>
16032
16033         * README: Fix careless merge.
16034
16035 2013-10-05  Alan Modra  <amodra@gmail.com>
16036
16037         * NEWS: Mention powerpc64le support and bugs fixed.
16038         * README: Both big-endian and little-endian powerpc64 supported.
16039
16040 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16041
16042         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
16043         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
16044         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
16045         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
16046
16047 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
16048
16049         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
16050         match prototype.
16051
16052 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
16053
16054         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
16055         Move -mhard-float appending from
16056         ports/sysdeps/powerpc/powerpc32/Makefile.
16057         [$(with-fp) = yes] (ASFLAGS): Likewise.
16058         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
16059         * sysdeps/powerpc/nofpu: Move directory from
16060         ports/sysdeps/powerpc/nofpu.
16061         * sysdeps/powerpc/soft-fp: Move directory from
16062         ports/sysdeps/powerpc/soft-fp.
16063         * sysdeps/powerpc/powerpc32/405: Move directory from
16064         ports/sysdeps/powerpc/powerpc32/405.
16065         * sysdeps/powerpc/powerpc32/440: Move directory from
16066         ports/sysdeps/powerpc/powerpc32/440.
16067         * sysdeps/powerpc/powerpc32/464: Move directory from
16068         ports/sysdeps/powerpc/powerpc32/464.
16069         * sysdeps/powerpc/powerpc32/476: Move directory from
16070         ports/sysdeps/powerpc/powerpc32/476.
16071         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
16072         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
16073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
16074         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
16075         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
16076         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
16077         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
16078         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
16079         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
16080         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
16081         * README: Update for powerpc-*-linux-gnu software floating point
16082         support in libc.
16083
16084         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
16085         case to powerpc/powerpc32*.
16086         * sysdeps/unix/sysv/linux/configure: Regenerated.
16087
16088         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
16089         (_FPU_MASK_OM): Define as 0x04.
16090         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
16091         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
16092         0x00c10080.
16093         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
16094         0x0000003c.
16095         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
16096
16097         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
16098         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16099         getcontext_e500.
16100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
16101         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
16102         setcontext_e500.
16103         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
16104         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
16105         and setcontext_e500.
16106
16107 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
16108
16109         * locale/iso-3166.def: Update iso-1366.def and related occurrences
16110
16111 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
16112
16113         * manual/threads.texi (Default Thread Attributes): Fix typo.
16114
16115 2013-10-04  Will Newton  <will.newton@linaro.org>
16116
16117         * malloc/Makefile: Add tst-memalign.
16118         * malloc/tst-memalign.c: New file.
16119
16120         * malloc/tst-posix_memalign.c: Add comments.
16121         (do_test): Add comments and call free on all potentially
16122         allocated pointers. Add space after cast.
16123
16124         * malloc/tst-pvalloc.c: Add comments.
16125         (do_test): Add comments and call free on all potentially
16126         allocated pointers. Remove duplicate check for NULL pointer.
16127         Add space after cast.
16128
16129         * malloc/tst-valloc.c: Add comments.
16130         (do_test): Add comments and call free on all potentially
16131         allocated pointers. Remove duplicate check for NULL pointer.
16132         Add space after cast.
16133
16134 2013-10-04  Alan Modra  <amodra@gmail.com>
16135
16136         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16137         Use stdint types in rather than __attribute__((mode())).
16138         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16139
16140 2013-10-04  Alan Modra  <amodra@gmail.com>
16141
16142         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
16143         Correct handling of unaligned relocs for little-endian.
16144         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
16145
16146 2013-10-04  Alan Modra  <amodra@gmail.com>
16147
16148         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
16149         * configure: Regenerate.
16150         * nptl/shlib-versions: Powerpc*le starts at 2.18.
16151         * shlib-versions: Likewise.
16152
16153 2013-10-04  Alan Modra  <amodra@gmail.com>
16154
16155         * string/tester.c (test_memrchr): Increment reported test cycle.
16156
16157 2013-10-04  Alan Modra  <amodra@gmail.com>
16158
16159         * string/test-memcpy.c (do_one_test): When reporting errors, print
16160         string address and don't overrun end of string.
16161
16162 2013-10-04  Alan Modra  <amodra@gmail.com>
16163
16164         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
16165         insrdi.  Make better use of reg selection to speed exit slightly.
16166         Schedule entry path a little better.  Remove useless "are we done"
16167         checks on entry to main loop.  Handle wrapping around zero address.
16168         Correct main loop count.  Handle single left-over word from main
16169         loop inline rather than by using loop_small.  Remove extra word
16170         case in loop_small caused by wrong loop count.  Add little-endian
16171         support.
16172         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
16173         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
16174         cache hint.
16175         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
16176         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
16177         support.  Avoid rlwimi.
16178         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
16179
16180 2013-10-04  Alan Modra  <amodra@gmail.com>
16181
16182         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
16183         insrdi.  Formatting.
16184         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
16185         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
16186         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
16187         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
16188         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
16189         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
16190
16191 2013-10-04  Alan Modra  <amodra@gmail.com>
16192
16193         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
16194         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
16195         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
16196         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
16197         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
16198         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
16199         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
16200         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
16201         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
16202         use of regs.  Use power7 mtocrf.  Tidy function tails.
16203
16204 2013-10-04  Alan Modra  <amodra@gmail.com>
16205
16206         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
16207         Formatting.  Consistently use rXXX register defines or rN defines.
16208         Use early exit labels that avoid restoring unused non-volatile regs.
16209         Make cr field use more consistent with rWORDn compares.  Rename
16210         regs used as shift registers for unaligned loop, using rN defines
16211         for short lifetime/multiple use regs.
16212         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
16213         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
16214         addi 1,1,64 to pop stack frame.  Simplify return value code.
16215         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
16216
16217 2013-10-04  Alan Modra  <amodra@gmail.com>
16218
16219         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
16220         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
16221         rather than rlwimi.
16222         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
16223         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
16224         little-endian support.  Correct typos.
16225         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
16226         rather than rlwimi.
16227         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
16228         in loop and entry code to keep "and." results.
16229         (strchr): Add little-endian support.  Comment.  Move cntlzd
16230         earlier in tail.
16231         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
16232
16233 2013-10-04  Alan Modra  <amodra@gmail.com>
16234
16235         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
16236         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
16237         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
16238         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
16239
16240 2013-10-04  Alan Modra  <amodra@gmail.com>
16241
16242         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
16243         (rTMP): Define as r11.
16244         (strcmp): Add little-endian support.  Optimise tail.
16245         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
16246         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
16247         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
16248         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
16249         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
16250         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
16251         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
16252
16253 2013-10-04  Alan Modra  <amodra@gmail.com>
16254
16255         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
16256         little-endian support.  Remove unnecessary "are we done" tests.
16257         Handle "s" wrapping around zero and extremely large "size".
16258         Correct main loop count.  Handle single left-over word from main
16259         loop inline rather than by using small_loop.  Correct comments.
16260         Delete "zero" tail, use "end_max" instead.
16261         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
16262
16263 2013-10-04  Alan Modra  <amodra@gmail.com>
16264
16265         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
16266         support.  Don't branch over align.
16267         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
16268         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
16269         support.  Rearrange tmp reg use to suit.  Comment.
16270         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
16271
16272 2013-10-04  Alan Modra  <amodra@gmail.com>
16273
16274         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
16275
16276 2013-10-04  Alan Modra  <amodra@gmail.com>
16277
16278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
16279         conditional form of branch and link when obtaining pc.
16280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
16281
16282 2013-10-04  Alan Modra  <amodra@gmail.com>
16283
16284         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
16285         HIWORD/LOWORD.
16286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
16287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
16288
16289 2013-10-04  Alan Modra  <amodra@gmail.com>
16290
16291         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
16292         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
16293         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
16294         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
16295         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
16296         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
16297         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
16298         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
16299         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
16300         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
16301
16302 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16303             Alistair Popple <alistair@ozlabs.au.ibm.com>
16304             Alan Modra <amodra@gmail.com>
16305
16306         [BZ #15723]
16307         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
16308         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
16309         _dl_hwcap access for little-endian.
16310         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
16311         destroy vmx regs when saving unaligned.
16312         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
16313         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
16314         destroy vmx regs when saving unaligned.
16315
16316 2013-10-04  Alan Modra  <amodra@gmail.com>
16317
16318         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
16319         Don't use a union to pack hi/low value.
16320
16321 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16322
16323         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
16324         for little-endian.
16325         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
16326         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
16327         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
16328         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
16329         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
16330
16331 2013-10-04  Alan Modra  <amodra@gmail.com>
16332
16333         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
16334         constants to usual value for .cst8 section, and remove redundant
16335         high address load.
16336         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
16337         constant for 0x1p52.  Load little-endian words of double from
16338         correct stack offsets.
16339
16340 2013-10-04  Alan Modra  <amodra@gmail.com>
16341
16342         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
16343         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
16344         words of double from correct stack offsets.
16345         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
16346         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
16347         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
16348         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
16349         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
16350         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
16351         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
16352         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
16353         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
16354         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
16355         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
16356         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
16357         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
16358         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
16359         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
16360         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
16361         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
16362
16363 2013-10-04  Alan Modra  <amodra@gmail.com>
16364
16365         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
16366         64-bit int/double union.
16367         (_FPU_SETCW): Likewise.
16368         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
16369         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
16370
16371 2013-10-04  Alan Modra  <amodra@gmail.com>
16372
16373         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
16374         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
16375
16376 2013-10-04  Alan Modra  <amodra@gmail.com>
16377
16378         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
16379         use vector int constants.
16380         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
16381
16382 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16383
16384         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
16385         array with long long.
16386         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
16387         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
16388         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
16389         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
16390         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
16391         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
16392         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
16393         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
16394         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
16395         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
16396         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
16397         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
16398         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
16399
16400 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16401
16402         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
16403         (__signbit): Likewise.  Correct for little-endian.
16404         (__signbitl): Call __signbit.
16405         (lrint): Correct for little-endian.
16406         (lrintf): Call lrint.
16407
16408 2013-10-04  Alan Modra  <amodra@gmail.com>
16409
16410         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
16411         union 32-bit int array member with 64-bit int array.
16412         (t515, tm256): Double rather than long double.
16413         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
16414
16415 2013-10-04  Alan Modra  <amodra@gmail.com>
16416
16417         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
16418         Delete.
16419         (IEEE854_LONG_DOUBLE_BIAS): Delete.
16420         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
16421         version of math_ldbl.h.
16422
16423 2013-10-04  Alan Modra  <amodra@gmail.com>
16424
16425         [BZ #15734], [BZ #15735]
16426         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
16427         all uses of ieee875 long double macros and unions.  Simplify test
16428         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
16429         ldbl_extract_mantissa value for ix,iy exponents.  Properly
16430         normalize after ldbl_extract_mantissa, and don't add hidden bit
16431         already handled.  Don't treat low word of ieee854 mantissa like
16432         low word of IBM long double and mask off bit when testing for
16433         zero.
16434         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
16435         all uses of ieee875 long double macros and unions.  Simplify tests
16436         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
16437         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
16438         two1022, instead use their values.  Recognise that tests for large
16439         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
16440         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
16441         Rewrite all uses of ieee875 long double macros and unions.  Simplify
16442         test for 0.0L and nan.  Correct negation.
16443         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
16444         ieee875 long double macros and unions.  Correct output for large
16445         magnitude x.  Correct absolute value calculation.
16446         (__erfcl): Likewise.
16447         * math/libm-test.inc: Add tests for errors discovered in IBM long
16448         double versions of fmodl, remainderl, erfl and erfcl.
16449
16450 2013-10-04  Alan Modra  <amodra@gmail.com>
16451
16452         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
16453         all uses of ieee854 long double macros and unions.  Simplify tests
16454         for long doubles that are fully specified by the high double.
16455         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
16456         Likewise.
16457         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
16458         Remove dead code too.
16459         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
16460         (__ieee754_ynl): Likewise.
16461         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
16462         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
16463         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
16464         Remove dead code too.
16465         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
16466         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
16467         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
16468         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
16469         Simplify.
16470         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
16471         Simplify.
16472         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
16473         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
16474         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
16475         Comment on variable precision.
16476         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
16477         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
16478         Likewise.
16479         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
16480         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
16481         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
16482         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
16483         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
16484
16485 2013-10-04  Alan Modra  <amodra@gmail.com>
16486
16487         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
16488         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
16489         all uses of ieee854 long double macros and unions.
16490         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
16491         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
16492         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
16493         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
16494         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
16495         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
16496         Likewise.
16497         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
16498         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
16499         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
16500         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
16501         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
16502         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
16503         Simplify sign and nan test too.
16504         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
16505         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
16506         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
16507         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
16508         Likewise.
16509         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
16510         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
16511         Likewise.
16512         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
16513         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
16514         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
16515         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
16516         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
16517         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
16518
16519 2013-10-04  Alan Modra  <amodra@gmail.com>
16520
16521         * stdio-common/printf_size.c (__printf_size): Don't use
16522         union ieee854_long_double in fpnum union.
16523         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
16524         signbit macro to retrieve sign from long double.
16525         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
16526         retrieve sign from long double.
16527         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
16528         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
16529         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
16530         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
16531         * math/test-misc.c (main): Don't use union ieee854_long_double.
16532
16533 2013-10-04  Alan Modra  <amodra@gmail.com>
16534
16535         [BZ #15680]
16536         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
16537         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
16538         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
16539         calculation.  Remove unnecessary test for denormal exponent.
16540         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
16541         Correct handling of denormals.  Avoid undefined shift behaviour.
16542         Correct normalisation of low mantissa when low double is denormal.
16543         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
16544         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
16545         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
16546         Correct normalisation of low mantissa.  Test for overflow of high
16547         mantissa and normalise.
16548         (ldbl_nearbyint): Use more readable constant for two52.
16549         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
16550         (__mpn_construct_long_double): Fix test for overflow of high
16551         mantissa and correct normalisation.  Avoid undefined shift.
16552
16553 2013-10-04  Alan Modra  <amodra@gmail.com>
16554
16555         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
16556         (union ibm_extended_long_double): Define as an array of ieee754_double.
16557         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
16558         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
16559         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
16560         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
16561         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
16562         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
16563         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
16564         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
16565         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
16566         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
16567         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
16568
16569 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
16570
16571         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
16572         page size instead of calling getpagesize.
16573
16574         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
16575         (LOCFILE_ALIGN_MASK): Likewise.
16576         (LOCFILE_ALIGN_UP): Likewise.
16577         (LOCFILE_ALIGNED_P): Likewise.
16578         * locale/programs/ld-collate.c (collate_output): Use the new
16579         macros instead of __alignof__ (int32_t).
16580         * locale/weight.h (findidx): Likewise.
16581
16582 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
16583
16584         [BZ #431]
16585         * manual/string.texi: Fix strncat and wcsncat.
16586
16587 2013-10-03  Brooks Moses  <bmoses@google.com>
16588
16589         [BZ #15915]
16590         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
16591         * Makerules: ...here, and adjust associated comments.
16592
16593 2013-10-02  Will Newton  <will.newton@linaro.org>
16594
16595         * malloc/Makefile: Add tst-pvalloc.
16596         * malloc/tst-pvalloc.c: New file.
16597
16598 2013-10-02  Will Newton  <will.newton@linaro.org>
16599
16600         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
16601         improve test coverage.
16602
16603 2013-10-02  Will Newton  <will.newton@linaro.org>
16604
16605         * malloc/Makefile: Add tst-posix_memalign.
16606         * malloc/tst-posix_memalign.c: New file.
16607
16608 2013-10-01  Eric Blake  <eblake@redhat.com>
16609
16610         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
16611         Use __THROWNL rather than __THROW on static functions.
16612
16613 2013-09-30  Petr Machata  <pmachata@redhat.com>
16614
16615         * elf/elf.h (R_AARCH64_ABS16): New macro.
16616         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
16617         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
16618         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
16619         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
16620         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
16621         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
16622         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
16623         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
16624         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
16625         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
16626         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
16627         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
16628         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
16629         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
16630         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
16631         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
16632         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
16633         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
16634         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
16635         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
16636         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
16637         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
16638         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
16639         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
16640         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
16641         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
16642         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
16643         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
16644         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
16645         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
16646         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
16647         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
16648         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
16649         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
16650         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
16651         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
16652         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
16653         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
16654         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
16655         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
16656         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
16657         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
16658         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
16659         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
16660         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
16661         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
16662         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
16663         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
16664         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
16665         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
16666         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
16667         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
16668         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
16669         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
16670         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
16671         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
16672         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
16673         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
16674         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
16675         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
16676         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
16677         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
16678         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
16679         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
16680         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
16681         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
16682         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
16683         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
16684         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
16685         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
16686         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
16687         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
16688         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
16689         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
16690         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
16691         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
16692         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
16693         (R_AARCH64_TLSDESC_LDR): Likewise.
16694         (R_AARCH64_TLSDESC_ADD): Likewise.
16695         (R_AARCH64_TLSDESC_CALL): Likewise.
16696
16697 2013-09-30  Andreas Schwab  <schwab@suse.de>
16698
16699         [BZ #15048]
16700         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
16701         the nss database lookup.
16702         * nscd/initgrcache.c (addinitgroupsX): Likewise.
16703         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
16704
16705 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
16706
16707         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
16708
16709 2013-09-28  P. J. McDermott  <pj@pehjota.net>
16710
16711         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
16712         ${Bash-specific parameter/pattern/string} parameter expansion.
16713         * sysdeps/unix/make-syscalls.sh: Likewise.
16714
16715 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16716
16717         * sysdeps/sh/stackguard-macros.h: New file.
16718
16719 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
16720
16721         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16722         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
16723         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
16724         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
16725         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
16726         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
16727
16728 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16729
16730         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
16731         Fix thread ID register.
16732
16733 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
16734
16735         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
16736         [POSIX || UNIX98]: Require rather than permitting all symbols from
16737         <time.h>.
16738         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
16739         element of struct sched_param.
16740         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
16741         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
16742         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
16743         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
16744         constant.
16745
16746 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
16747
16748         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
16749         argument calculation.
16750
16751 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
16752
16753         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
16754         Expect macro.
16755         [POSIX] (pthread_attr_t): Do not require type.
16756         [POSIX] (pthread_cond_t): Likewise.
16757         [POSIX] (pthread_condattr_t): Likewise.
16758         [POSIX] (pthread_key_t): Likewise.
16759         [POSIX] (pthread_mutex_t): Likewise.
16760         [POSIX] (pthread_mutexattr_t): Likewise.
16761         [POSIX] (pthread_once_t): Likewise.
16762         [POSIX] (pthread_t): Likewise.
16763         [POSIX-based standards] (pthread_atfork): Expect function.
16764
16765 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
16766             Richard Sandiford  <richard@codesourcery.com>
16767
16768         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
16769         (swap_endianness_p): New extern variable.
16770         (set_big_endian): New inline function.
16771         (maybe_swap_uint32): Likewise.
16772         (maybe_swap_uint32_array): Likewise.
16773         (maybe_swap_uint32_obstack): Likewise.
16774         * locale/programs/locfile.c: Include <stdbool.h>.
16775         (swap_endianness_p): New variable.
16776         (add_locale_uint32): Call maybe_swap_uint32.
16777         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
16778         (write_locale_data): Call maybe_swap_uint32_array.
16779         * locale/programs/ld-collate.c (obstack_int32_grow): Call
16780         maybe_swap_uint32.
16781         (obstack_int32_grow_fast): Likewise.
16782         (output_weightwc): Call maybe_swap_uint32_obstack.
16783         (collate_output): Likewise.
16784         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
16785         (OPT_LITTLE_ENDIAN): Likewise.
16786         (options): Add --little-endian and --big-endian options.
16787         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
16788         * locale/programs/locarchive.c: Include "locfile.h".
16789         (GET): New macro.
16790         (SET): Likewise.
16791         (INC): Likewise.
16792         (create_archive): Use the new macros to access fields of
16793         structures directly mapped from or written to locale archives.
16794         (oldlocrecentcmp): Likewise.
16795         (enlarge_archive): Likewise.
16796         (insert_name): Likewise.
16797         (add_alias): Likewise.
16798         (add_locale): Likewise.
16799         (delete_locales_from_archive): Likewise.
16800         (show_archive_content): Likewise.
16801         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
16802         locale data.
16803
16804 2013-09-24  Roland McGrath  <roland@hack.frob.com>
16805
16806         * manual/freemanuals.texi: Updated from (newly) canonical copy at
16807         http://www.gnu.org/doc/freemanuals.texi.
16808         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
16809
16810 2013-09-24  Will Newton  <will.newton@linaro.org>
16811
16812         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
16813         macro.
16814
16815 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
16816
16817         * locale/hashval.h (compute_hashval): Interpret bytes of key as
16818         unsigned char.
16819
16820 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
16821
16822         * manual/threads.texi (POSIX Threads): Fix a typo.
16823
16824 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
16825
16826         [BZ #14547]
16827         * string/tst-strcoll-overflow.c: New test case.
16828         * string/Makefile (xtests): Add tst-strcoll-overflow.
16829         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
16830         cache if string sizes may cause integer overflow.
16831
16832         [BZ #14547]
16833         * string/strcoll_l.c (coll_seq): New members rule, idx,
16834         save_idx and back_us.
16835         (get_next_seq_nocache): New function.
16836         (do_compare_nocache): New function.
16837         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
16838         when malloc fails.
16839
16840 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
16841
16842         [BZ #15754]
16843         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
16844         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
16845         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
16846
16847         [BZ #15754]
16848         * elf/Makefile (tests): Add tst-ptrguard1.
16849         (tests-static): Add tst-ptrguard1-static.
16850         (tst-ptrguard1-ARGS): Define.
16851         (tst-ptrguard1-static-ARGS): Define.
16852         * elf/tst-ptrguard1.c: New file.
16853         * elf/tst-ptrguard1-static.c: New file.
16854         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
16855         * sysdeps/i386/stackguard-macros.h: Likewise.
16856         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
16857         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
16858         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
16859         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
16860         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
16861         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
16862
16863 2013-09-23  Hector Marco  <hecmargi@upv.es>
16864             Ismael Ripoll  <iripoll@disca.upv.es>
16865             Carlos O'Donell  <carlos@redhat.com>
16866
16867         [BZ #15754]
16868         * sysdeps/generic/stackguard-macros.h: Define
16869         __pointer_chk_guard_local and POINTER_CHK_GUARD.
16870         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
16871         Define __pointer_chk_guard_local.
16872         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
16873         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
16874
16875 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
16876
16877         [BZ #15859]
16878         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
16879
16880 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
16881
16882         * include/string.h (__ffs): Declare as hidden.
16883         * string/ffs.c (__ffs): Define as hidden.
16884         * sysdeps/i386/ffs.c (__ffs): Likewise.
16885         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
16886         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
16887         * sysdeps/s390/ffs.c (__ffs): Likewise.
16888         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
16889
16890 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
16891
16892         * NEWS: Mention malloc probes.
16893
16894         * malloc/arena.c (new_heap): New memory_heap_new probe.
16895         (grow_heap): New memory_heap_more probe.
16896         (shrink_heap): New memory_heap_less probe.
16897         (heap_trim): New memory_heap_free probe.
16898         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
16899         (systrim): New memory_sbrk_less probe.
16900         * manual/probes.texi: Document them.
16901
16902         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
16903         * manual/probes.texi: Document it.
16904
16905         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
16906         (__libc_realloc): Add memory_realloc_retry probe.
16907         (__libc_memalign): Add memory_memalign_retry probe.
16908         (__libc_valloc): Add memory_valloc_retry probe.
16909         (__libc_pvalloc): Add memory_pvalloc_retry probe.
16910         (__libc_calloc): Add memory_calloc_retry probe.
16911         * manual/probes.texi: Document them.
16912
16913         * malloc/arena.c (get_free_list): Add probe
16914         memory_arena_reuse_free_list.
16915         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
16916         and memory_arena_reuse.
16917         (arena_get2) [!PER_THREAD]: Likewise.
16918         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
16919         memory_arena_reuse_realloc.
16920         * manual/probes.texi: Document them.
16921
16922         * malloc/malloc.c (__libc_free): Add
16923         memory_mallopt_free_dyn_thresholds probe.
16924         (__libc_mallopt): Add multiple memory_mallopt probes.
16925         * manual/probes.texi: Document them.
16926
16927         * malloc/malloc.c: Include stap-probe.h.
16928         (__libc_mallopt): Add memory_mallopt probe.
16929         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
16930         * manual/probes.texi: New.
16931         * manual/Makefile (chapters): Add probes.
16932         * manual/threads.texi: Set next node.
16933
16934 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
16935
16936         [BZ #15963, #13985]
16937         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
16938         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
16939         Add `Chinese' to `nan' entry name.
16940
16941 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
16942
16943         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
16944         (POLYNOMIAL): Likewise.
16945         (TAYLOR_SINCOS): Likewise.
16946         (TAYLOR_SLOW): Likewise.
16947         (__sin): Use TAYLOR_SINCOS.
16948         (__cos): Likewise.
16949         (slow): Use TAYLOR_SLOW.
16950         (sloww): Likewise.
16951         (bsloww): Likewise.
16952         (csloww): Likewise.
16953
16954 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
16955
16956         * stdlib/strtod_l.c: Fix buffer overrun.
16957
16958 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
16959
16960         * benchtests/Makefile (bench): Add sincos.
16961         * benchtests/bench-sincos.c: New file.
16962
16963         * math/libm-test.inc (cos_test_data): New test inputs.
16964         (sin_test_data): Likewise.
16965
16966         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
16967         macro.
16968         (__sin): Use it.
16969         (__cos): Likewise.
16970         (slow1): Likewise.
16971         (slow2): Likewise.
16972         (sloww1): Likewise.
16973         (sloww2): Likewise.
16974         (bsloww1): Likewise.
16975         (bsloww2): Likewise.
16976         (cslow2): Likewise.
16977         (csloww1): Likewise.
16978         (csloww2): Likewise.
16979
16980         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
16981         function.
16982         (__sin): Use it.
16983         (__cos): Likewise.
16984
16985         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
16986         gotos.
16987         (__cos): Likewise.
16988
16989 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
16990
16991         * config.h.in (HAVE_MIPS_NAN2008): New macro.
16992         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
16993         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
16994         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
16995         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
16996         * elf/cache.c (print_entry): Handle the new cache flags.
16997
16998 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
16999             Aldy Hernandez  <aldyh@redhat.com>
17000
17001         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
17002         Change condition to [_SOFT_FLOAT].
17003         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
17004         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
17005         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
17006         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
17007         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
17008         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
17009         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
17010         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
17011         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
17012         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
17013         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
17014         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
17015         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
17016         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
17017         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
17018         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
17019         declaration.
17020
17021 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
17022
17023         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
17024         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17025         (__longjmp): Use LOAD_GP to load saved GPRs.
17026         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
17027         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
17028         (__sigsetjmp): Use SAVE_GP to save GPRs.
17029
17030         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
17031         Do not append -msoft-float.
17032         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
17033
17034 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
17035
17036         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
17037
17038 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
17039
17040         [BZ #15966]
17041         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
17042         (_FPU_GETCW): Use initial "__" on variable and field names but not
17043         on macro parameter name.
17044         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
17045         parentheses around reference to macro parameter.
17046
17047 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
17048
17049         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
17050         prototype.
17051         (ctype_startup): Use uint32_t in cast and sizeof for
17052         ctype->charnames.
17053
17054 2013-09-11  Jia Liu  <proljc@gmail.com>
17055
17056         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
17057         __daddr_t_defined.
17058         [__FreeBSD__]: Likewise.
17059
17060 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
17061
17062         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
17063         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
17064         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
17065         (strchr): Remove __strchr_sse42 ifunc selection.
17066         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
17067         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
17068
17069 2013-09-11  Will Newton  <will.newton@linaro.org>
17070
17071         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
17072         parameter to RES. Remove hardcoded 1000 value.
17073         * benchtests/bench-skeleton.c (main): Pass RES parameter
17074         to TIMING_INIT and multiply result by 1000.
17075
17076 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17077
17078         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17079
17080 2013-09-11  Andreas Schwab  <schwab@suse.de>
17081
17082         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
17083         if not defined.
17084         (O_TMPFILE) [__USE_GNU]: Define.
17085         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
17086         Define.
17087
17088 2013-09-11  Will Newton  <will.newton@linaro.org>
17089
17090         [BZ #15857]
17091         * malloc/malloc.c (__libc_memalign): Check the value of bytes
17092         does not overflow.
17093
17094 2013-09-11  Will Newton  <will.newton@linaro.org>
17095
17096         [BZ #15856]
17097         * malloc/malloc.c (__libc_valloc): Check the value of bytes
17098         does not overflow.
17099
17100 2013-09-11  Will Newton  <will.newton@linaro.org>
17101
17102         [BZ #15855]
17103         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
17104         does not overflow.
17105
17106 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
17107
17108         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
17109         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
17110         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
17111         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
17112         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
17113
17114 2013-09-10  Allan McRae  <allan@archlinux.org>
17115
17116         [BZ #15748]
17117         * manual/arith.texi (Parsing of Floats): Clarify
17118         cross-reference.
17119
17120         [BZ #15849]
17121         * manual/install.texi (Running make install): Mention
17122         --enable-pt-chown.
17123         * INSTALL: Regenerated.
17124
17125 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
17126
17127         * csu/init-first.c (_init): Remove the !SHARED condition around
17128         FPU control word initialization.
17129         * elf/dl-support.c (_dl_fpu_control): New variable.
17130         (_dl_aux_init) <AT_FPUCW>: Initialize it.
17131         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
17132         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
17133         * math/test-fpucw-static.c: New file.
17134         * math/test-fpucw-ieee.c: New file.
17135         * math/test-fpucw-ieee-static.c: New file.
17136         * math/Makefile (tests): Add `test-fpucw-ieee' and
17137         `$(tests-static)'.
17138         (tests-static): New variable.
17139         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
17140         dependency to...
17141         [($(build-shared),yes)]
17142         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
17143         ... this.
17144         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
17145         New dependency.
17146
17147 2013-09-09  Allan McRae  <allan@archlinux.org>
17148
17149         [BZ #15939]
17150         * manual/string.texi (Collation Functions): Fix typo in
17151         strcoll example.
17152         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
17153
17154         [BZ #15893]
17155         * stdlib/isomac.c (get_null_defines): Fix memory leak.
17156
17157         [BZ #15892]
17158         * libio/memstream.c (open_memstream): Fix memory leak.
17159         * libio/wmemstream.c (open_wmemstream): Likewise.
17160
17161         [BZ #15895]
17162         * nscd/netgroupcache.c: Fix nesting of ifdefs.
17163
17164 2013-09-09  Will Newton  <will.newton@linaro.org>
17165
17166         * malloc/Makefile: Add tst-realloc to tests.
17167         * malloc/tst-realloc.c: New file.
17168
17169 2013-09-09  Allan McRae  <allan@archlinux.org>
17170
17171         [BZ #15844]
17172         * COPYING: Update from GNU website to fix FSF address.
17173         * COPYING.LIB: Likewise.
17174
17175 2013-09-06  David S. Miller  <davem@davemloft.net>
17176
17177         * po/zh_TW.po: Update Chinese (traditional) translation from
17178         translation project.
17179
17180 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
17181             Joseph Myers  <joseph@codesourcery.com>
17182
17183         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
17184         "localeinfo.h".
17185         (obstack_chunk_alloc): New macro.
17186         (obstack_chunk_free): Likewise.
17187         (record_offset): New function.
17188         (init_locale_data): Likewise.
17189         (align_locale_data): Likewise.
17190         (add_locale_empty): Likewise.
17191         (add_locale_raw_data): Likewise.
17192         (add_locale_raw_obstack): Likewise.
17193         (add_locale_string): Likewise.
17194         (add_locale_wstring): Likewise.
17195         (add_locale_uint32): Likewise.
17196         (add_locale_uint32_array): Likewise.
17197         (add_locale_char): Likewise.
17198         (start_locale_structure): Likewise.
17199         (end_locale_structure): Likewise.
17200         (start_locale_prelude): Likewise.
17201         (end_locale_prelude): Likewise.
17202         (write_locale_data): Take locale_file structure rather than an
17203         iovec.
17204         * locale/programs/locfile.h: Include "obstack.h".
17205         (struct locale_file): Change to store locale file contents instead
17206         of header.
17207         (init_locale_data): New prototype.
17208         (align_locale_data): Likewise.
17209         (add_locale_empty): Likewise.
17210         (add_locale_raw_data): Likewise.
17211         (add_locale_raw_obstack): Likewise.
17212         (add_locale_string): Likewise.
17213         (add_locale_wstring): Likewise.
17214         (add_locale_uint32): Likewise.
17215         (add_locale_uint32_array): Likewise.
17216         (add_locale_char): Likewise.
17217         (start_locale_structure): Likewise.
17218         (end_locale_structure): Likewise.
17219         (start_locale_prelude): Likewise.
17220         (end_locale_prelude): Likewise.
17221         (write_locale_data): Update prototype.
17222         * locale/programs/3level.h (struct TABLE): Remove result field.
17223         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
17224         Use new locale_file interface.
17225         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
17226         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
17227         * locale/programs/ld-address.c (address_output): Use new
17228         locale_file interface.
17229         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
17230         NO_ADD_LOCALE.
17231         (collate_finish): Don't call collseq_table_finalize.
17232         (collate_output): Use new locale_file interface.
17233         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
17234         in file.
17235         (NO_FINALIZE): Change to NO_ADD_LOCALE.
17236         (TABLE): Move defines earlier in file.
17237         (ELEMENT): Likewise.
17238         (DEFAULT): Likewise.
17239         (wctrans_table_add): Move macro and inline function earlier in
17240         file.
17241         (struct wctype_table): Move type earlier in file.
17242         (add_locale_wctype_table): New static prototype.
17243         (struct locale_ctype_t): Use logical types instead of struct iovec
17244         pointers for members.
17245         (ctype_output): Use new locale_file interface.
17246         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
17247         new locale_file interface.
17248         (allocate_arrays): Update for use of new locale_file interface.
17249         * locale/programs/ld-identification.c (identification_output): Use
17250         new locale_file interface.
17251         * locale/programs/ld-measurement.c (measurement_output): Likewise.
17252         * locale/programs/ld-messages.c (messages_output): Likewise.
17253         * locale/programs/ld-monetary.c (monetary_output): Likewise.
17254         * locale/programs/ld-name.c (name_output): Likewise.
17255         * locale/programs/ld-numeric.c (numeric_output): Likewise.
17256         * locale/programs/ld-paper.c (paper_output): Likewise.
17257         * locale/programs/ld-telephone.c (telephone_output): Likewise.
17258         * locale/programs/ld-time.c (time_output): Likewise.
17259
17260 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17261
17262         * benchtests/Makefile: Add memrchr benchmark.
17263         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
17264         benchmark as memrchr.
17265         * benchtests/bench-memrchr-ifunc.c: New file.
17266         * benchtests/bench-memrchr.c: New file.
17267
17268 2013-09-06   Will Newton  <will.newton@linaro.org>
17269
17270         * benchtests/Makefile (string-bench): Add memcpy.
17271
17272 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
17273             Cong Wang  <amwang@redhat.com>
17274
17275         [BZ #15850]
17276         * sysdeps/unix/sysv/linux/bits/in.h
17277         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
17278         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
17279         before __USE_KERNEL_IPV6_DEFS uses.
17280         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
17281         IPPROTO_BEETPH.
17282         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
17283         sockaddr_in6, or ipv6_mreq.
17284
17285 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17286
17287         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
17288         memory access for final bytes in some large inputs.
17289         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
17290
17291 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17292
17293         * string/test-memrchr.c: New file.
17294         * string/test-memrchr-ifunc.c: New file.
17295         * string/Makefile: Add new memrchr testcase.
17296
17297 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
17298
17299         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
17300         fanotify_init returns EPERM.
17301
17302 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17303
17304         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
17305         errors.
17306         (top level): Treat second token from macro or constant entries for
17307         allowed headers as allowed.
17308         * include/complex.h: Condition internal declarations on
17309         [!_ISOMAC].
17310         * include/fenv.h: Condition include of <stdbool.h> and internal
17311         declarations on [!_ISOMAC].
17312
17313 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
17314
17315         [BZ #15923]
17316         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
17317
17318 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
17319
17320         * configure.in (--enable-versioning): Remove configure option.
17321         (libc_cv_asm_symver_directive): Remove configure test.
17322         (libc_cv_ld_version_script_option): Likewise.
17323         (VERSIONING): Remove variable and AC_SUBST.
17324         (DO_VERSIONING): Remove AC_DEFINE.
17325         * configure: Regenerated.
17326         * config.h.in (DO_VERSIONING): Remove macro.
17327         * Makerules [$(versioning) = yes]: Change conditionals to
17328         [$(build-shared) = yes].
17329         * config.make.in (versioning): Remove variable.
17330         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
17331         [$(build-shared) = yes].
17332         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
17333         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
17334         * elf/Makefile [$(versioning) = yes]: Change conditionals to
17335         [$(build-shared) = yes].
17336         * extra-lib.mk [$(versioning) = yes]: Likewise.
17337         * hurd/Makefile [$(versioning) = yes]: Likewise.
17338         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
17339         [SHARED].
17340         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
17341         [SHARED].
17342         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17343         [SHARED && !NO_HIDDEN].
17344         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
17345         [SHARED].
17346         [SHARED && DO_VERSIONING]: Likewise..
17347         * libio/Makefile [$(versioning) = yes]: Change conditionals to
17348         [$(build-shared) = yes].
17349         * manual/install.texi (--disable-versioning): Remove
17350         documentation.
17351         * INSTALL: Regenerated.
17352         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
17353         to [SHARED].
17354         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
17355         [$(build-shared) = yes].
17356         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
17357         * sysdeps/i386/i686/multiarch/strstr-c.c
17358         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
17359         [SHARED && !NO_HIDDEN].
17360         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
17361         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
17362         * sysdeps/powerpc/powerpc32/dl-machine.c
17363         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
17364         * sysdeps/powerpc/powerpc32/sysdep.h
17365         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
17366         to [SHARED && PIC && !NO_HIDDEN].
17367         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
17368         conditional to [SHARED].
17369
17370 2013-09-04   Will Newton  <will.newton@linaro.org>
17371
17372         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
17373         * benchtests/bench-string.h: Include bench-timing.h instead
17374         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
17375         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
17376         call to HP_TIMING_DIFF_INIT.
17377         * benchtests/bench-memccpy.c: Use bench-timing.h macros
17378         instead of hp-timing.h macros.
17379         * benchtests/bench-memchr.c: Likewise.
17380         * benchtests/bench-memcmp.c: Likewise.
17381         * benchtests/bench-memcpy.c: Likewise.
17382         * benchtests/bench-memmem.c: Likewise.
17383         * benchtests/bench-memmove.c: Likewise.
17384         * benchtests/bench-memset.c: Likewise.
17385         * benchtests/bench-rawmemchr.c: Likewise.
17386         * benchtests/bench-strcasecmp.c: Likewise.
17387         * benchtests/bench-strcasestr.c: Likewise.
17388         * benchtests/bench-strcat.c: Likewise.
17389         * benchtests/bench-strchr.c: Likewise.
17390         * benchtests/bench-strcmp.c: Likewise.
17391         * benchtests/bench-strcpy.c: Likewise.
17392         * benchtests/bench-strcpy_chk.c: Likewise.
17393         * benchtests/bench-strlen.c: Likewise.
17394         * benchtests/bench-strncasecmp.c: Likewise.
17395         * benchtests/bench-strncat.c: Likewise.
17396         * benchtests/bench-strncmp.c: Likewise.
17397         * benchtests/bench-strncpy.c: Likewise.
17398         * benchtests/bench-strnlen.c: Likewise.
17399         * benchtests/bench-strpbrk.c: Likewise.
17400         * benchtests/bench-strrchr.c: Likewise.
17401         * benchtests/bench-strspn.c: Likewise.
17402         * benchtests/bench-strstr.c: Likewise.
17403
17404 2013-09-04  Will Newton  <will.newton@linaro.org>
17405
17406         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
17407
17408 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
17409
17410         [BZ #15427]
17411         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
17412         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
17413         * math/libm-test.inc (lgamma_test_data): Add more tests.
17414         * sysdeps/i386/fpu/libm-test-ulps: Update.
17415         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17416
17417 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
17418
17419         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
17420         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
17421         Add ifunc.
17422         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
17423         Add strcmp-sse2-unaligned
17424         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
17425
17426 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17427
17428         * Versions.def (libc): Add GLIBC_2.19.
17429
17430 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17431
17432         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
17433         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
17434
17435 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
17436
17437         [BZ #14155]
17438         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
17439         intermediate calculations in recurrence.
17440         (__ieee754_ynf): Likewise.
17441         * math/libm-test.inc (jn_test_data): Do not allow spurious
17442         underflow exception.  Add more tests.
17443         (yn_test_data): Add more tests.
17444         * sysdeps/i386/fpu/libm-test-ulps: Update.
17445         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17446
17447 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
17448
17449         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
17450
17451 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17452
17453         * csu/init-first.c: Fix then/than typos.
17454         * locale/programs/ld-collate.c: Likewise.
17455         * locale/programs/linereader.h: Likewise.
17456         * manual/charset.texi: Likewise.
17457         * manual/filesys.texi: Likewise.
17458         * manual/stdio.texi: Likewise.
17459         * manual/string.texi: Likewise.
17460         * stdlib/fmtmsg.c: Likewise.
17461         * sysdeps/i386/stpncpy.S: Likewise.
17462         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17463         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17464         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17465         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17466
17467 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17468
17469         * elf/dl-open.c: Fix typos.
17470         * iconvdata/gbbig5.c: Likewise.
17471         * iconvdata/iso-2022-jp.c: Likewise.
17472         * iconv/gconv_int.h: Likewise.
17473         * iconv/loop.c: Likewise.
17474         * nis/rpcsvc/nis.h: Likewise.
17475         * resolv/ns_name.c: Likewise.
17476         * stdio-common/vfscanf.c: Likewise.
17477         * streams/stropts.h: Likewise.
17478         * sunrpc/rpc_thread.c: Likewise.
17479         * sysdeps/i386/strpbrk.S: Likewise.
17480         * sysdeps/ieee754/k_standard.c: Likewise.
17481         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
17482         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17483         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
17484         * sysdeps/mach/hurd/profil.c: Likewise.
17485         * sysdeps/s390/dl-procinfo.h: Likewise.
17486         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
17487         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
17488         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
17489         * sysdeps/x86_64/dl-trampoline.S: Likewise.
17490         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
17491
17492 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
17493
17494         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
17495         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
17496
17497 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
17498
17499         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
17500         aix specific files.
17501         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
17502         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
17503         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
17504         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
17505         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
17506         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
17507         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
17508         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
17509
17510 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17511             Roland McGrath  <roland@hack.frob.com>
17512
17513         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
17514         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
17515
17516 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17517
17518         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
17519         __executable_start symbol instead of _start.
17520
17521 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17522
17523         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
17524         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
17525         Move macros to...
17526         * sysdeps/gnu/ldsodefs.h: ... this new file.
17527
17528         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
17529         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
17530         instead of ELFOSABI_LINUX.
17531
17532         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
17533         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
17534         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
17535         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
17536         Likewise.
17537         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
17538         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
17539         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
17540         Likewise.
17541         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17542         (ibm_extended_long_double): Add ieee_nan member.
17543         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
17544         (do_test): New function.
17545
17546         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
17547         TEST_TRUNC.
17548         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
17549         functions, renamed from truncdfsf_test, trunctfsf_test,
17550         trunctfdf_test.
17551         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
17552         functions.
17553         (do_test): Run all these.
17554
17555 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
17556
17557         * argp/argp-help.c: Fix typos.
17558         * argp/argp-parse.c: Likewise.
17559         * debug/backtracesyms.c: Likewise.
17560         * elf/elf.h: Likewise.
17561         * malloc/malloc.c: Likewise.
17562         * nis/nis_print.c: Likewise.
17563         * resolv/res_comp.c: Likewise.
17564         * stdlib/stdlib.h: Likewise.
17565         * sunrpc/clnt_tcp.c: Likewise.
17566         * sunrpc/clnt_udp.c: Likewise.
17567         * sunrpc/clnt_unix.c: Likewise.
17568         * sysdeps/unix/bsd/ptsname.c: Likewise.
17569         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
17570         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
17571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
17572         Likewise.
17573         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
17574         Likewise.
17575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
17576         Likewise.
17577         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
17578
17579 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
17580
17581         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
17582         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17583
17584 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
17585
17586         [BZ #15897]
17587         * dlfcn/Makefile (tests): Add bug-dl-leaf.
17588         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
17589         ($(objpfx)bug-dl-leaf): New rule.
17590         ($(objpfx)bug-dl-leaf.so): Likewise.
17591         ($(objpfx)bug-dl-leaf.out): Likewise.
17592         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
17593         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
17594         * dlfcn/bug-dl-leaf.c: New test.
17595         * dlfcn/bug-dl-leaf-lib.c: Likewise.
17596         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
17597         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
17598         (dlclose): Likewise.
17599         (dlmopen): Likewise.
17600
17601 2013-08-27  Roland McGrath  <roland@hack.frob.com>
17602
17603         * include/netdb.h [!_ISOMAC]:
17604         Don't include <tls.h>.
17605         (h_errno, __libc_h_errno): Move declaration and macros out of
17606         [_LIBC_REENTRANT].
17607
17608         * include/resolv.h [_RESOLV_H_]:
17609         Don't include <tls.h>.
17610         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
17611         * resolv/res_libc.c: Don't include <tls.h>.
17612         (_res): Use __attribute__ ((nocommon)) in place of
17613         __attribute__ ((section (".bss"))).
17614
17615         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
17616         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
17617
17618         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
17619
17620         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
17621         only under [SIOCGIFCONF && SIOCGIFNETMASK].
17622
17623         * resolv/res_mkquery.c: Include <sys/time.h>.
17624
17625         * inet/ifreq.c: Moved to ...
17626         * sysdeps/unix/ifreq.c: ... here.
17627         * inet/ifreq.c: New file, true stub version.
17628
17629         * socket/sa_len.c: New file.
17630         * socket/Makefile (aux): Add it.
17631         * sysdeps/unix/sysv/linux/Makefile
17632         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
17633         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
17634         and #include <socket/sa_len.c>.
17635         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
17636         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
17637
17638         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
17639         * bits/socket.h: ... here.
17640
17641         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
17642         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
17643         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
17644
17645 2013-08-27  Andreas Schwab  <schwab@suse.de>
17646
17647         [BZ #15736]
17648         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
17649         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
17650         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
17651         * string/test-strcasecmp.c (test_main): Run tests in several
17652         locales.
17653         * string/test-strncasecmp.c (test_main): Likewise.
17654
17655         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
17656         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
17657         to __strcasecmp_nonascii and __strncasecmp_nonascii.
17658         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
17659         (__strncasecmp_ssse3) [PIC]: Likewise.
17660
17661 2013-08-26  Roland McGrath  <roland@hack.frob.com>
17662
17663         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
17664
17665         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
17666         instead of explicitly declaring xdecrypt.
17667         * nis/nss_nis/nis-publickey.c: Likewise.
17668
17669 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17670
17671         [BZ #15890]
17672         * nscd/aicache.c: Include res_hconf.h.
17673         (addhstaiX): Initialize res_hconf.
17674
17675 2013-08-26  Andreas Schwab  <schwab@suse.de>
17676
17677         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
17678         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
17679
17680 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17681
17682         * nscd/aicache.c (addhstaiX): Fix indentation.
17683
17684 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
17685
17686         * configure.ac: Quote $build_pt_chown test.
17687         * configure: Regenerated.
17688
17689 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
17690
17691         [BZ #15532]
17692         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
17693         * math/s_cexpf.c (__cexpf): Likewise.
17694         * math/s_cexpl.c (__cexpl): Likewise.
17695         * math/libm-test.inc (cexp_test_data): Correct expected return
17696         value for NaN + i0.  Add another test.
17697
17698 2013-08-22  David S. Miller  <davem@davemloft.net>
17699
17700         * po/ca.po: Update Catalan translation from translation project.
17701         * po/uk.po: Add Ukrainian translations from translation project.
17702
17703 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
17704
17705         [BZ #15797]
17706         * math/s_fdim.c (__fdim): Check for infinite arguments if result
17707         is infinite, not alongside NaN test.
17708         * math/s_fdimf.c (__fdimf): Likewise.
17709         * math/s_fdiml.c (__fdiml): Likewise.
17710         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
17711         errno is unchanged.
17712
17713 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
17714
17715         * argp/argp-help.c: Fix typos.
17716         * crypt/speeds.c: Likewise.
17717         * csu/check_fds.c: Likewise.
17718         * elf/dl-load.c: Likewise.
17719         * elf/dl-open.c: Likewise.
17720         * elf/reldep3.c: Likewise.
17721         * elf/reldep.c: Likewise.
17722         * elf/sprof.c: Likewise.
17723         * iconv/iconv_charmap.c: Likewise.
17724         * iconv/skeleton.c: Likewise.
17725         * iconv/strtab.c: Likewise.
17726         * io/lockf64.c: Likewise.
17727         * libio/libioP.h: Likewise.
17728         * resolv/gai_notify.c: Likewise.
17729         * resolv/ns_name.c: Likewise.
17730         * resolv/ns_samedomain.c: Likewise.
17731         * resolv/res_send.c: Likewise.
17732         * stdlib/random.c: Likewise.
17733         * sunrpc/rpc/xdr.h: Likewise.
17734         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
17735         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
17736         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
17737         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
17738         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
17739         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
17740         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
17741         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
17742         * sysdeps/mach/hurd/check_fds.c: Likewise.
17743         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
17744         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17745         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17746         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
17747         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17748         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
17749         * sysdeps/pthread/aio_notify.c: Likewise.
17750         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
17751         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
17752         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
17753         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
17754         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
17755
17756 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17757
17758         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
17759         version if bit_Slow_SSE4_2 is set.
17760         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
17761         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
17762
17763 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17764
17765         [BZ #15867]
17766         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
17767         trampoline stack frame information.
17768         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
17769         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
17770         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
17771         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
17772         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
17773         * sysdeps/unix/sysv/linux/powerpc/init-first.c
17774         (_libc_vdso_platform_setup): Initialize the signal trampolines.
17775         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
17776         sa_flags value.
17777         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
17778         interrupting a syscall and set with option SA_SIGINFO.
17779
17780 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
17781
17782         [BZ #15531]
17783         * math/s_cproj.c (__cproj): Only return an infinity if one part of
17784         argument is infinite.
17785         * math/s_cprojf.c (__cprojf): Likewise.
17786         * math/s_cprojl.c (__cprojl): Likewise.
17787         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
17788         * math/libm-test.inc (cproj_test_data): Add more tests.
17789
17790         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
17791
17792         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
17793         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
17794         size.  Use __ffs to determine corresponding shift.
17795
17796 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
17797             Roland McGrath  <roland@hack.frob.com>
17798
17799         * Makefile (INSTALL): Remove trailing blank lines from output of
17800         makeinfo.
17801
17802 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17803
17804         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
17805         Align 32 bit compat elf_greg to 8 bytes.
17806
17807 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
17808
17809         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
17810
17811 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
17812
17813         * string/strcoll_l.c (coll_seq): New structure.
17814         (get_next_seq_cached): New function.
17815         (get_next_seq): New function.
17816         (do_compare): New function.
17817         (STRCOLL): Use GNU style definition.  Simplify implementation
17818         by using get_next_seq, get_next_seq_cached and do_compare.
17819
17820 2013-08-16  Florian Weimer  <fweimer@redhat.com>
17821
17822         [BZ #14699]
17823         CVE-2013-4237
17824         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
17825         member.
17826         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
17827         member.
17828         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
17829         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
17830         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
17831         conditional.
17832         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
17833         GETDENTS_64BIT_ALIGNED.
17834         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
17835         * manual/filesys.texi (Reading/Closing Directory): Document
17836         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
17837         strongly.
17838         * manual/conf.texi (Limits for Files): Add portability note to
17839         NAME_MAX, PATH_MAX.
17840         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
17841
17842 2013-08-13  Andreas Schwab  <schwab@suse.de>
17843
17844         [BZ #15749]
17845         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
17846         of fabs.
17847         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
17848         LDBL_MAX_EXP >= 16384]: Add tests for it.
17849
17850 2013-08-12  David S. Miller  <davem@davemloft.net>
17851
17852         * version.h (RELEASE): Set to "development".
17853         (VERSION): Set to "2.18.90".
17854         * NEWS: Add 2.19 section.
17855
17856 2013-08-03  David S. Miller  <davem@davemloft.net>
17857
17858         * po/ko.po: Update Korean translation from translation project.
17859
17860 2013-08-01  David S. Miller  <davem@davemloft.net>
17861
17862         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
17863         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
17864         Bilka.
17865
17866 2013-07-30  David S. Miller  <davem@davemloft.net>
17867
17868         * po/fr.po: Update French translation from translation project.
17869
17870 2013-07-28  David S. Miller  <davem@davemloft.net>
17871
17872         * po/cs.po: Update Czech translation from translation project.
17873
17874         * po/sv.po: Update Swedish translation from translation project.
17875
17876 2013-07-27  David S. Miller  <davem@davemloft.net>
17877
17878         * po/eo.po: Update Esperanto translation from translation project.
17879
17880         * po/vi.po: Update Vietnamese translation from translation project.
17881
17882         * po/de.po: Update German translation from translation project.
17883
17884 2013-07-26  David S. Miller  <davem@davemloft.net>
17885
17886         * po/bg.po: Update Bulgarian translation from translation project.
17887
17888         * po/nl.po: Update Dutch translation from translation project.
17889         * po/pl.po: Update Polish translation from translation project.
17890         * po/ru.po: Update Russian translation from translation project.
17891
17892 2013-07-24  David S. Miller  <davem@davemloft.net>
17893
17894         * po/libc.pot: Update.
17895
17896 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17897
17898         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
17899         variable page size.
17900         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
17901         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
17902         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
17903
17904 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17905
17906         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
17907
17908 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17909             Andreas Schwab  <schwab@suse.de>
17910             Roland McGrath  <roland@hack.frob.com>
17911             Joseph Myers  <joseph@codesourcery.com>
17912             Carlos O'Donell  <carlos@redhat.com>
17913
17914         [BZ #15755]
17915         * config.h.in: Define HAVE_PT_CHOWN.
17916         * config.make.in (build-pt-chown): New variable.
17917         * configure.in (--enable-pt_chown): New configure option.
17918         * configure: Regenerate.
17919         * login/Makefile: Include Makeconfig.  Build pt_chown only if
17920         build-pt-chown is enabled.
17921         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
17922         pt_chown to fix pty ownership.
17923         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
17924         CLOSE_ALL_FDS.
17925         * manual/install.texi (Configuring and compiling): Mention
17926         --enable-pt_chown. Add @findex for grantpt.
17927         * INSTALL: Regenerate.
17928
17929 2013-07-20  David S. Miller  <davem@davemloft.net>
17930
17931         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
17932         difference between 32-bit and 64-bit.
17933
17934 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
17935
17936         [BZ #15711]
17937         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
17938         Avoid system header dependency with -ffreestanding.
17939         ($(objpfx)bits/syscall%d): Likewise.
17940
17941 2013-07-13  David S. Miller  <davem@davemloft.net>
17942
17943         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
17944         underflows from atanl/atan2l due to bug 15319.
17945         (casinh_test_data): Likewise.
17946
17947 2013-07-07  David S. Miller  <davem@davemloft.net>
17948
17949         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
17950
17951 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
17952
17953         * sysdeps/i386/fpu/libm-test-ulps: Update.
17954         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17955
17956 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17957
17958         * configure.in (--enable-lock-elision): Fix message text.
17959         * INSTALL: Regenerate.
17960         * configure: Regenerate.
17961
17962 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17963
17964         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17965
17966 2013-07-03  Andreas Jaeger  <aj@suse.de>
17967
17968         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
17969         define.
17970         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
17971         (ptrace_peeksiginfo_args): Add.
17972         (__ptrace_peeksiginfo_flags): Add.
17973         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
17974         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
17975         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
17976
17977 2013-07-03  Allan McRae  <allan@archlinux.org>
17978
17979         * sysdeps/i386/fpu/libm-test-ulps: Update.
17980
17981 2013-07-02  David S. Miller  <davem@davemloft.net>
17982
17983         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17984
17985 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
17986
17987         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17988
17989 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
17990
17991         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
17992         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17993
17994 2013-07-02  Andi Kleen <ak@linux.intel.com>
17995
17996         * config.h.in (ENABLE_LOCK_ELISION): Add.
17997         * configure.in (--enable-lock-elision): Add option.
17998         * manual/install.texi: Document --enable lock elision.
17999         * configure: Regenerate
18000         * INSTALL: Regenerate.
18001
18002 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
18003
18004         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
18005         SSE4.2 strcasecmp for libc.a.
18006         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
18007
18008 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
18009
18010         [BZ #13304]
18011         * soft-fp/op-common.h (_FP_FMA): New macro.
18012         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
18013         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
18014         (_FP_MUL_MEAT_1_imm): ... here.
18015         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
18016         (_FP_MUL_MEAT_1_wide): ... here.
18017         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
18018         (_FP_MUL_MEAT_1_hard): ... here.
18019         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
18020         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
18021         (_FP_MUL_MEAT_2_wide): ... here.
18022         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
18023         (_FP_MUL_MEAT_2_wide_3mul): ... here.
18024         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
18025         (_FP_MUL_MEAT_2_gmp): ... here.
18026         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
18027         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
18028         (_FP_MUL_MEAT_4_wide): ... here.
18029         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
18030         (_FP_MUL_MEAT_4_gmp): ... here.
18031         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
18032         (_FP_WFRACBITS_DW_S): Likewise.
18033         (_FP_WFRACXBITS_DW_S): Likewise.
18034         (_FP_HIGHBIT_DW_S): Likewise.
18035         (FP_FMA_S): Likewise.
18036         (_FP_FRAC_HIGH_DW_S): Likewise.
18037         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
18038         (_FP_WFRACBITS_DW_D): Likewise.
18039         (_FP_WFRACXBITS_DW_D): Likewise.
18040         (_FP_HIGHBIT_DW_D): Likewise.
18041         (FP_FMA_D): Likewise.
18042         (_FP_FRAC_HIGH_DW_D): Likewise.
18043         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
18044         (_FP_WFRACBITS_DW_E): Likewise.
18045         (_FP_WFRACXBITS_DW_E): Likewise.
18046         (_FP_HIGHBIT_DW_E): Likewise.
18047         (FP_FMA_E): Likewise.
18048         (_FP_FRAC_HIGH_DW_E): Likewise.
18049         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
18050         (_FP_WFRACBITS_DW_Q): Likewise.
18051         (_FP_WFRACXBITS_DW_Q): Likewise.
18052         (_FP_HIGHBIT_DW_Q): Likewise.
18053         (FP_FMA_Q): Likewise.
18054         (_FP_FRAC_HIGH_DW_Q): Likewise.
18055         * soft-fp/fmasf4.c: New file.
18056         * soft-fp/fmadf4.c: Likewise.
18057         * soft-fp/fmatf4.c: Likewise.
18058
18059 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18060
18061         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
18062         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
18063         Silvermont.
18064         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
18065         macro.
18066         (index_Slow_SSE4_2): Likewise.
18067         (index_Prefer_PMINUB_for_stringop): Likewise.
18068         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
18069         bit_Slow_SSE4_2 is set.
18070         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
18071         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
18072
18073 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18074
18075         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
18076         rtld_global._dl_hwcap2.
18077         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
18078         POWER8.
18079         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
18080         POWER8 feature descriptions defined in _dl_hwcap2.
18081         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
18082         string handling for POWER8 feature bits.
18083         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
18084         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
18085         _dl_powerpc_cap_flags.
18086         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
18087         * sysdeps/powerpc/rtld-global-offsets.sym
18088         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
18089         _dl_hwcap2 in the rtld_global_ro structure.
18090
18091 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18092
18093         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
18094         hardware capabilities in support of AT_HWCAP2.
18095         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
18096         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
18097         GLRO(dl_hwcap2).
18098         (_dl_show_auxv): Add support for calling _dl_procinfo to display
18099         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
18100         explicitly the unknown a_type display mechanism is used.
18101         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
18102         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
18103         struct member.
18104         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
18105         to macro prototype for AT_HWCAP2 support.
18106         * sysdeps/i386/dl-procinfo.h: Likewise.
18107         * sysdeps/s390/dl-procinfo.h: Likewise.
18108         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
18109         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
18110         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
18111         return -1 for unknown a_type display fallback.
18112         * sysdeps/sparc/dl-procinfo.h: Likewise.
18113         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
18114         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
18115
18116 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
18117
18118         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
18119         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
18120
18121 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
18122
18123         [BZ #12492]
18124         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
18125         mprotect making __stack_prot writable.
18126
18127 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
18128             Joseph Myers  <joseph@codesourcery.com>
18129
18130         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
18131         as being properly aligned.
18132
18133 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
18134
18135         * dlfcn/modstatic5.c: New file.
18136         * dlfcn/tststatic5.c: New file.
18137         * dlfcn/Makefile (tests): Add tststatic5.
18138         (tests-static): Likewise.
18139         (modules-names): Add modstatic5.
18140         (tststatic5-ENV): New variable.
18141         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
18142
18143         [BZ #15022]
18144         * elf/dl-support.c (_dl_main_map): New variable.
18145         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
18146         (_dl_nns, _dl_load_adds): Set to 1.
18147         (_dl_initial_searchlist): Refer to _dl_main_map.
18148         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
18149         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
18150         call to _dl_get_origin.
18151         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
18152         around call_map.
18153         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
18154         * dlfcn/modstatic3.c: New file.
18155         * dlfcn/tststatic3.c: New file.
18156         * dlfcn/tststatic4.c: New file.
18157         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
18158         (tests-static): Likewise.
18159         (modules-names): Add modstatic3.
18160         (tststatic3-ENV, tststatic4-ENV): New variables.
18161         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
18162         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
18163
18164 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
18165
18166         * configure.in (CC): Require GCC version 4.4 or later.
18167         * configure: Regenerated.
18168         * manual/install.texi (Tools for Compilation): Update GCC version
18169         requirement.
18170         * INSTALL: Regenerated.
18171
18172 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18173
18174         [BZ #15674]
18175         * string/test-memcmp.c (check2): New.
18176         (main): Call check2.
18177
18178         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
18179
18180 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
18181
18182         [BZ #15022]
18183         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
18184         over to...
18185         (dl_open_worker) [!SHARED]: ... here.
18186
18187 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18188
18189         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
18190
18191 2013-06-25  Richard Henderson  <rth@redhat.com>
18192
18193         * locale/programs/locarchive.c: Include <libc-internal.h>
18194
18195 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
18196
18197         * manual/texinfo.tex: Update to version 2013-06-21.17, with
18198         trailing whitespace removed.
18199
18200 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18201
18202         [BZ #10283]
18203         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
18204         * locale/programs/locarchive.c: Include libc-mmap.h.
18205         (prepare_address_space): Take two new outputs (the mmap base and len).
18206         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
18207         values.
18208         (create_archive): Declare new mmap base and len values for
18209         prepare_address_space, and store the result in ah.
18210         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
18211         (enlarge_archive): If ah->mmap_base is not NULL, use that and
18212         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18213         Declare new mmap base and len values for
18214         prepare_address_space, and store the result in new_ah.
18215         (open_archive): Declare new mmap base and len values for
18216         prepare_address_space, and store the result in ah.
18217         (close_archive): If ah->mmap_base is not NULL, use that and
18218         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
18219         * sysdeps/generic/libc-mmap.h: New file.
18220
18221 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
18222
18223         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
18224         (ALIGN_UP): Likewise.
18225         (PTR_ALIGN_DOWN): Likewise.
18226         (PTR_ALIGN_UP): Likewise.
18227
18228 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18229
18230         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
18231         entry mapped to PPC_PLATFORM_POWER8.
18232         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
18233         POWER8.
18234         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
18235         (_dl_string_platform): Add case for exporting platform position for
18236         POWER8.
18237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
18238         search path to sysdeps/powerpc/powerpc32/power8 directory.
18239         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
18240         search path to sysdeps/powerpc/powerpc64/power8 directory.
18241         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
18242         power7 directories.
18243         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
18244         power7 directories.
18245
18246 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
18247
18248         * INSTALL: Regenerate.
18249
18250         * nscd/connections.c (nscd_init): Fix comment.
18251
18252 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
18253
18254         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
18255
18256         [BZ #15667]
18257         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
18258         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
18259
18260 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18261
18262         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
18263         DL_DST_REQ_STATIC.
18264         (DL_DST_REQ_STATIC): Remove macro.
18265
18266 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
18267
18268         [BZ #7006]
18269         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
18270         with a shift of 0 bits.
18271
18272 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
18273
18274         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
18275         $(tststatic-ENV).
18276
18277 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18278
18279         [BZ #15655]
18280         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
18281
18282 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18283
18284         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
18285         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
18286         accepts -fno-tree-loop-distribute-patterns.
18287         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
18288         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
18289         recursive call.
18290         * string/memset.c (memset): Likewise.
18291         * string/test-memmove.c (simple_memmove): Disable loop transformation
18292         to library calls.
18293         * string/test-memset.c (simple_memset): Likewise.
18294         * benchtests/bench-memmove.c (simple_memmove): Likewise.
18295         * benchtests/bench-memset.c (simple_memset): Likewise.
18296         * configure: Regenerated.
18297
18298 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
18299
18300         * math/test-misc.c (main): Ignore fesetround failure when failures
18301         of subsequent rounding tests would be ignored.
18302
18303         [BZ #15654]
18304         * math/fedisblxcpt.c (fedisableexcept): Return 0.
18305         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
18306         * math/fegetenv.c (__fegetenv): Return 0.
18307         * math/fegetexcept.c (fegetexcept): Return 0.
18308         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
18309         FE_TONEAREST.
18310         * math/feholdexcpt.c (feholdexcept): Return 0.
18311         * math/fesetenv.c (__fesetenv): Return 0.
18312         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
18313         argument FE_TONEAREST.
18314         * math/feupdateenv.c (__feupdateenv): Return 0.
18315         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
18316
18317 2013-06-18  Roland McGrath  <roland@hack.frob.com>
18318
18319         * elf/rtld-Rules (rtld-compile-command.S): New variable.
18320         (rtld-compile-command.s, rtld-compile-command.c): New variables.
18321         ($(objpfx)rtld-%.os rules): Use them.
18322
18323 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18324
18325         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
18326         fields.
18327
18328 2013-06-17  Roland McGrath  <roland@hack.frob.com>
18329
18330         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
18331         length of target pattern, then descending length of dependency pattern.
18332         * configure.in (AWK): Require gawk 3.1.2 or newer.
18333         * manual/install.texi (Tools for Compilation): Say that we do.
18334         * configure: Regenerated.
18335
18336         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
18337         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
18338         * scripts/sysd-rules.awk: ... this new script.
18339         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
18340         than a glob-style pattern.
18341
18342 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
18343
18344         * math/test-misc.c (main): Do not treat incorrectly rounded
18345         conversions as failure unless ROUNDING_TESTS passes.
18346
18347 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
18348
18349         [BZ #15631]
18350         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
18351         restore exception state around main square root computation, then
18352         check for inexactness explicitly.
18353
18354         * math/libm-test.inc (fma_test_data): Add another test.
18355
18356 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
18357
18358         * manual/threads.texi (Non-POSIX Extensions): New document
18359         node.  Document pthread_getattr_default_np and
18360         pthread_setattr_default_np.
18361
18362         * Versions.def (libpthread): Add GLIBC_2.18.
18363         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
18364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
18365         Likewise.
18366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
18367         Likewise.
18368         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18369         Likewise.
18370         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18371         Likewise.
18372         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
18373         Likewise.
18374         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
18375         Likewise.
18376         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
18377         Likewise.
18378         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
18379         Likewise.
18380         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
18381         Likewise.
18382
18383 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18384
18385         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18386         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
18387
18388 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
18389             H.J. Lu  <hjl.tools@gmail.com>
18390
18391         [BZ #15627]
18392         * sysdeps/x86_64/rtld-memset.c: Remove file.
18393         * sysdeps/x86_64/rtld-memset.S: New file.
18394
18395 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
18396
18397         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
18398         (test_in_one_mode): Take arguments for whether the rounding mode
18399         is supported for each floating-point type.
18400         (do_test): Pass new arguments to test_in_one_mode using
18401         ROUNDING_TESTS.
18402
18403 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18404
18405         * posix/tst-waitid.c (do_test): Distinguish different instances of
18406         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
18407         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
18408         before entering the kernel for waitpid.
18409
18410 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18411
18412         * NEWS: Fix note on clock function precision.  Text by Roland
18413         McGrath.
18414
18415 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18416
18417         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
18418         it into place only when and if the sanity check passes.
18419
18420 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
18421
18422         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
18423         output for whether conversion result is exact.  Take argument
18424         indicating whether type is IBM long double.
18425         (round_for_all): Change need_exact field to ibm_ld.
18426         * stdlib/tst-strtod-round.c (struct exactness): New type.
18427         (struct test): Change bool ld_ok field to struct exactness exact.
18428         (TEST): Update all definitions for change to field.
18429         (tests): Regenerate array contents.
18430         (test_in_one_mode): Take pointer to new field instead of old ld_ok
18431         field value.  Check for IBM long double here.
18432         (do_test): Update calls to test_in_one_mode.
18433
18434 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18435
18436         [BZ #12515]
18437         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
18438         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
18439
18440 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18441
18442         [BZ #15605]
18443         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
18444         generated by the compiler on loop optimizations.
18445         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
18446         general definitions.
18447
18448 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
18449
18450         * math/bug-nextafter.c: Include <math-tests.h>.
18451         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18452         the relevant type.
18453         * math/bug-nexttoward.c: Include <math-tests.h>.
18454         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18455         the relevant type.
18456         * math/test-misc.c: Include <math-tests.h>.
18457         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18458         the relevant type.
18459
18460 2013-06-12  Andreas Jaeger  <aj@suse.de>
18461
18462         * po/ia.po: Update Interlingua translation from translation
18463         project.
18464
18465 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
18466
18467         * include/fenv.h: Include stdbool.h.
18468         (struct rm_ctx): New structure.
18469         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
18470         Define macro.
18471         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
18472         (SET_RESTORE_ROUNDF): Likewise.
18473         (SET_RESTORE_ROUNDL): Likewise.
18474         (SET_RESTORE_ROUND_NOEX): Likewise.
18475         (SET_RESTORE_ROUND_NOEXF): Likewise.
18476         (SET_RESTORE_ROUND_NOEXL): Likewise.
18477         (SET_RESTORE_ROUND_53BIT): Likewise.
18478         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
18479         (libc_feresetround_noexf_ctx): Likewise.
18480         (libc_feresetround_noexl_ctx): Likewise.
18481         (libc_feholdsetround_53bit_ctx): Likewise.
18482         (libc_feresetround_53bit_ctx): Likewise.
18483         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
18484         (libc_feholdexcept_setround_sse_ctx): New function.
18485         (libc_fesetenv_sse_ctx): Likewise.
18486         (libc_feupdateenv_sse_ctx): Likewise.
18487         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
18488         (libc_feholdexcept_setround_387_ctx): Likewise.
18489         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
18490         (libc_feholdsetround_387_prec_ctx): Likewise.
18491         (libc_feholdsetround_387_ctx): Likewise.
18492         (libc_feholdsetround_387_53bit_ctx): Likewise.
18493         (libc_feholdsetround_sse_ctx): Likewise.
18494         (libc_feresetround_sse_ctx): Likewise.
18495         (libc_feresetround_387_ctx): Likewise.
18496         (libc_feupdateenv_387_ctx): Likewise.
18497         (libc_feholdexcept_setroundf_ctx): Define macro.
18498         (libc_fesetenvf_ctx): Likewise.
18499         (libc_feupdateenvf_ctx): Likewise.
18500         (libc_feholdsetroundf_ctx): Likewise.
18501         (libc_feresetroundf_ctx): Likewise.
18502         (libc_feholdexcept_setround_ctx): Likewise.
18503         (libc_fesetenv_ctx): Likewise.
18504         (libc_feupdateenv_ctx): Likewise.
18505         (libc_feholdsetround_ctx): Likewise.
18506         (libc_feresetround_ctx): Likewise.
18507         (libc_feholdexcept_setroundl_ctx): Likewise.
18508         (libc_feupdateenvl_ctx): Likewise.
18509         (libc_feholdsetroundl_ctx): Likewise.
18510         (libc_feresetroundl_ctx): Likewise.
18511         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
18512         (libc_feresetround_53bit_ctx): Likewise.
18513
18514 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18515
18516         * locale/iso-639.def: Convert to UTF-8.
18517
18518 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
18519
18520         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
18521         (EXCEPTION_TESTS_double): Likewise.
18522         (EXCEPTION_TESTS_long_double): Likewise.
18523         (EXCEPTION_TESTS): Likewise.
18524         * math/libm-test.inc (test_exceptions): Only test exceptions if
18525         EXCEPTION_TESTS (FLOAT).
18526
18527 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18528
18529         * benchtests/Makefile (string-bench): Add strcpy_chk and
18530         stpcpy_chk.
18531         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
18532         * benchtests/bench-stpcpy_chk.c: New file.
18533         * benchtests/bench-strcpy_chk-ifunc.c: New file.
18534         * benchtests/bench-strcpy_chk.c: New file.
18535         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
18536         code.
18537         (do_test): Likewise.
18538
18539 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18540
18541         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
18542         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
18543         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
18544         with tabs where appropriate.
18545         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
18546         dl-procinfo.h.
18547         [PPC_PLATFORM_PPC440]: Likewise.
18548         [PPC_PLATFORM_PPC464]: Likewise.
18549         [PPC_PLATFORM_PPC476]: Likewise.
18550         (_dl_string_platform): Add support for detecting ppc405, ppc440,
18551         ppc464, and ppc476 platform strings merging from ports/
18552         dl-procinfo.h.
18553
18554 2013-06-11  Andreas Schwab  <schwab@suse.de>
18555
18556         [BZ #14991]
18557         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
18558         (from_ucs4_idx): Regenerate.
18559         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
18560         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
18561         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
18562         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
18563         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
18564         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
18565         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
18566         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
18567         from FROM_LOOP and TO_LOOP specific macros.
18568         (BODY): Handle combining characters.
18569         * iconvdata/BIG5HKSCS.irreversible: Update.
18570         * iconvdata/BIG5HKSCS.precomposed: New file.
18571         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
18572         characters.
18573         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
18574
18575 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18576
18577         * include/sys/time.h: Fix indentation and add copyright header.
18578
18579         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
18580         (do_test): Likewise.
18581         * string/test-memchr.c (do_one_test): Likewise.
18582         (do_test): Likewise.
18583         * string/test-memcmp.c (do_one_test): Likewise.
18584         (do_test): Likewise.
18585         * string/test-memcpy.c (do_one_test): Likewise.
18586         (do_test): Likewise.
18587         * string/test-memmem.c (do_one_test): Likewise.
18588         (do_test): Likewise.
18589         (do_random_tests): Likewise.
18590         * string/test-memmove.c (do_one_test): Likewise.
18591         (do_test): Likewise.
18592         * string/test-memset.c (do_one_test): Likewise.
18593         (do_test): Likewise.
18594         * string/test-rawmemchr.c (do_one_test): Likewise.
18595         (do_test): Likewise.
18596         * string/test-strcasecmp.c (do_one_test): Likewise.
18597         (do_test): Likewise.
18598         * string/test-strcasestr.c (do_one_test): Likewise.
18599         (do_test): Likewise.
18600         * string/test-strcat.c (do_one_test): Likewise.
18601         (do_test): Likewise.
18602         * string/test-strchr.c (do_one_test): Likewise.
18603         (do_test): Likewise.
18604         * string/test-strcmp.c (do_one_test): Likewise.
18605         (do_test): Likewise.
18606         * string/test-strcpy.c (do_one_test): Likewise.
18607         (do_test): Likewise.
18608         * string/test-string.h: Likewise.
18609         (test_init): Likewise.
18610         * string/test-strlen.c (do_one_test): Likewise.
18611         (do_test): Likewise.
18612         * string/test-strncasecmp.c (do_one_test): Likewise.
18613         (do_test): Likewise.
18614         * string/test-strncat.c (do_one_test): Likewise.
18615         (do_test): Likewise.
18616         * string/test-strncmp.c (do_one_test): Likewise.
18617         (do_test_limit): Likewise.
18618         (do_test): Likewise.
18619         * string/test-strncpy.c (do_one_test): Likewise.
18620         (do_test): Likewise.
18621         * string/test-strnlen.c (do_one_test): Likewise.
18622         (do_test): Likewise.
18623         * string/test-strpbrk.c (do_one_test): Likewise.
18624         (do_test): Likewise.
18625         * string/test-strrchr.c (do_one_test): Likewise.
18626         (do_test): Likewise.
18627         * string/test-strspn.c (do_one_test): Likewise.
18628         (do_test): Likewise.
18629         * string/test-strstr.c (do_one_test): Likewise.
18630         (do_test): Likewise.
18631
18632         * benchtests/Makefile (string-bench): Add string benchmarks.
18633         * benchtests/bench-bcopy-ifunc.c: New file.
18634         * benchtests/bench-bcopy.c: New file.
18635         * benchtests/bench-bzero-ifunc.c: New file.
18636         * benchtests/bench-bzero.c: New file.
18637         * benchtests/bench-memccpy-ifunc.c: New file.
18638         * benchtests/bench-memccpy.c: New file.
18639         * benchtests/bench-memchr-ifunc.c: New file.
18640         * benchtests/bench-memchr.c: New file.
18641         * benchtests/bench-memcmp-ifunc.c: New file.
18642         * benchtests/bench-memcmp.c: New file.
18643         * benchtests/bench-memmem-ifunc.c: New file.
18644         * benchtests/bench-memmem.c: New file.
18645         * benchtests/bench-memmove-ifunc.c: New file.
18646         * benchtests/bench-memmove.c: New file.
18647         * benchtests/bench-mempcpy-ifunc.c: New file.
18648         * benchtests/bench-mempcpy.c: New file.
18649         * benchtests/bench-memset-ifunc.c: New file.
18650         * benchtests/bench-memset.c: New file.
18651         * benchtests/bench-rawmemchr-ifunc.c: New file.
18652         * benchtests/bench-rawmemchr.c: New file.
18653         * benchtests/bench-stpcpy-ifunc.c: New file.
18654         * benchtests/bench-stpcpy.c: New file.
18655         * benchtests/bench-stpncpy-ifunc.c: New file.
18656         * benchtests/bench-stpncpy.c: New file.
18657         * benchtests/bench-strcasecmp-ifunc.c: New file.
18658         * benchtests/bench-strcasecmp.c: New file.
18659         * benchtests/bench-strcasestr-ifunc.c: New file.
18660         * benchtests/bench-strcasestr.c: New file.
18661         * benchtests/bench-strcat-ifunc.c: New file.
18662         * benchtests/bench-strcat.c: New file.
18663         * benchtests/bench-strchr-ifunc.c: New file.
18664         * benchtests/bench-strchr.c: New file.
18665         * benchtests/bench-strchrnul-ifunc.c: New file.
18666         * benchtests/bench-strchrnul.c: New file.
18667         * benchtests/bench-strcmp-ifunc.c: New file.
18668         * benchtests/bench-strcmp.c: New file.
18669         * benchtests/bench-strcpy-ifunc.c: New file.
18670         * benchtests/bench-strcpy.c: New file.
18671         * benchtests/bench-strcspn-ifunc.c: New file.
18672         * benchtests/bench-strcspn.c: New file.
18673         * benchtests/bench-strlen-ifunc.c: New file.
18674         * benchtests/bench-strlen.c: New file.
18675         * benchtests/bench-strncasecmp-ifunc.c: New file.
18676         * benchtests/bench-strncasecmp.c: New file.
18677         * benchtests/bench-strncat-ifunc.c: New file.
18678         * benchtests/bench-strncat.c: New file.
18679         * benchtests/bench-strncmp-ifunc.c: New file.
18680         * benchtests/bench-strncmp.c: New file.
18681         * benchtests/bench-strncpy-ifunc.c: New file.
18682         * benchtests/bench-strncpy.c: New file.
18683         * benchtests/bench-strnlen-ifunc.c: New file.
18684         * benchtests/bench-strnlen.c: New file.
18685         * benchtests/bench-strpbrk-ifunc.c: New file.
18686         * benchtests/bench-strpbrk.c: New file.
18687         * benchtests/bench-strrchr-ifunc.c: New file.
18688         * benchtests/bench-strrchr.c: New file.
18689         * benchtests/bench-strspn-ifunc.c: New file.
18690         * benchtests/bench-strspn.c: New file.
18691         * benchtests/bench-strstr-ifunc.c: New file.
18692         * benchtests/bench-strstr.c: New file.
18693
18694         * benchtests/Makefile: Disable parallel execution of targets.
18695         (string-bench): Add memcpy.
18696         (benchset): New variable to store a list of benchmark sets.
18697         (bench-func): Renamed from bench.
18698         (bench-set): New target.
18699         (bench): Depend on bench-func and bench-set.
18700         * benchtests/README: Add section on benchmark sets.
18701         * benchtests/bench-memcpy-ifunc.c: New file.
18702         * benchtests/bench-memcpy.c: New file.
18703         * benchtests/bench-string.h: New file.
18704
18705 2013-06-11  Andreas Schwab  <schwab@suse.de>
18706
18707         [BZ #15577]
18708         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
18709         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
18710         values in the triple.
18711         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
18712         terminator in the group key.
18713
18714 2013-06-11  Andreas Jaeger  <aj@suse.de>
18715
18716         * po/zh_TW.po: Update Chinese (traditional) translation from
18717         translation project.
18718
18719 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18720
18721         * include/time.h (__clock_gettime): Add libc_hidden_proto.
18722         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
18723         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
18724         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
18725         (clock_getcpuclockid): Likewise.
18726         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
18727         Add weak_alias and libc_hidden_def.
18728         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
18729         * rt/clock_gettime.c (clock_gettime): Rename to
18730         __clock_gettime.  Add weak_alias and libc_hidden_def.
18731         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
18732         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
18733         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
18734         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
18735         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
18736         Likewise.
18737         * rt/clock_settime.c (clock_settime): Rename to
18738         __clock_settime.  Add weak_alias and libc_hidden_def.
18739         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
18740
18741 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
18742
18743         * mach/err_boot.sub: Remove trailing whitespace.
18744         * mach/err_ipc.sub: Likewise.
18745         * mach/err_mach.sub: Likewise.
18746
18747         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
18748         (ROUNDING_TESTS_double): Likewise.
18749         (ROUNDING_TESTS_long_double): Likewise.
18750         (ROUNDING_TESTS): Likewise.
18751         * math/libm-test.inc: Include <math-tests.h>.
18752         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
18753         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
18754         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
18755         (IF_ROUND_INIT_FE_UPWARD): Likewise.
18756
18757 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
18758
18759         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
18760         of assigning.
18761
18762 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
18763
18764         * sysdeps/gnu/errlist.awk: Do not generate space at end of
18765         otherwise empty TRANS lines.
18766         * sysdeps/gnu/errlist.c: Regenerated.
18767
18768         * catgets/gencat.c (error_print): Use (void) in function
18769         definition.
18770         * crypt/crypt_util.c (__init_des): Likewise.
18771         * crypt/speeds.c (Stop): Likewise.
18772         (main): Likewise.
18773         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
18774         * inet/ruserpass.c (token): Likewise.
18775         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
18776         * intl/localealias.c (extend_alias_table): Likewise.
18777         * intl/plural-exp.c (init_germanic_plural): Likewise.
18778         * libio/fcloseall.c (__fcloseall): Likewise.
18779         * libio/genops.c (_IO_flush_all): Likewise.
18780         (_IO_flush_all_linebuffered): Likewise.
18781         (_IO_cleanup): Likewise.
18782         (_IO_iter_begin): Likewise.
18783         (_IO_iter_end): Likewise.
18784         (_IO_list_lock): Likewise.
18785         (_IO_list_unlock): Likewise.
18786         (_IO_list_resetlock): Likewise.
18787         * libio/getchar.c (getchar): Likewise.
18788         * libio/getchar_u.c (getchar_unlocked): Likewise.
18789         * libio/getwchar.c (getwchar): Likewise.
18790         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
18791         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
18792         * login/getpt.c (__getpt): Likewise.
18793         * login/tst-utmp.c (main): Likewise.
18794         * malloc/hooks.c (__malloc_check_init): Likewise.
18795         * malloc/malloc.c (__malloc_stats): Likewise.
18796         * malloc/mtrace.c (tr_break): Likewise.
18797         (mtrace): Likewise.
18798         (muntrace): Likewise.
18799         * misc/fstab.c (endfsent): Likewise.
18800         * misc/getclktck.c (__getclktck): Likewise.
18801         * misc/getdtsz.c (__getdtablesize): Likewise.
18802         * misc/gethostid.c (gethostid): Likewise.
18803         * misc/getpagesize.c (__getpagesize): Likewise.
18804         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
18805         (__get_nprocs): Likewise.
18806         (__get_phys_pages): Likewise.
18807         (__get_avphys_pages): Likewise.
18808         * misc/getttyent.c (getttyent): Likewise.
18809         (setttyent): Likewise.
18810         (endttyent): Likewise.
18811         * misc/getusershell.c (getusershell): Likewise.
18812         (endusershell): Likewise.
18813         (setusershell): Likewise.
18814         (initshells): Likewise.
18815         * misc/hsearch.c (__hdestroy): Likewise.
18816         * misc/sync.c (sync): Likewise.
18817         * misc/syslog.c (closelog_internal): Likewise.
18818         (closelog): Likewise.
18819         * misc/ttyslot.c (ttyslot): Likewise.
18820         * misc/vhangup.c (vhangup): Likewise.
18821         * posix/fork.c (__fork): Likewise.
18822         * posix/getegid.c (__getegid): Likewise.
18823         * posix/geteuid.c (__geteuid): Likewise.
18824         * posix/getgid.c (__getgid): Likewise.
18825         * posix/getpid.c (__getpid): Likewise.
18826         * posix/getppid.c (__getppid): Likewise.
18827         * posix/getuid.c (__getuid): Likewise.
18828         * posix/pause.c (pause): Likewise.
18829         * posix/setpgrp.c (setpgrp): Likewise.
18830         * posix/setsid.c (__setsid): Likewise.
18831         * posix/test-vfork.c (noop): Likewise.
18832         * resolv/gethnamaddr.c (_endhtent): Likewise.
18833         (_gethtent): Likewise.
18834         (ht_endhostent): Likewise.
18835         (gethostent): Likewise.
18836         (dns_service): Likewise.
18837         * stdlib/drand48.c (drand48): Likewise.
18838         * stdlib/lrand48.c (lrand48): Likewise.
18839         * stdlib/mrand48.c (mrand48): Likewise.
18840         * stdlib/rand.c (rand): Likewise.
18841         * stdlib/random.c (__random): Likewise.
18842         * stdlib/setenv.c (clearenv): Likewise.
18843         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
18844         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
18845         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
18846         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
18847         (__get_nprocs): Likewise.
18848         (__get_phys_pages): Likewise.
18849         (__get_avphys_pages): Likewise.
18850         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
18851         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
18852         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
18853         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
18854         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
18855         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
18856         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
18857         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
18858         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
18859         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
18860         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
18861         * sysdeps/mach/hurd/sync.c (sync): Likewise.
18862         * sysdeps/posix/clock.c (clock): Likewise.
18863         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
18864         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
18865         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
18866         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
18867         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
18868         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
18869         (__get_nprocs_conf): Likewise.
18870         (__get_phys_pages): Likewise.
18871         (__get_avphys_pages): Likewise.
18872         * time/clock.c (clock): Likewise.
18873         * time/tzset.c (__tzname_max): Likewise.
18874
18875 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
18876
18877         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
18878         (__bswap_32): Do not use "register".
18879         * crypt/crypt.c (_ufc_doit_r): Likewise.
18880         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18881         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18882         * gmon/gmon.c (__monstartup): Likewise.
18883         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
18884         * hurd/hurdmalloc.c (more_memory): Likewise.
18885         (malloc): Likewise.
18886         (free): Likewise.
18887         (realloc): Likewise.
18888         (malloc_fork_prepare): Likewise.
18889         (malloc_fork_parent): Likewise.
18890         (malloc_fork_child): Likewise.
18891         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
18892         (_svcauth_des): Likewise.
18893         * inet/inet_lnaof.c (inet_lnaof): Likewise.
18894         * inet/inet_net.c (inet_network): Likewise.
18895         * inet/inet_netof.c (inet_netof): Likewise.
18896         * inet/rcmd.c (__validuser2_sa): Likewise.
18897         * io/fts.c (fts_open): Likewise.
18898         (fts_load): Likewise.
18899         (fts_close): Likewise.
18900         (fts_read): Likewise.
18901         (fts_children): Likewise.
18902         (fts_build): Likewise.
18903         (fts_stat): Likewise.
18904         (fts_sort): Likewise.
18905         (fts_alloc): Likewise.
18906         (fts_lfree): Likewise.
18907         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
18908         (_IO_file_xsgetn): Likewise.
18909         (_IO_file_xsgetn_mmap): Likewise.
18910         * libio/iofopncook.c (_IO_cookie_read): Likewise.
18911         (_IO_cookie_write): Likewise.
18912         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
18913         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
18914         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
18915         * malloc/obstack.c (_obstack_begin): Likewise.
18916         (_obstack_begin_1): Likewise.
18917         (_obstack_newchunk): Likewise.
18918         (_obstack_allocated_p): Likewise.
18919         (obstack_free): Likewise.
18920         (_obstack_memory_used): Likewise.
18921         * misc/getttyent.c (getttynam): Likewise.
18922         (getttyent): Likewise.
18923         (skip): Likewise.
18924         (value): Likewise.
18925         * misc/getusershell.c (initshells): Likewise.
18926         * misc/syslog.c (__vsyslog_chk): Likewise.
18927         * misc/ttyslot.c (ttyslot): Likewise.
18928         * nis/nis_hash.c (__nis_hash): Likewise.
18929         * posix/fnmatch_loop.c (FCT): Likewise.
18930         * posix/getconf.c (print_all): Likewise.
18931         (main): Likewise.
18932         * posix/getopt.c (exchange): Likewise.
18933         * posix/glob.c (globfree): Likewise.
18934         (prefix_array): Likewise.
18935         (__glob_pattern_type): Likewise.
18936         * resolv/arpa/nameser.h (NS_GET16): Likewise.
18937         (NS_GET32): Likewise.
18938         (NS_PUT16): Likewise.
18939         (NS_PUT32): Likewise.
18940         * resolv/gethnamaddr.c (getanswer): Likewise.
18941         (gethostbyname2): Likewise.
18942         (gethostbyaddr): Likewise.
18943         (_gethtent): Likewise.
18944         (_gethtbyname2): Likewise.
18945         (_gethtbyaddr): Likewise.
18946         * resolv/ns_print.c (dst_s_get_int16): Likewise.
18947         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
18948         * resolv/res_init.c (__res_vinit): Likewise.
18949         (net_mask): Likewise.
18950         * resolv/res_mkquery.c (outchar): Likewise.
18951         (PRINT): Likewise.
18952         * stdio-common/printf_fp.c (outchar): Likewise.
18953         (PRINT): Likewise.
18954         * stdio-common/printf_fphex.c (outchar): Likewise.
18955         (PRINT): Likewise.
18956         * stdio-common/printf_size.c (outchar): Likewise.
18957         (PRINT): Likewise.
18958         * stdio-common/test_rdwr.c (main): Likewise.
18959         * stdio-common/tfformat.c (matches): Likewise.
18960         * stdio-common/vfprintf.c (outchar): Likewise.
18961         (printf_unknown): Likewise.
18962         (buffered_vfprintf): Likewise.
18963         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18964         * stdio-common/xbug.c (AppendToBuffer): Likewise.
18965         (ReadFile): Likewise.
18966         * stdlib/qsort.c (SWAP): Likewise.
18967         (_quicksort): Likewise.
18968         * stdlib/setenv.c (__add_to_environ): Likewise.
18969         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18970         * stdlib/strtol_l.c (__strtol_l): Likewise.
18971         * stdlib/tst-strtod.c (main): Likewise.
18972         * stdlib/tst-strtol.c (main): Likewise.
18973         * stdlib/tst-strtoll.c (main): Likewise.
18974         * string/bits/string2.h (__strcmp_cc): Likewise.
18975         (__strcmp_cg): Likewise.
18976         (__strcspn_c1): Likewise.
18977         (__strcspn_c2): Likewise.
18978         (__strcspn_c3): Likewise.
18979         (__strspn_c1): Likewise.
18980         (__strspn_c2): Likewise.
18981         (__strspn_c3): Likewise.
18982         (__strsep_1c): Likewise.
18983         (__strsep_2c): Likewise.
18984         (__strsep_3c): Likewise.
18985         * string/memccpy.c (__memccpy): Likewise.
18986         * string/stpcpy.c (__stpcpy): Likewise.
18987         * string/strcmp.c (strcmp): Likewise.
18988         * string/strrchr.c (strrchr): Likewise.
18989         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
18990         Likewise.
18991         * sysdeps/mach/hurd/getcwd.c
18992         (_hurd_canonicalize_directory_name_internal): Likewise.
18993         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
18994         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
18995         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
18996         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
18997         Likewise, in both definitions.
18998         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
18999         definitions.
19000         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
19001         64] (__bswap_64): Likewise.
19002         * time/test_time.c (main): Likewise.
19003         * time/tzfile.c (__tzfile_read): Likewise.
19004         (__tzfile_compute): Likewise.
19005         * time/tzset.c (__tzset_parse_tz): Likewise.
19006         (tzset_internal): Likewise.
19007         (compute_change): Likewise.
19008         * wcsmbs/wcscat.c (__wcscat): Likewise.
19009         * wcsmbs/wcschr.c (wcschr): Likewise.
19010         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
19011         * wcsmbs/wcscspn.c (wcscspn): Likewise.
19012         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
19013         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
19014         * wcsmbs/wcsspn.c (wcsspn): Likewise.
19015         * wcsmbs/wcsstr.c (wcsstr): Likewise.
19016         * wcsmbs/wmemchr.c (wmemchr): Likewise.
19017         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
19018         * wcsmbs/wmemset.c (wmemset): Likewise.
19019
19020 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
19021
19022         * scripts/config.guess: Update to version 2013-05-16.
19023         * scripts/config.sub: Update to version 2013-04-24.
19024         * scripts/install-sh: Update to version 2011-11-20.07.
19025         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
19026         * scripts/move-if-change: Update to version 2012-01-06 07:23.
19027
19028 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
19029
19030         * debug/fgetws_u_chk.c: Fix leading whitespaces.
19031         * elf/sln.c: Likewise.
19032         * hurd/hurd/ioctl.h: Likewise.
19033         * hurd/hurdmalloc.c: Likewise.
19034         * hurd/xattr.c: Likewise.
19035         * include/shlib-compat.h: Likewise.
19036         * inet/ruserpass.c: Likewise.
19037         * libio/iofgets_u.c: Likewise.
19038         * libio/iofgetws_u.c: Likewise.
19039         * locale/programs/ld-identification.c: Likewise.
19040         * locale/programs/ld-time.c: Likewise.
19041         * mach/msg-destroy.c: Likewise.
19042         * nss/nss_files/files-netgrp.c: Likewise.
19043         * resolv/res_data.c: Likewise.
19044         * soft-fp/op-1.h: Likewise.
19045         * soft-fp/op-2.h: Likewise.
19046         * soft-fp/op-4.h: Likewise.
19047         * soft-fp/op-common.h: Likewise.
19048         * stdio-common/printf_fphex.c: Likewise.
19049         * stdlib/strtod_l.c: Likewise.
19050         * sunrpc/rpc/clnt.h: Likewise.
19051         * sysdeps/generic/framestate.c: Likewise.
19052         * sysdeps/i386/bsd-_setjmp.S: Likewise.
19053         * sysdeps/i386/bsd-setjmp.S: Likewise.
19054         * sysdeps/i386/__longjmp.S: Likewise.
19055         * sysdeps/i386/setjmp.S: Likewise.
19056         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19057         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
19058         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19059         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
19060         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
19061         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
19062         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
19063         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
19064         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
19065         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
19066         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
19067         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
19068         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
19069         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
19070         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
19071         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
19072         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
19073         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
19074         * sysdeps/ieee754/support.c: Likewise.
19075         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
19076         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
19077         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
19078         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
19079         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
19080         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
19081         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
19082         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
19083         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
19084         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
19085         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
19086         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
19087         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
19088         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
19089         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
19090         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
19091         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
19092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
19093
19094 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
19095
19096         * posix/transbug.c: Remove executable mode.
19097
19098 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
19099
19100         * crypt/speeds.c: Remove trailing whitespace.
19101         * dlfcn/default.c: Likewise.
19102         * elf/ifuncdep2.c: Likewise.
19103         * elf/ifuncmain1.c: Likewise.
19104         * elf/ifuncmain1vis.c: Likewise.
19105         * elf/testobj.h: Likewise.
19106         * elf/tst-stackguard1.c: Likewise.
19107         * gmon/sys/gmon.h: Likewise.
19108         * hurd/hurdmsg.c: Likewise.
19109         * hurd/new-fd.c: Likewise.
19110         * hurd/ports-get.c: Likewise.
19111         * iconvdata/ibm1008_420.c: Likewise.
19112         * inet/tst-getni1.c: Likewise.
19113         * inet/tst-getni2.c: Likewise.
19114         * libio/ioungetc.c: Likewise.
19115         * libio/wfiledoalloc.c: Likewise.
19116         * manual/libm-err-tab.pl: Likewise.
19117         * math/w_dremf.c: Likewise.
19118         * misc/ftruncate.c: Likewise.
19119         * posix/bug-glob2.c: Likewise.
19120         * posix/tst-pcre.c: Likewise.
19121         * posix/wait4.c: Likewise.
19122         * resolv/README: Likewise.
19123         * resolv/res_debug.h: Likewise.
19124         * resolv/tst-inet_ntop.c: Likewise.
19125         * setjmp/bug269-setjmp.c: Likewise.
19126         * soft-fp/extended.h: Likewise.
19127         * soft-fp/op-1.h: Likewise.
19128         * soft-fp/op-2.h: Likewise.
19129         * soft-fp/op-4.h: Likewise.
19130         * soft-fp/op-8.h: Likewise.
19131         * soft-fp/testit.c: Likewise.
19132         * stdio-common/bug16.c: Likewise.
19133         * stdlib/random.c: Likewise.
19134         * sunrpc/rpcsvc/rquota.x: Likewise.
19135         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
19136         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
19137         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
19138         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
19139         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
19140         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
19141         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
19142         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
19143         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
19144         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
19145         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
19146         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
19147         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
19148         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
19149         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
19150         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
19151         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
19152         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
19153         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
19154         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
19155         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
19156         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
19157         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
19158         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
19159         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
19160         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
19161         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
19162         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
19163         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
19164         * sysdeps/ieee754/s_lib_version.c: Likewise.
19165         * sysdeps/mach/hurd/check_fds.c: Likewise.
19166         * sysdeps/mach/hurd/getsockname.c: Likewise.
19167         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
19168         * sysdeps/mach/hurd/recvfrom.c: Likewise.
19169         * sysdeps/powerpc/bits/link.h: Likewise.
19170         * sysdeps/powerpc/dl-procinfo.c: Likewise.
19171         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
19172         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
19173         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
19174         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
19175         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
19176         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
19177         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
19178         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
19179         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
19180         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
19181         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
19182         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
19183         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
19184         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
19185         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
19186         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
19187         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
19188         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
19189         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
19190         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
19191         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
19192         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19193         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
19194         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
19195         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
19196         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
19197         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
19198         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
19199         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
19200         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
19201         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
19202         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19203         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
19204         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
19205         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
19206         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
19207         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
19208         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
19209         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
19210         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
19211         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
19212         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
19213         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
19214         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
19215         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
19216         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
19217         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
19218         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
19219         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
19220         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
19221         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
19222         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
19223         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
19224         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
19225         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
19226         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
19227         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19228         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
19229         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
19230         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
19231         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
19232         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
19233         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
19234         * sysdeps/powerpc/sysdep.h: Likewise.
19235         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
19236         * sysdeps/s390/s390-64/sub_n.S: Likewise.
19237         * sysdeps/sh/dl-trampoline.S: Likewise.
19238         * sysdeps/sh/memset.S: Likewise.
19239         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
19240         * sysdeps/sh/strlen.S: Likewise.
19241         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
19242         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
19243         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
19244         * sysdeps/sparc/sparc32/rem.S: Likewise.
19245         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
19246         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
19247         * sysdeps/sparc/sparc32/strchr.S: Likewise.
19248         * sysdeps/sparc/sparc32/udiv.S: Likewise.
19249         * sysdeps/sparc/sparc32/urem.S: Likewise.
19250         * sysdeps/sparc/sparc64/add_n.S: Likewise.
19251         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
19252         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
19253         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
19254         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
19255         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
19256         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
19257         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
19258         * sysdeps/unix/bsd/times.c: Likewise.
19259         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
19260         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
19261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
19262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
19263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
19264         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
19265         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
19266         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
19267         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
19268         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
19269         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
19270         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
19271         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
19272         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
19273         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
19274         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
19275         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
19276         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
19277         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
19278         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
19279         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
19280         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
19281         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
19282         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
19283         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
19284         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
19285         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
19286         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
19287         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
19288         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
19289         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
19290         * sysdeps/x86_64/strcspn.S: Likewise.
19291
19292 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
19293
19294         * locale/C-translit.h: Revert #include <stdint.h> because this is a
19295         generated file.  Regenerate properly from gen-translit.pl.
19296         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
19297         locale/C-translit.h.
19298
19299 2013-06-05  Andreas Schwab  <schwab@suse.de>
19300
19301         [BZ #15100]
19302         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
19303         week as 6 instead of -1.
19304         * time/tst-strptime.c (day_tests): Add test case.
19305
19306 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19307
19308         * sysdeps/generic/math_private.h
19309         (libc_feholdexcept_setround_53bit): Replace with
19310         libc_feholdsetround_53bit.
19311         (libc_feupdateenv_53bit): Replace with
19312         libc_feresetround_53bit.
19313         (SET_RESTORE_ROUND_53BIT): Adjust.
19314
19315 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
19316
19317         * string/test-strchrnul.c: Add copyright header.
19318
19319         * posix/tst-getaddrinfo4.c: Increase test timeout.
19320
19321 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
19322
19323         [BZ #15536]
19324         * math/libm-test.inc (MAX_EXP): Remove
19325         (MIN_EXP): Define.
19326         (ulp): Use MIN_EXP - MANT_DIG.
19327         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
19328
19329 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
19330
19331         * po/be.po: Revert last change.
19332         * po/zh_CN.po: Likewise.
19333         * po/header.pot: Likewise.
19334
19335 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
19336
19337         * Makefile ($(common-objpfx)linkobj/libc.so): Define
19338         link-libc-deps to empty as target-specific variable.
19339         * Makerules (link-libc-args): New variable.
19340         (libc-for-link): Likewise.
19341         (link-libc-deps): Likewise.
19342         (lib%.so): Depend on $(link-libc-deps).  Link with
19343         $(link-libc-args).
19344         (build-module): Link with $(link-libc-args).
19345         (build-module-asneeded): Likewise.
19346         (build-module-helper-objlist): Filter out $(link-libc-deps) from
19347         list of objects.
19348         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
19349         target-specific variable.
19350         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
19351         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
19352         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
19353         libc.
19354         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
19355         libc and ld.so.
19356         ($(objpfx)libpcprofile.so): Likewise.
19357         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
19358         libc_nonshared.a.
19359         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
19360         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
19361         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
19362         $(link-libc-deps).
19363         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
19364         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
19365         * login/Makefile ($(objpfx)libutil.so): Likewise.
19366         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
19367         * math/Makefile ($(objpfx)libm.so): Likewise.
19368         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
19369         $(objpfx)libnsl.so): Define libc-for-link as target-specific
19370         variable instead of depending directly on libc.
19371         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
19372         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
19373         $(link-libc-deps).
19374         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
19375         libc.
19376         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
19377         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
19378         ($(objpfx)libanl.so): Likewise.
19379         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
19380         ld.so.
19381         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
19382         $(link-libc-deps).
19383         * sysdeps/i386/fpu/Makefile: Remove file.
19384         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
19385         ($(objpfx)libm.so): Remove dependency on ld.so.
19386
19387 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
19388
19389         [BZ # 15553]
19390         * nis/yp_xdr.c (XDRMAXNAME): Define.
19391         (XDRMAXRECORD): Define.
19392         (xdr_domainname): Use XDRMAXNAME.
19393         (xdr_mapname): Likewise.
19394         (xdr_peername): Likewise.
19395         (xdr_keydat): Use XDRMAXRECORD.
19396         (xdr_valdat): Likewise.
19397
19398 2013-05-30  Jeff Law  <law@redhat.com>
19399
19400         [BZ #14256]
19401         * manual/errno.texi (ESTALE): Update to account for more than
19402         just NFS file systems.
19403         * sysdeps/gnu/errlist.c: Regenerated.
19404
19405 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19406
19407         [BZ #15465]
19408         * elf/Makefile (tests): Add tst-null-argv.
19409         (modules-names):  Add tst-null-argv-lib.
19410         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
19411         (tst-null-argv-ENV): Set environment for tst-null-argv.
19412         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
19413         (RTLD_PROGNAME): New macro.
19414         * elf/tst-null-argv.c: New test case.
19415         * elf/tst-null-argv-lib.c: Library for test case.
19416         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
19417         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
19418         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
19419         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
19420         * elf/dl-init.c (call_init): Likewise.
19421         (_dl_init): Likewise.
19422         * elf/dl-load.c (print_search_path): Likewise.
19423         (_dl_map_object): Likewise.
19424         * elf/dl-lookup.c (do_lookup_x): Likewise.
19425         (add_dependency): Likewise.
19426         (_dl_lookup_symbol_x): Likewise.
19427         (_dl_debug_bindings): Likewise.
19428         * elf/dl-open.c (_dl_show_scope): Likewise.
19429         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19430         * elf/dl-version.c (match_symbol): Likewise.
19431         (_dl_check_map_versions): Likewise.
19432         * elf/rtld.c (dl_main): Likewise.
19433         (print_unresolved): Use RTLD_PROGNAME.
19434         (print_missing_version): Likewise.
19435         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
19436         (elf_machine_rela): Likewise.
19437         * sysdeps/powerpc/powerpc32/dl-machine.c
19438         (__process_machine_rela): Likewise.
19439         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
19440         Likewise.
19441         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
19442         Likewise.
19443         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
19444         Likewise.
19445         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19446         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
19447         Likewise.
19448         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
19449         Likewise.
19450         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
19451
19452 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
19453
19454         * po/be.po: Add descriptive title.
19455         * po/zh_CN.po: Likewise.
19456         * po/header.pot: Likewise.
19457
19458 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
19459
19460         * locale/programs/locarchive.c (create_archive): Inlucde fname in
19461         error message.
19462         (enlarge_archive): Likewise.
19463
19464 2013-05-28  Ben North  <ben@redfrontdoor.org>
19465
19466         * manual/arith.texi (frexp): It is the magnitude of the return
19467         value which lies in [0.5, 1), not the return value itself.
19468
19469 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19470
19471         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19472
19473 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
19474
19475         * stdio-common/bug26.c (main): Correct fscanf template.
19476
19477         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
19478         declare _dl_skip_args.
19479
19480         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
19481         Don't declare.
19482
19483         * manual/platform.texi: Add missing @end deftypefun.
19484
19485 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19486
19487         [BZ #15529]
19488         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
19489         bit of mantissa of 2^16382.
19490         * math/libm-test.inc (hypot_test_data): Add more tests.
19491
19492         * math/libm-test.inc: Add drem and pow10 to list of tested
19493         functions.
19494         (pow10_test): New function.
19495         (drem_test): Likewise.
19496         (drem_test_tonearest): Likewise.
19497         (drem_test_towardzero): Likewise.
19498         (drem_test_downward): Likewise.
19499         (drem_test_upward): Likewise.
19500         (main): Call the new functions.
19501
19502         * math/libm-test.inc (finite_test_data): Remove.
19503         (finite_test): Run tests from isfinite_test_data.
19504         (gamma_test_data): Remove.
19505         (gamma_test): Run tests from lgamma_test_data.
19506         * sysdeps/i386/fpu/libm-test-ulps: Update.
19507         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19508
19509 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19510
19511         * manual/platform.texi: Add PowerPC PPR function set documentation.
19512         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
19513         implementation.
19514
19515 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
19516
19517         * math/libm-test.inc (MAX_EXP): Define.
19518         (ULPDIFF): Define.
19519         (ulp): New function.
19520         (check_float_internal): Use ULPDIFF.
19521         (cpow_test): Disable failing test.
19522         (check_ulp): Test ulp() implemetnation.
19523         (main): Call check_ulp before starting tests.
19524
19525 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19526
19527         * math/gen-libm-test.pl (generate_testfile): Do not handle
19528         START_DATA and END_DATA.
19529         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
19530         END_DATA.
19531         (acos_tonearest_test_data): Likewise.
19532         (acos_towardzero_test_data): Likewise.
19533         (acos_downward_test_data): Likewise.
19534         (acos_upward_test_data): Likewise.
19535         (acosh_test_data): Likewise.
19536         (asin_test_data): Likewise.
19537         (asin_tonearest_test_data): Likewise.
19538         (asin_towardzero_test_data): Likewise.
19539         (asin_downward_test_data): Likewise.
19540         (asin_upward_test_data): Likewise.
19541         (asinh_test_data): Likewise.
19542         (atan_test_data): Likewise.
19543         (atanh_test_data): Likewise.
19544         (atan2_test_data): Likewise.
19545         (cabs_test_data): Likewise.
19546         (cacos_test_data): Likewise.
19547         (cacosh_test_data): Likewise.
19548         (carg_test_data): Likewise.
19549         (casin_test_data): Likewise.
19550         (casinh_test_data): Likewise.
19551         (catan_test_data): Likewise.
19552         (catanh_test_data): Likewise.
19553         (cbrt_test_data): Likewise.
19554         (ccos_test_data): Likewise.
19555         (ccosh_test_data): Likewise.
19556         (ceil_test_data): Likewise.
19557         (cexp_test_data): Likewise.
19558         (cimag_test_data): Likewise.
19559         (clog_test_data): Likewise.
19560         (clog10_test_data): Likewise.
19561         (conj_test_data): Likewise.
19562         (copysign_test_data): Likewise.
19563         (cos_test_data): Likewise.
19564         (cos_tonearest_test_data): Likewise.
19565         (cos_towardzero_test_data): Likewise.
19566         (cos_downward_test_data): Likewise.
19567         (cos_upward_test_data): Likewise.
19568         (cosh_test_data): Likewise.
19569         (cosh_tonearest_test_data): Likewise.
19570         (cosh_towardzero_test_data): Likewise.
19571         (cosh_downward_test_data): Likewise.
19572         (cosh_upward_test_data): Likewise.
19573         (cpow_test_data): Likewise.
19574         (cproj_test_data): Likewise.
19575         (creal_test_data): Likewise.
19576         (csin_test_data): Likewise.
19577         (csinh_test_data): Likewise.
19578         (csqrt_test_data): Likewise.
19579         (ctan_test_data): Likewise.
19580         (ctan_tonearest_test_data): Likewise.
19581         (ctan_towardzero_test_data): Likewise.
19582         (ctan_downward_test_data): Likewise.
19583         (ctan_upward_test_data): Likewise.
19584         (ctanh_test_data): Likewise.
19585         (ctanh_tonearest_test_data): Likewise.
19586         (ctanh_towardzero_test_data): Likewise.
19587         (ctanh_downward_test_data): Likewise.
19588         (ctanh_upward_test_data): Likewise.
19589         (erf_test_data): Likewise.
19590         (erfc_test_data): Likewise.
19591         (exp_test_data): Likewise.
19592         (exp_tonearest_test_data): Likewise.
19593         (exp_towardzero_test_data): Likewise.
19594         (exp_downward_test_data): Likewise.
19595         (exp_upward_test_data): Likewise.
19596         (exp10_test_data): Likewise.
19597         (exp2_test_data): Likewise.
19598         (expm1_test_data): Likewise.
19599         (fabs_test_data): Likewise.
19600         (fdim_test_data): Likewise.
19601         (finite_test_data): Likewise.
19602         (floor_test_data): Likewise.
19603         (fma_test_data): Likewise.
19604         (fma_towardzero_test_data): Likewise.
19605         (fma_downward_test_data): Likewise.
19606         (fma_upward_test_data): Likewise.
19607         (fmax_test_data): Likewise.
19608         (fmin_test_data): Likewise.
19609         (fmod_test_data): Likewise.
19610         (fpclassify_test_data): Likewise.
19611         (frexp_test_data): Likewise.
19612         (gamma_test_data): Likewise.
19613         (hypot_test_data): Likewise.
19614         (ilogb_test_data): Likewise.
19615         (isfinite_test_data): Likewise.
19616         (isgreater_test_data): Likewise.
19617         (isgreaterequal_test_data): Likewise.
19618         (isinf_test_data): Likewise.
19619         (isless_test_data): Likewise.
19620         (islessequal_test_data): Likewise.
19621         (islessgreater_test_data): Likewise.
19622         (isnan_test_data): Likewise.
19623         (isnormal_test_data): Likewise.
19624         (issignaling_test_data): Likewise.
19625         (isunordered_test_data): Likewise.
19626         (j0_test_data): Likewise.
19627         (j1_test_data): Likewise.
19628         (jn_test_data): Likewise.
19629         (ldexp_test_data): Likewise.
19630         (lgamma_test_data): Likewise.
19631         (lrint_test_data): Likewise.
19632         (lrint_tonearest_test_data): Likewise.
19633         (lrint_towardzero_test_data): Likewise.
19634         (lrint_downward_test_data): Likewise.
19635         (lrint_upward_test_data): Likewise.
19636         (llrint_test_data): Likewise.
19637         (llrint_tonearest_test_data): Likewise.
19638         (llrint_towardzero_test_data): Likewise.
19639         (llrint_downward_test_data): Likewise.
19640         (llrint_upward_test_data): Likewise.
19641         (log_test_data): Likewise.
19642         (log10_test_data): Likewise.
19643         (log1p_test_data): Likewise.
19644         (log2_test_data): Likewise.
19645         (logb_test_data): Likewise.
19646         (logb_downward_test_data): Likewise.
19647         (lround_test_data): Likewise.
19648         (llround_test_data): Likewise.
19649         (modf_test_data): Likewise.
19650         (nearbyint_test_data): Likewise.
19651         (nextafter_test_data): Likewise.
19652         (nexttoward_test_data): Likewise.
19653         (pow_test_data): Likewise.
19654         (pow_tonearest_test_data): Likewise.
19655         (pow_towardzero_test_data): Likewise.
19656         (pow_downward_test_data): Likewise.
19657         (pow_upward_test_data): Likewise.
19658         (remainder_test_data): Likewise.
19659         (remainder_tonearest_test_data): Likewise.
19660         (remainder_towardzero_test_data): Likewise.
19661         (remainder_downward_test_data): Likewise.
19662         (remainder_upward_test_data): Likewise.
19663         (remquo_test_data): Likewise.
19664         (rint_test_data): Likewise.
19665         (rint_tonearest_test_data): Likewise.
19666         (rint_towardzero_test_data): Likewise.
19667         (rint_downward_test_data): Likewise.
19668         (rint_upward_test_data): Likewise.
19669         (round_test_data): Likewise.
19670         (scalb_test_data): Likewise.
19671         (scalbn_test_data): Likewise.
19672         (scalbln_test_data): Likewise.
19673         (signbit_test_data): Likewise.
19674         (sin_test_data): Likewise.
19675         (sin_tonearest_test_data): Likewise.
19676         (sin_towardzero_test_data): Likewise.
19677         (sin_downward_test_data): Likewise.
19678         (sin_upward_test_data): Likewise.
19679         (sincos_test_data): Likewise.
19680         (sinh_test_data): Likewise.
19681         (sinh_tonearest_test_data): Likewise.
19682         (sinh_towardzero_test_data): Likewise.
19683         (sinh_downward_test_data): Likewise.
19684         (sinh_upward_test_data): Likewise.
19685         (sqrt_test_data): Likewise.
19686         (tan_test_data): Likewise.
19687         (tan_tonearest_test_data): Likewise.
19688         (tan_towardzero_test_data): Likewise.
19689         (tan_downward_test_data): Likewise.
19690         (tan_upward_test_data): Likewise.
19691         (tanh_test_data): Likewise.
19692         (tgamma_test_data): Likewise.
19693         (trunc_test_data): Likewise.
19694         (y0_test_data): Likewise.
19695         (y1_test_data): Likewise.
19696         (yn_test_data): Likewise.
19697         (significand_test_data): Likewise.
19698
19699         * math/gen-libm-test.pl (@functions): Remove variable.
19700         (generate_testfile): Don't handle START and END lines.
19701         * math/libm-test.inc (START): New macro.
19702         (END): Likewise.
19703         (END_COMPLEX): Likewise.
19704         (acos_test): Use END macro without arguments.
19705         (acos_test_tonearest): Likewise.
19706         (acos_test_towardzero): Likewise.
19707         (acos_test_downward): Likewise.
19708         (acos_test_upward): Likewise.
19709         (acosh_test): Likewise.
19710         (asin_test): Likewise.
19711         (asin_test_tonearest): Likewise.
19712         (asin_test_towardzero): Likewise.
19713         (asin_test_downward): Likewise.
19714         (asin_test_upward): Likewise.
19715         (asinh_test): Likewise.
19716         (atan_test): Likewise.
19717         (atanh_test): Likewise.
19718         (atan2_test): Likewise.
19719         (cabs_test): Likewise.
19720         (cacos_test): Use END_COMPLEX macro without arguments.
19721         (cacosh_test): Likewise.
19722         (carg_test): Use END macro without arguments.
19723         (casin_test): Use END_COMPLEX macro without arguments.
19724         (casinh_test): Likewise.
19725         (catan_test): Likewise.
19726         (catanh_test): Likewise.
19727         (cbrt_test): Use END macro without arguments.
19728         (ccos_test): Use END_COMPLEX macro without arguments.
19729         (ccosh_test): Likewise.
19730         (ceil_test): Use END macro without arguments.
19731         (cexp_test): Use END_COMPLEX macro without arguments.
19732         (cimag_test): Use END macro without arguments.
19733         (clog_test): Use END_COMPLEX macro without arguments.
19734         (clog10_test): Likewise.
19735         (conj_test): Likewise.
19736         (copysign_test): Use END macro without arguments.
19737         (cos_test): Likewise.
19738         (cos_test_tonearest): Likewise.
19739         (cos_test_towardzero): Likewise.
19740         (cos_test_downward): Likewise.
19741         (cos_test_upward): Likewise.
19742         (cosh_test): Likewise.
19743         (cosh_test_tonearest): Likewise.
19744         (cosh_test_towardzero): Likewise.
19745         (cosh_test_downward): Likewise.
19746         (cosh_test_upward): Likewise.
19747         (cpow_test): Use END_COMPLEX macro without arguments.
19748         (cproj_test): Likewise.
19749         (creal_test): Use END macro without arguments.
19750         (csin_test): Use END_COMPLEX macro without arguments.
19751         (csinh_test): Likewise.
19752         (csqrt_test): Likewise.
19753         (ctan_test): Likewise.
19754         (ctan_test_tonearest): Likewise.
19755         (ctan_test_towardzero): Likewise.
19756         (ctan_test_downward): Likewise.
19757         (ctan_test_upward): Likewise.
19758         (ctanh_test): Likewise.
19759         (ctanh_test_tonearest): Likewise.
19760         (ctanh_test_towardzero): Likewise.
19761         (ctanh_test_downward): Likewise.
19762         (ctanh_test_upward): Likewise.
19763         (erf_test): Use END macro without arguments.
19764         (erfc_test): Likewise.
19765         (exp_test): Likewise.
19766         (exp_test_tonearest): Likewise.
19767         (exp_test_towardzero): Likewise.
19768         (exp_test_downward): Likewise.
19769         (exp_test_upward): Likewise.
19770         (exp10_test): Likewise.
19771         (exp2_test): Likewise.
19772         (expm1_test): Likewise.
19773         (fabs_test): Likewise.
19774         (fdim_test): Likewise.
19775         (finite_test): Likewise.
19776         (floor_test): Likewise.
19777         (fma_test): Likewise.
19778         (fma_test_towardzero): Likewise.
19779         (fma_test_downward): Likewise.
19780         (fma_test_upward): Likewise.
19781         (fmax_test): Likewise.
19782         (fmin_test): Likewise.
19783         (fmod_test): Likewise.
19784         (fpclassify_test): Likewise.
19785         (frexp_test): Likewise.
19786         (gamma_test): Likewise.
19787         (hypot_test): Likewise.
19788         (ilogb_test): Likewise.
19789         (isfinite_test): Likewise.
19790         (isgreater_test): Likewise.
19791         (isgreaterequal_test): Likewise.
19792         (isinf_test): Likewise.
19793         (isless_test): Likewise.
19794         (islessequal_test): Likewise.
19795         (islessgreater_test): Likewise.
19796         (isnan_test): Likewise.
19797         (isnormal_test): Likewise.
19798         (issignaling_test): Likewise.
19799         (isunordered_test): Likewise.
19800         (j0_test): Likewise.
19801         (j1_test): Likewise.
19802         (jn_test): Likewise.
19803         (ldexp_test): Likewise.
19804         (lgamma_test): Likewise.
19805         (lrint_test): Likewise.
19806         (lrint_test_tonearest): Likewise.
19807         (lrint_test_towardzero): Likewise.
19808         (lrint_test_downward): Likewise.
19809         (lrint_test_upward): Likewise.
19810         (llrint_test): Likewise.
19811         (llrint_test_tonearest): Likewise.
19812         (llrint_test_towardzero): Likewise.
19813         (llrint_test_downward): Likewise.
19814         (llrint_test_upward): Likewise.
19815         (log_test): Likewise.
19816         (log10_test): Likewise.
19817         (log1p_test): Likewise.
19818         (log2_test): Likewise.
19819         (logb_test): Likewise.
19820         (logb_test_downward): Likewise.
19821         (lround_test): Likewise.
19822         (llround_test): Likewise.
19823         (modf_test): Likewise.
19824         (nearbyint_test): Likewise.
19825         (nextafter_test): Likewise.
19826         (nexttoward_test): Likewise.
19827         (pow_test): Likewise.
19828         (pow_test_tonearest): Likewise.
19829         (pow_test_towardzero): Likewise.
19830         (pow_test_downward): Likewise.
19831         (pow_test_upward): Likewise.
19832         (remainder_test): Likewise.
19833         (remainder_test_tonearest): Likewise.
19834         (remainder_test_towardzero): Likewise.
19835         (remainder_test_downward): Likewise.
19836         (remainder_test_upward): Likewise.
19837         (remquo_test): Likewise.
19838         (rint_test): Likewise.
19839         (rint_test_tonearest): Likewise.
19840         (rint_test_towardzero): Likewise.
19841         (rint_test_downward): Likewise.
19842         (rint_test_upward): Likewise.
19843         (round_test): Likewise.
19844         (scalb_test): Likewise.
19845         (scalbn_test): Likewise.
19846         (scalbln_test): Likewise.
19847         (signbit_test): Likewise.
19848         (sin_test): Likewise.
19849         (sin_test_tonearest): Likewise.
19850         (sin_test_towardzero): Likewise.
19851         (sin_test_downward): Likewise.
19852         (sin_test_upward): Likewise.
19853         (sincos_test): Likewise.
19854         (sinh_test): Likewise.
19855         (sinh_test_tonearest): Likewise.
19856         (sinh_test_towardzero): Likewise.
19857         (sinh_test_downward): Likewise.
19858         (sinh_test_upward): Likewise.
19859         (sqrt_test): Likewise.
19860         (tan_test): Likewise.
19861         (tan_test_tonearest): Likewise.
19862         (tan_test_towardzero): Likewise.
19863         (tan_test_downward): Likewise.
19864         (tan_test_upward): Likewise.
19865         (tanh_test): Likewise.
19866         (tgamma_test): Likewise.
19867         (trunc_test): Likewise.
19868         (y0_test): Likewise.
19869         (y1_test): Likewise.
19870         (yn_test): Likewise.
19871         (significand_test): Likewise.
19872
19873 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
19874
19875         [BZ #15381]
19876         * libio/genops.c (_IO_no_init): Initialize wide struct info.
19877
19878 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
19879
19880         [BZ #14894]
19881         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
19882         __ppc_mdoio and __ppc_mdoom.
19883         * manual/platform.texi: Document new functions __ppc_yield,
19884         __ppc_mdoio and __ppc_mdoom.
19885
19886 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
19887
19888         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
19889         (main): Mention "tls" pseudo-hwcap is legacy.
19890         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
19891
19892 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
19893
19894         * math/gen-libm-test.pl (parse_args): Output only string of
19895         arguments as text for test name, not full call or descriptions of
19896         tests for extra outputs.
19897         (generate_testfile): Do not pass function name to parse_args.
19898         Generate this_func variable from START.
19899         * math/libm-test.inc (struct test_f_f_data): Rename test_name
19900         field to arg_str.
19901         (struct test_ff_f_data): Likewise.
19902         (test_ff_f_data_nexttoward): Likewise.
19903         (struct test_fi_f_data): Likewise.
19904         (struct test_fl_f_data): Likewise.
19905         (struct test_if_f_data): Likewise.
19906         (struct test_fff_f_data): Likewise.
19907         (struct test_c_f_data): Likewise.
19908         (struct test_f_f1_data): Likewise.  Remove field extra_name.
19909         (struct test_fF_f1_data): Likewise.
19910         (struct test_ffI_f1_data): Likewise.
19911         (struct test_c_c_data): Rename test_name field to arg_str.
19912         (struct test_cc_c_data): Likewise.
19913         (struct test_f_i_data): Likewise.
19914         (struct test_ff_i_data): Likewise.
19915         (struct test_f_l_data): Likewise.
19916         (struct test_f_L_data): Likewise.
19917         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
19918         and extra2_name.
19919         (COMMON_TEST_SETUP): New macro.
19920         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
19921         (COMMON_TEST_CLEANUP): Likewise.
19922         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
19923         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
19924         macros.
19925         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
19926         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
19927         macros.
19928         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
19929         (RUN_TEST_fff_f): Take argument string.  Call new setup and
19930         cleanup macros.
19931         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
19932         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
19933         macros.
19934         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
19935         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
19936         macros.
19937         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
19938         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
19939         cleanup macros.
19940         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
19941         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
19942         cleanup macros.
19943         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
19944         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
19945         cleanup macros.
19946         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
19947         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
19948         macros.
19949         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
19950         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
19951         macros.
19952         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
19953         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
19954         macros.
19955         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
19956         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
19957         cleanup macros.
19958         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
19959         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
19960         cleanup macros.
19961         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
19962         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
19963         macros.
19964         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
19965         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
19966         cleanup macros.
19967         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
19968         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
19969         macros.
19970         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
19971         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
19972         macros.
19973         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
19974         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
19975         cleanup macros.
19976         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
19977
19978 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
19979
19980         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
19981         to _sifields.sigfault.
19982         (si_addr_lsb): Define new macro.
19983         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
19984         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
19985         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
19986
19987 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
19988
19989         [BZ #15441]
19990         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
19991         returns -1.
19992         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
19993         null return -1.
19994         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
19995         loading the domain.
19996
19997 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
19998
19999         * math/gen-libm-test.pl (parse_args): Do not include expected
20000         result in test name.
20001         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
20002         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20003         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20004         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20005         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20006         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20007
20008 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
20009
20010         * benchtests/Makefile: Sort function entries.
20011
20012         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
20013         tanh, asinh, acosh, atanh.
20014         * benchtests/acos-inputs: New file.
20015         * benchtests/acosh-inputs: New file.
20016         * benchtests/asin-inputs: New file.
20017         * benchtests/asinh-inputs: New file.
20018         * benchtests/atanh-inputs: New file.
20019         * benchtests/cosh-inputs: New file.
20020         * benchtests/log-inputs: New file.
20021         * benchtests/sinh-inputs: New file.
20022         * benchtests/tanh-inputs: New file.
20023
20024 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
20025
20026         [BZ #15339]
20027         * posix/tst-getaddrinfo4.c: New test.
20028         * posix/Makefile (tests): Add it.
20029
20030 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
20031
20032         [BZ #15339]
20033         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
20034         when no services were used.
20035         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
20036         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
20037
20038 2013-05-21  Andreas Schwab  <schwab@suse.de>
20039
20040         [BZ #15014]
20041         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
20042         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
20043         successful.
20044         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
20045         redundant variable declarations and reallocation of buffer when
20046         parsing as IPv6 address.  Always set NSS status when called from
20047         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
20048         buffer too small.  Correct computation of needed size.
20049         * nss/Makefile (tests): Add test-digits-dots.
20050         * nss/test-digits-dots.c: New test.
20051
20052 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
20053
20054         * benchtests/Makefile: Remove instructions for adding
20055         benchmark tests.
20056         * benchtests/README: New file to explain how to execute and
20057         enhance the benchmark tests.
20058
20059 2013-05-21  Andreas Schwab  <schwab@suse.de>
20060
20061         [BZ #15493]
20062         * setjmp/Makefile (tests): Add tst-sigsetjmp.
20063         * setjmp/tst-sigsetjmp.c: New test.
20064
20065 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
20066
20067         * sysdeps/x86_64/memset.S (memset): New implementation.
20068         (__bzero): Likewise.
20069         (__memset_tail): New function.
20070
20071 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
20072
20073         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
20074         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
20075         __memcpy_sse2_unaligned ifunc selection.
20076         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
20077         Add memcpy-sse2-unaligned.S.
20078         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
20079         Add: __memcpy_sse2_unaligned.
20080
20081 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
20082
20083         [BZ #15490]
20084         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
20085         math_force_eval before restoring floating-point envrionment.
20086         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
20087         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
20088         Likewise.
20089         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
20090         <math_private.h>.
20091         (__nearbyintl): Use math_force_eval before restoring
20092         floating-point environment.
20093         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
20094
20095         * math/gen-libm-test.pl (special_functions): Remove.
20096         (parse_args): Don't handle TEST_extra.  Handle functions with no
20097         return value.
20098         * math/libm-test.inc (struct test_sincos_data): Replace with
20099         struct test_fFF_11_data.
20100         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
20101         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
20102         (sincos_test_data): Change element type to struct
20103         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
20104         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
20105         RUN_TEST_LOOP_sincos.
20106         * math/README.libm-test: Don't mention special handling of
20107         individual functions.
20108         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
20109         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
20110         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
20111         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
20112         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
20113         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20114
20115         * math/gen-libm-test.pl (get_variable): Remove function.
20116         (parse_args): Don't show pointer parameters to call in test
20117         names.  Use "extra output N" in test names for extra outputs
20118         rather than naming variables.
20119
20120 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
20121
20122         [BZ #15488]
20123         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
20124         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
20125         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
20126         double tests.
20127         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
20128         disable.
20129         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
20130         check_long_double.
20131
20132         * math/gen-libm-test.pl (@tests): Remove variable.
20133         ($count): Likewise.
20134         (new_test): Remove function.
20135         (show_exceptions): New function.
20136         (special_functions): Use show_exceptions instead of new_test.
20137         (parse_args): Likewise.
20138         (generate_testfile): Pass only function name in generated call to
20139         print_max_error or print_complex_max_error.
20140         (get_ulps): Do not handle complex tests specially.
20141         (output_test): Rename to ...
20142         (get_all_ulps_for_test): ... this.  Return a string rather than
20143         printing to a file.  Require ulps to be present.
20144         (output_ulps): Generate arrays rather than #defines.
20145         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
20146         (struct ulp_data): New type.
20147         (BUILD_COMPLEX_ULP): Remove macro.
20148         (compare_ulp_data): New function.
20149         (find_ulps): Likewise.
20150         (find_test_ulps): Likewise.
20151         (find_function_ulps): Likewise.
20152         (find_complex_function_ulps): Likewise.
20153         (print_max_error): Determine allowed ulps using
20154         find_function_ulps.
20155         (print_complex_max_error): Determine allowed ulps using
20156         find_complex_function_ulps.
20157         (check_float_internal): Determine max ulps using find_test_ulps.
20158         (check_float): Do not take max_ulp parameter.  Update call to
20159         check_float_internal.
20160         (check_complex): Likewise.
20161         (check_int): Do not take max_ulp parameter.
20162         (check_long): Likewise.
20163         (check_bool): Likewise.
20164         (check_longlong): Likewise.
20165         (struct test_f_f_data): Remove max_ulp field.
20166         (struct test_ff_f_data): Likewise.
20167         (struct test_ff_f_data_nexttoward): Likewise.
20168         (struct test_fi_f_data): Likewise.
20169         (struct test_fl_f_data): Likewise.
20170         (struct test_if_f_data): Likewise.
20171         (struct test_fff_f_data): Likewise.
20172         (struct test_c_f_data): Likewise.
20173         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
20174         (struct test_fF_f1_data): Likewise.
20175         (struct test_ffI_f1_data): Likewise.
20176         (struct test_c_c_data): Remove max_ulp field.
20177         (struct test_cc_c_data): Likewise.
20178         (struct test_f_i_data): Likewise.
20179         (struct test_ff_i_data): Likewise.
20180         (struct test_f_l_data): Likewise.
20181         (struct test_f_L_data): Likewise.
20182         (struct test_sincos_data): Likewise.
20183         (RUN_TEST_f_f): Do not handle ulps.
20184         (RUN_TEST_LOOP_f_f): Likewise.
20185         (RUN_TEST_2_f): Likewise.
20186         (RUN_TEST_LOOP_2_f): Likewise.
20187         (RUN_TEST_fff_f): Likewise.
20188         (RUN_TEST_LOOP_fff_f): Likewise.
20189         (RUN_TEST_c_f): Likewise.
20190         (RUN_TEST_LOOP_c_f): Likewise.
20191         (RUN_TEST_f_f1): Likewise.
20192         (RUN_TEST_LOOP_f_f1): Likewise.
20193         (RUN_TEST_fF_f1): Likewise.
20194         (RUN_TEST_LOOP_fF_f1): Likewise.
20195         (RUN_TEST_fI_f1): Likewise.
20196         (RUN_TEST_LOOP_fI_f1): Likewise.
20197         (RUN_TEST_ffI_f1): Likewise.
20198         (RUN_TEST_LOOP_ffI_f1): Likewise.
20199         (RUN_TEST_c_c): Likewise.
20200         (RUN_TEST_LOOP_c_c): Likewise.
20201         (RUN_TEST_cc_c): Likewise.
20202         (RUN_TEST_LOOP_cc_c): Likewise.
20203         (RUN_TEST_f_i): Likewise.
20204         (RUN_TEST_LOOP_f_i): Likewise.
20205         (RUN_TEST_f_i_tg): Likewise.
20206         (RUN_TEST_LOOP_f_i_tg): Likewise.
20207         (RUN_TEST_ff_i_tg): Likewise.
20208         (RUN_TEST_LOOP_ff_i_tg): Likewise.
20209         (RUN_TEST_f_b): Likewise.
20210         (RUN_TEST_LOOP_f_b): Likewise.
20211         (RUN_TEST_f_b_tg): Likewise.
20212         (RUN_TEST_LOOP_f_b_tg): Likewise.
20213         (RUN_TEST_f_l): Likewise.
20214         (RUN_TEST_LOOP_f_l): Likewise.
20215         (RUN_TEST_f_L): Likewise.
20216         (RUN_TEST_LOOP_f_L): Likewise.
20217         (RUN_TEST_sincos): Likewise.
20218         (RUN_TEST_LOOP_sincos): Likewise.
20219
20220 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
20221
20222         [BZ #15480]
20223         [BZ #15485]
20224         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
20225         main case of finite arguments, set rounding mode to FE_TONEAREST
20226         and discard exceptions.
20227         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
20228         exceptions.
20229         (remainder_tonearest_test_data): New variable.
20230         (remainder_test_tonearest): New function.
20231         (remainder_towardzero_test_data): New variable.
20232         (remainder_test_towardzero): New function.
20233         (remainder_downward_test_data): New variable.
20234         (remainder_test_downward): New function.
20235         (remainder_upward_test_data): New variable.
20236         (remainder_test_upward): New function.
20237         (main): Call the new test functions.
20238
20239         * math/libm-test.inc (struct test_f_f1_data): Remove field
20240         extra_init.
20241         (struct test_fF_f1_data): Likewise.
20242         (struct test_ffI_f1_data): Likewise.
20243         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
20244         based on value of EXTRA_EXPECTED.
20245         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
20246         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
20247         EXTRA_VAR based on value of EXTRA_EXPECTED.
20248         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
20249         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
20250         EXTRA_VAR based on value of EXTRA_EXPECTED.
20251         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
20252         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
20253         EXTRA_VAR based on value of EXTRA_EXPECTED.
20254         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
20255         * math/gen-libm-test.pl (parse_args): Don't output initializers
20256         for extra output values.
20257
20258         * math/libm-test.inc (check_int): Expect result to be exactly
20259         equal to expected value and do not handle ulps.
20260         (check_long): Likewise.
20261         (check_longlong): Likewise.
20262
20263         * math/libm-test.inc (ceil_test_data): Test for "inexact"
20264         exceptions.
20265         (cimag_test_data): Likewise.
20266         (conj_test_data): Likewise.
20267         (copysign_test_data): Likewise.
20268         (cproj_test_data): Likewise.
20269         (creal_test_data): Likewise.
20270         (fabs_test_data): Likewise.
20271         (fdim_test_data): Likewise.
20272         (finite_test_data): Likewise.
20273         (floor_test_data): Likewise.
20274         (fmax_test_data): Likewise.
20275         (fmin_test_data): Likewise.
20276         (fmod_test_data): Likewise.
20277         (fpclassify_test_data): Likewise.
20278         (frexp_test_data): Likewise.
20279         (ilogb_test_data): Likewise.
20280         (isfinite_test_data): Likewise.
20281         (isgreater_test_data): Likewise.
20282         (isgreaterequal_test_data): Likewise.
20283         (isinf_test_data): Likewise.
20284         (isless_test_data): Likewise.
20285         (islessequal_test_data): Likewise.
20286         (islessgreater_test_data): Likewise.
20287         (isnan_test_data): Likewise.
20288         (isnormal_test_data): Likewise.
20289         (issignaling_test_data): Likewise.
20290         (isunordered_test_data): Likewise.
20291         (ldexp_test_data): Likewise.
20292         (lrint_test_data): Likewise.
20293         (lrint_test_data) [TEST_FLOAT]: Disable one test.
20294         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
20295         (lrint_tonearest_test_data): Test for "inexact" exceptions.
20296         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20297         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
20298         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20299         test input.
20300         (lrint_towardzero_test_data): Test for "inexact" exceptions.
20301         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20302         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
20303         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
20304         that test input.
20305         (lrint_downward_test_data): Test for "inexact" exceptions.
20306         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20307         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
20308         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
20309         test input.
20310         (lrint_upward_test_data): Test for "inexact" exceptions.
20311         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
20312         test input.
20313         (llrint_test_data): Test for "inexact" exceptions.
20314         (llrint_test_data) [TEST_FLOAT]: Disable one test.
20315         (llrint_tonearest_test_data): Test for "inexact" exceptions.
20316         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
20317         (llrint_towardzero_test_data): Test for "inexact" exceptions.
20318         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
20319         (llrint_downward_test_data): Test for "inexact" exceptions.
20320         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
20321         (llrint_upward_test_data): Test for "inexact" exceptions.
20322         (logb_test_data): Likewise.
20323         (logb_downward_test_data): Likewise.
20324         (nextafter_test_data): Likewise.
20325         (nexttoward_test_data): Likewise.
20326         (remainder_test_data): Likewise.
20327         (remquo_test_data): Likewise.
20328         (scalbn_test_data): Likewise.
20329         (scalbln_test_data): Likewise.
20330         (signbit_test_data): Likewise.
20331         (sqrt_test_data): Likewise.
20332         (significand_test_data): Likewise.
20333
20334 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
20335
20336         [BZ #15424]
20337         * benchtests/bench-modf.c (struct args): Mark arg0 as
20338         volatile.
20339         * scripts/bench.pl: Mark members of struct args as volatile.
20340
20341 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20342
20343         [BZ # 15497]
20344         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
20345         negative infinity on POWER6 or lower.
20346         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
20347
20348 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
20349
20350         [BZ #15442]
20351         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
20352         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
20353         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
20354         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
20355         (_FP_SETQNAN): New macro.
20356         (_FP_SETQNAN_SEMIRAW): Likewise.
20357         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
20358         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
20359         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
20360         (FP_EXTEND): Use _FP_FRAC_SNANP.
20361         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
20362         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
20363         into account.
20364         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20365         New macro.
20366         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20367         Likewise.
20368
20369 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20370
20371         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
20372         with DIVIDE_BY_ZERO_EXCEPTION.
20373         (gamma_test_data): Likewise.
20374         (lgamma_test_data): Likewise.
20375         (log_test_data): Likewise.
20376         (log10_test_data): Likewise.
20377         (log2_test_data): Likewise.
20378         (tgamma_test_data): Likewise.
20379
20380         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
20381         (acos_test_tonearest): Likewise.
20382         (acos_test_towardzero): Likewise.
20383         (acos_test_downward): Likewise.
20384         (acos_test_upward): Likewise.
20385         (acosh_test): Likewise.
20386         (asin_test): Likewise.
20387         (asin_test_tonearest): Likewise.
20388         (asin_test_towardzero): Likewise.
20389         (asin_test_downward): Likewise.
20390         (asin_test_upward): Likewise.
20391         (asinh_test): Likewise.
20392         (atan_test): Likewise.
20393         (atanh_test): Likewise.
20394         (atan2_test): Likewise.
20395         (cabs_test): Likewise.
20396         (cacos_test): Likewise.
20397         (cacosh_test): Likewise.
20398         (casin_test): Likewise.
20399         (casinh_test): Likewise.
20400         (catan_test): Likewise.
20401         (catanh_test): Likewise.
20402         (cbrt_test): Likewise.
20403         (ccos_test): Likewise.
20404         (ccosh_test): Likewise.
20405         (cexp_test): Likewise.
20406         (clog_test): Likewise.
20407         (clog10_test): Likewise.
20408         (cos_test): Likewise.
20409         (cos_test_tonearest): Likewise.
20410         (cos_test_towardzero): Likewise.
20411         (cos_test_downward): Likewise.
20412         (cos_test_upward): Likewise.
20413         (cosh_test): Likewise.
20414         (cosh_test_tonearest): Likewise.
20415         (cosh_test_towardzero): Likewise.
20416         (cosh_test_downward): Likewise.
20417         (cosh_test_upward): Likewise.
20418         (cpow_test): Likewise.
20419         (csin_test): Likewise.
20420         (csinh_test): Likewise.
20421         (csqrt_test): Likewise.
20422         (ctan_test): Likewise.
20423         (ctan_test_tonearest): Likewise.
20424         (ctan_test_towardzero): Likewise.
20425         (ctan_test_downward): Likewise.
20426         (ctan_test_upward): Likewise.
20427         (ctanh_test): Likewise.
20428         (ctanh_test_tonearest): Likewise.
20429         (ctanh_test_towardzero): Likewise.
20430         (ctanh_test_downward): Likewise.
20431         (ctanh_test_upward): Likewise.
20432         (erf_test): Likewise.
20433         (erfc_test): Likewise.
20434         (exp_test): Likewise.
20435         (exp_test_tonearest): Likewise.
20436         (exp_test_towardzero): Likewise.
20437         (exp_test_downward): Likewise.
20438         (exp_test_upward): Likewise.
20439         (exp10_test): Likewise.
20440         (exp2_test): Likewise.
20441         (expm1_test): Likewise.
20442         (fmod_test): Likewise.
20443         (gamma_test): Likewise.
20444         (hypot_test): Likewise.
20445         (j0_test): Likewise.
20446         (j1_test): Likewise.
20447         (jn_test): Likewise.
20448         (lgamma_test): Likewise.
20449         (log_test): Likewise.
20450         (log10_test): Likewise.
20451         (log1p_test): Likewise.
20452         (log2_test): Likewise.
20453         (logb_test_downward): Likewise.
20454         (pow_test): Likewise.
20455         (pow_test_tonearest): Likewise.
20456         (pow_test_towardzero): Likewise.
20457         (pow_test_downward): Likewise.
20458         (pow_test_upward): Likewise.
20459         (remainder_test): Likewise.
20460         (remquo_test): Likewise.
20461         (sin_test): Likewise.
20462         (sin_test_tonearest): Likewise.
20463         (sin_test_towardzero): Likewise.
20464         (sin_test_downward): Likewise.
20465         (sin_test_upward): Likewise.
20466         (sincos_test): Likewise.
20467         (sinh_test): Likewise.
20468         (sinh_test_tonearest): Likewise.
20469         (sinh_test_towardzero): Likewise.
20470         (sinh_test_downward): Likewise.
20471         (sinh_test_upward): Likewise.
20472         (sqrt_test): Likewise.
20473         (tan_test): Likewise.
20474         (tan_test_tonearest): Likewise.
20475         (tan_test_towardzero): Likewise.
20476         (tan_test_downward): Likewise.
20477         (tan_test_upward): Likewise.
20478         (tanh_test): Likewise.
20479         (tgamma_test): Likewise.
20480         (y0_test): Likewise.
20481         (y1_test): Likewise.
20482         (yn_test): Likewise.
20483
20484         * math/gen-libm-test.pl (adjust_arg): Remove function.
20485         (special_function): Remove argument $in_func.  Only handle
20486         generating output for tables of tests, not inside functions.
20487         (parse_args): Likewise.
20488         (generate_testfile): Remove variable $in_func.  Update call to
20489         parse_args.
20490         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
20491         (MINUS_ZERO_INIT): Rename macro to minus_zero.
20492         (PLUS_INFTY_INIT): Rename macro to plus_infty.
20493         (MINUS_INFTY_INIT): Rename macro to minus_infty.
20494         (QNAN_VALUE_INIT): Rename macro to qnan_value.
20495         (MAX_VALUE_INIT): Rename macro to max_value.
20496         (MIN_VALUE_INIT): Rename macro to min_value.
20497         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
20498         (plus_zero): Remove variable.
20499         (minus_zero): Likewise.
20500         (plus_infty): Likewise.
20501         (minus_infty): Likewise.
20502         (qnan_value): Likewise.
20503         (max_value): Likewise.
20504         (min_value): Likewise.
20505         (min_subnorm_value): Likewise.
20506
20507 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20508
20509         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
20510         uint64_t or uint32_t usage.
20511         * crypt/sha256-block.c: Likewise.
20512         * crypt/sha256-crypt.c: Likewise.
20513         * crypt/sha256.c: Likewise.
20514         * crypt/sha512-block.c: Likewise.
20515         * crypt/sha512-crypt.c: Likewise.
20516         * crypt/sha512.c: Likewise.
20517         * debug/backtrace-tst.c: Likewise.
20518         * debug/pcprofiledump.c: Likewise.
20519         * elf/cache.c: Likewise.
20520         * elf/dl-cache.c: Likewise.
20521         * elf/dl-misc.c: Likewise.
20522         * elf/dl-profile.c: Likewise.
20523         * elf/dl-support.c: Likewise.
20524         * elf/ldconfig.c: Likewise.
20525         * elf/sprof.c: Likewise.
20526         * iconv/dummy-repertoire.c: Likewise.
20527         * iconv/iconv_charmap.c: Likewise.
20528         * iconv/skeleton.c: Likewise.
20529         * iconvdata/8bit-generic.c: Likewise.
20530         * iconvdata/cp737.h: Likewise.
20531         * iconvdata/cp775.h: Likewise.
20532         * iconvdata/ibm1008.h: Likewise.
20533         * iconvdata/ibm1025.h: Likewise.
20534         * iconvdata/ibm1046.h: Likewise.
20535         * iconvdata/ibm1097.h: Likewise.
20536         * iconvdata/ibm1112.h: Likewise.
20537         * iconvdata/ibm1122.h: Likewise.
20538         * iconvdata/ibm1123.h: Likewise.
20539         * iconvdata/ibm1124.h: Likewise.
20540         * iconvdata/ibm1129.h: Likewise.
20541         * iconvdata/ibm1130.h: Likewise.
20542         * iconvdata/ibm1132.h: Likewise.
20543         * iconvdata/ibm1133.h: Likewise.
20544         * iconvdata/ibm1137.h: Likewise.
20545         * iconvdata/ibm1140.h: Likewise.
20546         * iconvdata/ibm1141.h: Likewise.
20547         * iconvdata/ibm1142.h: Likewise.
20548         * iconvdata/ibm1143.h: Likewise.
20549         * iconvdata/ibm1144.h: Likewise.
20550         * iconvdata/ibm1145.h: Likewise.
20551         * iconvdata/ibm1146.h: Likewise.
20552         * iconvdata/ibm1147.h: Likewise.
20553         * iconvdata/ibm1148.h: Likewise.
20554         * iconvdata/ibm1149.h: Likewise.
20555         * iconvdata/ibm1153.h: Likewise.
20556         * iconvdata/ibm1154.h: Likewise.
20557         * iconvdata/ibm1155.h: Likewise.
20558         * iconvdata/ibm1156.h: Likewise.
20559         * iconvdata/ibm1157.h: Likewise.
20560         * iconvdata/ibm1158.h: Likewise.
20561         * iconvdata/ibm1160.h: Likewise.
20562         * iconvdata/ibm1161.h: Likewise.
20563         * iconvdata/ibm1162.h: Likewise.
20564         * iconvdata/ibm1163.h: Likewise.
20565         * iconvdata/ibm1164.h: Likewise.
20566         * iconvdata/ibm1166.h: Likewise.
20567         * iconvdata/ibm1167.h: Likewise.
20568         * iconvdata/ibm12712.h: Likewise.
20569         * iconvdata/ibm1390.h: Likewise.
20570         * iconvdata/ibm1399.h: Likewise.
20571         * iconvdata/ibm16804.h: Likewise.
20572         * iconvdata/ibm4517.h: Likewise.
20573         * iconvdata/ibm4899.h: Likewise.
20574         * iconvdata/ibm4909.h: Likewise.
20575         * iconvdata/ibm4971.h: Likewise.
20576         * iconvdata/ibm5347.h: Likewise.
20577         * iconvdata/ibm803.h: Likewise.
20578         * iconvdata/ibm856.h: Likewise.
20579         * iconvdata/ibm901.h: Likewise.
20580         * iconvdata/ibm902.h: Likewise.
20581         * iconvdata/ibm9030.h: Likewise.
20582         * iconvdata/ibm9066.h: Likewise.
20583         * iconvdata/ibm921.h: Likewise.
20584         * iconvdata/ibm922.h: Likewise.
20585         * iconvdata/ibm9448.h: Likewise.
20586         * iconvdata/isiri-3342.h: Likewise.
20587         * iconvdata/jis0201.h: Likewise.
20588         * include/link.h: Likewise.
20589         * include/netdb.h: Likewise.
20590         * inet/check_native.c: Likewise.
20591         * inet/check_pf.c: Likewise.
20592         * inet/getipv4sourcefilter.c: Likewise.
20593         * inet/getnameinfo.c: Likewise.
20594         * inet/getsourcefilter.c: Likewise.
20595         * inet/htonl.c: Likewise.
20596         * inet/setipv4sourcefilter.c: Likewise.
20597         * inet/setsourcefilter.c: Likewise.
20598         * inet/test-inet6_opt.c: Likewise.
20599         * inet/tst-network.c: Likewise.
20600         * locale/C-collate.c: Likewise.
20601         * locale/C-ctype.c: Likewise.
20602         * locale/C-time.c: Likewise.
20603         * locale/C-translit.h: Likewise.
20604         * locale/loadarchive.c: Likewise.
20605         * locale/programs/3level.h: Likewise.
20606         * locale/programs/charmap.c: Likewise.
20607         * locale/programs/charmap.h: Likewise.
20608         * locale/programs/ld-address.c: Likewise.
20609         * locale/programs/ld-collate.c: Likewise.
20610         * locale/programs/ld-ctype.c: Likewise.
20611         * locale/programs/ld-identification.c: Likewise.
20612         * locale/programs/ld-measurement.c: Likewise.
20613         * locale/programs/ld-messages.c: Likewise.
20614         * locale/programs/ld-monetary.c: Likewise.
20615         * locale/programs/ld-name.c: Likewise.
20616         * locale/programs/ld-numeric.c: Likewise.
20617         * locale/programs/ld-paper.c: Likewise.
20618         * locale/programs/ld-telephone.c: Likewise.
20619         * locale/programs/ld-time.c: Likewise.
20620         * locale/programs/linereader.c: Likewise.
20621         * locale/programs/locale.c: Likewise.
20622         * locale/programs/locarchive.c: Likewise.
20623         * locale/programs/locfile.h: Likewise.
20624         * locale/programs/repertoire.c: Likewise.
20625         * locale/programs/simple-hash.c: Likewise.
20626         * locale/programs/simple-hash.h: Likewise.
20627         * malloc/memusage.c: Likewise.
20628         * malloc/memusagestat.c: Likewise.
20629         * nis/nis_defaults.c: Likewise.
20630         * nis/nis_hash.c: Likewise.
20631         * nis/nis_print.c: Likewise.
20632         * nis/nis_xdr.c: Likewise.
20633         * nscd/connections.c: Likewise.
20634         * nscd/hstcache.c: Likewise.
20635         * nscd/nscd_gethst_r.c: Likewise.
20636         * nscd/nscd_getserv_r.c: Likewise.
20637         * nscd/nscd_helper.c: Likewise.
20638         * nscd/servicescache.c: Likewise.
20639         * nss/makedb.c: Likewise.
20640         * nss/nss_db/db-XXX.c: Likewise.
20641         * nss/nss_db/db-initgroups.c: Likewise.
20642         * nss/nss_db/db-netgrp.c: Likewise.
20643         * nss/nss_files/files-network.c: Likewise.
20644         * nss/nss_files/files-parse.c: Likewise.
20645         * posix/bug-regex5.c: Likewise.
20646         * posix/fnmatch_loop.c: Likewise.
20647         * posix/regcomp.c: Likewise.
20648         * posix/regexec.c: Likewise.
20649         * posix/tst-rfc3484-2.c: Likewise.
20650         * posix/tst-rfc3484-3.c: Likewise.
20651         * posix/tst-rfc3484.c: Likewise.
20652         * resolv/nss_dns/dns-canon.c: Likewise.
20653         * resolv/nss_dns/dns-network.c: Likewise.
20654         * resolv/res_init.c: Likewise.
20655         * resolv/res_mkquery.c: Likewise.
20656         * resolv/tst-aton.c: Likewise.
20657         * stdlib/cxa_atexit.c: Likewise.
20658         * stdlib/cxa_finalize.c: Likewise.
20659         * stdlib/gen-fpioconst.c: Likewise.
20660         * stdlib/strtol_l.c: Likewise.
20661         * string/tst-endian.c: Likewise.
20662         * sunrpc/auth_des.c: Likewise.
20663         * sunrpc/clnt_udp.c: Likewise.
20664         * sunrpc/rtime.c: Likewise.
20665         * sunrpc/svcauth_des.c: Likewise.
20666         * sunrpc/xdr.c: Likewise.
20667         * sunrpc/xdr_intXX_t.c: Likewise.
20668         * sunrpc/xdr_rec.c: Likewise.
20669         * sysdeps/generic/ldconfig.h: Likewise.
20670         * sysdeps/generic/ldsodefs.h: Likewise.
20671         * sysdeps/generic/memusage.h: Likewise.
20672         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
20673         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
20674         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
20675         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
20676         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
20677         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
20678         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
20679         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
20680         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
20681         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20682         * sysdeps/posix/getaddrinfo.c: Likewise.
20683         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
20684         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
20685         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
20686         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
20687         * sysdeps/powerpc/test-gettimebase.c: Likewise.
20688         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
20689         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
20690         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
20691         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
20692         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
20693         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
20694         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
20695         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
20696         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
20697         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
20698         * sysdeps/x86_64/dl-tls.h: Likewise.
20699         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
20700         * time/alt_digit.c: Likewise.
20701         * time/era.c: Likewise.
20702         * wcsmbs/tst-c16c32-1.c: Likewise.
20703
20704 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20705
20706         * math/libm-test.inc (struct test_sincos_data): New type.
20707         (RUN_TEST_LOOP_sincos): New macro.
20708         (sincos_test_data): New variable.
20709         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
20710
20711 2013-05-16  Richard Henderson  <rth@redhat.com>
20712
20713         * math/atest-exp2.c (LIMB64): New macro.
20714         (CONSTSZ): New macro.
20715         (mp_exp1, mp_exp_m1, mp_log2): New variables.
20716         (hexdig): Move ...
20717         (print_mpn_fp): ... to function scope.
20718         (read_mpn_hex): Remove.
20719         (get_log2): Remove.
20720         (exp2_mpn): Use mp_log2.
20721         (main): Use mp_exp1.
20722
20723 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20724
20725         * math/libm-test.inc: Remove comment about not testing "inexact"
20726         exceptions.
20727         (INEXACT_EXCEPTION): New macro.
20728         (NO_INEXACT_EXCEPTION): Likewise.
20729         (INVALID_EXCEPTION_OK): Update value.
20730         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
20731         (OVERFLOW_EXCEPTION_OK): Likewise.
20732         (UNDERFLOW_EXCEPTION_OK): Likewise.
20733         (IGNORE_ZERO_INF_SIGN): Likewise.
20734         (ERRNO_UNCHANGED): Likewise.
20735         (ERRNO_EDOM): Likewise.
20736         (ERRNO_ERANGE): Likewise.
20737         (test_exceptions): Handle testing "inexact" exceptions.
20738         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
20739         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
20740         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
20741         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
20742         INEXACT_EXCEPTION.
20743         (rint_towardzero_test_data): Likewise.
20744         (rint_downward_test_data): Likewise.
20745         (rint_upward_test_data): Likewise.
20746
20747         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
20748         with OVERFLOW_EXCEPTION.
20749         (exp10_test_data): Likewise.
20750         (exp2_test_data): Likewise.
20751         (expm1_test_data): Likewise.
20752         (lgamma_test_data): Likewise.
20753         (pow_test_data): Likewise.
20754         (tgamma_test_data): Likewise.
20755         (yn_test_data): Remove duplicate test of overflow.
20756
20757         * math/libm-test.inc (struct test_cc_c_data): New type.
20758         (RUN_TEST_LOOP_cc_c): New macro.
20759         (cpow_test_data): New variable.
20760         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
20761
20762         * math/libm-test.inc (struct test_f_L_data): New type.
20763         (RUN_TEST_LOOP_f_L): New macro.
20764         (llrint_test_data): New variable.
20765         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
20766         (llrint_tonearest_test_data): New variable.
20767         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
20768         (llrint_towardzero_test_data): New variable.
20769         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
20770         (llrint_downward_test_data): New variable.
20771         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
20772         (llrint_upward_test_data): New variable.
20773         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
20774         (llround_test_data): New variable.
20775         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
20776
20777 2013-05-13  Peter Collingbourne  <pcc@google.com>
20778
20779         * math/atest-exp2.c (get_log2): Remove const attribute.
20780
20781 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
20782
20783         * math/libm-test.inc (struct test_f_l_data): New type.
20784         (RUN_TEST_LOOP_f_l): New macro.
20785         (lrint_test_data): New variable.
20786         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
20787         (lrint_tonearest_test_data): New variable.
20788         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
20789         (lrint_towardzero_test_data): New variable.
20790         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
20791         (lrint_downward_test_data): New variable.
20792         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
20793         (lrint_upward_test_data): New variable.
20794         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
20795         (lround_test_data): New variable.
20796         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
20797
20798 2013-05-15  Peter Collingbourne  <pcc@google.com>
20799
20800         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
20801         (EXTRACT_WORDS64) Use where appropriate.
20802         (INSERT_WORDS64) Likewise.
20803
20804         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
20805         constraints with x constraints.
20806         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
20807
20808         * malloc/obstack.c (_obstack_compat): Add initializer.
20809
20810 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
20811
20812         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
20813         si_trapno and add si_addr_lsb to _sifields.sigfault.
20814         (si_trapno): Remove macro.
20815         (si_addr_lsb): Define new macro.
20816         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
20817
20818 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
20819
20820         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
20821         instead of TEST_f_l.
20822         (llrint_test_tonearest): Likewise.
20823         (llrint_test_towardzero): Likewise.
20824         (llrint_test_downward): Likewise.
20825         (llrint_test_upward): Likewise.
20826         (llround_test): Likewise.
20827
20828         * math/libm-test.inc (struct test_f_i_data): Add comment.
20829         (RUN_TEST_LOOP_f_b): New macro.
20830         (RUN_TEST_LOOP_f_b_tg): Likewise.
20831         (finite_test_data): New variable.
20832         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
20833         (isfinite_test_data): New variable.
20834         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20835         (isinf_test_data): New variable.
20836         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20837         (isnan_test_data): New variable.
20838         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20839         (isnormal_test_data): New variable.
20840         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20841         (issignaling_test_data): New variable.
20842         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20843         (signbit_test_data): New variable.
20844         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20845
20846         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
20847         with INVALID_EXCEPTION.
20848         (acosh_test_data): Likewise.
20849         (asin_test_data): Likewise.
20850         (atanh_test_data): Likewise.
20851         (fmod_test_data): Likewise.
20852         (log_test_data): Likewise.
20853         (log10_test_data): Likewise.
20854         (log2_test_data): Likewise.
20855         (pow_test_data): Likewise.
20856         (sqrt_test_data): Likewise.
20857         (y0_test_data): Likewise.
20858         (y1_test_data): Likewise.
20859         (yn_test_data): Likewise.
20860
20861         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
20862         function contents.
20863
20864         * math/libm-test.inc (struct test_ff_i_data): New type.
20865         (RUN_TEST_LOOP_ff_i_tg): New macro.
20866         (isgreater_test_data): New variable.
20867         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20868         (isgreaterequal_test_data): New variable.
20869         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20870         (isless_test_data): New variable.
20871         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20872         (islessequal_test_data): New variable.
20873         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20874         (islessgreater_test_data): New variable.
20875         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20876         (isunordered_test_data): New variable.
20877         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20878
20879 2013-05-14  David S. Miller  <davem@davemloft.net>
20880
20881         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20882
20883 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
20884
20885         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
20886
20887         * math/libm-test.inc (struct test_fF_f1_data): Change type of
20888         extra_test to int.
20889         (struct test_f_i_data): Change type of max_ulp to int.
20890
20891         * math/libm-test.inc (test_ffI_f1_data): New type.
20892         (RUN_TEST_LOOP_ffI_f1): New macro.
20893         (remquo_test_data): New variable.
20894         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
20895
20896         * setjmp/tst-setjmp-fp.c: New file.
20897         * setjmp/Makefile (tests): Add tst-setjmp-fp.
20898         (link-libm): New variable.
20899         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
20900
20901         * math/libm-test.inc (struct test_f_i_data): New type.
20902         (RUN_TEST_LOOP_f_i): New macro.
20903         (RUN_TEST_LOOP_f_i_tg): Likewise.
20904         (fpclassify_test_data): New variable.
20905         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
20906         (ilogb_test_data): New variable.
20907         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
20908
20909         * math/libm-test.inc (scalbln_test): Correct function name in END
20910         call.
20911
20912         * math/libm-test.inc (struct test_f_f1_data): Add comment.
20913         (RUN_TEST_LOOP_fI_f1): New macro.
20914         (frexp_test_data): New variable.
20915         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
20916
20917         * math/libm-test.inc (struct test_fF_f1_data): New type.
20918         (RUN_TEST_LOOP_fF_f1): New macro.
20919         (modf_test_data): New variable.
20920         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
20921
20922         * math/libm-test.inc (struct test_f_f1_data): New type.
20923         (RUN_TEST_LOOP_f_f1): New macro.
20924         (gamma_test_data): New variable.
20925         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
20926         (lgamma_test_data): New variable.
20927         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
20928
20929 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
20930
20931         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
20932         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
20933         (main): Comment "tls" pseudo-hwcap.
20934
20935 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
20936
20937         * math/libm-test.inc (struct test_fl_f_data): New type.
20938         (RUN_TEST_LOOP_fl_f): New variable.
20939         (scalbln_test_data): New variable.
20940         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
20941
20942         * math/libm-test.inc (struct test_fi_f_data): New type.
20943         (RUN_TEST_LOOP_fi_f): New macro.
20944         (ldexp_test_data): New variable.
20945         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
20946         (scalbn_test_data): New variable.
20947         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
20948
20949         * math/libm-test.inc (struct test_c_f_data): New type.
20950         (RUN_TEST_LOOP_c_f): New macro.
20951         (cabs_test_data): New variable.
20952         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
20953         (carg_test_data): New variable.
20954         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
20955         (cimag_test_data): New variable.
20956         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
20957         (creal_test_data): New variable.
20958         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
20959
20960         * math/libm-test.inc (struct test_if_f_data): New type.
20961         (RUN_TEST_LOOP_if_f): New macro.
20962         (jn_test_data): New variable.
20963         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
20964         (yn_test_data): New variable.
20965         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
20966
20967         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
20968
20969 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20970
20971         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
20972         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
20973
20974 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
20975
20976         * benchtests/Makefile (CPPFLAGS-nonlib): Add
20977         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
20978         (bench-deps): Add bench-timing.h.
20979         * benchtests-bench-skeleton.c: Include bench-timing.h.
20980         (main): Use TIMING_* macros instead of clock_gettime.
20981         * benchtests/bench-timing.h: New file.
20982
20983         [BZ #14582]
20984         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
20985         Renamed from _LIB_VERSION.
20986         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
20987
20988 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
20989
20990         * math/libm-test.inc (struct test_fff_f_data): New type.
20991         (RUN_TEST_LOOP_fff_f): New macro.
20992         (fma_test_data): New variable.
20993         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
20994         (fma_towardzero_test_data): New variable.
20995         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
20996         (fma_downward_test_data): New variable.
20997         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
20998         (fma_upward_test_data): New variable.
20999         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
21000
21001         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
21002         (struct test_c_c_data): New type.
21003         (RUN_TEST_LOOP_c_c): New macro.
21004         (cacos_test_data): New variable.
21005         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
21006         (cacosh_test_data): New variable.
21007         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
21008         (casin_test_data): New variable.
21009         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
21010         (casinh_test_data): New variable.
21011         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
21012         (catan_test_data): New variable.
21013         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
21014         (catanh_test_data): New variable.
21015         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
21016         (ccos_test_data): New variable.
21017         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
21018         (ccosh_test_data): New variable.
21019         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
21020         (cexp_test_data): New variable.
21021         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
21022         (clog_test_data): New variable.
21023         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
21024         (clog10_test_data): New variable.
21025         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
21026         (conj_test_data): New variable.
21027         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
21028         (cproj_test_data): New variable.
21029         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
21030         (csin_test_data): New variable.
21031         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
21032         (csinh_test_data): New variable.
21033         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
21034         (csqrt_test_data): New variable.
21035         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
21036         (ctan_test_data): New variable.
21037         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
21038         (ctan_tonearest_test_data): New variable.
21039         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21040         (ctan_towardzero_test_data): New variable.
21041         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21042         (ctan_downward_test_data): New variable.
21043         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21044         (ctan_upward_test_data): New variable.
21045         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21046         (ctanh_test_data): New variable.
21047         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
21048         (ctanh_tonearest_test_data): New variable.
21049         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
21050         (ctanh_towardzero_test_data): New variable.
21051         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
21052         (ctanh_downward_test_data): New variable.
21053         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
21054         (ctanh_upward_test_data): New variable.
21055         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
21056         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
21057         of BUILD_COMPLEX.
21058
21059         * math/libm-test.inc (struct test_ff_f_data): New type.
21060         (struct test_ff_f_data_nexttoward): Likewise.
21061         (RUN_TEST_LOOP_2_f): New macro.
21062         (RUN_TEST_LOOP_ff_f): Likewise.
21063         (atan2_test_data): New variable.
21064         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
21065         (copysign_test_data): New variable.
21066         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
21067         (fdim_test_data): New variable.
21068         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
21069         (fmax_test_data): New variable.
21070         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
21071         (fmin_test_data): New variable.
21072         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
21073         (fmod_test_data): New variable.
21074         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
21075         (hypot_test_data): New variable.
21076         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
21077         (nextafter_test_data): New variable.
21078         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
21079         (nexttoward_test_data): New variable.
21080         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
21081         (pow_test_data): New variable.
21082         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
21083         (pow_tonearest_test_data): New variable.
21084         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
21085         (pow_towardzero_test_data): New variable.
21086         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
21087         (pow_downward_test_data): New variable.
21088         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
21089         (pow_upward_test_data): New variable.
21090         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
21091         (remainder_test_data): New variable.
21092         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
21093         (scalb_test_data): New variable.
21094         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
21095         * sysdeps/i386/fpu/libm-test-ulps: Update.
21096
21097 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
21098
21099         * math/libm-test.inc (fma_test): Use max_value instead of local
21100         variable fltmax.
21101         (nextafter_test): Likewise.
21102
21103         * math/libm-test.inc (acos_towardzero_test_data): New variable.
21104         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21105         (acos_downward_test_data): New variable.
21106         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21107         (acos_upward_test_data): New variable.
21108         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21109         (acosh_test_data): New variable.
21110         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
21111         (asin_test_data): New variable.
21112         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
21113         (asin_tonearest_test_data): New variable.
21114         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21115         (asin_towardzero_test_data): New variable.
21116         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21117         (asin_downward_test_data): New variable.
21118         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21119         (asin_upward_test_data): New variable.
21120         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21121         (asinh_test_data): New variable.
21122         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
21123         (atan_test_data): New variable.
21124         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
21125         (atanh_test_data): New variable.
21126         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
21127         (cbrt_test_data): New variable.
21128         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
21129         (ceil_test_data): New variable.
21130         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
21131         (cos_test_data): New variable.
21132         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
21133         (cos_tonearest_test_data): New variable.
21134         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21135         (cos_towardzero_test_data): New variable.
21136         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21137         (cos_downward_test_data): New variable.
21138         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21139         (cos_upward_test_data): New variable.
21140         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21141         (cosh_test_data): New variable.
21142         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
21143         (cosh_tonearest_test_data): New variable.
21144         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21145         (cosh_towardzero_test_data): New variable.
21146         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21147         (cosh_downward_test_data): New variable.
21148         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21149         (cosh_upward_test_data): New variable.
21150         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21151         (erf_test_data): New variable.
21152         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
21153         (erfc_test_data): New variable.
21154         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
21155         (exp_test_data): New variable.
21156         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
21157         (exp_tonearest_test_data): New variable.
21158         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21159         (exp_towardzero_test_data): New variable.
21160         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21161         (exp_downward_test_data): New variable.
21162         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21163         (exp_upward_test_data): New variable.
21164         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21165         (exp10_test_data): New variable.
21166         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
21167         (exp2_test_data): New variable.
21168         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
21169         (expm1_test_data): New variable.
21170         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
21171         (fabs_test_data): New variable.
21172         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
21173         (floor_test_data): New variable.
21174         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
21175         (j0_test_data): New variable.
21176         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
21177         (j1_test_data): New variable.
21178         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
21179         (log_test_data): New variable.
21180         (log_test): Run tests with RUN_TEST_LOOP_f_f.
21181         (log10_test_data): New variable.
21182         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
21183         (log1p_test_data): New variable.
21184         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
21185         (log2_test_data): New variable.
21186         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
21187         (logb_test_data): New variable.
21188         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
21189         (logb_downward_test_data): New variable.
21190         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21191         (nearbyint_test_data): New variable.
21192         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
21193         (rint_test_data): New variable.
21194         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
21195         (rint_tonearest_test_data): New variable.
21196         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21197         (rint_towardzero_test_data): New variable.
21198         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21199         (rint_downward_test_data): New variable.
21200         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21201         (rint_upward_test_data): New variable.
21202         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21203         (round_test_data): New variable.
21204         (round_test): Run tests with RUN_TEST_LOOP_f_f.
21205         (sin_test_data): New variable.
21206         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
21207         (sin_tonearest_test_data): New variable.
21208         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21209         (sin_towardzero_test_data): New variable.
21210         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21211         (sin_downward_test_data): New variable.
21212         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21213         (sin_upward_test_data): New variable.
21214         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21215         (sinh_test_data): New variable.
21216         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
21217         (sinh_tonearest_test_data): New variable.
21218         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21219         (sinh_towardzero_test_data): New variable.
21220         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21221         (sinh_downward_test_data): New variable.
21222         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21223         (sinh_upward_test_data): New variable.
21224         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21225         (sqrt_test_data): New variable.
21226         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
21227         (tan_test_data): New variable.
21228         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
21229         (tan_tonearest_test_data): New variable.
21230         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21231         (tan_towardzero_test_data): New variable.
21232         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
21233         (tan_downward_test_data): New variable.
21234         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
21235         (tan_upward_test_data): New variable.
21236         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
21237         (tanh_test_data): New variable.
21238         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
21239         (tgamma_test_data): New variable.
21240         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
21241         (trunc_test_data): New variable.
21242         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
21243         (y0_test_data): New variable.
21244         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
21245         (y1_test_data): New variable.
21246         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
21247         (significand_test_data): New variable.
21248         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
21249
21250 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
21251
21252         [BZ #12387]
21253         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
21254
21255 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
21256
21257         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
21258
21259 2013-05-10  Andreas Jaeger  <aj@suse.de>
21260
21261         [BZ #15448]
21262         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
21263         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
21264
21265 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21266
21267         * math/gen-libm-test.pl (adjust_arg): New function.
21268         (special_functions): Handle generating output in both functions
21269         and arrays.
21270         (parse_args): Likewise.
21271         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
21272         $in_func argument to parse_args.
21273         * math/libm-test.inc (struct test_f_f_data): New type.
21274         (IF_ROUND_INIT_): New macro.
21275         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
21276         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
21277         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
21278         (IF_ROUND_INIT_FE_UPWARD): Likewise.
21279         (ROUND_RESTORE_): Likewise.
21280         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
21281         (ROUND_RESTORE_FE_TONEAREST): Likewise.
21282         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
21283         (ROUND_RESTORE_FE_UPWARD): Likewise.
21284         (RUN_TEST_LOOP_f_f): New macro.
21285         (acos_test_data): New variable.
21286         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
21287         (acos_tonearest_test_data): New variable.
21288         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
21289
21290 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21291
21292         * benchtests/bench-skeleton.c (startup): Fix coding style.
21293
21294 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
21295
21296         [BZ #6809]
21297         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
21298         negative infinity argument.
21299         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
21300         negative infinity argument.
21301         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
21302         negative infinity argument.
21303         * math/libm-test.inc (tgamma_test): Expect errno to be set for
21304         domain errors.
21305
21306 2013-05-10  Florian Weimer  <fweimer@redhat.com>
21307
21308         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
21309         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
21310         * iconv/iconv_prog.c (main): Likewise.
21311         * locale/programs/charmap-dir.c (charmap_readdir)
21312         (fopen_uncompressed): Likewise.
21313         * locale/programs/locfile.c (siblings_uncached)
21314         (write_locale_data): Use lstat64 instead of lstat.
21315         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
21316         stat.
21317
21318 2013-05-10  Andreas Jaeger  <aj@suse.de>
21319
21320         [BZ #15395]
21321         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
21322         localization.
21323         Include <locale.h>.
21324
21325 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
21326
21327         * elf/dl-close.c (_dl_close_worker): Add comments.
21328
21329 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
21330
21331         [BZ #15359]
21332         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
21333         high part of pi/2.
21334         (__ieee754_rem_pio2l): Update comments.
21335
21336         [BZ #15429]
21337         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
21338         high part of pi/2.
21339         (__ieee754_rem_pio2l): Update comments.
21340
21341         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
21342         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
21343
21344         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
21345         M_PI_4l.
21346
21347         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
21348         (M_PI_34_LOG10El): Likewise.
21349         (M_PI2_LOG10El): Likewise.
21350         (M_PI4_LOG10El): Likewise.
21351         (M_PI_LOG10El): Likewise.
21352
21353 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21354
21355         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21356
21357 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
21358
21359         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
21360         (MINUS_ZERO_INIT): Likewise.
21361         (PLUS_INFTY_INIT): Likewise.
21362         (MINUS_INFTY_INIT): Likewise.
21363         (QNAN_VALUE_INIT): Likewise.
21364         (MAX_VALUE_INIT): Likewise.
21365         (MIN_VALUE_INIT): Likewise.
21366         (MIN_SUBNORM_VALUE_INIT): Likewise.
21367         (plus_zero): Initialize with PLUS_ZERO_INIT.
21368         (minus_zero): Initialize with MINUS_ZERO_INIT.
21369         (plus_infty): Initialize with PLUS_INFTY_INIT.
21370         (minus_infty): Initialize with MINUS_INFTY_INIT.
21371         (qnan_value): Initialize with QNAN_VALUE_INIT.
21372         (max_value): Initialize with MAX_VALUE_INIT.
21373         (min_value): Initialize with MIN_VALUE_INIT.
21374         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
21375
21376         * math/libm-test.inc (RUN_TEST_if_f): New macro.
21377         (jn_test): Use TEST_if_f instead of TEST_ff_f.
21378         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
21379         (yn_test): Use TEST_if_f instead of TEST_ff_f.
21380
21381         * math/libm-test.inc (RUN_TEST_f_f): New macro.
21382         (RUN_TEST_2_f): Likewise.
21383         (RUN_TEST_ff_f): Likewise.
21384         (RUN_TEST_fi_f): Likewise.
21385         (RUN_TEST_fl_f): Likewise.
21386         (RUN_TEST_fff_f): Likewise.
21387         (RUN_TEST_c_f): Likewise.
21388         (RUN_TEST_f_f1): Likewise.
21389         (RUN_TEST_fF_f1): Likewise.
21390         (RUN_TEST_fI_f1): Likewise.
21391         (RUN_TEST_ffI_f1): Likewise.
21392         (RUN_TEST_c_c): Likewise.
21393         (RUN_TEST_cc_c): Likewise.
21394         (RUN_TEST_f_i): Likewise.
21395         (RUN_TEST_f_i_tg): Likewise.
21396         (RUN_TEST_ff_i_tg): Likewise.
21397         (RUN_TEST_f_b): Likewise.
21398         (RUN_TEST_f_b_tg): Likewise.
21399         (RUN_TEST_f_l): Likewise.
21400         (RUN_TEST_f_L): Likewise.
21401         (RUN_TEST_sincos): Likewise.
21402         * math/gen-libm-test.pl (new_test): Take new argument to indicate
21403         whether to show exceptions.  Do not include ");\n" in return
21404         value.
21405         (special_functions): Output call to RUN_TEST_sincos instead of
21406         check_float calls.  Update calls to new_test.
21407         (parse_args): Output call to single RUN_TEST_* macro instead of
21408         check_* calls and other assignments.  Update calls to new_test.
21409
21410         [BZ #2546]
21411         [BZ #2560]
21412         [BZ #5159]
21413         [BZ #15426]
21414         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
21415         input to result for tgamma overflow.
21416         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
21417         (gamma_coeff): New variable.
21418         (NCOEFF): New macro.
21419         (gamma_positive): New function.
21420         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
21421         underflow here.  Use gamma_positive instead of exp (lgamma) for
21422         other arguments.
21423         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
21424         (gamma_coeff): New variable.
21425         (NCOEFF): New macro.
21426         (gammaf_positive): New function.
21427         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
21428         underflow here.  Use gamma_positive instead of exp (lgamma) for
21429         other arguments.
21430         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
21431         (gamma_coeff): New variable.
21432         (NCOEFF): New macro.
21433         (gammal_positive): New function.
21434         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
21435         underflow here.  Use gamma_positive instead of exp (lgamma) for
21436         other arguments.
21437         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
21438         (gamma_coeff): New variable.
21439         (NCOEFF): New macro.
21440         (gammal_positive): New function.
21441         (__ieee754_gammal_r): Handle positive infinity, overflow and
21442         underflow here.  Handle NaN the same as positive infinity.  Remove
21443         check x < 0xffffffff for negative integers.  Use gamma_positive
21444         instead of exp (lgamma) for other arguments.
21445         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
21446         (gamma_coeff): New variable.
21447         (NCOEFF): New macro.
21448         (gammal_positive): New function.
21449         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
21450         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
21451         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
21452         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
21453         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
21454         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
21455         * sysdeps/generic/math_private.h (__gamma_productf): New
21456         prototype.
21457         (__gamma_product): Likewise.
21458         (__gamma_productl): Likewise.
21459         * math/Makefile (libm-calls): Add gamma_product.
21460         * math/libm-test.inc (tgamma_test): Add more tests.
21461         * sysdeps/i386/fpu/libm-test-ulps: Update.
21462         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21463
21464 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
21465
21466         * benchtests/bench-skeleton.c (main): Preheat CPU.
21467
21468 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
21469
21470         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
21471
21472 2013-05-07  Roland McGrath  <roland@hack.frob.com>
21473
21474         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
21475         and _dl_skip_args_internal.
21476
21477 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
21478
21479         * manual/message.texi (Message Translation): Talk about users.
21480         Message to key mapping impacts design.
21481
21482 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21483
21484         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
21485
21486         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
21487
21488         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
21489         * sysdeps/wordsize-64/glob64.c: ... here.
21490
21491         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
21492         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
21493         New macros.
21494
21495         * debug/getlogin_r_chk.c: Moved to ...
21496         * login/getlogin_r_chk.c: ... here.
21497         * debug/Makefile (routines): Move getlogin_r_chk to ...
21498         * login/Makefile (routines): ... here.
21499         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
21500         * login/Versions (libc: GLIBC_2.4): ... here.
21501
21502         * io/poll.c (__poll): Renamed from poll.
21503         Add libc_hidden_def.
21504         (poll): Define as weak alias.
21505
21506         * debug/ptsname_r_chk.c: Moved to ...
21507         * login/ptsname_r_chk.c: ... here.
21508         * debug/Makefile (routines): Move ptsname_r_chk to ...
21509         * login/Makefile (routines): ... here.
21510         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
21511         * login/Versions (libc: GLIBC_2.4): ... here.
21512
21513         * posix/getlogin.c: Moved to ...
21514         * login/getlogin.c: ... here.
21515         * posix/getlogin_r.c: Moved to ...
21516         * login/getlogin_r.c: ... here.
21517         * posix/getlogin_r.c: Moved to ...
21518         * login/getlogin_r.c: ... here.
21519         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
21520         * login/Makefile (routines): ... here.
21521         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
21522         * login/Versions (libc: GLIBC_2.0): ... here.
21523
21524         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
21525         (setrlimit): Define as weak alias.
21526
21527         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
21528         Call __ names for open, ftruncate, and close.
21529         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
21530         (truncate): Define as weak alias.
21531
21532 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
21533
21534         * math/gen-libm-test.pl (parse_args): Initialize x before each
21535         test of frexp, modf and remquo.
21536
21537         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
21538         test signgam value.
21539
21540 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21541
21542         [BZ #15418]
21543         [BZ #15419]
21544         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
21545         internal tests.
21546         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21547
21548 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21549
21550         * elf/dl-writev.h: New file.
21551         * elf/dl-misc.c: Include it.
21552         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
21553         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
21554
21555 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
21556
21557         * math/libm-test.inc (noXFails): Remove variable.
21558         (noXPasses): Likewise.
21559         (BUILD_COMPLEX_INT): Remove macro.
21560         (print_screen): Remove xfail argument.
21561         (print_screen_max_error): Likewise.
21562         (update_stats): Likewise.
21563         (print_max_error): Likewise.  Update calls to other affected
21564         functions.
21565         (print_complex_max_error): Likewise.
21566         (test_single_exception): Update calls to print_screen.
21567         (test_single_errno): Likewise.
21568         (check_float_internal): Remove xfail argument.  Update calls to
21569         other affected functions.
21570         (check_float): Likewise.
21571         (check_complex): Likewise.
21572         (check_int): Likewise.
21573         (check_long): Likewise.
21574         (check_bool): Likewise.
21575         (check_longlong): Likewise.
21576         (main): Don't print noXFails and noXPasses.
21577         * math/gen-libm-test.pl (top level): Don't mention expected
21578         failure handling in comment.
21579         (new_test): Don't handle expected failures.
21580         (parse_args): Don't mention expected failure handling in comment.
21581         (generate_testfile): Don't handle expected failures.
21582         (parse_ulps): Likewise.
21583         (print_ulps_file): Likewise.
21584         (get_failure): Remove function.
21585         (output_test): Don't handle expected failures.
21586         * make/README.libm-test: Don't mention expected failure handling.
21587
21588         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
21589         (minus_zero): Likewise.
21590         (plus_infty): Likewise.
21591         (minus_infty): Likewise.
21592         (qnan_value): Likewise.
21593         (max_value): Likewise.
21594         (min_value): Likewise.
21595         (min_subnorm_value): Likewise.
21596         (initialize): Do not initialize those variables dynamically.
21597
21598 2013-05-03  Roland McGrath  <roland@hack.frob.com>
21599
21600         * io/open.c (__open_2): Moved to ...
21601         * io/open_2.c: ... this new file.
21602         * io/open64.c (__open64_2): Moved to ...
21603         * io/open64_2.c: ... this new file.
21604         * io/openat.c (__openat_2): Moved to ...
21605         * io/openat_2.c: ... this new file.
21606         * io/openat64.c (__openat64_2): Moved to ...
21607         * io/openat64_2.c: ... this new file.
21608         * io/Makefile (routines): Add them.
21609         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
21610         * sysdeps/unix/sysv/linux/open_2.c: File removed.
21611         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
21612         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
21613         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
21614         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
21615         (__openat64): Add hidden_ver.
21616         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
21617         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
21618
21619         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
21620         Separately conditionalize setting of GLRO(dl_sysinfo) so
21621         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
21622         as well, but the actual setting is only under [NEED_DL_SYSINFO].
21623
21624 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21625
21626         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
21627         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
21628         definition.
21629         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
21630         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21631         (_libc_vdso_platform_setup): Add __vdso_time initialization.
21632         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
21633         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
21634
21635 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
21636
21637         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
21638         test signgam value.
21639
21640         * math/libm-test.inc (hypot_test): Do not use
21641         IGNORE_ZERO_INF_SIGN.
21642
21643 2013-05-03  Andreas Jaeger  <aj@suse.de>
21644
21645         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
21646         Linux 3.9.
21647         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
21648         (PF_MAX): Adjust for VSOCK change.
21649
21650 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21651
21652         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21653
21654 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
21655
21656         [BZ #15264]
21657         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
21658         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
21659         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
21660
21661 2013-05-02  David S. Miller  <davem@davemloft.net>
21662
21663         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21664
21665 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
21666
21667         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
21668
21669 2013-05-01  Roland McGrath  <roland@hack.frob.com>
21670
21671         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
21672
21673 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
21674
21675         [BZ #14952]
21676         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
21677         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
21678         Use __attribute__ ((__gnu_inline__)).
21679         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
21680         Don't use __attribute__ ((__gnu_inline__)).
21681
21682 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
21683
21684         [BZ #15423]
21685         * math/s_catan.c (__catan): Handle small real or imaginary part of
21686         input specially to avoid spurious underflow.
21687         * math/s_catanf.c (__catanf): Likewise.
21688         * math/s_catanh.c (__catanh): Likewise.
21689         * math/s_catanhf.c (__catanhf): Likewise.
21690         * math/s_catanhl.c (__catanhl): Likewise.
21691         * math/s_catanl.c (__catanl): Likewise.
21692         * math/libm-test.inc (catan_test): Add more tests.
21693         (catanh_test): Likewise.
21694         * sysdeps/i386/fpu/libm-test-ulps: Update.
21695         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21696
21697 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21698
21699         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21700
21701 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
21702
21703         [BZ #15416]
21704         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
21705         accurately for denominator in atan2.
21706         * math/s_catanf.c (__catanf): Likewise.
21707         * math/s_catanh.c (__catanh): Likewise.
21708         * math/s_catanhf.c (__catanhf): Likewise.
21709         * math/s_catanhl.c (__catanhl): Likewise.
21710         * math/s_catanl.c (__catanl): Likewise.
21711         * math/libm-test.inc (catan_test): Add more tests.
21712         (catanh_test): Likewise.
21713         * sysdeps/i386/fpu/libm-test-ulps: Update.
21714         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21715
21716 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
21717
21718         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
21719
21720         * benchtests/Makefile (bench): Remove slow benchmarks.
21721         * benchtests/atan-inputs: Add slow benchmark inputs.
21722         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
21723         (BENCH_FUNC): Accept variant offset.
21724         (VARIANT): Define.
21725         * benchtests/bench-skeleton.c (main): Run benchmark for each
21726         variant.
21727         * benchtests/cos-inputs: Add slow benchmark inputs.
21728         * benchtests/exp-inputs: Likewise.
21729         * benchtests/pow-inputs: Likewise.
21730         * benchtests/sin-inputs: Likewise.
21731         * benchtests/slowatan-inputs: Remove.
21732         * benchtests/slowatan.c: Remove.
21733         * benchtests/slowcos-inputs: Remove.
21734         * benchtests/slowcos.c: Remove.
21735         * benchtests/slowexp-inputs: Remove.
21736         * benchtests/slowexp.c: Remove.
21737         * benchtests/slowpow-inputs: Remove.
21738         * benchtests/slowpow.c: Remove.
21739         * benchtests/slowsin-inputs: Remove.
21740         * benchtests/slowsin.c: Remove.
21741         * benchtests/slowtan-inputs: Remove.
21742         * benchtests/slowtan.c: Remove.
21743         * benchtests/tan-inputs: Add slow benchmark inputs.
21744         * scripts/bench.pl: Parse comments and directives.
21745
21746         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
21747         in CPPFLAGS.
21748         ($(objpfx)bench-%.c): Remove *-ITER.
21749         * benchtests/bench-modf.c: Remove definition of ITER.
21750         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
21751         (main): Loop for DURATION seconds instead of fixed number of
21752         iterations.
21753         * scripts/bench.pl: Don't expect iterations in parameters.
21754
21755 2013-04-29  Roland McGrath  <roland@hack.frob.com>
21756
21757         * io/fchdir.c (__fchdir): Renamed from fchdir.
21758         (fchdir): Define as weak alias.
21759
21760 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
21761
21762         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
21763         (ERRNO_EDOM): Likewise.
21764         (ERRNO_ERANGE): Likewise.
21765         (noErrnoTests): New variable.
21766         (init_max_error): Set errno to 0.
21767         (test_single_errno): New function.
21768         (test_errno): Likewise.
21769         (check_float_internal): Call test_errno.  Set errno to 0.
21770         (check_complex): Refer to errno tests in comment.
21771         (check_int): Call test_errno.  Set errno to 0.
21772         (check_long): Likewise.
21773         (check_bool): Likewise.
21774         (check_longlong): Likewise.
21775         (cos_test): Use ERRNO_* flags for errno tests instead of
21776         check_int.
21777         (expm1_test): Likewise.
21778         (fmod_test): Likewise.
21779         (ilogb_test): Likewise.
21780         (lgamma_test): Likewise.
21781         (pow_test): Likewise.
21782         (remainder_test): Likewise.
21783         (sin_test): Likewise.
21784         (tan_test): Likewise.
21785         (yn_test): Likewise.
21786         (initialize): Set errno to 0.
21787         (main): Print number of errno tests.
21788         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
21789
21790 2013-04-29  Andreas Jaeger  <aj@suse.de>
21791
21792         [BZ #15084]
21793         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
21794         and RES_USEVC.
21795
21796         [BZ #15085]
21797         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
21798         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
21799         unimplemented.
21800
21801         [BZ #15380]
21802         * stdlib/random.c (__initstate): Return NULL if
21803         __initstate fails.
21804
21805         [BZ #15086]
21806         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
21807         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
21808         RES_SNGLKUPREOP.
21809
21810 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21811
21812         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21813
21814 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
21815
21816         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
21817         of individual tests.
21818         (casin_test): Likewise.
21819         (casinh_test): Likewise.
21820
21821 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
21822
21823         [BZ #15409]
21824         * math/s_catan.c (__catan): Handle arguments with large real or
21825         imaginary part separately without squaring.
21826         * math/s_catanf.c (__catanf): Likewise.
21827         * math/s_catanh.c (__catanh): Likewise.
21828         * math/s_catanhf.c (__catanhf): Likewise.
21829         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
21830         and redefine.
21831         (__catanhl): Handle arguments with large real or imaginary part
21832         separately without squaring.
21833         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
21834         and redefine.
21835         (__catanl): Handle arguments with large real or imaginary part
21836         separately without squaring.
21837         * math/libm-test.inc (catan_test): Add more tests.
21838         (catanh_test): Likewise.
21839         * sysdeps/i386/fpu/libm-test-ulps: Update.
21840         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21841
21842 2013-04-27  Andreas Jaeger  <aj@suse.de>
21843
21844         [BZ #15007]
21845         * stdlib/stdlib.h: Update guards for qecvt.
21846         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
21847         <stdlib.h>.
21848
21849 2013-04-27  Allan McRae  <allan@archlinux.org>
21850
21851         * sysdeps/i386/fpu/libm-test-ulps: Update.
21852
21853 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
21854
21855         [BZ #15406]
21856         * math/s_catan.c: Include <float.h>.
21857         (__catan): Ensure underflow exception occurs for underflowed
21858         result.
21859         * math/s_catanf.c: Include <float.h>.
21860         (__catanf): Ensure underflow exception occurs for underflowed
21861         result.
21862         * math/s_catanh.c: Include <float.h>.
21863         (__catanh): Ensure underflow exception occurs for underflowed
21864         result.
21865         * math/s_catanhf.c: Include <float.h>.
21866         (__catanhf): Ensure underflow exception occurs for underflowed
21867         result.
21868         * math/s_catanhl.c: Include <float.h>.
21869         (__catanhl): Ensure underflow exception occurs for underflowed
21870         result.
21871         * math/s_catanl.c: Include <float.h>.
21872         (__catanl): Ensure underflow exception occurs for underflowed
21873         result.
21874         * math/libm-test.inc (catan_test): Add more tests.
21875         (catanh_test): Likewise.
21876
21877         [BZ #15405]
21878         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
21879         underflowed result.
21880         * math/s_ccoshf.c (__ccoshf): Likewise.
21881         * math/s_ccoshl.c (__ccoshl): Likewise.
21882         * math/s_csin.c (__csin): Likewise.
21883         * math/s_csinf.c (__csinf): Likewise.
21884         * math/s_csinh.c (__csinh): Likewise.
21885         * math/s_csinhf.c (__csinhf): Likewise.
21886         * math/s_csinhl.c (__csinhl): Likewise.
21887         * math/s_csinl.c (__csinl): Likewise.
21888         * math/libm-test.inc (ccos_test): Add more tests.
21889         (ccosh_test): Likewise.
21890         (csin_test): Likewise.
21891         (csinh_test): Likewise.
21892
21893 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21894
21895         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
21896         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
21897         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
21898         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
21899         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
21900         powerpc/power5+/fpu folders.
21901         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
21902
21903
21904 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
21905
21906         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21907
21908 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
21909
21910         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
21911         additions to variable.
21912         [$(config-machine) = x86_64] (modules-names): Likewise.
21913         ($(objpfx)tst-audit3): Remove dependency.
21914         ($(objpfx)tst-audit3.out): Likewise.
21915         ($(objpfx)tst-audit4): Likewise.
21916         ($(objpfx)tst-audit4.out): Likewise.
21917         ($(objpfx)tst-audit5): Likewise.
21918         ($(objpfx)tst-audit5.out): Likewise.
21919         ($(objpfx)tst-audit6): Likewise.
21920         ($(objpfx)tst-audit6.out): Likewise.
21921         ($(objpfx)tst-audit7): Likewise.
21922         ($(objpfx)tst-audit7.out): Likewise.
21923         (tst-audit3-ENV): Remove variable.
21924         (tst-audit4-ENV): Likewise.
21925         (tst-audit5-ENV): Likewise.
21926         (tst-audit6-ENV): Likewise.
21927         (tst-audit7-ENV): Likewise.
21928         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
21929         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
21930         addition to variable.
21931         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
21932         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
21933         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
21934         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
21935         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
21936         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
21937         tst-audit3, tst-audit4 and tst-audit5.
21938         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
21939         tst-audit6 and tst-audit7.
21940         [$(subdir) = elf] (modules-names): Add audit modules for those
21941         tests.
21942         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
21943         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
21944         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
21945         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
21946         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
21947         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
21948         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
21949         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
21950         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
21951         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
21952         [$(subdir) = elf] (tst-audit3-ENV): New variable.
21953         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
21954         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
21955         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
21956         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
21957         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
21958         Likewise.
21959         [$(subdir) = elf && $(config-cflags-avx) = yes]
21960         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
21961         [$(subdir) = elf && $(config-cflags-avx) = yes]
21962         (CFLAGS-tst-auditmod4a.c): Likewise.
21963         [$(subdir) = elf && $(config-cflags-avx) = yes]
21964         (CFLAGS-tst-auditmod4b.c): Likewise.
21965         [$(subdir) = elf && $(config-cflags-avx) = yes]
21966         (CFLAGS-tst-auditmod6b.c): Likewise.
21967         [$(subdir) = elf && $(config-cflags-avx) = yes]
21968         (CFLAGS-tst-auditmod6c.c): Likewise.
21969         [$(subdir) = elf && $(config-cflags-avx) = yes]
21970         (CFLAGS-tst-auditmod7b.c): Likewise.
21971         * elf/tst-audit3.c: Move to ...
21972         * sysdeps/x86_64/tst-audit3.c: ... here.
21973         * elf/tst-audit4.c: Move to ...
21974         * sysdeps/x86_64/tst-audit4.c: ... here.
21975         * elf/tst-audit5.c: Move to ...
21976         * sysdeps/x86_64/tst-audit5.c: ... here.
21977         * elf/tst-audit6.c: Move to ...
21978         * sysdeps/x86_64/tst-audit6.c: ... here.
21979         * elf/tst-audit7.c: Move to ...
21980         * sysdeps/x86_64/tst-audit7.c: ... here.
21981         * elf/tst-auditmod3a.c: Move to ...
21982         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
21983         * elf/tst-auditmod3b.c: Move to ...
21984         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
21985         * elf/tst-auditmod4a.c: Move to ...
21986         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
21987         * elf/tst-auditmod4b.c: Move to ...
21988         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
21989         * elf/tst-auditmod5a.c: Move to ...
21990         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
21991         * elf/tst-auditmod5b.c: Move to ...
21992         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
21993         * elf/tst-auditmod6a.c: Move to ...
21994         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
21995         * elf/tst-auditmod6b.c: Move to ...
21996         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
21997         * elf/tst-auditmod6c.c: Move to ...
21998         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
21999         * elf/tst-auditmod7a.c: Move to ...
22000         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
22001         * elf/tst-auditmod7b.c: Move to ...
22002         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
22003
22004 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
22005
22006         [BZ #15366]
22007         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
22008         define unconditionally.
22009         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
22010         define unconditionally.
22011         (INT8_C, INT16_C, etc.): Likewise.
22012
22013 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
22014
22015         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
22016         __ehdr_start with hidden visibility.
22017
22018         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
22019
22020 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
22021
22022         * math/libm-test.inc (cos_test): Use accurate hex constants.
22023         (sincost_test): Likewise.
22024
22025 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
22026
22027         * math/libm-test.inc (catan_test): Add more tests.
22028         (catanh_test): Likewise.
22029
22030         * math/s_catanf.c (__catanf): Use suffixed floating-point
22031         constants.
22032         * math/s_catanhf.c (__catanhf): Likewise.
22033         * math/s_catanhl.c (__catanhl): Likewise.
22034         * math/s_catanl.c (__catanl): Likewise.
22035
22036         [BZ #15394]
22037         * math/s_catan.c (__catan): Calculate imaginary part of result
22038         with log1p not log unless computing log of number close to 0.
22039         * math/s_catanf.c (__catanf): Likewise.
22040         * math/s_catanl.c (__catanl): Likewise.
22041         * math/s_catanh.c (__catanh): Calculate real part of result with
22042         log1p not log unless computing log of number close to 0.
22043         * math/s_catanhf.c (__catanhf): Likewise.
22044         * math/s_catanhl.c (__catanhl): Likewise.
22045         * math/libm-test.inc (catan_test): Add more tests.
22046         (catanh_test): Likewise.
22047         * sysdeps/i386/fpu/libm-test-ulps: Update.
22048         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22049
22050 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22051
22052         * benchtests/Makefile: Mention files in which fast and slow
22053         paths of math functions are implemented.
22054
22055 2013-04-23  Roland McGrath  <roland@hack.frob.com>
22056
22057         * sysdeps/posix/timespec_get.c: New file.
22058
22059 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22060
22061         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
22062         POWER.
22063         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
22064         for POWER.
22065         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
22066         powerpc/power5/fpu folders.
22067         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
22068         * benchtests/Makefile: Add modf testcase.
22069         * benchtests/bench-modf.c: New file: Benchmark test for mo
22070
22071 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
22072
22073         [BZ #14888]
22074         * time/Makefile (tests): Add tst-strptime-whitespace.
22075         * time/strptime_l.c (get_number): Use ISSPACE.
22076         (__strptime_internal): Likewise.
22077         * time/tst-strptime-whitespace.c: New test case.
22078
22079 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
22080
22081         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
22082         member.
22083         (_nss_files_init): Set it here.
22084
22085 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
22086
22087         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
22088         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
22089         unsigned.
22090
22091 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
22092
22093         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
22094
22095 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
22096
22097         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
22098         size just once.
22099
22100 2013-04-21  David S. Miller  <davem@davemloft.net>
22101
22102         * po/ru.po: Update Russion translation from translation project.
22103
22104 2013-04-17  Adam Conrad  <adconrad@0c3.net>
22105
22106         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
22107         and setfsgid.
22108
22109 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
22110
22111         * configure.in: Remove i386 configure warning. Remove i386 case.
22112         * configure: Regenerate.
22113         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
22114         Add example to error message.
22115         * sysdeps/i386/configure: Regenerate.
22116
22117 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
22118
22119         * benchtests/Makefile (bench): Add cos, tan, slowcos and
22120         slowtan.
22121         * benchtests/cos-inputs: New file.
22122         * benchtests/slowcos-inputs: New file.
22123         * benchtests/slowcos.c: New file.
22124         * benchtests/slowtan-inputs: New file.
22125         * benchtests/slowtan.c: New file.
22126         * benchtests/tan-inputs: New file.
22127
22128 2013-04-16  Roland McGrath  <roland@hack.frob.com>
22129
22130         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
22131         considered kosher.
22132
22133 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
22134
22135         * benchtests/Makefile: Include cppflags-iterator.mk to add
22136         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
22137
22138         * Makefile.in (bench-clean): New target.
22139         * benchtests/Makefile (bench-clean): Likewise.
22140
22141 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
22142
22143         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
22144
22145 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
22146
22147         * stdio-common/tstdiomisc.c: Fix coding-style violation.
22148
22149 2013-04-15  Andreas Schwab  <schwab@suse.de>
22150
22151         * nscd/grpcache.c (cache_addgr): Properly check for short write.
22152         * nscd/initgrcache.c (addinitgroupsX): Likewise.
22153         * nscd/pwdcache.c (cache_addpw): Likewise.
22154         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
22155         more than recsize.
22156
22157 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22158
22159         * benchtests/Makefile (bench): Write all output to
22160         bench-out.tmp together.
22161
22162 2013-04-15  Andreas Schwab  <schwab@suse.de>
22163
22164         * nscd/nscd.c (main): Don't fork again after closing files.
22165
22166 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22167
22168         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
22169
22170         * benchtests/Rules (bench-deps): Collect dependencies into a
22171         single variable.  Add Makefile to dependencies.
22172         ($(objpfx)bench-%.c): Depend on bench-deps.
22173
22174 2013-04-12  Roland McGrath  <roland@hack.frob.com>
22175             Xavier Roche  <roche+kml2@exalead.com>
22176
22177         [BZ #15361]
22178         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
22179         just that it's a file descriptor.
22180         * manual/llio.texi (Synchronizing AIO Operations): Update description
22181         for EBADF error from aio_fsync.
22182
22183 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22184
22185         * Rules (bench): Move target definition...
22186         * benchtests/Makefile: ... here.
22187
22188 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
22189
22190         * math/libm-test.inc (cos_test): Fix PI/2 test.
22191         (sincos_test): Likewise.
22192         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
22193         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
22194
22195 2013-04-11  Andreas Schwab  <schwab@suse.de>
22196
22197         [BZ #13988]
22198         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
22199         accept exponent character only when digits were seen.
22200         * stdio-common/Makefile (tests): Add bug26.
22201         * stdio-common/bug26.c: New file.
22202
22203         [BZ #14293]
22204         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
22205         non-freeable.
22206
22207 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22208
22209         * Makeconfig (rtld-prefix): Define built linker prefix.
22210         * Rules (run-bench): Use it.
22211         * math/Makefile (run-regen-ulps): Likewise.
22212
22213         * Rules (bench): Remove eval.
22214
22215 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22216             Roland McGrath  <roland@hack.frob.com>
22217             Ondrej Bilka  <neleai@seznam.cz>
22218
22219         [BZ #15346]
22220         * time/getdate.c: Include ctype.h and alloca.h.
22221         (__getdate_r): Trim leading and trailing spaces of input.
22222         * time/tst-getdate.c (tests): Add tests with leading and
22223         trailing spaces.
22224
22225 2013-04-08  Roland McGrath  <roland@hack.frob.com>
22226
22227         [BZ #14280]
22228         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
22229         when computing value.
22230
22231 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22232
22233         * math/README.libm-test (How can I generate "libm-test-ulps"?):
22234         Use testrun.sh to run libm tests.
22235
22236         [BZ #15309]
22237         * elf/dl-open.c (dl_open_worker): memset all of seen array.
22238
22239 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
22240
22241         [BZ #15264]
22242         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
22243
22244 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22245
22246         * Makefile.in (regen-ulps): New target.
22247         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
22248         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
22249         [ifneq (no,$(PERL)] (regen-ulps): New target.
22250         [ifeq (no,$(PERL)] (regen-ulps): New target.
22251         * math/libm-test.inc (ulps_file_name): Define.
22252         (output_dir): New variable.
22253         (options): Add "output-dir" option.
22254         (parse_opt): Handle 'o' case.
22255         (main): If output_dir is non-NULL use it as a prefix
22256         otherwise use "".
22257         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
22258
22259 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22260
22261         [BZ #10060, #10062]
22262         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
22263         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
22264         fail configure if __sync_val_compare_and_swap is not inlined.
22265         * sysdeps/i386/configure: Regenerate.
22266         * configure.in: Build for i686 when configured for i386.
22267         * configure: Regenerate.
22268         * README: Remove i386 reference.
22269
22270 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
22271
22272         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
22273         * sysdeps/s390/s390-64/sysdep.h: Likewise.
22274
22275 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
22276
22277         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
22278         (lmsnanval): New variables.
22279         (F): Add conversion tests.
22280         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
22281         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
22282
22283         * stdio-common/tstdiomisc.c (F): Properly collect individual
22284         tests' results.
22285
22286         [BZ #14686, #15336]
22287         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
22288         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
22289         Instead, use input NaN values or generate a qNaN by arithmetic
22290         operation.  Also fix bugs to comply with the standard.
22291         * math/libm-test.inc (remainder_test): Add more tests.
22292
22293         [BZ #15335, #15342]
22294         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
22295         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
22296         input NaN values or generate a qNaN by arithmetic operation.
22297
22298         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
22299         unreachable code.
22300
22301         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
22302         definitions.
22303
22304 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
22305
22306         [BZ #14478]
22307         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
22308         underflowed result.
22309         * math/s_cexpf.c (__cexpf): Likewise.
22310         * math/s_cexpl.c (__cexpl): Likewise.
22311         * math/libm-test.inc (cexp_test): Add more tests.
22312
22313 2013-04-03  Andreas Schwab  <schwab@suse.de>
22314
22315         [BZ #15330]
22316         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
22317         order arrays from heap if bigger than alloca cutoff.
22318
22319 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
22320
22321         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
22322         (SNAN_TESTS_double): Refer to GCC PR56831.
22323         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
22324         GCC PR56828.
22325
22326 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22327
22328         * Rules (bench): Move bench.out after the run is complete.
22329
22330         * Rules (bench): Echo currently running benchmark.
22331
22332         * benchtests/Makefile (bench): Add atan and slowatan.
22333         * benchtests/atan-inputs: New file.
22334         * benchtests/slowatan-inputs: New file.
22335         * benchtests/slowatan.c: New file.
22336
22337         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
22338         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
22339         its value.
22340
22341         [BZ #15305]
22342         * sysdeps/unix/sysv/linux/kernel-features.h
22343         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
22344         __ASSUME_XFS_RESTRICTED_CHOWN.
22345         * sysdeps/unix/sysv/linux/pathconf.c
22346         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
22347         Save and restore errno.
22348
22349 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
22350
22351         [BZ #15327]
22352         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
22353         arguments using __kernel_casinh.
22354         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
22355         arguments using __kernel_casinhf.
22356         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
22357         arguments using __kernel_casinhl.
22358         * math/libm-test.inc (cacosh_test): Add more tests.
22359         * sysdeps/i386/fpu/libm-test-ulps: Update.
22360         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22361
22362 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22363
22364         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
22365         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
22366
22367         * bench/Makefile (bench): Add sin and slowsin.
22368         * benchtests/sin-inputs: New file.
22369         * benchtests/slowsin-inputs: New file.
22370         * benchtests/slowsin.c: New file.
22371
22372         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
22373         (bench): Add slowexp and slowpow.
22374         (exp-ITER): Increase iterations.
22375         (pow-ITER): Likewise.
22376         * benchtests/exp-inputs: Change input.
22377         * benchtests/pow-inputs: Likewise.
22378         * benchtests/slowexp-inputs: New file.
22379         * benchtests/slowexp.c: New file.
22380         * benchtests/slowpow-inputs: New file.
22381         * benchtests/slowpow.c: New file.
22382
22383 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22384
22385         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
22386         instructions.
22387         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
22388         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
22389         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22390         * benchtests/Makefile: Add rint benchtest.
22391         * benchtests/rint-inputs: Input for rint benchtest.
22392
22393 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
22394
22395         * Versions.def (libm): Add GLIBC_2.18.
22396         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
22397         hidden libm prototypes.
22398         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
22399         * math/Makefile (libm-calls): Add s_issignaling.
22400         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
22401         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
22402         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
22403         declaration.
22404         * math/math.h [__USE_GNU] (issignaling): New macro.
22405         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
22406         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
22407         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
22408         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
22409         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
22410         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
22411         * manual/arith.texi (issignaling): New section.
22412         * manual/libm-err-tab.pl (@all_functions): Update comment.
22413         * math/gen-libm-test.pl (parse_args): Apply special handling for
22414         issignaling.
22415         * math/libm-test.inc (print_float, issignaling_test): New
22416         functions.
22417         (check_float_internal): Add issignaling checks.
22418         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
22419         default definition.
22420         * sysdeps/powerpc/math-tests.h: New file.
22421         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
22422         tests.
22423         * math/test-snan.c (TEST_FUNC): Likewise.
22424
22425 2013-03-30  David S. Miller  <davem@davemloft.net>
22426
22427         * po/de.po: Update from translation team.
22428
22429 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
22430
22431         [BZ #10357]
22432         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22433         imaginary part less than 1.0 and real part less than 0.5
22434         specially.
22435         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22436         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22437         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
22438         (cacos_test): Add more tests.
22439         (casin_test): Likewise.
22440         (casinh_test): Likewise.
22441         * sysdeps/i386/fpu/libm-test-ulps: Update.
22442         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22443
22444 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22445
22446         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
22447         ONE with its value.
22448
22449         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
22450         (__pow_mp): Replace ONE and MONE with their values.
22451         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22452         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
22453         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22454         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
22455         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22456         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22457
22458         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
22459
22460         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
22461         (__pow_mp): Replace ZERO and MZERO with their values.
22462         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22463         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22464         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22465         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
22466         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22467         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
22468         (__sqr): Likewise.
22469
22470         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
22471
22472         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
22473
22474 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22475
22476         * include/stdlib.h [!SHARED] (__call_tls_dtors):
22477         Declare with __attribute__ ((weak)).
22478         * stdlib/exit.c (__libc_atexit) [!SHARED]:
22479         Call __call_tls_dtors only if it's not NULL.
22480
22481 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22482
22483         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
22484         didn't do it already, then set _dl_phdr and _dl_phnum based on the
22485         magic __ehdr_start linker symbol if it's defined.
22486         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
22487         them up here if it was already done.
22488
22489         * elf/dl-support.c (_dl_phdr): Make pointer to const.
22490         (_dl_aux_init): Use const in cast when setting it.
22491         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
22492         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
22493         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
22494
22495         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
22496         Declare them here.
22497         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
22498         * csu/libc-tls.c: Nor here.
22499         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
22500
22501         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
22502         (__libc_message): Never call vsyslog.
22503
22504 2013-03-28  Alan Modra  <amodra@gmail.com>
22505
22506         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
22507         Define as empty.
22508         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
22509         Likewise.
22510
22511 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22512
22513         [BZ #15214]
22514         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
22515         underflow.
22516         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22517
22518 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22519
22520         [BZ #15304]
22521         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
22522         Don't add gid passed as argument.
22523
22524         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
22525
22526 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
22527
22528         [BZ #15307]
22529         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22530         imaginary part between 1.0 and 1.5 and real part less than 0.5
22531         specially.
22532         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22533         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22534         * math/libm-test.inc (cacos_test): Add more tests.
22535         (casin_test): Likewise.
22536         (casinh_test): Likewise.
22537         * sysdeps/i386/fpu/libm-test-ulps: Update.
22538         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22539
22540 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22541
22542         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
22543         constants.
22544         (norm): Likewise.
22545         (denorm): Likewise.
22546         (__dbl_mp): Likewise.
22547         (add_magnitudes): Likewise.
22548         (sub_magnitudes): Likewise.
22549         (__add): Likewise.
22550         (__sub): Likewise.
22551         (__mul): Likewise.
22552         (__sqr): Likewise.
22553         (__inv): Likewise.
22554         (__dvd): Likewise.
22555
22556         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
22557         commented code.
22558         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
22559         (__dubcos): Likewise.
22560         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
22561         (__ieee754_acos): Likewise.
22562         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22563         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
22564         (__exp1): Likewise.
22565         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22566         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
22567         (log1): Likewise.
22568         (my_log2): Likewise.
22569         (checkint): Likewise.
22570         * sysdeps/ieee754/dbl-64/e_remainder.c
22571         (__ieee754_remainder): Likewise.
22572         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22573         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
22574         (bsloww): Likewise.
22575         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22576
22577         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
22578         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
22579         MANTISSA_STORE_T to store computations on mantissa.  Use
22580         macros for rounding and division.
22581         (denorm): Likewise.
22582         (__dbl_mp): Likewise.
22583         (add_magnitudes): Likewise.
22584         (sub_magnitudes): Likewise.
22585         (__mul): Likewise.
22586         (__sqr): Likewise.
22587         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22588         powers of two in terms of TWOPOW macro.
22589         (mp_no): Make type of mantissa as MANTISSA_T.
22590         [!RADIXI]: Define RADIXI.
22591         [!TWO52]: Define TWO52.
22592         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22593
22594 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22595
22596         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
22597         llroundl symbol when building for PPC32.
22598
22599 2013-03-24  Mark H Weaver  <mhw@netris.org>
22600
22601         * manual/arith.texi (Normalization Functions): Fix prototypes for
22602         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
22603
22604 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22605
22606         [BZ #13889]
22607         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
22608         high value to check if expl overflow.
22609         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
22610         to check for underflow and overflow.
22611         * math/libm-test.inc: Add exp test.
22612
22613 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
22614
22615         [BZ #11120]
22616         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
22617         with NOT_IN_libc.
22618
22619 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22620
22621         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
22622         symbol.
22623
22624 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
22625
22626         * math/gen-libm-test.pl (parse_args, special_functions): Properly
22627         wrap blocks consisting of several statements.
22628
22629         * sysdeps/generic/math-tests.h: New file.
22630         * sysdeps/i386/fpu/math-tests.h: Likewise.
22631         * math/test-snan.c: Include it.
22632         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
22633
22634 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22635
22636         [BZ #15285]
22637         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
22638         (__ieee754_j0l): Do not improve calculations using cos of twice
22639         input for inputs above LDBL_MAX / 2.0L.
22640         (__ieee754_y0l): Likewise.
22641         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
22642         (__ieee754_j1l): Do not improve calculations using cos of twice
22643         input for inputs above LDBL_MAX / 2.0L.
22644         (__ieee754_y1l): Likewise.
22645         * math/libm-test.inc (j0_test): Add another test.
22646         (j1_test): Likewise.
22647         (y0_test): Likewise.
22648         (y1_test): Likewise.
22649         * sysdeps/i386/fpu/libm-test-ulps: Update.
22650
22651 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22652
22653         * Rules ($(objpfx)bench-%.c): Include code from a C source
22654         file.
22655
22656 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22657
22658         [BZ #15287]
22659         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22660         imaginary part 1.0 and real part less than 0.5 specially.
22661         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22662         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22663         * math/libm-test.inc (cacos_test): Add more tests.
22664         (casin_test): Likewise.
22665         (casinh_test): Likewise.
22666         * sysdeps/i386/fpu/libm-test-ulps: Update.
22667         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22668
22669 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22670
22671         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
22672         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
22673
22674 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
22675
22676         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
22677         * config.make.in (config-cflags-sse4): Remove variable.
22678         (config-cflags-avx): Likewise.
22679         (config-cflags-sse2avx): Likewise.
22680         (config-cflags-novzeroupper): Likewise.
22681         (config-asflags-i686): Likewise.
22682         (have-mfma4): Likewise.
22683         (have-as-vis3): Likewise.
22684         (MIG): Likewise.
22685         * configure.in (MIG): Do not AC_SUBST.
22686         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
22687         (libc_cv_cc_sse4): Do not AC_SUBST.
22688         (libc_cv_cc_avx): Likewise.
22689         (libc_cv_cc_sse2avx): Likewise.
22690         (libc_cv_cc_novzeroupper): Likewise.
22691         (libc_cv_cc_fma4): Likewise.
22692         (libc_cv_as_i686): Likewise.
22693         (libc_cv_sparc_as_vis3): Likewise.
22694         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
22695         LIBC_CONFIG_VAR.
22696         (config-asflags-i686): Likewise.
22697         (config-cflags-avx): Likewise.
22698         (config-cflags-sse2avx): Likewise.
22699         (have-mfma4): Likewise.
22700         (config-cflags-novzeroupper): Likewise.
22701         * sysdeps/mach/configure.in (MIG): Likewise.
22702         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
22703         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
22704         LIBC_CONFIG_VAR.
22705         (config-cflags-avx): Likewise.
22706         (config-cflags-sse2avx): Likewise.
22707         (have-mfma4): Likewise.
22708         (config-cflags-novzeroupper): Likewise.
22709         * configure: Regenerated.
22710         * sysdeps/i386/configure: Likewise.
22711         * sysdeps/mach/configure: Likewise.
22712         * sysdeps/sparc/configure: Likewise.
22713         * sysdeps/x86_64/configure: Likewise.
22714
22715 2013-03-20  Roland McGrath  <roland@hack.frob.com>
22716
22717         [BZ #14812]
22718         * locale/programs/localedef.c (options): Put N_ translation marker
22719         on argument names, not just descriptions.
22720
22721 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22722
22723         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
22724
22725 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
22726
22727         [BZ #14176]
22728         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
22729
22730 2013-03-19  Roland McGrath  <roland@hack.frob.com>
22731
22732         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
22733         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
22734         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
22735         [!BEFORE_ABORT] (before_abort): New function.
22736         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
22737         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
22738         (writev_for_fatal): New function.
22739         (WRITEV_FOR_FATAL): New macro; call that.
22740         (backtrace_and_maps): New function.
22741         (BEFORE_ABORT): New macro; call that.
22742         (struct str_list): Type removed.
22743         (__libc_message, __libc_fatal): Functions removed.
22744         Include <sysdeps/posix/libc_fatal.c> instead.
22745
22746 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
22747
22748         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
22749         constants.
22750         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
22751         double constants.
22752
22753 2013-03-19  Andreas Schwab  <schwab@suse.de>
22754
22755         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
22756         * sysdeps/gnu/configure: Regenerate.
22757
22758         * configure.in: Substitute libc_cv_rtlddir.
22759         * configure: Regenerate.
22760         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
22761         * Makeconfig (rtlddir, inst_rtlddir): New variables.
22762         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
22763         * elf/Makefile (install-others, CFLAGS-interp.c)
22764         (ldso_install, common-ldd-rewrite): Likewise.
22765         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
22766         $(inst_slibdir)/$(rtld-installed-name).
22767         * scripts/rellns-sh: Add -p option.
22768         * Makerules (make-shlib-link): Use rellns-sh to get relative name
22769         for source.
22770
22771 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
22772
22773         * manual/nptl.texi: Renamed to ...
22774         * manual/threads.texi: ... this.
22775         * manual/Makefile (chapters): Update.
22776
22777 2013-03-18  Roland McGrath  <roland@hack.frob.com>
22778
22779         [BZ #14812]
22780         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
22781         on argument names, not just descriptions.
22782         * malloc/memusagestat.c (options): Likewise.
22783         * nss/getent.c (options): Likewise.
22784
22785 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
22786
22787         [BZ #14812]
22788         * iconv/iconv_prog.c (options): Put N_ translation marker
22789         on argument names, not just descriptions.
22790         * iconv/iconvconfig.c (options): Likewise.
22791
22792 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
22793
22794         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
22795         implementation which is faster on all x86_64 architectures.
22796         Tested on AMD, Intel Nehalem, SNB, IVB.
22797         * sysdeps/x86_64/strnlen.S: Likewise.
22798
22799         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22800         Remove all multiarch strlen and strnlen versions.
22801         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
22802         Remove strlen and strnlen related parts.
22803
22804         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
22805         Inline strlen part.
22806         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
22807
22808         * sysdeps/x86_64/multiarch/strlen.S: Remove.
22809         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
22810         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
22811         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
22812         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
22813         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
22814
22815 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
22816
22817         * manual/memory.texi (Malloc Tunable Parameters):
22818         Sort parameters alphabetically. Add comments for missing entries.
22819
22820 2013-03-17  David S. Miller  <davem@davemloft.net>
22821
22822         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22823
22824 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
22825
22826         [BZ #15283]
22827         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
22828         for arguments at most half maximum finite value.
22829         * math/libm-test.inc (j0_test): Add more tests.
22830         (j1_test): Likewise.
22831         (y0_test): Likewise.
22832         (y1_test): Likewise.
22833         * sysdeps/i386/fpu/libm-test-ulps: Update.
22834         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22835
22836         [BZ #14155]
22837         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
22838         1 / x and functions P and Q for arguments above 0x1p256L.
22839         (__ieee754_y0l): Likewise.
22840         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
22841         (__ieee754_y1l): Likewise.
22842         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
22843         (j1_test): Likewise.
22844         (y0_test): Likewise.
22845         (y1_test): Likewise.
22846
22847 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
22848
22849         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
22850         variable.
22851
22852 2013-03-15  Roland McGrath  <roland@hack.frob.com>
22853
22854         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
22855         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
22856         zero since it's initialized to EXEC_PAGESIZE.
22857
22858         * sysdeps/unix/sysv/linux/ldsodefs.h
22859         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
22860         * sysdeps/generic/ldsodefs.h: ... here.
22861
22862 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
22863
22864         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
22865
22866         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
22867         math/test-snan.c.
22868         * math/test-snan.c: Renamed from
22869         sysdeps/powerpc/fpu/test-powerpc-snan.c.
22870         * math/Makefile (tests): Add test-snan.
22871         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
22872         test-powerpc-snan.
22873
22874         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
22875         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
22876         functions.
22877         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
22878         __builtin_nan family of functions.
22879         * math/libm-test.inc (initialize): Initialize qnan_value with
22880         __builtin_nan family of functions.
22881         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
22882         Remove variables.
22883         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
22884         Remove functions.
22885         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
22886         storage class.  Initialize qNaN_var and sNaN_var with
22887         __builtin_nan and __builtin_nans families of functions,
22888         respectively.
22889
22890         * math/libm-test.inc (acosh_test): Also test with qNaN input.
22891         (sqrt_test): Remove duplicate test with qNaN input.
22892         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
22893         (round_test, signbit_test, significand_test): Note missing +/-Inf
22894         as well as qNaN tests.
22895
22896         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
22897         qNaN_var.  Fix a few strings, too.
22898         * math/libm-test.inc (nan_value): Rename to qnan_value.
22899         * math/gen-libm-test.pl (%beautify): Adjust to that.
22900         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
22901         * math/test-misc.c (main): Likewise.
22902         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
22903         to __qnan_bytes, and __qnan_union, respectively.
22904         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
22905         Likewise.
22906         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
22907         and lqnanval, respectively.
22908         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
22909         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
22910         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
22911         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
22912
22913         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
22914         * math/test-misc.c (main) [__x86_64__]: Enable test for long
22915         doubles.
22916
22917         * math/test-misc.c (main): Fix copy'n'pastos.
22918         * misc/tst-efgcvt.c (special): Likewise.
22919
22920         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
22921         Remove declarations.
22922
22923 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22924
22925         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
22926         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
22927         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
22928         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
22929
22930 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22931
22932         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
22933         macro to return vdso values correctly in IFUNC implementations.
22934         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
22935         Optimization by using IFUNC.
22936
22937 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22938             Richard Henderson  <rth@redhat.com>
22939             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
22940
22941         * Makefile.in (bench): New target.
22942         * NEWS: Mention the benchmark framework.
22943         * Rules (bench): Likewise.
22944         (binaries-bench): Generate binaries for functions to
22945         benchmark.
22946         * benchtests/Makefile: New makefile for benchmark tests.
22947         * benchtests/bench-skeleton.c: New skeleton file for benchmark
22948         programs.
22949         * benchtests/exp-inputs: New input file for EXP function.
22950         * benchtests/pow-inputs: New input file for POW function.
22951         * scripts/bench.pl: New script to generate source files for
22952         benchmark programs.
22953
22954 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22955
22956         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
22957         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
22958         computations on mantissa.  Use macros for rounding and
22959         division.
22960         (denorm): Likewise.
22961         (__dbl_mp): Likewise.
22962         (add_magnitudes): Likewise.
22963         (sub_magnitudes): Likewise.
22964         (__mul): Likewise.
22965         (__sqr): Likewise.
22966         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22967         powers of two in terms of TWOPOW macro.
22968         (mp_no): Make type of mantissa as MANTISSA_T.
22969         [!RADIXI]: Define RADIXI.
22970         [!TWO52]: Define TWO52.
22971         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22972
22973         * manual/nptl.texi (cindex): Modify threads to pthreads.
22974
22975 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
22976
22977         * sysdeps/x86_64/preconfigure: Regenerated.
22978
22979 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
22980
22981         [BZ #14155]
22982         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
22983         0x1p28 and above.
22984         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
22985         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
22986         0x1p28 and above.
22987         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
22988         * math/libm-test.inc (j0_test): Do not allow one spurious
22989         underflow exception.
22990         (y1_test): Likewise.
22991
22992 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22993
22994         * manual/Makefile (chapters): Add nptl.
22995         * manual/debug.texi (Debugging Support): Add link to Threads
22996         chapter.
22997         * manual/nptl.texi: New file.
22998
22999         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
23000
23001 2013-03-14  Petr Baudis  <pasky@ucw.cz>
23002
23003         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
23004         for non-NULL pointer before the memory validity test. Pointed
23005         out by Holger Brunck <holger.brunck@keymile.com>.
23006
23007 2013-03-13  Andreas Schwab  <schwab@suse.de>
23008
23009         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
23010         instead of .os.
23011
23012 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
23013
23014         * timezone/zic.c: Update from tzcode 2013b.
23015
23016 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
23017
23018         * manual/install.texi (Configuring and compiling):
23019         Mention i686 and i586.
23020         * INSTALL: Regenerate.
23021
23022 2013-03-12  Roland McGrath  <roland@hack.frob.com>
23023
23024         * sysdeps/init_array/elf-init.c: New file.
23025         * csu/elf-init.c
23026         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
23027         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
23028
23029         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
23030         __gmon_start__ as global, but as static with a .preinit_array pointer.
23031         * sysdeps/init_array/gmon-start.c: New file.  Use that.
23032         * sysdeps/init_array/crti.S: New file, empty except for comments.
23033         * sysdeps/init_array/crtn.S: Likewise.
23034
23035 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
23036
23037         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
23038         definining bcopy.
23039         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
23040         Remove Prefer_SSE_for_memop.
23041         * sysdeps/x86_64/multiarch/init-arch.h: Remove
23042         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
23043         HAS_PREFER_SSE_FOR_MEMOP.
23044         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
23045         memset-x86-64.
23046         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23047         Remove bzero, memset ifunc support.
23048         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
23049         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
23050         * sysdeps/x86_64/multiarch/memset.S: Likewise.
23051         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
23052
23053 2013-03-11  Andreas Schwab  <schwab@suse.de>
23054
23055         [BZ #15234]
23056         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
23057         by SHLIB_COMPAT.
23058         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
23059         (GLIBC_2.16): Remove pthread_atfork.
23060
23061 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
23062
23063         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
23064         (ptestcases.h): Likewise.
23065
23066 2013-03-08  Roland McGrath  <roland@hack.frob.com>
23067
23068         * Makeconfig ($(common-objpfx)config.status): Depend on
23069         sysdeps/*/preconfigure{,.in} too.
23070
23071 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
23072
23073         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
23074         (__free_hook): Use void * instead of __malloc_ptr_t.
23075         (__malloc_hook): Likewise.
23076         (__realloc_hook): Likewise.
23077         (__memalign_hook): Likewise.
23078         (__after_morecore_hook): Likewise.
23079         * malloc/arena.c (save_malloc_hook): Likewise.
23080         (save_free_hook): Likewise.
23081         * malloc/hooks.c (malloc_hook_ini): Likewise.
23082         (realloc_hook_ini): Likewise.
23083         (memalign_hook_ini): Likewise.
23084         * malloc/malloc.c (malloc_hook_ini): Likewise.
23085         (realloc_hook_ini): Likewise.
23086         (memalign_hook_ini): Likewise.
23087         (__free_hook): Likewise.
23088         (__malloc_hook): Likewise.
23089         (__realloc_hook): Likewise.
23090         (__memalign_hook): Likewise.
23091         (__libc_malloc): Likewise.
23092         (__libc_free): Likewise.
23093         (__libc_realloc): Likewise.
23094         (__libc_memalign): Likewise.
23095         (__libc_valloc): Likewise.
23096         (__libc_pvalloc): Likewise.
23097         (__libc_calloc): Likewise.
23098         (__posix_memalign): Likewise.
23099         * malloc/morecore.c (__sbrk): Likewise.
23100         (__default_morecore): Likewise.
23101
23102         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
23103
23104         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
23105         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
23106         __malloc_ptrdiff_t.
23107
23108         * malloc/malloc.h (__malloc_size_t): Remove macro.
23109         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
23110         __malloc_size_t.
23111         (old_memalign_hook): Likewise.
23112         (old_realloc_hook): Likewise.
23113         (struct hdr): Likewise.
23114         (flood): Likewise.
23115         (mallochook): Likewise.
23116         (memalignhook): Likewise.
23117         (reallochook): Likewise.
23118         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
23119         (tr_old_realloc_hook): Likewise.
23120         (tr_old_memalign_hook): Likewise.
23121         (tr_mallochook): Likewise.
23122         (tr_reallochook): Likewise.
23123         (tr_memalignhook): Likewise.
23124
23125 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23126
23127         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
23128         default_ldbl_pack and using as default implementation.
23129         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
23130         implementation.
23131         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
23132         redundant definition.
23133         (ldbl_insert_mantissa): Likewise.
23134         (ldbl_canonicalize): Likewise.
23135         (ldbl_nearbyint): Likewise.
23136         (ldbl_pack): Rename to ldbl_pack_ppc.
23137         (ldbl_unpack): Rename to ldbl_unpack_ppc.
23138         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
23139         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
23140
23141 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
23142
23143         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
23144         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
23145         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
23146         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
23147         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
23148         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
23149         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
23150         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
23151
23152 2013-03-07  Andreas Jaeger  <aj@suse.de>
23153
23154         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
23155         bits/mman-linux.h.
23156
23157 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
23158
23159         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
23160         Include mpa.h and declare __MPEXP.
23161         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
23162         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23163         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23164         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
23165         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23166         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
23167         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
23168
23169         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
23170         (__slowpow): Use long double EXPL and LOGL functions to
23171         compute POW.
23172         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
23173         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23174         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
23175         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
23176         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
23177         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
23178
23179         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
23180         intermediate variable to calculate exponent.
23181         (__sqr): Likewise.
23182         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
23183         Likewise.
23184         (__sqr): Likewise.
23185
23186         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
23187         [!NO__SQR]: Define __sqr.
23188         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
23189         and NO__SQR.  Remove all code except __mul and __sqr.  Include
23190         sysdeps/ieee754/dbl-64/mpa.c.
23191         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
23192
23193         [BZ #12723]
23194         * posix/Makefile (tests): Add tst-pathconf.
23195         * posix/tst-pathconf.c: New test case.
23196         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
23197         _PC_PIPE_BUF.
23198         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
23199
23200 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
23201
23202         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
23203
23204 2013-03-06  Andreas Jaeger  <aj@suse.de>
23205
23206         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
23207         definition via __MAP_ANONYMOUS.
23208
23209         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
23210         it's not part of Linux headers.
23211
23212         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
23213         (MAP_HUGE_MASK): Define.
23214
23215         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23216         Define.
23217         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23218         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23219         Define.
23220         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23221         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
23222         Define.
23223         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23224         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
23225         Define.
23226         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
23227
23228         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
23229         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
23230         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
23231         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
23232         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
23233         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
23234
23235         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
23236         Handle f2fs.
23237
23238         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
23239         Handle f2fs and efivarfs.
23240
23241         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
23242         f2fs.
23243
23244         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
23245         (EFIVARFS_MAGIC): Add.
23246         (F2FS_LINK_MAX): Add.
23247
23248 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
23249
23250         * stdio-common/vfprintf.c: Replace __builtin_expect with
23251         __glibc_unlikely.
23252
23253 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
23254
23255         [BZ #13550]
23256         * sysdeps/generic/bp-sym.h: Remove file.
23257         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
23258         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
23259         <bp-sym.h> and <bp-asm.h>.
23260         (__longjmp): Don't use BP_SYM.
23261         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
23262         and <bp-asm.h>.
23263         (memcpy): Don't use BP_SYM.
23264         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
23265         <bp-sym.h> and <bp-asm.h>.
23266         (memcpy): Don't use BP_SYM.
23267         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
23268         <bp-asm.h>.
23269         (memcpy): Don't use BP_SYM.
23270         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
23271         <bp-asm.h>.
23272         (memset): Don't use BP_SYM.
23273         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23274         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23275         (__bzero): Don't use BP_SYM.
23276         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23277         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23278         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
23279         <bp-sym.h> and <bp-asm.h>.
23280         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23281         pointers.
23282         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
23283         <bp-sym.h> and <bp-asm.h>.
23284         (memcpy): Don't use BP_SYM.
23285         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
23286         <bp-sym.h> and <bp-asm.h>.
23287         (memset): Don't use BP_SYM.
23288         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23289         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23290         (__bzero): Don't use BP_SYM.
23291         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23292         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23293         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
23294         <bp-sym.h> and <bp-asm.h>.
23295         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23296         pointers.
23297         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
23298         <bp-sym.h> and <bp-asm.h>.
23299         (memcpy): Don't use BP_SYM.
23300         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
23301         <bp-sym.h> and <bp-asm.h>.
23302         (memset): Don't use BP_SYM.
23303         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23304         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23305         (__bzero): Don't use BP_SYM.
23306         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23307         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23308         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
23309         <bp-sym.h> and <bp-asm.h>.
23310         (__memchr): Don't use BP_SYM.
23311         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
23312         <bp-sym.h> and <bp-asm.h>.
23313         (memcmp): Don't use BP_SYM.  Remove comment about bounded
23314         pointers.
23315         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
23316         <bp-sym.h> and <bp-asm.h>.
23317         (memcpy): Don't use BP_SYM.
23318         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
23319         <bp-sym.h> and <bp-asm.h>.
23320         (__mempcpy): Don't use BP_SYM.
23321         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
23322         <bp-sym.h> and <bp-asm.h>.
23323         (__memrchr): Don't use BP_SYM.
23324         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
23325         <bp-sym.h> and <bp-asm.h>.
23326         (memset): Don't use BP_SYM.
23327         (__bzero): Likewise.
23328         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
23329         <bp-sym.h> and <bp-asm.h>.
23330         (__rawmemchr): Don't use BP_SYM.
23331         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
23332         <bp-sym.h> and <bp-asm.h>.
23333         (__STRCMP): Don't use BP_SYM.
23334         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
23335         <bp-sym.h> and <bp-asm.h>.
23336         (strchr): Don't use BP_SYM.
23337         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
23338         <bp-sym.h> and <bp-asm.h>.
23339         (__strchrnul): Don't use BP_SYM.
23340         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
23341         <bp-sym.h> and <bp-asm.h>.
23342         (strlen): Don't use BP_SYM.
23343         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
23344         <bp-sym.h> and <bp-asm.h>.
23345         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23346         pointers.
23347         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
23348         <bp-sym.h> and <bp-asm.h>.
23349         (__strnlen): Don't use BP_SYM.
23350         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
23351         <bp-sym.h> and <bp-asm.h>.
23352         (__GI__setjmp): Don't use BP_SYM.
23353         (_setjmp): Likewise.
23354         (__sigsetjmp): Likewise.
23355         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
23356         (L(start_addresses)): Don't use BP_SYM.
23357         (_start): Likewise.
23358         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
23359         <bp-asm.h>.
23360         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
23361         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
23362         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23363         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23364         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
23365         <bp-asm.h>.
23366         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
23367         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
23368         about bounded pointers.
23369         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23370         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23371         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
23372         <bp-asm.h>.
23373         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23374         about bounded pointers.  Remove GKM FIXME comments.
23375         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23376         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
23377         <bp-asm.h>.
23378         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
23379         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
23380         Remove GKM FIXME comments.
23381         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23382         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23383         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
23384         <bp-asm.h>.
23385         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23386         about bounded pointers.  Remove GKM FIXME comment.
23387         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
23388         and <bp-asm.h>.
23389         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23390         pointers.
23391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
23392         <bp-sym.h> and <bp-asm.h>.
23393         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
23395         <bp-sym.h> and <bp-asm.h>.
23396         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23397         comment.
23398
23399 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
23400
23401         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
23402         call free(NULL).
23403
23404 2013-03-05  David S. Miller  <davem@davemloft.net>
23405
23406         * po/es.po: Update from translation team.
23407
23408 2013-03-05  Andreas Jaeger  <aj@suse.de>
23409
23410         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
23411         <bits/mman-linux.h>.
23412         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23413         is fine.
23414         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
23415         <bits/mman-linux.h> to end of file.
23416         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23417         is fine.
23418         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
23419         <bits/mman-linux.h> to end of file.
23420         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23421         is fine.
23422         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
23423         <bits/mman-linux.h> to end of file.
23424
23425         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
23426         (MCL_CURRENT, MCL_FUTURE): Define here.
23427
23428 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23429
23430         [BZ #15232]
23431         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
23432         attribute_hidden.
23433         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
23434
23435 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23436
23437         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
23438         fourth parameter needed for rt_sigprocmask syscall.
23439         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
23440         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23441         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
23442         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23443         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23444         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
23445
23446 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
23447
23448         [BZ #13550]
23449         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
23450         comment about bounded pointers.
23451         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
23452         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
23453
23454 2013-03-04  Andreas Jaeger  <aj@suse.de>
23455
23456         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
23457         common definitions.
23458
23459         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
23460         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
23461         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
23462         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
23463         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
23464         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
23465
23466 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23467
23468         [BZ #15055]
23469         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
23470         __ieee754_sqrl instead of __sqrl.
23471
23472 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
23473
23474         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
23475         * sysdeps/powerpc/fpu_control.h: ... here.
23476         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
23477         * sysdeps/powerpc/bits/fenvinline.h: ... here.
23478         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
23479         * sysdeps/powerpc/bits/mathinline.h: ... here.
23480
23481 2013-03-01  Roland McGrath  <roland@hack.frob.com>
23482
23483         * elf/dl-hwcaps.c (_dl_important_hwcaps):
23484         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
23485         to just [NEED_DL_SYSINFO_DSO].
23486         * elf/dl-support.c: Likewise.
23487         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
23488         * elf/rtld.c (dl_main): Likewise.
23489         * elf/setup-vdso.h (setup_vdso): Likewise.
23490         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
23491         * sysdeps/unix/sysv/linux/dl-sysdep.c
23492         (_dl_discover_osversion): Likewise.
23493
23494 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
23495
23496         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
23497         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23498
23499 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
23500
23501         * NEWS: Mention libm performance improvements and non-x86 PI
23502         futex support.
23503
23504         * csu/libc-start.c (__pthread_initialize_minimal): Change
23505         function arguments.
23506         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23507
23508 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
23509
23510         [BZ #13550]
23511         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
23512         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
23513         <bp-sym.h> and <bp-asm.h>.
23514         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23515         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
23516         and <bp-asm.h>.
23517         (memcpy): Don't use BP_SYM.
23518         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
23519         <bp-asm.h>.
23520         (__mpn_add_n): Don't use BP_SYM.
23521         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
23522         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
23523         and <bp-asm.h>.
23524         (__mpn_addmul_1): Don't use BP_SYM.
23525         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23526         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
23527         <bp-sym.h>.
23528         (_setjmp): Don't use BP_SYM.
23529         (__novmx_setjmp): Likewise.
23530         (__GI__setjmp): Likewise.
23531         (__vmx_setjmp): Likewise.
23532         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
23533         <bp-sym.h>.
23534         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
23535         (__bzero): Don't use BP_SYM.
23536         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23537         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23538         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
23539         <bp-sym.h> and <bp-asm.h>.
23540         (memcpy): Don't use BP_SYM.
23541         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
23542         <bp-sym.h> and <bp-asm.h>.
23543         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23544         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
23545         <bp-sym.h> and <bp-asm.h>.
23546         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23547         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
23548         <bp-asm.h>.
23549         (__mpn_lshift): Don't use BP_SYM.
23550         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23551         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
23552         <bp-asm.h>.
23553         (memset): Don't use BP_SYM.
23554         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23555         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23556         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
23557         <bp-asm.h>.
23558         (__mpn_mul_1): Don't use BP_SYM.
23559         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23560         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
23561         <bp-sym.h> and <bp-asm.h>.
23562         (memcmp): Don't use BP_SYM.
23563         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
23564         <bp-sym.h> and <bp-asm.h>.
23565         (memcpy): Don't use BP_SYM.
23566         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
23567         <bp-sym.h> and <bp-asm.h>.
23568         (memset): Don't use BP_SYM.
23569         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
23570         <bp-sym.h> and <bp-asm.h>.
23571         (strncmp): Don't use BP_SYM.
23572         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
23573         <bp-sym.h> and <bp-asm.h>.
23574         (memcpy): Don't use BP_SYM.
23575         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
23576         <bp-sym.h> and <bp-asm.h>.
23577         (memset): Don't use BP_SYM.
23578         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
23579         <bp-sym.h> and <bp-asm.h>.
23580         (__memchr): Don't use BP_SYM.
23581         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
23582         <bp-sym.h> and <bp-asm.h>.
23583         (memcmp): Don't use BP_SYM.
23584         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
23585         <bp-sym.h> and <bp-asm.h>.
23586         (memcpy): Don't use BP_SYM.
23587         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
23588         <bp-sym.h> and <bp-asm.h>.
23589         (__mempcpy): Don't use BP_SYM.
23590         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
23591         <bp-sym.h> and <bp-asm.h>.
23592         (__memrchr): Don't use BP_SYM.
23593         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
23594         <bp-sym.h> and <bp-asm.h>.
23595         (memset): Don't use BP_SYM.
23596         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
23597         <bp-sym.h> and <bp-asm.h>.
23598         (__rawmemchr): Don't use BP_SYM.
23599         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
23600         <bp-sym.h> and <bp-asm.h>.
23601         (__STRCMP): Don't use BP_SYM.
23602         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
23603         <bp-sym.h> and <bp-asm.h>.
23604         (strchr): Don't use BP_SYM.
23605         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
23606         <bp-sym.h> and <bp-asm.h>.
23607         (__strchrnul): Don't use BP_SYM.
23608         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
23609         <bp-sym.h> and <bp-asm.h>.
23610         (strlen): Don't use BP_SYM.
23611         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
23612         <bp-sym.h> and <bp-asm.h>.
23613         (strncmp): Don't use BP_SYM.
23614         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
23615         <bp-sym.h> and <bp-asm.h>.
23616         (__strnlen): Don't use BP_SYM.
23617         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
23618         <bp-asm.h>.
23619         (__mpn_rshift): Don't use BP_SYM.
23620         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23621         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
23622         <bp-sym.h> and <bp-asm.h>.
23623         (__sigsetjmp): Don't use BP_SYM.
23624         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
23625         (L(start_addresses)): Don't use BP_SYM.
23626         (_start): Likewise.
23627         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
23628         <bp-asm.h>.
23629         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
23630         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23631         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23632         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
23633         <bp-asm.h>.
23634         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
23635         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23636         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23637         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
23638         <bp-asm.h>.
23639         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23640         comments.
23641         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23642         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
23643         <bp-asm.h>.
23644         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
23645         FIXME comments.
23646         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23647         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23648         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
23649         <bp-asm.h>.
23650         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23651         comment.
23652         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
23653         and <bp-asm.h>.
23654         (strncmp): Don't use BP_SYM,
23655         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
23656         <bp-asm.h>.
23657         (__mpn_sub_n): Don't use BP_SYM.
23658         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23659         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
23660         and <bp-asm.h>.
23661         (__mpn_submul_1): Don't use BP_SYM.
23662         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23663         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
23664         <bp-sym.h> and <bp-asm.h>.
23665         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
23667         <bp-sym.h> and <bp-asm.h>.
23668         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23669         comment.
23670
23671 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23672
23673         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
23674         Use ZK to minimize writes to Z.
23675         (sub_magnitudes): Simplify code a bit.
23676         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
23677         Use ZK to minimize writes to Z.
23678         (sub_magnitudes): Simplify code a bit.
23679
23680 2013-02-27  Roland McGrath  <roland@hack.frob.com>
23681
23682         * csu/gmon-start.c: Add special exception to license text.
23683
23684 2013-02-27  Richard Henderson  <rth@redhat.com>
23685
23686         * scripts/config.guess: Update from config.git.
23687         * scripts/config.sub: Likewise.
23688
23689 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
23690
23691         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
23692
23693         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
23694
23695         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
23696
23697         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
23698
23699         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
23700
23701 2013-02-26  Roland McGrath  <roland@hack.frob.com>
23702
23703         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
23704         [$(build-shared = yes].
23705
23706 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23707
23708         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
23709         (__mul): Reduce iterations for calculating mantissa.
23710
23711         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
23712         MPTWO.
23713         (__mpranred): Likewise.
23714
23715         [BZ #15160]
23716         * malloc/memusagestat.c (main): Draw graphs for heap and stack
23717         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
23718
23719 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23720
23721         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
23722         Define __attribute__.
23723
23724 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23725
23726         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
23727         unused.
23728         * posix/regex_internal.h (__attribute): Remove.
23729         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
23730         (re_string_context_at): Likewise.
23731         (bitset_not): Use __attribute__ and mark function as possibly
23732         unused.
23733         (bitset_merge): Likewise.
23734         (bitset_mask): Likewise.
23735         (re_string_char_size_at): Likewise.
23736         (re_string_wchar_at): Likewise.
23737         (re_string_elem_size_at): Likewise.
23738
23739 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23740
23741         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
23742         code.
23743         (cc32): Likewise.
23744
23745         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
23746         (__acr): Likewise.
23747         (__cpy): Likewise.
23748         (norm): Likewise.
23749         (denorm): Likewise.
23750         (__dbl_mp): Likewise.
23751         (add_magnitudes): Likewise.
23752         (sub_magnitudes): Likewise.
23753         (__mul): Likewise.
23754         (__inv): Likewise.
23755
23756         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
23757         style.
23758
23759         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
23760         style.
23761
23762         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
23763         code.
23764
23765         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
23766         up changes with default code.
23767         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
23768         Likewise.
23769
23770 2013-02-24  Allan McRae  <allan@archlinux.org>
23771
23772         * manual/socket.texi (The Internet Namespace): Order menu items
23773         to match that in the file.
23774
23775         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
23776         node listing of the info page menu.
23777
23778 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
23779
23780         [BZ #13550]
23781         * sysdeps/i386/bp-asm.h: Remove file.
23782         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
23783         (PARMS): Do not use macros from bp-asm.h.
23784         (S1): Likewise.
23785         (S2): Likewise.
23786         (SIZE): Likewise.
23787         (__mpn_add_n): Do not use BP_SYM
23788         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
23789         "bp-asm.h".
23790         (PARMS): Do not use macros from bp-asm.h.
23791         (S1): Likewise.
23792         (SIZE): Likewise.
23793         (__mpn_addmul_1): Do not use BP_SYM
23794         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
23795         "bp-asm.h".
23796         (PARMS): Do not use macros from bp-asm.h.
23797         (SIGMSK): Likewise.
23798         (_setjmp): Likewise.  Do not use BP_SYM.
23799         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
23800         "bp-asm.h".
23801         (PARMS): Do not use macros from bp-asm.h.
23802         (SIGMSK): Likewise.
23803         (setjmp): Likewise.  Do not use BP_SYM.
23804         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
23805         "bp-asm.h".
23806         (PARMS): Do not use macros from bp-asm.h.
23807         (__frexp): Do not use BP_SYM.
23808         (frexp): Likewise.
23809         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
23810         "bp-asm.h".
23811         (PARMS): Do not use macros from bp-asm.h.
23812         (__frexpf): Do not use BP_SYM.
23813         (frexpf): Likewise.
23814         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
23815         "bp-asm.h".
23816         (PARMS): Do not use macros from bp-asm.h.
23817         (__frexpl): Do not use BP_SYM.
23818         (frexpl): Likewise.
23819         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
23820         "bp-asm.h".
23821         (PARMS): Do not use macros from bp-asm.h.
23822         (__remquo): Do not use BP_SYM.
23823         (remquo): Likewise.
23824         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
23825         "bp-asm.h".
23826         (PARMS): Do not use macros from bp-asm.h.
23827         (__remquof): Do not use BP_SYM.
23828         (remquof): Likewise.
23829         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
23830         "bp-asm.h".
23831         (PARMS): Do not use macros from bp-asm.h.
23832         (__remquol): Do not use BP_SYM.
23833         (remquol): Likewise.
23834         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
23835         "bp-asm.h".
23836         (PARMS): Do not use macros from bp-asm.h.
23837         (DEST): Likewise.
23838         (SRC): Likewise.
23839         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
23840         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
23841         "bp-asm.h".
23842         (PARMS): Do not use macros from bp-asm.h.
23843         (strlen): Do not use BP_SYM.
23844         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
23845         "bp-asm.h".
23846         (PARMS): Do not use macros from bp-asm.h.
23847         (S1): Likewise.
23848         (S2): Likewise.
23849         (SIZE): Likewise.
23850         (__mpn_add_n): Do not use BP_SYM.
23851         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
23852         "bp-asm.h".
23853         (PARMS): Do not use macros from bp-asm.h.
23854         (S1): Likewise.
23855         (SIZE): Likewise.
23856         (__mpn_addmul_1): Do not use BP_SYM.
23857         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
23858         weak_alias.
23859         (bzero): Likewise.
23860         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
23861         "bp-asm.h".
23862         (PARMS): Do not use macros from bp-asm.h.
23863         (S): Likewise.
23864         (SIZE): Likewise.
23865         (__mpn_lshift): Do not use BP_SYM.
23866         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
23867         "bp-asm.h".
23868         (PARMS): Do not use macros from bp-asm.h.
23869         (DEST): Likewise.
23870         (SRC): Likewise.
23871         (LEN): Likewise.
23872         (memcpy): Likewise.  Do not use BP_SYM.
23873         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
23874         libc_hidden_def and weak_alias.
23875         (mempcpy): Do not use BP_SYM in weak_alias.
23876         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
23877         "bp-asm.h".
23878         (PARMS): Do not use macros from bp-asm.h.
23879         (DEST): Likewise.
23880         (LEN): Likewise.
23881         [!BZERO_P] (CHR): Likewise.
23882         (memset): Likewise.  Do not use BP_SYM.
23883         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
23884         "bp-asm.h".
23885         (PARMS): Do not use macros from bp-asm.h.
23886         (S1): Likewise.
23887         (SIZE): Likewise.
23888         (__mpn_mul_1): Do not use BP_SYM.
23889         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
23890         "bp-asm.h".
23891         (PARMS): Do not use macros from bp-asm.h.
23892         (S): Likewise.
23893         (SIZE): Likewise.
23894         (__mpn_rshift): Do not use BP_SYM.
23895         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
23896         "bp-asm.h".
23897         (PARMS): Do not use macros from bp-asm.h.
23898         (STR): Likewise.
23899         (CHR): Likewise.
23900         (strchr): Likewise.  Do not use BP_SYM.
23901         (index): Do not use BP_SYM in weak_alias.
23902         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
23903         "bp-asm.h".
23904         (PARMS): Do not use macros from bp-asm.h.
23905         (DEST): Likewise.
23906         (SRC): Likewise.
23907         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
23908         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
23909         "bp-asm.h".
23910         (PARMS): Do not use macros from bp-asm.h.
23911         (strlen): Do not use BP_SYM.
23912         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
23913         "bp-asm.h".
23914         (PARMS): Do not use macros from bp-asm.h.
23915         (S1): Likewise.
23916         (S2): Likewise.
23917         (SIZE): Likewise.
23918         (__mpn_sub_n): Do not use BP_SYM.
23919         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
23920         "bp-asm.h".
23921         (PARMS): Do not use macros from bp-asm.h.
23922         (S1): Likewise.
23923         (SIZE): Likewise.
23924         (__mpn_submul_1): Do not use BP_SYM.
23925         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
23926         "bp-asm.h".
23927         (PARMS): Do not use macros from bp-asm.h.
23928         (S1): Likewise.
23929         (S2): Likewise.
23930         (SIZE): Likewise.
23931         (__mpn_add_n): Do not use BP_SYM.
23932         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
23933         weak_alias.
23934         (bzero): Likewise.
23935         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
23936         "bp-asm.h".
23937         (PARMS): Do not use macros from bp-asm.h.
23938         (BLK2): Likewise.
23939         (LEN): Likewise.
23940         (memcmp): Do not use BP_SYM.
23941         (bcmp): Do not use BP_SYM in weak_alias.
23942         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
23943         "bp-asm.h".
23944         (PARMS): Do not use macros from bp-asm.h.
23945         (DEST): Likewise.
23946         (SRC): Likewise.
23947         (LEN): Likewise.
23948         (memcpy): Likewise.  Do not use BP_SYM.
23949         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
23950         "bp-asm.h".
23951         (PARMS): Do not use macros from bp-asm.h.
23952         (DEST): Likewise.
23953         (SRC): Likewise.
23954         (LEN): Likewise.
23955         (memmove): Likewise.  Do not use BP_SYM.
23956         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
23957         "bp-asm.h".
23958         (PARMS): Do not use macros from bp-asm.h.
23959         (DEST): Likewise.
23960         (SRC): Likewise.
23961         (LEN): Likewise.
23962         (__mempcpy): Likewise.  Do not use BP_SYM.
23963         (mempcpy): Do not use BP_SYM in weak_alias.
23964         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
23965         "bp-asm.h".
23966         (PARMS): Do not use macros from bp-asm.h.
23967         (DEST): Likewise.
23968         (LEN): Likewise.
23969         [!BZERO_P] (CHR): Likewise.
23970         (memset): Likewise.  Do not use BP_SYM.
23971         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
23972         "bp-asm.h".
23973         (PARMS): Do not use macros from bp-asm.h.
23974         (STR2): Likewise.
23975         (strcmp): Do not use BP_SYM.
23976         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
23977         "bp-asm.h".
23978         (PARMS): Do not use macros from bp-asm.h.
23979         (STR): Likewise.
23980         (DELIM): Likewise.
23981         [USE_AS_STRTOK_R] (SAVE): Likewise.
23982         (FUNCTION): Likewise.  Do not use BP_SYM.
23983         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
23984         aliases.
23985         (strtok_r): Likewise.
23986         (__GI___strtok_r): Likewise.
23987         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
23988         (PARMS): Do not use macros from bp-asm.h.
23989         (S): Likewise.
23990         (SIZE): Likewise.
23991         (__mpn_lshift): Do not use BP_SYM.
23992         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
23993         (PARMS): Do not use macros from bp-asm.h.
23994         (STR): Likewise.
23995         (CHR): Likewise.
23996         (__memchr): Do not use BP_SYM.
23997         (memchr): Do not use BP_SYM in weak_alias.
23998         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
23999         (PARMS): Do not use macros from bp-asm.h.
24000         (BLK2): Likewise.
24001         (LEN): Likewise.
24002         (memcmp): Do not use BP_SYM.
24003         (bcmp): Do not use BP_SYM in weak_alias.
24004         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
24005         (PARMS): Do not use macros from bp-asm.h.
24006         (S1): Likewise.
24007         (SIZE): Likewise.
24008         (__mpn_mul_1): Do not use BP_SYM.
24009         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
24010         "bp-asm.h".
24011         (PARMS): Do not use macros from bp-asm.h.
24012         (STR): Likewise.
24013         (CHR): Likewise.
24014         (__rawmemchr): Do not use BP_SYM.
24015         (rawmemchr): Do not use BP_SYM in weak_alias.
24016         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
24017         (PARMS): Do not use macros from bp-asm.h.
24018         (S): Likewise.
24019         (SIZE): Likewise.
24020         (__mpn_rshift): Do not use BP_SYM.
24021         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
24022         (PARMS): Do not use macros from bp-asm.h.
24023         (SIGMSK): Likewise.
24024         (__sigsetjmp): Likewise.  Do not use BP_SYM.
24025         * sysdeps/i386/start.S: Do not include "bp-sym.h".
24026         (_start): Do not use BP_SYM.
24027         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
24028         (PARMS): Do not use macros from bp-asm.h.
24029         (DEST): Likewise.
24030         (SRC): Likewise.
24031         (__stpcpy): Likewise.  Do not use BP_SYM.
24032         (stpcpy): Do not use BP_SYM in weak_alias.
24033         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
24034         "bp-asm.h".
24035         (PARMS): Do not use macros from bp-asm.h.
24036         (DEST): Likewise.
24037         (SRC): Likewise.
24038         (LEN): Likewise.
24039         (__stpncpy): Likewise.  Do not use BP_SYM.
24040         (stpncpy): Do not use BP_SYM in weak_alias.
24041         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
24042         (PARMS): Do not use macros from bp-asm.h.
24043         (STR): Likewise.
24044         (CHR): Likewise.
24045         (strchr): Likewise.  Do not use BP_SYM.
24046         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
24047         "bp-asm.h".
24048         (PARMS): Do not use macros from bp-asm.h.
24049         (STR): Likewise.
24050         (CHR): Likewise.
24051         (__strchrnul): Likewise.  Do not use BP_SYM.
24052         (strchrnul): Do not use BP_SYM in weak_alias.
24053         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
24054         "bp-asm.h".
24055         (PARMS): Do not use macros from bp-asm.h.
24056         (STOP): Likewise.
24057         (strcspn): Do not use BP_SYM.
24058         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
24059         "bp-asm.h".
24060         (PARMS): Do not use macros from bp-asm.h.
24061         (STR): Likewise.
24062         (STOP): Likewise.
24063         (strpbrk): Likewise.  Do not use BP_SYM.
24064         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
24065         "bp-asm.h".
24066         (PARMS): Do not use macros from bp-asm.h.
24067         (STR): Likewise.
24068         (CHR): Likewise.
24069         (strrchr): Likewise.  Do not use BP_SYM.
24070         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
24071         (PARMS): Do not use macros from bp-asm.h.
24072         (SKIP): Likewise.
24073         (strspn): Do not use BP_SYM.
24074         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
24075         (PARMS): Do not use macros from bp-asm.h.
24076         (STR): Likewise.
24077         (DELIM): Likewise.
24078         (SAVE): Likewise.
24079         (FUNCTION): Likewise.  Do not use BP_SYM.
24080         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
24081         aliases.
24082         (strtok_r): Likewise.
24083         (__GI___strtok_r): Likewise.
24084         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
24085         (PARMS): Do not use macros from bp-asm.h.
24086         (S1): Likewise.
24087         (S2): Likewise.
24088         (SIZE): Likewise.
24089         (__mpn_sub_n): Do not use BP_SYM.
24090         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
24091         "bp-asm.h".
24092         (PARMS): Do not use macros from bp-asm.h.
24093         (S1): Likewise.
24094         (SIZE): Likewise.
24095         (__mpn_submul_1): Do not use BP_SYM.
24096         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
24097         <bp-sym.h>.
24098         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
24099         and <bp-asm.h>.
24100         (PARMS): Do not use macros from bp-asm.h.
24101         (FLAGS): Likewise.
24102         (PTID): Likewise.
24103         (TLS): Likewise.
24104         (CTID): Likewise.
24105         (__clone): Do not use BP_SYM.
24106         (clone): Do not use BP_SYM in weak_alias.
24107         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
24108         and <bp-asm.h>.
24109         (PARMS): Do not use macros from bp-asm.h.
24110         (LEN): Likewise.
24111         (__mmap64): Do not use BP_SYM.
24112         (mmap64): Do not use BP_SYM in weak_alias.
24113         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
24114         <bp-sym.h> and <bp-asm.h>.
24115         (PARMS): Do not use macros from bp-asm.h.
24116         (__posix_fadvise64_l64): Do not use BP_SYM.
24117         * sysdeps/unix/sysv/linux/i386/semtimedop.S
24118         (PARMS): Do not use macros from bp-asm.h.
24119         (NSOPS): Likewise.
24120         (semtimedop): Do not use BP_SYM.
24121         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
24122         and <bp-asm.h>.
24123
24124 2013-02-21  Allan McRae  <allan@archlinux.org>
24125
24126         * manual/message.texi (Charset conversion in gettext):
24127         Move @end statement to beginning of line.
24128
24129 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24130
24131         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
24132         static.
24133         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
24134         Likewise.
24135
24136         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
24137         (denorm): Likewise.
24138         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
24139         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
24140
24141 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24142
24143         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
24144         tail-call to the resolved function if pltexit isn't needed.
24145
24146 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24147
24148         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
24149         or Y being zero as being unlikely.
24150         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
24151         Likewise.
24152
24153 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
24154
24155         * manual/nss.texi (System Databases and Name Service Switch):
24156         Remove frobnicate @pxref.
24157
24158 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24159
24160         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24161         __attribute__ ((unused)) to __attribute__ ((__unused__)).
24162
24163 2013-02-20  Petr Machata  <pmachata@redhat.com>
24164
24165         * elf/elf.h (R_ARM_TARGET1): New macro.
24166         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
24167         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
24168         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
24169         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
24170         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
24171         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
24172         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
24173         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
24174         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
24175         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
24176         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
24177         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
24178         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
24179         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
24180         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
24181         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
24182         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
24183         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
24184         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
24185         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
24186         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
24187         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
24188         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
24189         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
24190         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
24191         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
24192         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
24193         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
24194         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
24195         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
24196         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
24197         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
24198         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
24199         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
24200         (R_ARM_THM_GOT_BREL12): Likewise.
24201         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
24202         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
24203         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
24204         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
24205         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
24206         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
24207         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
24208         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
24209         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
24210
24211 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
24212
24213         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
24214         __attribute_used__ to __attribute__ ((unused)).
24215
24216 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
24217
24218         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
24219         powerpc mpa.c.
24220         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
24221         comment formatting.
24222         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
24223
24224 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
24225
24226         [BZ #13550]
24227         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
24228         Remove macro.
24229         (ENTER): Remove both macro definitions.
24230         (LEAVE): Likewise.
24231         (CHECK_BOUNDS_LOW): Likewise.
24232         (CHECK_BOUNDS_HIGH): Likewise.
24233         (CHECK_BOUNDS_BOTH): Likewise.
24234         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
24235         (RETURN_BOUNDED_POINTER): Likewise.
24236         (RETURN_NULL_BOUNDED_POINTER): Likewise.
24237         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
24238         (POP_ERRNO_LOCATION_RETURN): Likewise.
24239         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
24240         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24241         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
24242         macros.
24243         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24244         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
24245         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
24246         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
24247         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
24248         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
24249         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
24250         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
24251         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
24252         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
24253         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
24254         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
24255         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24256         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
24257         removed macros.
24258         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24259         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
24260         macros.
24261         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24262         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
24263         * sysdeps/i386/i586/memset.S (memset): Likewise.
24264         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
24265         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24266         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
24267         macros.
24268         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24269         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
24270         Change uses of L(2) to L(out).
24271         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
24272         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
24273         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
24274         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24275         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
24276         removed macros.
24277         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24278         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
24279         macros.
24280         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24281         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
24282         (RETURN): Do not use macro LEAVE.
24283         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
24284         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
24285         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
24286         * sysdeps/i386/i686/memset.S (memset): Likewise.
24287         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
24288         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
24289         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
24290         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
24291         Likewise.
24292         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24293         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
24294         L(1_2) and L(1_3) into L(1).
24295         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24296         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
24297         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24298         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
24299         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
24300         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
24301         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
24302         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24303         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
24304         macros.
24305         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
24306         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
24307         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
24308         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
24309         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
24310         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
24311         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
24312         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
24313         * sysdeps/i386/strcspn.S (strcspn): Likewise.
24314         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
24315         * sysdeps/i386/strrchr.S (strrchr): Likewise.
24316         * sysdeps/i386/strspn.S (strspn): Likewise.
24317         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
24318         conditional code.
24319         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
24320         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
24321         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
24322         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
24323         L(1_3) into L(1_1).
24324         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
24325         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
24326         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
24327         macros.
24328         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
24329
24330 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
24331
24332         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
24333         macro.
24334
24335 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
24336
24337         * math/atest-exp.c (exp_mpn): Remove ROUND.
24338         * math/atest-exp2.c (exp_mpn): Likewise.
24339         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
24340
24341         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
24342         * stdlib/tst-tls-atexit-lib.c: Likewise.
24343         * stdlib/tst-tls-atexit.c: Likewise.
24344
24345 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24346
24347         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
24348         and __attribute_alloc_size__.
24349
24350 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24351
24352         * include/programs/xmalloc.h: Change __attribute_alloc_size to
24353         __attribute_alloc_size__.
24354         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
24355         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
24356
24357 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
24358
24359         * include/programs/xmalloc.h: New file.
24360         * catgets/gencat.c: Include it.
24361         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
24362         * elf/pldd.c: Likewise.
24363         * iconv/iconv_charmap.c: Likewise.
24364         * iconv/iconvconfig.c: Likewise.
24365         * iconv/strtab.c: Likewise.
24366         * locale/programs/locale.c: Likewise.
24367         * locale/programs/localedef.h: Likewise.
24368         * locale/programs/simple-hash.c: Likewise.
24369         * nscd/nscd.h: Likewise.
24370         * nss/makedb.c: Likewise.
24371         * sysdeps/generic/ldconfig.h: Likewise.
24372
24373 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24374
24375         * Versions.def: Add GLIBC_2.18.
24376         * include/link.h (struct link_map): New member l_tls_dtor_count.
24377         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
24378         (__call_tls_dtors): Likewise.
24379         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
24380         __cxa_thread_atexit_impl.
24381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
24382         Likewise.
24383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
24384         Likewise.
24385         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
24386         Likewise.
24387         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
24388         Likewise.
24389         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
24390         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
24391         Likewise.
24392         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
24393         Likewise.
24394         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
24395         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
24396         Likewise.
24397         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
24398         (tests): Add test case tst-tls-atexit.
24399         (modules-names): Add shared library for tst-tls-atexit.
24400         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
24401         (GLIBC_PRIVATE): Add __call_tls_dtors.
24402         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
24403         for libstdc++.
24404         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
24405         * stdlib/tst-tls-atexit.c: New test case.
24406         * stdlib/tst-tls-atexit-lib.c: New test case.
24407
24408         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
24409
24410         * elf/Versions (ld): Add _dl_find_dso_for_object.
24411         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
24412         * elf/dl-open.c (_dl_find_dso_for_object): New function.
24413         (dl_open_worker): Use _dl_find_dso_for_object.
24414         * elf/dl-sym.c (do_sym): Likewise.
24415         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
24416
24417 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24418
24419         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
24420         Syntactic changes only.
24421         (_dl_runtime_profile): Do a tail-call to the resolved function.
24422
24423 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
24424
24425         [BZ #13550]
24426         * sysdeps/x86_64/bp-asm.h: Remove file.
24427         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
24428         <bp-sym.h> and <bp-asm.h>.
24429         (__clone): Do not use BP_SYM.
24430         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
24431         <bp-sym.h> and <bp-asm.h>.
24432         * sysdeps/unix/x86_64/sysdep.S: Likewise.
24433         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
24434         "bp-asm.h".
24435         (_setjmp): Do not use BP_SYM.
24436         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
24437         "bp-asm.h".
24438         (setjmp): Do not use BP_SYM.
24439         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
24440         libc_hidden_def.
24441         (mempcpy): Do not use BP_SYM in weak_alias.
24442         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
24443         "bp-asm.h".
24444         (strchr): Do not use BP_SYM.
24445         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
24446         "bp-asm.h".
24447         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
24448         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
24449         (_start): Do not use BP_SYM.
24450         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
24451         "bp-asm.h".
24452         (strcat): Do not use BP_SYM.
24453         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
24454         "bp-asm.h".
24455         (STRCMP): Do not use BP_SYM.
24456         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
24457         "bp-asm.h".
24458         (STRCPY): Do not use BP_SYM.
24459         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
24460         "bp-asm.h".
24461         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
24462         "bp-asm.h".
24463         (FUNCTION): Do not use BP_SYM.
24464         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
24465         weak_alias.
24466         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
24467
24468 2013-02-17  Andreas Jaeger  <aj@suse.de>
24469
24470         * time/Versions: Sort entries.
24471         * string/Versions: Likewise.
24472         * resolv/Versions: Likewise.
24473         * posix/Versions: Likewise.
24474         * iconv/Versions: Likewise.
24475         * elf/Versions: Likewise.
24476         * wcsmbs/Versions: Likewise.
24477
24478 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24479
24480         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
24481         loop termination condition.
24482
24483         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
24484         variable to calculate EZ.
24485         (__sqr): Likewise.
24486
24487         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
24488         the lower precision input.
24489
24490 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
24491
24492         [BZ #13550]
24493         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
24494         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
24495         (run-via-rtld-prefix): Do not handle %-bp tests.
24496         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
24497         (all-object-suffixes): Remove .ob.
24498         (bppfx): Remove variable.
24499         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
24500         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
24501         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
24502         [$(build-bounded) = yes] (libtype.ob): Likewise.
24503         * Makerules (elide-routines.ob): Remove variable.
24504         (do-tests-clean): Do not handle *-bp.out.
24505         (common-mostlyclean): Do not handle *-bp and *-bp.out.
24506         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
24507         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
24508         (tests): Do not include $(tests-bp.out).
24509         (xtests): Do not include $(xtests-bp.out).
24510         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
24511         [$(build-bounded) = yes] ($(addprefix
24512         $(objpfx),$(binaries-bounded))): Remove rule.
24513         ($(objpfx)%-bp.out): Remove rule.
24514         * config.make.in (build-bounded): Remove variable.
24515         * crypt/Makefile [$(build-bounded) = yes]
24516         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
24517         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
24518         append to variable.
24519         [$(build-bounded) = yes] (install-lib): Likewise.
24520         [$(build-bounded) = yes] (generated): Likewise.
24521         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
24522         Remove rule.
24523         * intl/Makefile [$(build-bounded) = yes]
24524         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
24525         * math/Makefile [$(build-bounded) = yes]
24526         ($(tests:%=$(objpfx)%-bp): Likewise.
24527         * misc/Makefile [$(build-bounded) = yes]
24528         ($(objpfx)tst-tsearch-bp): Likewise.
24529         * nptl/Makeconfig (bounded-thread-library): Remove variable.
24530         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
24531         Remove dependency.
24532         * string/Makefile (o-objects.ob): Remove variable.
24533         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
24534         (CFLAGS-.ob): Remove variable.
24535         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
24536         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
24537         both definitions of variable.
24538         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
24539         (ASFLAGS-.ob): Remove variable.
24540
24541 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
24542
24543         [BZ #13550]
24544         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
24545         Remove __BOUNDED_POINTERS__ from condition.
24546         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
24547         * string/bits/string2.h [!__NO_STRING_INLINES &&
24548         !__BOUNDED_POINTERS__]: Likewise.
24549         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
24550         Likewise.
24551         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
24552         Remove conditional code.
24553         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
24554         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
24555         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
24556         condition.
24557
24558         [BZ #13550]
24559         * csu/libc-start.c: Do not include <bp-sym.h>.
24560         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
24561         * elf/dl-open.c: Do not include <bp-sym.h>.
24562         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
24563         * math/fegetenv.c: Do not include <bp-sym.h>.
24564         (fegetenv): Do not use BP_SYM in versioned symbols.
24565         * nptl/sysdeps/pthread/bits/libc-lockP.h
24566         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
24567         <bp-sym.h>.
24568         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24569         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
24570         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24571         (__pthread_mutex_destroy): Likewise.
24572         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24573         (__pthread_mutex_lock): Likewise.
24574         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24575         (__pthread_mutex_trylock): Likewise.
24576         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24577         (__pthread_mutex_unlock): Likewise.
24578         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24579         (__pthread_mutexattr_init): Likewise.
24580         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24581         (__pthread_mutexattr_destroy): Likewise.
24582         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24583         (__pthread_mutexattr_settype): Likewise.
24584         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24585         (__pthread_rwlock_init): Likewise.
24586         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24587         (__pthread_rwlock_destroy): Likewise.
24588         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24589         (__pthread_rwlock_rdlock): Likewise.
24590         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24591         (__pthread_rwlock_tryrdlock): Likewise.
24592         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24593         (__pthread_rwlock_wrlock): Likewise.
24594         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24595         (__pthread_rwlock_trywrlock): Likewise.
24596         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24597         (__pthread_rwlock_unlock): Likewise.
24598         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24599         (__pthread_key_create): Likewise.
24600         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24601         (__pthread_setspecific): Likewise.
24602         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24603         (__pthread_getspecific): Likewise.
24604         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
24605         Likewise.
24606         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24607         (_pthread_cleanup_push_defer): Likewise.
24608         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24609         (_pthread_cleanup_pop_restore): Likewise.
24610         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24611         (pthread_setcancelstate): Likewise.
24612         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
24613         <bp-sym.h>.
24614         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
24615         (memchr): Do not use BP_SYM in weak_alias.
24616         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
24617         (fegetenv): Do not use BP_SYM in versioned symbols.
24618         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
24619         (fesetenv): Do not use BP_SYM in versioned symbols.
24620         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24621         (feupdateenv): Do not use BP_SYM in versioned symbols.
24622         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24623         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24624         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
24625         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
24626         (open64): Do not use BP_SYM in weak_alias.
24627         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
24628         (fegetenv): Do not use BP_SYM in versioned symbols.
24629         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
24630         (fesetenv): Do not use BP_SYM in versioned symbols.
24631         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24632         (feupdateenv): Do not use BP_SYM in versioned symbols.
24633         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
24634         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
24635         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
24636         (feraiseexcept): Do not use BP_SYM in versioned symbols.
24637         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24638         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24639         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
24640         <bp-sym.h>.
24641         (__libc_start_main): Do not use BP_SYM.
24642
24643 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24644
24645         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
24646         redundant return line.
24647         (norm): Likewise.
24648         (denorm): Likewise.
24649         (dbl_mp): Likewise.
24650         (sub_magnitudes): Likewise.
24651         (__add): Likewise.
24652         (__sub): Likewise.
24653         (__mul): Likewise.
24654         (__inv): Likewise.
24655         (__dvd): Likewise.
24656         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
24657         (norm): Likewise.
24658         (denorm): Likewise.
24659         (dbl_mp): Likewise.
24660         (sub_magnitudes): Likewise.
24661         (__add): Likewise.
24662         (__sub): Likewise.
24663         (__mul): Likewise.
24664         (__inv): Likewise.
24665         (__dvd): Likewise.
24666
24667         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
24668         instead of __mul.
24669         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
24670         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
24671         (cc32): Likewise.
24672
24673         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
24674         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
24675         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
24676         of __mul for squares.
24677         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
24678         function
24679         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
24680         Likewise.
24681         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
24682         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
24683
24684 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
24685
24686         [BZ #13550]
24687         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
24688         code.
24689         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
24690         prototype or function definition.  Rename ubp_* variables and
24691         parameters.  Remove argv definitions conditional on
24692         [__BOUNDED_POINTERS__].
24693         * debug/backtrace.c (__backtrace): Do not use __unbounded.
24694         * elf/dl-runtime.c (_dl_fixup): Likewise.
24695         * include/set-hooks.h (RUN_HOOK): Likewise.
24696         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
24697         definition.
24698         * string/strcpy.c (strcpy): Do not use __unbounded.
24699         * sysdeps/generic/frame.h (struct layout): Likewise.
24700         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
24701         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
24702         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
24703         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
24704         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
24705         (__backtrace): Likewise.
24706         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
24707         use __ptrvalue.
24708         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
24709         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
24710         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
24711         Likewise.
24712         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
24713         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
24714         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
24715         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
24716         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
24717         Do not use __unbounded.
24718         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
24719         Rename __unboundedrlimits parameter to rlimits in prototype.
24720         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
24721         Do not use __unbounded.
24722         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
24723         not use __ptrvalue.
24724         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
24725         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
24726         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
24727         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
24728         __ptrvalue or __unbounded.
24729         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
24730         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
24731         use __unbounded.
24732         (__new_msgctl): Do not use __ptrvalue.
24733         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
24734         __unbounded.
24735         (__libc_msgrcv): Do not use __ptrvalue.
24736         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
24737         startup_info): Do not use __unbounded.
24738         (__libc_start_main): Likewise.  Rename ubp_* variables and
24739         parameters.  Remove argv definitions conditional on
24740         [__BOUNDED_POINTERS__].
24741         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
24742         __ptrvalue.
24743         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
24744         use __unbounded.
24745         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
24746         or __ptrvalue.
24747         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
24748         use __unbounded.
24749         (__new_shmctl): Do not use __ptrvalue.
24750         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
24751         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
24752         Likewise.
24753         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
24754         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
24755         (__libc_sigaction): Likewise.
24756         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
24757         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
24758         Likewise.
24759         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
24760
24761 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
24762
24763         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
24764
24765         * string/mempcpy.c: Implement by calling memcpy.
24766
24767 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24768
24769         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
24770
24771         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
24772         evaluation.
24773
24774         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
24775         values in the mantissa.
24776
24777         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
24778         minimize writes to Z.
24779         (sub_magnitudes): Simplify code a bit.
24780
24781 2013-02-12  Roland McGrath  <roland@hack.frob.com>
24782
24783         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
24784         from the message.  The linker prefixes all warnings with that already.
24785
24786 2013-02-12  Andreas Schwab  <schwab@suse.de>
24787
24788         [BZ #15078]
24789         * posix/regexec.c (extend_buffers): Add parameter min_len.
24790         (check_matching): Pass minimum needed length.
24791         (clean_state_log_if_needed): Likewise.
24792         (get_subexp): Likewise.
24793         * posix/Makefile (tests): Add bug-regex34.
24794         (bug-regex34-ENV): Define.
24795         * posix/bug-regex34.c: New file.
24796
24797         [BZ #11561]
24798         * posix/regcomp.c (parse_bracket_exp): When looking up collating
24799         elements compare against the byte sequence of it, not its name.
24800         * posix/Makefile (tests): Add bug-regex35.
24801         (bug-regex35-ENV): Define.
24802         * posix/bug-regex35.c: New file.
24803
24804 2013-02-11  Tom de Vries  <tom@codesourcery.com>
24805
24806         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
24807         comment.
24808         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
24809         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
24810         (CHECK_EOL): Add undef.
24811
24812 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
24813
24814         * bits/stdlib-bsearch.h: New file.
24815         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
24816         * stdlib/stdlib.h: Likewise.
24817
24818 2013-02-11  Roland McGrath  <roland@hack.frob.com>
24819
24820         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
24821         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
24822         declaration.
24823         * manual/search.texi (Array Search Function): Add missing const in
24824         lfind prototype.
24825         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
24826         declaration to use rlim_t.
24827         (Basic Scheduling Functions): Remove erroneous const from
24828         sched_getparam prototype.  Remove erroneous * from
24829         sched_get_priority_max and sched_get_priority_min prototypes.
24830         (Resource Usage): Fix summary @comment on vtimes to refer to
24831         sys/vtimes.h rather than vtimes.h.
24832         Add missing *s in vtimes prototype.
24833         (Limits on Resources): Fix ulimit prototype to return long int.
24834         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
24835         prototypes to use long int rather than double.
24836         (BSD Random): Fix initstate and setstate to use char *, not void *.
24837         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
24838         prototype to make second argument 'struct aiocb64 *const[]'.
24839         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
24840         (Status of AIO Operations): Remove erroneous const in aio_return and
24841         aio_return64 prototypes.
24842         (Synchronizing I/O): Fix sync prototype to return void.
24843         * manual/startup.texi (Suboptions): Remove an erroneous const in
24844         getsubopt prototype.
24845         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
24846         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
24847         use size_t rather than int.
24848         (Scanning All Users): Likewise for getpwent_r.
24849         (Setting Groups): Add missing const to setgroups prototype.
24850         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
24851         * manual/socket.texi (Host Names): Fix gethostbyaddr and
24852         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
24853         'const void *' rather than 'const char *'.
24854         (Host Address Functions): Likewise for inet_ntop.
24855         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
24856         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
24857         ssize_t for return value.
24858         (Sending Data): Likewise for send, sendto, sendmsg.
24859         (Socket Option Functions): Add a missing const in setsockopt prototype.
24860         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
24861         use wchar_t for the argument.
24862         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
24863         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
24864         take no arguments.
24865         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
24866         double/float/long double for second argument.
24867         Fix return types of significand, significandf, significandl.
24868         * manual/filesys.texi (Setting Permissions): Use mode_t for second
24869         argument in fchmod prototype.
24870         (File Owner): Use uid_t and gid_t in fchown prototype.
24871         (File Times): Add const to utimes, futimes, and lutimes prototypes.
24872         (Making Special Files): Use mode_t and dev_t in mknod prototype.
24873         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
24874         use 'const struct dirent **' as argument types to CMP function pointer
24875         argument.
24876         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
24877         (File Times): Fix summary magic @comment for struct utimbuf and utime
24878         to refer to utime.h, not time.h.
24879         * manual/string.texi (Argz Functions): Add missing const in
24880         argz_extract and argz_next prototypes.
24881         (Finding Tokens in a String): Likewise for basename.
24882         (String/Array Comparison): Fix typo in wcscasecmp prototype.
24883         (Copying and Concatenation): Fix typo in wmemmove prototype.
24884         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
24885         (Signal Stack): Remove erroneous const in sigstack prototype.
24886         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
24887         prototype.
24888         (Simple Calendar Time): Likewise for stime.
24889         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
24890         prototype.
24891         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
24892         say sys/sysctl.h instead.
24893         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
24894         and vsyslog prototypes.
24895
24896 2013-02-11  Tom de Vries  <tom@codesourcery.com>
24897
24898         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
24899         Remove.
24900
24901 2013-02-11  Roland McGrath  <roland@hack.frob.com>
24902
24903         * misc/sys/mman.h: Fix typo in mremap comment.
24904
24905 2013-02-08  Roland McGrath  <roland@hack.frob.com>
24906
24907         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
24908         the '\0' terminator.
24909
24910 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
24911
24912         [BZ #13550]
24913         * debug/segfault.c: Don't include <bp-checks.h>.
24914         * sysdeps/generic/bp-checks.h: Remove file.
24915         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
24916         (__GETDENTS): Don't use CHECK_N.
24917         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
24918         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
24919         (__getgroups): Don't use CHECK_N.
24920         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
24921         (setgroups): Don't use CHECK_N.
24922         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
24923         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
24924         (__libc_msgrcv): Don't use CHECK_N.
24925         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
24926         (__libc_msgsnd): Don't use CHECK_N.
24927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
24928         <bp-checks.h>.
24929         (__libc_pread): Don't use CHECK_N.
24930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
24931         include <bp-checks.h>.
24932         (__libc_pread64): Don't use CHECK_N.
24933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
24934         include <bp-checks.h>.
24935         (__libc_pwrite): Don't use CHECK_N.
24936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
24937         include <bp-checks.h>.
24938         (__libc_pwrite64): Don't use CHECK_N.
24939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
24940         <bp-checks.h>.
24941         (__libc_pread): Don't use CHECK_N.
24942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
24943         include <bp-checks.h>.
24944         (__libc_pread64): Don't use CHECK_N.
24945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
24946         include <bp-checks.h>.
24947         (__libc_pwrite): Don't use CHECK_N.
24948         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
24949         include <bp-checks.h>.
24950         (__libc_pwrite64): Don't use CHECK_N.
24951         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
24952         (do_pread): Don't use CHECK_N.
24953         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
24954         (do_pread64): Don't use CHECK_N.
24955         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
24956         (do_pwrite): Don't use CHECK_N.
24957         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
24958         (do_pwrite64): Don't use CHECK_N.
24959         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
24960         (__libc_readv): Don't use CHECK_N.
24961         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
24962         (semop): Don't use CHECK_N.
24963         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
24964         <bp-checks.h>.
24965         (semtimedop): Don't use CHECK_N.
24966         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
24967         (__libc_pread): Don't use CHECK_N.
24968         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
24969         <bp-checks.h>.
24970         (__libc_pread64): Don't use CHECK_N.
24971         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
24972         <bp-checks.h>.
24973         (__libc_pwrite): Don't use CHECK_N.
24974         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
24975         <bp-checks.h>.
24976         (__libc_pwrite64): Don't use CHECK_N.
24977         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
24978         <bp-checks.h>.
24979         (__libc_msgrcv): Don't use CHECK_N.
24980         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
24981         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
24982         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
24983         (__libc_writev): Don't use CHECK_N.
24984
24985 2013-02-08  Roland McGrath  <roland@hack.frob.com>
24986
24987         * string/strcpy.c: Removed unused variable.
24988
24989         * Makeconfig (+sysdep-includes): Define with := rather than =.
24990         Use an existing include/ subdir of each sysdeps dir before it.
24991
24992 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24993
24994         * nscd/connection.c (register_traced_file): Comment function.
24995         [HAVE_INOTIFY] (union __inev): Define.
24996         [HAVE_INOTIFY] (inotify_check_files): New function.
24997         [HAVE_INOTIFY] (clear_db_cache): Likewise.
24998         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
24999         clear_db_cache.
25000         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
25001
25002 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25003
25004         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
25005         loaded if not already and that a failure is permanent.
25006
25007 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
25008
25009         [BZ #15006]
25010         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
25011         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
25012
25013 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
25014
25015         [BZ #13550]
25016         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
25017         (CHECK_1_NULL_OK): Likewise.
25018         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
25019         (__fxstat): Do not use CHECK_1.
25020         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
25021         <bp-checks.h>.
25022         (___fxstat64): Do not use CHECK_1.
25023         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
25024         <bp-checks.h>.
25025         (__fxstatat): Do not use CHECK_1.
25026         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
25027         <bp-checks.h>.
25028         (__fxstatat64): Do not use CHECK_1.
25029         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
25030         <bp-checks.h>.
25031         (__fxstat): Do not use CHECK_1.
25032         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
25033         <bp-checks.h>.
25034         (__fxstatat): Do not use CHECK_1.
25035         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
25036         <bp-checks.h>.
25037         (__getresgid): Do not use CHECK_1.
25038         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
25039         <bp-checks.h>.
25040         (__getresuid): Do not use CHECK_1.
25041         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
25042         <bp-checks.h>.
25043         (__lxstat): Do not use CHECK_1.
25044         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
25045         <bp-checks.h>.
25046         (__old_msgctl): Do not use CHECK_1.
25047         (__new_msgctl): Likewise.
25048         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
25049         <bp-checks.h>.
25050         (__new_setrlimit): Do not use CHECK_1.
25051         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
25052         <bp-checks.h>.
25053         (__old_shmctl): Do not use CHECK_1.
25054         (__new_shmctl): Likewise.
25055         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
25056         <bp-checks.h>.
25057         (__xstat): Do not use CHECK_1.
25058         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
25059         (__lxstat): Do not use CHECK_1.
25060         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
25061         <bp-checks.h>.
25062         (___lxstat64): Do not use CHECK_1.
25063         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
25064         (__old_msgctl): Do not use CHECK_1.
25065         (__new_msgctl): Likewise.
25066         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
25067         <bp-checks.h>.
25068         (__gettimeofday): Do not use CHECK_1.
25069         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
25070         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
25071         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
25072         <bp-checks.h>.
25073         (__gettimeofday): Do not use CHECK_1.
25074         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
25075         (__old_shmctl): Do not use CHECK_1_NULL_OK.
25076         (__new_shmctl): Do not use CHECK_1.
25077         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
25078         <bp-checks.h>.
25079         (do_sigtimedwait): Do not use CHECK_1.
25080         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
25081         <bp-checks.h>.
25082         (do_sigwaitinfo): Do not use CHECK_1.
25083         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
25084         <bp-checks.h>.
25085         (msgctl): Do not use CHECK_1.
25086         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
25087         <bp-checks.h>.
25088         (shmctl): Do not use CHECK_1.
25089         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
25090         (ustat): Do not use CHECK_1.
25091         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
25092         <bp-checks.h>.
25093         (__fxstat): Do not use CHECK_1.
25094         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
25095         <bp-checks.h>.
25096         (__fxstatat): Do not use CHECK_1.
25097         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
25098         <bp-checks.h>.
25099         (__lxstat): Do not use CHECK_1.
25100         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
25101         <bp-checks.h>.
25102         (__xstat): Do not use CHECK_1.
25103         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
25104         (__xstat): Do not use CHECK_1.
25105         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
25106         (___xstat64): Do not use CHECK_1.
25107
25108         [BZ #13550]
25109         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
25110         definitions.
25111         (CHECK_BOUNDS_HIGH): Likewise.
25112         * string/strcpy.c: Do not include <bp-checks.h>.
25113         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
25114
25115 2013-02-07  Roland McGrath  <roland@hack.frob.com>
25116
25117         * nscd/nscd-client.h (__nscd_drop_map_ref):
25118         Add __attribute__ ((unused)).
25119         * nis/nss-nisplus.h (niserr2nss): Likewise.
25120
25121         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
25122         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
25123
25124         * csu/libc-tls.c (init_static_tls, init_slotinfo):
25125         Remove inline keyword.
25126         * include/rounding-mode.h (round_away): Likewise.
25127         * libio/wfileops.c (adjust_wide_data): Likewise.
25128         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
25129         (__m128i_strloadu_tolower): Likewise.
25130         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
25131         (__m128i_strloadu_tolower): Likewise.
25132         * time/mktime.c (ydhms_diff): Likewise.
25133         * locale/elem-hash.h (elem_hash): Likewise.
25134         * locale/setlocale.c (setdata): Likewise.
25135         * posix/regex_internal.h (re_string_char_size_at): Likewise.
25136         (re_string_wchar_at): Likewise.
25137         (bitset_not, bitset_merge, bitset_mask): Likewise.
25138         [!(__GNUC__ > 3)] (inline): Remove macro.
25139         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
25140         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
25141         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
25142         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
25143         * string/memcmp.c (memcmp_bytes): Likewise.
25144         * locale/programs/locarchive.c (compute_hashval): Likewise.
25145         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
25146         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
25147         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
25148         * nss/getent.c (print_rpc, print_protocols): Likewise.
25149         (print_passwd, print_group, print_aliases): Likewise.
25150         * nis/nss-nisplus.h (niserr2nss): Likewise.
25151         * nscd/connections.c (restart_p): Likewise.
25152         Change return type to bool.
25153
25154 2013-02-05  Roland McGrath  <roland@hack.frob.com>
25155
25156         * Makeconfig (all-Depend-files): Add existing
25157         $(sorted-subdirs:=/Depend) files.
25158         (all-subdirs): Remove nss.
25159         * sysdeps/unix/inet/Subdirs: Add it here instead.
25160         * hesiod/Depend: New file.
25161
25162         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
25163         instead of calling alloca.
25164
25165         * io/lseek.c (__lseek): Rename to __libc_lseek.
25166         Define __lseek as an alias.
25167
25168         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
25169
25170 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
25171
25172         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
25173         else clause and remove check for non-standard endianness.
25174
25175 2013-02-04  David S. Miller  <davem@davemloft.net>
25176
25177         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25178
25179 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
25180
25181         [BZ #13550]
25182         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
25183         (__ubp_memchr): Remove prototype.
25184         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
25185         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25186         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
25187         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
25188         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
25189         Remove alias.
25190         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
25191         (__ubp_memchr): Likewise.
25192         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
25193         (__ubp_memchr): Likewise.
25194         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
25195         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
25196         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
25197         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
25198         CHECK_STRING.
25199         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
25200         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
25201         (__getcwd): Do not use CHECK_STRING.
25202         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
25203         <bp-checks.h>.
25204         (__real_chown): Do not use CHECK_STRING.
25205         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
25206         <bp-checks.h>.
25207         (fchownat): Do not use CHECK_STRING.
25208         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
25209         CHECK_STRING.
25210         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
25211         <bp-checks.h>.
25212         (__lchown): Do not use CHECK_STRING.
25213         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
25214         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
25215         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
25216         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
25217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
25218         include <bp-checks.h>.
25219         (truncate64): Do not use CHECK_STRING.
25220         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
25221         <bp-checks.h>.
25222         (__real_chown): Do not use CHECK_STRING.
25223         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
25224         <bp-checks.h>.
25225         (__lchown): Do not use CHECK_STRING.
25226         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
25227         <bp-checks.h>.
25228         (__chown): Do not use CHECK_STRING.
25229         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
25230         <bp-checks.h>.
25231         (truncate64): Do not use CHECK_STRING.
25232         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
25233         Likewise.
25234         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
25235         (__xmknod): Do not use CHECK_STRING.
25236         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
25237         <bp-checks.h>.
25238         (__xmknodat): Do not use CHECK_STRING.
25239         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
25240         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
25241
25242 2013-02-04  Andreas Schwab  <schwab@suse.de>
25243
25244         [BZ #14142]
25245         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
25246         * include/netdb.h: Likewise for h_errno.
25247         * elf/tst-stackguard1.c: Include <tls.h>.
25248
25249 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
25250
25251         * elf/link.h (struct link_map): Extend the l_addr comment.
25252         * include/link.h (struct link_map): Likewise.
25253
25254 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
25255
25256         [BZ #13550]
25257         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
25258         (BOUNDED_1): Remove macro.
25259         * debug/backtrace.c: Don't include <bp-checks.h>.
25260         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
25261         (__backtrace): Likewise.
25262         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
25263         <bp-checks.h>.
25264         (__backtrace): Don't use BOUNDED_1.
25265         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
25266         <bp-checks.h>.
25267         (__backtrace): Don't use BOUNDED_1.
25268         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
25269         (__backtrace): Don't use BOUNDED_1.
25270         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
25271         (shmat): Don't use BOUNDED_N.
25272
25273 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
25274
25275         [BZ #13550]
25276         * sysdeps/generic/bp-start.h: Remove file.
25277         * csu/libc-start.c: Don't include <bp-start.h>.
25278         (LIBC_START_MAIN): Set up __environ directly instead of using
25279         INIT_ARGV_and_ENVIRON.
25280         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
25281         <bp-start.h>.
25282
25283         [BZ #13550]
25284         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
25285         definitions.
25286         (CHECK_FCNTL): Likewise.
25287         (CHECK_N_PAGES): Likewise.
25288
25289         [BZ #13550]
25290         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
25291         definitions.
25292         (CHECK_SIGSET_NULL_OK): Likewise.
25293         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
25294         <bp-checks.h>.
25295         (sigpending): Don't use CHECK_SIGSET.
25296         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
25297         <bp-checks.h>.
25298         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25299         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
25300         <bp-checks.h>.
25301         (do_sigsuspend): Don't use CHECK_SIGSET.
25302         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
25303         use CHECK_SIGSET.
25304         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
25305         (do_sigwait): Don't use CHECK_SIGSET.
25306         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
25307         use CHECK_SIGSET.
25308         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
25309         include <bp-checks.h>.
25310         (sigpending): Don't use CHECK_SIGSET.
25311         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
25312         include <bp-checks.h>.
25313         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25314         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
25315         <bp-checks.h>.
25316         (sigpending): Don't use CHECK_SIGSET.
25317         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
25318         <bp-checks.h>.
25319         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
25320
25321         [BZ #13550]
25322         * sysdeps/generic/bp-semctl.h: Remove file.
25323         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
25324         <bp-checks.h> and <bp-semctl.h>.
25325         (__old_semctl): Don't use CHECK_SEMCTL.
25326         (__new_semctl): Likewise.
25327         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
25328         and <bp-semctl.h>.
25329         (__old_semctl): Don't use CHECK_SEMCTL.
25330         (__new_semctl): Likewise.
25331         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
25332         <bp-checks.h> and <bp-semctl.h>.
25333         (__old_semctl): Don't use CHECK_SEMCTL.
25334         (__new_semctl): Likewise.
25335         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
25336         <bp-checks.h> and <bp-semctl.h>.
25337         (semctl): Don't use CHECK_SEMCTL.
25338
25339         [BZ #13550]
25340         * Makerules (elide-bp-thunks): Remove variable.
25341         (elide-routines.oS): Don't use $(elide-bp-thunks).
25342         (elide-routines.os): Likewise.
25343         (elide-routines.o): Likewise.
25344         (elide-routines.op): Likewise.
25345         (elide-routines.og): Likewise.
25346         (objects): Don't use $(bp-thunks).
25347         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
25348         include.
25349         (common-generated): Do not add s-proto-bp.d.
25350         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
25351         (int): Likewise.
25352         (typ): Likewise.
25353         Do not generate makefile rules for bounded-pointer thunks.
25354         * sysdeps/generic/bp-thunks.h: Remove file.
25355         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
25356         * sysdeps/unix/s-proto-bp.S: Likewise.
25357
25358         [BZ #15062]
25359         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
25360         parts of result separately when argument is not close to line from
25361         -i to i and one part of argument is small.
25362         * math/k_casinhf.c (__kernel_casinhf): Likewise.
25363         * math/k_casinhl.c (__kernel_casinhl): Likewise.
25364         * math/libm-test.inc (cacos_test): Add more tests.
25365         (casin_test): Likewise.
25366         (casinh_test): Likewise.
25367         * sysdeps/i386/fpu/libm-test-ulps: Update.
25368         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25369
25370 2013-01-31  David S. Miller  <davem@davemloft.net>
25371
25372         * po/de.po: Update from translation team.
25373
25374 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
25375
25376         * time/tzfile.c: Include stdint.h for SIZE_MAX.
25377
25378 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
25379
25380         * configure.in (_AC_PROG_CC_C89): New definition.
25381         * configure: Regenerate.
25382
25383         * configure.in (AC_PROG_CPP): New definition.
25384         * configure: Regenerate.
25385
25386 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25387
25388         * debug/tst-backtrace.h: New file.
25389         * debug/tst-backtrace2.c: Include tst-backtrace.h.
25390         (ret): Remove variable.
25391         (x): Likewise.
25392         (FAIL): Remove macro.
25393         (NO_INLINE): Likewise.
25394         (fn1): Use match function instead of strstr.
25395         * debug/tst-backtrace3.c: Include tst-backtrace.h.
25396         (ret): Remove variable.
25397         (x): Likewise.
25398         (FAIL): Remove macro.
25399         (NO_INLINE): Likewise.
25400         (fn): Use match function instead of strstr.
25401         * debug/tst-backtrace4.c: Include tst-backtrace.h.
25402         (ret): Remove variable.
25403         (x): Likewise.
25404         (FAIL): Remove macro.
25405         (NO_INLINE): Likewise.
25406         (handle_signal): Use match function instead of strstr.
25407         * debug/tst-backtrace5.c: Include tst-backtrace.h.
25408         (ret): Remove variable.
25409         (x): Likewise.
25410         (FAIL): Remove macro.
25411         (NO_INLINE): Likewise.
25412         (handle_signal): Use match function instead of strstr.
25413
25414 2013-01-23  Roland McGrath  <roland@hack.frob.com>
25415
25416         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
25417
25418 2013-01-23  David S. Miller  <davem@davemloft.net>
25419
25420         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
25421         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
25422         argument of CAS if possible.
25423         * sysdeps/sparc/sparc64/bits/atomic.h
25424         (__arch_compare_and_exchange_val_32_acq): Likewise.
25425         (__arch_compare_and_exchange_val_64_acq): Likewise.
25426
25427 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
25428
25429         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
25430         * sysdeps/posix/ulimit.c: ... this.
25431         Include <limits.h>.
25432         * sysdeps/unix/bsd/ulimit.c: Remove file.
25433
25434 2013-01-23  Adam Conrad  <adconrad@0c3.net>
25435
25436         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
25437         (LDFLAGS-tst-array5): Likewise.
25438
25439 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25440
25441         [BZ #15036]
25442         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
25443         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
25444         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
25445         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
25446
25447 2013-01-21  David S. Miller  <davem@davemloft.net>
25448
25449         * sysdeps/sparc/backtrace.c: New file.
25450         * sysdeps/sparc/sparc32/backtrace.h: New file.
25451         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
25452         * sysdeps/sparc/sparc64/backtrace.h: New file.
25453         * sysdeps/sparc/sparc64/backtrace.c: Delete.
25454         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
25455         -funwind-tables.
25456
25457 2013-01-21  Andreas Schwab  <schwab@suse.de>
25458
25459         [BZ #15020]
25460         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
25461         closed its stdout.
25462
25463 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
25464
25465         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
25466         "mpa2.h".
25467         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25468
25469 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
25470             Mark Mitchell  <mark@codesourcery.com>
25471             Tom de Vries  <tom@codesourcery.com>
25472             Paul Pluzhnikov  <ppluzhnikov@google.com>
25473
25474         * debug/tst-backtrace2.c: New file.
25475         * debug/tst-backtrace3.c: Likewise.
25476         * debug/tst-backtrace4.c: Likewise.
25477         * debug/tst-backtrace5.c: Likewise.
25478         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
25479         (CFLAGS-tst-backtrace3.c): Likewise.
25480         (CFLAGS-tst-backtrace4.c): Likewise.
25481         (CFLAGS-tst-backtrace5.c): Likewise.
25482         (LDFLAGS-tst-backtrace2): Likewise.
25483         (LDFLAGS-tst-backtrace3): Likewise.
25484         (LDFLAGS-tst-backtrace4): Likewise.
25485         (LDFLAGS-tst-backtrace5): Likewise.
25486         (tests): Add new tests tst-backtrace2, tst-backtrace3,
25487         tst-backtrace4 and tst-backtrace5.
25488
25489 2013-01-18  Anton Blanchard  <anton@samba.org>
25490             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25491
25492         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
25493         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
25494         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
25495         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
25496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
25497         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
25498         "+r" and remove output regs list as redundant.  Add explicit inline
25499         asm to specify register of return val to work around compiler codegen
25500         bug.  Remove (int) cast on return value.  Add return type parameter to
25501         use in macro so that this macro does not truncate return value for
25502         64-bit values.
25503         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
25504         pass to INTERNAL_VSYSCALL_NCS.
25505         (INLINE_VSYSCALL): Add 'long int' as return type to
25506         INTERNAL_VSYSCALL_NCS macro invocation.
25507         (INTERNAL_VSYSCALL): Add 'long int' as return type to
25508         INTERNAL_VSYSCALL_NCS macro invocation.
25509         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
25510
25511 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25512
25513         [BZ #14496]
25514         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
25515         Fix application of SIMD FP exception mask.
25516
25517         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
25518         mp_no from a power of two.
25519         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
25520         __mpexp_twomm1.  Use __pow_mp.
25521
25522         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
25523         multiplication.
25524
25525 2013-01-17  David S. Miller  <davem@davemloft.net>
25526
25527         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25528
25529 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25530
25531         [BZ #15023]
25532         * include/complex.h: Condition contents on [!_COMPLEX_H].
25533         (__kernel_casinhf): New prototype.
25534         (__kernel_casinh): Likewise.
25535         (__kernel_casinhl): Likewise.
25536         * math/Makefile (libm_calls): Add k_casinh.
25537         * math/k_casinh.c: New file.
25538         * math/k_casinhf.c: Likewise.
25539         * math/k_casinhl.c: Likewise.
25540         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
25541         finite nonzero arguments.
25542         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
25543         finite nonzero arguments.
25544         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
25545         finite nonzero arguments.
25546         * math/s_casinh.c: Do not include <float.h>.
25547         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
25548         * math/s_casinhf.c: Do not include <float.h>.
25549         (__casinhf): Move code for finite nonzero arguments to
25550         k_casinhf.c.
25551         * math/s_casinhl.c: Do not include <float.h>.
25552         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
25553         redefine.
25554         (__casinhl): Move code for finite nonzero arguments to
25555         k_casinhl.c.
25556         * math/libm-test.inc (cacos_test): Add more tests.
25557         * sysdeps/i386/fpu/libm-test-ulps: Update.
25558         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25559
25560 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
25561
25562         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
25563         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
25564         [!HAVE_MREMAP]: Remove [defined linux] case.
25565         * malloc/arena.c: Do not include <malloc-sysdep.h>.
25566
25567 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25568
25569         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
25570
25571 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
25572
25573         * elf/elf.h (R_386_SIZE32): New relocation.
25574         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
25575         R_386_SIZE32.
25576         (elf_machine_rela): Likewise.
25577         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
25578         R_X86_64_SIZE64 and R_X86_64_SIZE32.
25579
25580 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25581
25582         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
25583         (FP_FAST_FMA): Do not define.
25584         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
25585         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
25586         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
25587         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
25588         !_SOFT_FLOAT]: Likewise.
25589         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
25590         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
25591         value.
25592         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
25593         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
25594         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
25595         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
25596         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
25597         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
25598         file.
25599
25600 2013-01-16  Andreas Schwab  <schwab@suse.de>
25601
25602         [BZ #14327]
25603         * include/stdlib.h (__mktemp): Add declaration.
25604         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
25605         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
25606
25607 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
25608
25609         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
25610         definitions.
25611         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
25612         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
25613         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
25614         definitions here.
25615         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
25616         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
25617         definitions.
25618         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
25619         and ONE.
25620         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
25621         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
25622         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
25623         definitions.
25624         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
25625         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
25626         definitions.
25627         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
25628
25629         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
25630
25631 2013-01-15  David S. Miller  <davem@davemloft.net>
25632
25633         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25634         trunc{,f} to libm-sysdep_routes.
25635         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25636         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
25637         file.
25638         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
25639         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
25640         file.
25641         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
25642         file.
25643         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
25644         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
25645         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
25646         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
25647         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
25648         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
25649         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
25650         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
25651
25652         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25653         nearbyint{,f} to libm-sysdep_routes.
25654         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25655         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
25656         New file.
25657         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
25658         file.
25659         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
25660         New file.
25661         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
25662         file.
25663         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
25664         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
25665         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
25666         file.
25667         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
25668         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
25669         file.
25670         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
25671         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
25672         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
25673
25674         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
25675         libc_feholdexcept and libc_fesetenv.
25676
25677 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
25678
25679         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
25680
25681 2013-01-14  David S. Miller  <davem@davemloft.net>
25682
25683         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
25684         (SPARC_ASM_VIS2_IFUNC): Likewise.
25685         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
25686         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
25687         use of 'siam' instruction.
25688         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
25689         Likewise.
25690         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
25691         Likewise.
25692         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
25693         Likewise.
25694         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
25695         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
25696         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
25697         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
25698         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
25699         file.
25700         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
25701         file.
25702         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
25703         file.
25704         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
25705         file.
25706         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
25707         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
25708         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
25709         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
25710         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
25711         new VIS2 routines.
25712         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
25713         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
25714         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
25715         Likewise.
25716         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
25717         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
25718         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
25719         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
25720         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
25721         routines to libm-sysdep_routines.
25722         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25723
25724         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25725         fdim/fdimf to libm-sysdep_routines.
25726         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
25727         file.
25728         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
25729         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
25730         file.
25731         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
25732         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
25733         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
25734         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
25735         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
25736         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
25737         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
25738
25739 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25740
25741         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
25742         to optimize copies.
25743
25744         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
25745         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
25746         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25747
25748         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
25749         local variable MPTWO.
25750         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25751         Likewise.
25752
25753 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
25754
25755         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
25756         GLOB_NOESCAPE.
25757
25758 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
25759
25760         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
25761
25762 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
25763
25764         * manual/pattern.texi (glob_t): Document gl_flags.
25765         (glob64_t): Likewise.
25766
25767 2013-01-11  David S. Miller  <davem@davemloft.net>
25768
25769         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
25770         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
25771         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
25772         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
25773         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
25774         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
25775         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
25776         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
25777         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
25778         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
25779         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
25780         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
25781         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
25782
25783         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
25784         sparc V9 rather than using V8 code.
25785         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25786         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25787
25788         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
25789         Move to...
25790         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
25791         Here.
25792
25793 2013-01-11  Roland McGrath  <roland@hack.frob.com>
25794
25795         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
25796         not in the main loop.
25797         * configure: Regenerated.
25798
25799 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
25800
25801         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
25802         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
25803         to just #else.
25804         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
25805         [!__GLIBC_HAVE_LONG_LONG] case.
25806         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
25807         condition to just #else.
25808         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
25809         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
25810         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
25811         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
25812         unconditional.
25813         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
25814         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
25815         #elif condition to just #else.
25816         * sysdeps/unix/sysv/linux/sys/sysmacros.h
25817         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
25818         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
25819         #elif condition to just #else.
25820
25821 2013-01-11  Steve Ellcey  <sellcey@mips.com>
25822
25823         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
25824         (EF_MIPS_ARCH_64): Fix value.
25825         (EF_MIPS_ARCH_32R2): New.
25826         (EF_MIPS_ARCH_64R2): New.
25827
25828 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
25829
25830         * Makeconfig (+link-pie-before-libc): New.
25831         (+link-pie-after-libc): Likewise.
25832         (+link-pie-tests): Likewise.
25833         (+link-pie): Rewritten.
25834         (link-before-libc): Remove $(config-LDFLAGS).
25835         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
25836         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
25837         (config-LDFLAGS): Renamed to ...
25838         (rtld-LDFLAGS): This.
25839         (rtld-tests-LDFLAGS): New macro.
25840         (link-libc-rpath-link): Likewise.
25841         (link-libc-tests-rpath-link): Likewise.
25842         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
25843         (link-libc): Prepand $(link-libc-rpath-link).
25844         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
25845         (test-program-prefix): New macro.
25846         (test-via-rtld-prefix): Likewise.
25847         (test-program-cmd): Likewise.
25848         (host-test-program-cmd): Likewise.
25849         * Makefile ($(common-objpfx)testrun.sh): Replace
25850         $(run-program-prefix) with $(test-program-prefix).
25851         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
25852         $(rtld-LDFLAGS).
25853         ($(common-objpfx)shlib.lds): Likewise.
25854         (build-module-helper): Likewise.
25855         ($(common-objpfx)format.lds): Likewise.
25856         * Rules (binaries-pie-tests): New.
25857         (binaries-pie-notests): Likewise.
25858         (binaries-pie): Rewritten.
25859         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
25860         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
25861         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
25862         (make-test-out): Replace $(host-built-program-cmd) with
25863         $(host-test-program-cmd).
25864         * config.make.in (build-hardcoded-path-in-tests): New variable.
25865         * configure.in (--enable-hardcoded-path-in-tests): New configure
25866         option.
25867         (hardcoded_path_in_tests): New AC_SUBST.
25868         * configure: Regenerated.
25869         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
25870         $(built-program-cmd) with $(test-program-cmd).
25871         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
25872         (test_program_cmd): This.
25873         * elf/Makefile ($(objpfx)order.out): Run test with
25874         $(test-program-prefix).
25875         ($(objpfx)order2.out): Likewise.
25876         ($(objpfx)tst-initorder.out): Likewise.
25877         ($(objpfx)tst-initorder2.out): Likewise.
25878         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
25879         $(test-program-cmd).
25880         ($(objpfx)tst-array1-static.out): Likewise.
25881         ($(objpfx)tst-array2.out): Likewise.
25882         ($(objpfx)tst-array3.out): Likewise.
25883         ($(objpfx)tst-array4.out): Likewise.
25884         ($(objpfx)tst-array5.out): Likewise.
25885         ($(objpfx)tst-array5-static.out): Likewise.
25886         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
25887         $(test-program-cmd).
25888         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
25889         $(run-program-prefix) with $(test-program-prefix).
25890         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
25891         (test_program_prefix): This.
25892         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
25893         $(run-program-prefix) with $(test-program-prefix).
25894         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
25895         (test_program_prefix): This.
25896         * iconvdata/tst-tables.sh: Likewise.
25897         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
25898         $(run-program-prefix) with $(test-program-prefix).
25899         ($(objpfx)tst-translit.out): Likewise.
25900         ($(objpfx)tst-gettext2.out): Likewise.
25901         ($(objpfx)tst-gettext4.out): Likewise.
25902         ($(objpfx)tst-gettext6.out): Likewise.
25903         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
25904         (test_program_prefix): This.
25905         * intl/tst-gettext2.sh: Likewise.
25906         * intl/tst-gettext4.sh  Likewise.
25907         * intl/tst-gettext6.sh: Likewise.
25908         * intl/tst-translit.sh: Likewise.
25909         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
25910         with $(test-program-cmd).
25911         * libio/Makefile ($(objpfx)test-freopen.out): Replace
25912         $(run-program-prefix) with $(test-program-prefix).
25913         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
25914         (test_program_prefix): This.
25915         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
25916         $(run-program-prefix) with $(test-program-prefix).
25917         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
25918         (test_program_prefix): This.
25919         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
25920         * posix/Makefile ($(objpfx)globtest.out): Replace
25921         $(run-via-rtld-prefix) and $(test-wrapper) with
25922         $(test-program-prefix) and $(test-via-rtld-prefix).
25923         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
25924         $(test-program-prefix).
25925         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
25926         $(host-test-program-cmd).
25927         (tst-spawn-ARGS): Likewise.
25928         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
25929         $(test-program-prefix).
25930         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
25931         (test_via_rtld_prefix): This.
25932         (test_wrapper): Renamed to ...
25933         (test_program_prefix): This.
25934         (run_program_prefix): Replaced by test_program_prefix.
25935         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
25936         (test_program_prefix): This.
25937         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
25938         with $(host-test-program-cmd).
25939         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
25940         $(run-program-prefix) with $(test-program-prefix).
25941         ($(objpfx)tst-printf.out): Likewise.
25942         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
25943         $(test-program-cmd).
25944         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
25945         (test_program_prefix): This.
25946         * stdio-common/tst-unbputc.sh: Likewise.
25947         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
25948         $(run-program-prefix) with $(test-program-prefix).
25949         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
25950         (test_program_prefix): This.
25951         * string/Makefile ($(objpfx)tst-svc.out):  Replace
25952         $(built-program-cmd) with $(test-program-cmd).
25953
25954 2013-01-11  Andreas Jaeger  <aj@suse.de>
25955
25956         [BZ #15003]
25957         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
25958         value. Sync with Linux 3.7.
25959
25960 2013-01-10  David S. Miller  <davem@davemloft.net>
25961
25962         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
25963         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25964         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25965
25966 2013-01-10  Roland McGrath  <roland@hack.frob.com>
25967
25968         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
25969         never set.
25970         * configure: Regenerated.
25971
25972 2013-01-10  David S. Miller  <davem@davemloft.net>
25973
25974         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
25975         sparc V9 rather than using V8 code.
25976         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25977         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25978
25979 2013-01-10  Roland McGrath  <roland@hack.frob.com>
25980
25981         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
25982         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
25983         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
25984         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
25985         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
25986         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
25987         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
25988         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
25989         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
25990         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
25991         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
25992         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
25993         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
25994         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
25995         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
25996         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
25997         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
25998         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
25999         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
26000         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
26001         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
26002         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
26003         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
26004         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
26005         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
26006         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
26007         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
26008
26009 2013-01-10  David S. Miller  <davem@davemloft.net>
26010
26011         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26012
26013 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
26014
26015         * posix/Makefile (tests-static): New variable.
26016         (tests): Add $(tests-static).
26017         (tst-exec-static-ARGS): New variable.
26018         (tst-spawn-static-ARGS): Likewise.
26019         * posix/tst-exec-static.c: New file.
26020         * posix/tst-spawn-static.c: Likewise.
26021         * posix/tst-exec.c: Support run directly.
26022         * posix/tst-spawn.c: Likewise.
26023
26024 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
26025
26026         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
26027         long.
26028         * math/bits/mathcalls.h (llrint): Likewise.
26029         (llround): Likewise.
26030         * stdlib/stdlib.h (struct drand48_data): Likewise.
26031         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
26032         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
26033         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
26034         Likewise.
26035         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
26036         Likewise.
26037         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
26038         (elf_greg_t): Likewise.
26039         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
26040         (__jmp_buf): Likewise.
26041         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
26042         definitions.
26043         (llrint): Likewise, for all definitions.
26044         (llrintl): Likewise.
26045
26046         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
26047         Remove [__GNUC__] condition.
26048         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
26049         condition to just [__USE_ISOC99].
26050         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
26051
26052 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
26053
26054         [BZ #14200]
26055         * sysdeps/unix/sysv/linux/x86/bits/environments.h
26056         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
26057         defined.
26058         (_POSIX_V6_ILP32_OFF32): Likewise.
26059         (_XBS5_ILP32_OFF32): Likewise.
26060         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
26061         (__ILP32_OFFBIG_LDFLAGS): Likewise.
26062
26063 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26064
26065         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
26066
26067         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
26068         doubles __mpexp_twomm1.  Adjust usage.
26069         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
26070         Remove.
26071
26072 2013-01-10  Andreas Schwab  <schwab@suse.de>
26073
26074         [BZ #14964]
26075         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
26076         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
26077
26078 2013-01-09  David S. Miller  <davem@davemloft.net>
26079
26080         [BZ #15003]
26081         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
26082         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
26083         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
26084         (TCP_FASTOPEN): Define.
26085         (tcp_repair_opt): New structure.
26086         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
26087         enum values.
26088         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
26089         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
26090         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
26091         (tcp_cookie_transactions): New structure.
26092
26093 2013-01-09  Anton Blanchard  <anton@samba.org>
26094
26095         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
26096         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
26097         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
26098         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
26099
26100 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
26101
26102         * include/features.h (__USE_ANSI): Remove.
26103
26104 2013-01-09  Roland McGrath  <roland@hack.frob.com>
26105
26106         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
26107
26108         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
26109
26110 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
26111
26112         * sysdeps/s390/fpu/libm-test-ulps: Update.
26113
26114         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26115
26116         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
26117         (__acr): Likewise.
26118         (__cpy): Likewise.
26119         (norm): Likewise.
26120         (denorm): Likewise.
26121         (__mp_dbl): Likewise.
26122         (__dbl_mp): Likewise.
26123         (add_magnitudes): Likewise.
26124         (sub_magnitudes): Likewise.
26125         (__add): Likewise.
26126         (__sub): Likewise.
26127         (__mul): Likewise.
26128         (__inv): Likewise.
26129         (__dvd): Likewise.
26130         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
26131         (__acr): Likewise.
26132         (__cpy): Likewise.
26133         (norm): Likewise.
26134         (denorm): Likewise.
26135         (__mp_dbl): Likewise.
26136         (__dbl_mp): Likewise.
26137         (add_magnitudes): Likewise.
26138         (sub_magnitudes): Likewise.
26139         (__add): Likewise.
26140         (__sub): Likewise.
26141         (__mul): Likewise.
26142         (__inv): Likewise.
26143         (__dvd): Likewise.
26144         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
26145         (__acr): Likewise.
26146         (__cpy): Likewise.
26147         (norm): Likewise.
26148         (denorm): Likewise.
26149         (__mp_dbl): Likewise.
26150         (__dbl_mp): Likewise.
26151         (add_magnitudes): Likewise.
26152         (sub_magnitudes): Likewise.
26153         (__add): Likewise.
26154         (__sub): Likewise.
26155         (__mul): Likewise.
26156         (__inv): Likewise.
26157         (__dvd): Likewise.
26158
26159 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
26160
26161         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
26162         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
26163         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
26164         2 && __USE_EXTERN_INLINES]: Likewise.
26165
26166 2013-01-08  Andreas Jaeger  <aj@suse.de>
26167
26168         [BZ# 14985]
26169         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
26170         Remove.
26171         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26172         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
26173
26174 2013-01-07  Anton Blanchard  <anton@samba.org>
26175
26176         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
26177         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26178         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
26179         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26180         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26181         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26182         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
26183         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26184         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26185         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26186         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26187         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26188         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
26189         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26190         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
26191         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26192         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26193         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26194         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
26195         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26196         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
26197         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
26198         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
26199         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
26200         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
26201         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26202         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
26203         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26204         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
26205         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
26206         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
26207         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26208         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26209         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26210         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26211         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
26212         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26213         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
26214         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
26215         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
26216         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
26217         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
26218         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26219
26220 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
26221
26222         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
26223         (__MALLOC_PMT): Likewise.
26224         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
26225         [__GNUC__], only on [_LIBC].
26226         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26227         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
26228         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
26229         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
26230         forward declaration.
26231         (realloc_hook_ini): Likewise.
26232         (memalign_hook_ini): Likewise.
26233         (__libc_memalign): Do not use __MALLOC_PMT in variable
26234         declaration.
26235         (__libc_valloc): Likewise.
26236         (__libc_pvalloc): Likewise.
26237         (__libc_calloc): Likewise.
26238         (__posix_memalign): Likewise.
26239
26240         [BZ #14996]
26241         * math/s_casinh.c: Include <float.h>.
26242         (__casinh): Do not do computation with squaring and square root
26243         for large arguments.
26244         * math/s_casinhf.c: Include <float.h>.
26245         (__casinhf): Do not do computation with squaring and square root
26246         for large arguments.
26247         * math/s_casinhl.c: Include <float.h>.
26248         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
26249         (__casinhl): Do not do computation with squaring and square root
26250         for large arguments.
26251         * math/libm-test.inc (casin_test): Add more tests.
26252         (casinh_test): Likewise.
26253         * sysdeps/i386/fpu/libm-test-ulps: Update.
26254         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26255
26256 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
26257
26258         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
26259         (__x86_64_raw_data_cache_size): Likewise.
26260         (__x86_64_data_cache_size_half): Likewise.
26261         (__x86_64_raw_data_cache_size_half): Likewise.
26262         (__x86_64_shared_cache_size): Likewise.
26263         (__x86_64_raw_shared_cache_size): Likewise.
26264         (__x86_64_shared_cache_size_half): Likewise.
26265         (__x86_64_raw_shared_cache_size_half): Likewise.
26266         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
26267         to ...
26268         (__x86_data_cache_size): This.
26269         (__x86_64_raw_data_cache_size): Renamed to ...
26270         (__x86_raw_data_cache_size): This.
26271         (__x86_64_data_cache_size_half): Renamed to ...
26272         (__x86_data_cache_size_half): This.
26273         (__x86_64_raw_data_cache_size_half): Renamed to ...
26274         (__x86_raw_data_cache_size_half): This.
26275         (__x86_64_shared_cache_size): Renamed to ...
26276         (__x86_shared_cache_size): This.
26277         (__x86_64_raw_shared_cache_size): Renamed to ...
26278         (__x86_raw_shared_cache_size): This.
26279         (__x86_64_shared_cache_size_half): Renamed to ...
26280         (__x86_shared_cache_size_half): This.
26281         (__x86_64_raw_shared_cache_size_half): Renamed to ...
26282         (__x86_raw_shared_cache_size_half): This.
26283         * sysdeps/x86_64/memcpy.S: Updated.
26284         * sysdeps/x86_64/memset.S: Likewise.
26285         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
26286         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
26287         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
26288
26289 2013-01-04  David S. Miller  <davem@davemloft.net>
26290
26291         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26292
26293 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
26294
26295         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
26296         1 to avoid redefinition warning.
26297         (__USE_GNU): Don't define.
26298         (init_signaling_nan): Protoize.
26299
26300         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26301
26302 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26303
26304         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
26305         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
26306         (__cpymn): Likewise.
26307         (norm): Remove commented code.
26308         (denorm): Likewise.
26309         (__mp_dbl): Likewise.
26310         (__inv): Likewise.
26311         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
26312         (__cpymn): Likewise.
26313         (norm): Remove commented code.
26314         (denorm): Likewise.
26315         (__mp_dbl): Likewise.
26316         (__inv): Likewise.
26317
26318         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
26319         mp_no value for 1.0 and 2.0.
26320         (norm): Use RADIXI instead of radixi.d.
26321         (denorm): Likewise.
26322         (__mul): Use 0.0 instead of zero.d.
26323         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
26324         mp_no value for 1.0 and 2.0.
26325         (norm): Use RADIXI instead of radixi.d.
26326         (denorm): Likewise.
26327         (__mul): Use 0.0 instead of zero.d.
26328
26329 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
26330
26331         [BZ #14994]
26332         * math/s_casinh.c (__casinh): Reduce finite argument to first
26333         quadrant then set signs of results at the end.
26334         * math/s_casinhf.c (__casinhf): Likewise.
26335         * math/s_casinhl.c (__casinhl): Likewise.
26336         * math/libm-test.inc (casin_test): Add more tests.
26337         (casinh_test): Likewise.
26338         * sysdeps/i386/fpu/libm-test-ulps: Update.
26339         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26340
26341 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26342
26343         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
26344
26345         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
26346
26347         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
26348         declarations.
26349         (denorm): Likewise.
26350         (__mp_dbl): Likewise.
26351         (__inv): Likewise.
26352
26353         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
26354         and adjust the header comment.
26355
26356         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
26357         variable name from declaration.
26358
26359 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
26360
26361         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26362         Initialize COMMON_CPUID_INDEX_7 element.
26363         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
26364         (CPUID_RTM): Likewise.
26365         (HAS_RTM): Likewise.
26366         (COMMON_CPUID_INDEX_7): New enum.
26367
26368 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
26369
26370         [BZ #14981]
26371         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
26372         size is zero, record memory as freed.
26373
26374 2013-01-03  Andreas Jaeger  <aj@suse.de>
26375
26376         * po/ia.po: Add new Interlingua translation.
26377
26378 2012-01-03  Allan McRae  <allan@archlinux.org>
26379
26380         * locale/programs/localedef.c: Fix description of '--posix' flag.
26381
26382 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
26383
26384         * NEWS: Update dates in second copyright notice.
26385         * README: Update copyright dates in example.
26386         * manual/libc.texinfo: Update copyright dates.
26387         * scripts/test-installation.pl: Update copyright date in --version
26388         output.
26389
26390         * hurd/ctty-input.c: Fix copyright notice formatting.
26391         * hurd/ctty-output.c: Likewise.
26392         * hurd/dtable.c: Likewise.
26393         * hurd/hurd-raise.c: Likewise.
26394         * hurd/hurdprio.c: Likewise.
26395         * hurd/msgportdemux.c: Likewise.
26396         * misc/sys/file.h: Likewise.
26397         * misc/sys/ioctl.h: Likewise.
26398         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
26399         * sysdeps/mach/hurd/chdir.c: Likewise.
26400         * sysdeps/mach/hurd/fchdir.c: Likewise.
26401         * sysdeps/mach/hurd/rename.c: Likewise.
26402         * sysdeps/mach/hurd/rmdir.c: Likewise.
26403         * sysdeps/mach/hurd/seekdir.c: Likewise.
26404         * sysdeps/mach/hurd/setsid.c: Likewise.
26405         * sysdeps/posix/wait3.c: Likewise.
26406
26407         * All files with FSF copyright notices: Update copyright dates
26408         using scripts/update-copyrights.
26409         * intl/plural.c: Regenerated.
26410         * locale/programs/charmap-kw.h: Likewise.
26411         * locale/programs/locfile-kw.h: Likewise.
26412
26413 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26414
26415         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
26416         four values.
26417
26418         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
26419         calculation loop and add branch prediction.
26420
26421         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
26422         check access beyond bounds of m1np.
26423
26424         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26425         MPTWO.
26426         (__inv): Remove local variable MPTWO to use the global
26427         constant.
26428         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
26429         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26430         variable MPTWO.
26431         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
26432         MP3HALFS static const.
26433
26434 2013-01-01  David S. Miller  <davem@davemloft.net>
26435
26436         * po/ca.po: Update from translation team.
26437
26438 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
26439
26440         * scripts/update-copyrights: New file.
26441         * Makeconfig: Reformat copyright notice.
26442         * ctype/ctype.h: Likewise.
26443         * debug/swprintf_chk.c: Likewise.
26444         * elf/dl-cache.c: Likewise.
26445         * elf/dl-debug.c: Likewise.
26446         * elf/dl-object.c: Likewise.
26447         * grp/initgroups.c: Likewise.
26448         * hurd/Makefile: Likewise.
26449         * hurd/hurd/signal.h: Likewise.
26450         * hurd/hurdfault.c: Likewise.
26451         * hurd/hurdioctl.c: Likewise.
26452         * hurd/hurdlookup.c: Likewise.
26453         * hurd/intr-msg.c: Likewise.
26454         * iconv/gconv_open.c: Likewise.
26455         * libio/swprintf.c: Likewise.
26456         * locale/lc-ctype.c: Likewise.
26457         * locale/nl_langinfo.c: Likewise.
26458         * mach/Machrules: Likewise.
26459         * mach/Makefile: Likewise.
26460         * malloc/obstack.h: Likewise.
26461         * manual/Makefile: Likewise.
26462         * manual/tsort.awk: Likewise.
26463         * misc/bits/stab.def: Likewise.
26464         * nis/nis_print_group_entry.c: Likewise.
26465         * nis/nis_table.c: Likewise.
26466         * nis/nss_compat/compat-pwd.c: Likewise.
26467         * nis/nss_compat/compat-spwd.c: Likewise.
26468         * po/Makefile: Likewise.
26469         * posix/fnmatch.c: Likewise.
26470         * posix/regex.h: Likewise.
26471         * resolv/Makefile: Likewise.
26472         * resolv/nss_dns/dns-network.c: Likewise.
26473         * resolv/res_hconf.c: Likewise.
26474         * scripts/gen-sorted.awk: Likewise.
26475         * soft-fp/soft-fp.h: Likewise.
26476         * stdio-common/printf.h: Likewise.
26477         * stdlib/monetary.h: Likewise.
26478         * stdlib/random.c: Likewise.
26479         * stdlib/random_r.c: Likewise.
26480         * sysdeps/generic/Makefile: Likewise.
26481         * sysdeps/gnu/Makefile: Likewise.
26482         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
26483         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26484         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
26485         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26486         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
26487         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26488         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26489         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
26490         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
26491         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26492         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
26493         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
26494         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
26495         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
26496         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
26497         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
26498         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
26499         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
26500         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
26501         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
26502         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
26503         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
26504         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
26505         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26506         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
26507         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
26508         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
26509         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
26510         * sysdeps/mach/hurd/errnos.awk: Likewise.
26511         * sysdeps/mach/hurd/fork.c: Likewise.
26512         * sysdeps/mach/hurd/getcwd.c: Likewise.
26513         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
26514         * sysdeps/mach/hurd/mmap.c: Likewise.
26515         * sysdeps/mach/hurd/utimes.c: Likewise.
26516         * sysdeps/mach/hurd/xmknod.c: Likewise.
26517         * sysdeps/posix/profil.c: Likewise.
26518         * sysdeps/posix/readdir_r.c: Likewise.
26519         * sysdeps/powerpc/bits/mathdef.h: Likewise.
26520         * sysdeps/powerpc/bits/setjmp.h: Likewise.
26521         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
26522         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26523         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26524         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
26525         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26526         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
26527         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26528         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
26529         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26530         * sysdeps/pthread/lio_listio.c: Likewise.
26531         * sysdeps/sparc/dl-procinfo.h: Likewise.
26532         * sysdeps/unix/i386/sysdep.S: Likewise.
26533         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
26534         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
26535         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
26536         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
26537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26538         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
26539         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
26540         * sysdeps/unix/sysv/linux/speed.c: Likewise.
26541         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
26542         * sysdeps/wordsize-32/divdi3.c: Likewise.
26543         * time/sys/time.h: Likewise.
26544         * wcsmbs/Makefile: Likewise.
26545
26546 2013-01-01  David S. Miller  <davem@davemloft.net>
26547
26548         * po/fr.po: Update from translation team.
26549
26550         * catgets/gencat.c: Update copyright year.
26551         * csu/version.c: Likewise.
26552         * debug/catchsegv.sh: Likewise.
26553         * debug/pcprofiledump.c: Likewise.
26554         * debug/xtrace.sh: Likewise.
26555         * elf/ldconfig.c: Likewise.
26556         * elf/ldd.bash.in: Likewise.
26557         * elf/pldd.c: Likewise.
26558         * elf/sotruss.ksh: Likewise.
26559         * elf/sprof.c: Likewise.
26560         * iconv/iconv_prog.c: Likewise.
26561         * iconv/iconvconfig.c: Likewise.
26562         * locale/programs/locale.c: Likewise.
26563         * locale/programs/localedef.c: Likewise.
26564         * login/programs/pt_chown.c: Likewise.
26565         * malloc/memusage.sh: Likewise.
26566         * malloc/memusagestat.c: Likewise.
26567         * malloc/mtrace.pl: Likewise.
26568         * nscd/nscd.c: Likewise.
26569         * nss/getent.c: Likewise.
26570         * nss/makedb.c: Likewise.
26571         * posix/getconf.c: Likewise.
26572
26573 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
26574
26575         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
26576         numbers.
26577
26578 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
26579
26580         * math/bits/mathcalls.h (modf): Use __nonnull.
26581
26582 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26583
26584         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
26585         (split): Use macro CN instead of the bare value.
26586         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
26587         could be used.
26588         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
26589         instead of the bare value.
26590         (power1): Likewise.
26591
26592 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26593
26594         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
26595         __ATAN_TWOM.
26596         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26597
26598         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
26599         their values.
26600         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26601         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26602         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
26603         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26604
26605 2012-12-28  Andreas Jaeger  <aj@suse.de>
26606
26607         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
26608         values are from Linux 3.7.
26609
26610         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
26611         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
26612
26613 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26614
26615         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
26616         TRUE case.
26617
26618         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
26619         (norm): Likewise.
26620         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
26621         variables with preprocessor constants.
26622         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26623         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
26624         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
26625
26626 2012-12-27  Bruno Haible  <bruno@clisp.org>
26627
26628         [BZ #14317]
26629         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
26630         only if needed.
26631
26632 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26633
26634         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
26635         and use variable directly.
26636         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
26637
26638         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26639         MPONE.
26640         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
26641         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26642         variable MPONE.
26643         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26644         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26645         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
26646         include directive.  Remove local variable MPONE.
26647         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
26648         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
26649         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
26650
26651 2012-12-25  David S. Miller  <davem@davemloft.net>
26652
26653         * version.h (RELEASE): Set to "development".
26654         (VERSION): Set to "2.17.90".
26655         * NEWS: Add 2.18 section.
26656
26657 2012-12-21  David S. Miller  <davem@davemloft.net>
26658
26659         * po/hr.po: Update from translation team.
26660
26661 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26662
26663         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
26664
26665 2012-12-19  Steve Ellcey  <sellcey@mips.com>
26666
26667         * NEWS:  Mention new memcpy for MIPS.
26668
26669 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26670
26671         * manual/contrib.texi (Contributors): Spelling correction.
26672
26673 2012-12-15  David S. Miller  <davem@davemloft.net>
26674
26675         * po/ru.po: Update from translation team.
26676
26677 2012-12-13  David S. Miller  <davem@davemloft.net>
26678
26679         * NEWS: Mention IFUNC testsuite enhancements.
26680
26681         * po/pl.po: Update from translation team.
26682         * po/bg.po: Likewise.
26683
26684         * manual/contrib.texi (Contributors): Update entries for Hongjiu
26685         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
26686
26687 2012-12-11  David S. Miller  <davem@davemloft.net>
26688
26689         * po/sv.po: Update from translation team.
26690
26691         * po/vi.po: Update from translation team.
26692
26693         * po/cs.po: Update from translation team.
26694
26695         * po/de.po: Update from translation team.
26696         * po/eo.po: Likewise.
26697         * po/nl.po: Likewise.
26698
26699 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26700
26701         [BZ #14246]
26702         * manual/argp.texi (Argp Helper Functions): Move node to follow
26703         Argp Parsing State.
26704
26705         [BZ #14872]
26706         * manual/conf.texi (Limits on File System Capacity): Mention if
26707         terminating null is included in the max size.
26708
26709 2012-12-10  Andreas Jaeger  <aj@suse.de>
26710
26711         * po/cs.po: Update from translation team.
26712
26713 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
26714
26715         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
26716         void pointer and cast to uintptr_t.
26717         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
26718         path.
26719         * sysdeps/s390/s390-64/memcpy.S: Likewise.
26720         * sysdeps/s390/s390-64/memset.S: Likewise.
26721
26722 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
26723
26724         [BZ #14833]
26725         * menual/message.texi (Message Translation): Fix typos.
26726         (Helper programs for gettext): Likewise.
26727
26728 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
26729
26730         [BZ #14898]
26731         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
26732         Change to -1.
26733
26734 2012-12-07  David S. Miller  <davem@davemloft.net>
26735
26736         * po/libc.pot: Update.
26737
26738 2012-12-07  Richard Henderson  <rth@redhat.com>
26739
26740         [BZ #10114]
26741         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
26742         normal/normal case to before the switch.
26743         (_FP_DIV): Likewise.
26744
26745 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
26746             Mike Frysinger  <vapier@gentoo.org>
26747
26748         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
26749         check for __NR_fadvise64_64.
26750
26751 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
26752
26753         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
26754         0, not just to plain "0" as a statement.
26755         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
26756         with cw.
26757
26758 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
26759
26760         * NEWS: Use sourceware.org in Bugzilla URL.
26761
26762 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
26763
26764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
26765         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
26766
26767         * stdio-common/tst-put-error.c (do_test): Add newline to the
26768         padded test to ensure flush.
26769
26770 2012-12-05  Jeff Law  <law@redhat.com>
26771
26772         * sunrpc/etc.rpc (fedfs_admin): Add entry.
26773
26774 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
26775
26776         * README: Don't refer to ports add-on as distributed separately.
26777         Mention AArch64 in list of systems supported in the ports add-on.
26778
26779         * LICENSES: Add more non-FSF copyright and license notices.
26780
26781         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
26782         ((unused)).
26783
26784         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
26785
26786         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
26787         10000 as width of padded output.
26788
26789 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
26790
26791         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
26792
26793         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
26794         variable LX with __attribute__ ((unused)).
26795         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
26796         Likewise.
26797         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
26798         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
26799         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
26800         with __attribute__ ((unused)).
26801
26802 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
26803
26804         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
26805
26806 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
26807
26808         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
26809         (CFLAGS-nldbl-acos.c): New variable.
26810         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
26811         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
26812         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
26813         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
26814         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
26815         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
26816         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
26817         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
26818         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
26819         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
26820         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
26821         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
26822         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
26823         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
26824         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
26825         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
26826         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
26827         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
26828         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
26829         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
26830         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
26831         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
26832         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
26833         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
26834         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
26835         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
26836         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
26837         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
26838         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
26839         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
26840         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
26841         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
26842         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
26843         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
26844         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
26845         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
26846         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
26847         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
26848         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
26849         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
26850         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
26851         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
26852         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
26853         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
26854         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
26855         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
26856         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
26857         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
26858         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
26859         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
26860         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
26861         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
26862         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
26863         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
26864         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
26865         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
26866         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
26867         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
26868         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
26869         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
26870         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
26871         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
26872         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
26873         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
26874         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
26875         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
26876         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
26877         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
26878         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
26879         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
26880         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
26881         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
26882         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
26883         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
26884         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
26885         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
26886         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
26887         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
26888         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
26889         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
26890         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
26891         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
26892         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
26893         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
26894         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
26895         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
26896         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
26897         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
26898         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
26899         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
26900         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
26901         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
26902         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
26903         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
26904         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
26905         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
26906         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
26907
26908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
26909         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
26910
26911         [BZ #14914]
26912         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
26913         whole low double instead of just low 47 bits when splitting values
26914         into two parts.
26915
26916 2012-12-03  Allan McRae  <allan@archlinux.org>
26917
26918         * manual/stdio.texi (Predefined Printf Handlers): Remove
26919         @hsep and @vsep usage.
26920
26921 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
26922
26923         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
26924         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
26925
26926 2012-12-03  Jeff Law  <law@redhat.com>
26927
26928         * time/sys/time.h (settimeofday): Do not mark TV argument
26929         as __nonnull.
26930
26931 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
26932
26933         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
26934         when currently writing and seek to current position when not.
26935         * libio/Makefile (tests): Remove bug-fclose1.
26936         * libio/bug-fclose1.c: Delete.
26937
26938 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
26939
26940         * manual/arith.texi (feenableexcept): Fix typo.
26941         (fedisableexcept): Likewise.
26942
26943 2012-11-30  Roland McGrath  <roland@hack.frob.com>
26944
26945         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
26946         second, differently-typed declaration, rather than a cast.
26947
26948 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26949
26950         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
26951         * include/rpc/svc.h: ... here.
26952
26953 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
26954
26955         [BZ #13013]
26956         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
26957         depending n and resplen2 to catch cases where answer
26958         equals answerp2.
26959
26960 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
26961
26962         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
26963         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
26964
26965 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
26966
26967         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
26968
26969 2012-11-29  Roland McGrath  <roland@hack.frob.com>
26970
26971         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
26972
26973 2012-11-28  Jeff Law  <law@redhat.com>
26974
26975         [BZ #13761]
26976         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
26977         dataset_temporary.  Track alloca usage into alloca_used.
26978         If dataset is large allocate and release it via malloc/free.
26979
26980 2012-06-04  Florian Weimer  <fweimer@redhat.com>
26981
26982         [BZ #14197]
26983         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
26984
26985 2012-11-28  David S. Miller  <davem@davemloft.net>
26986
26987         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26988
26989 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
26990
26991         [BZ #14803]
26992         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
26993         of pi/2 rounded to nearest to 64 bits.
26994         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
26995         nearest to 64 bits.
26996         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
26997         bits.
26998
26999 2012-11-28  Jeff Law <law@redhat.com>
27000             Martin Osvald <mosvald@redhat.com>
27001
27002         [BZ #14889]
27003         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
27004         * sunrpc/svc.c: Include time.h.
27005         (__svc_accept_failed): New function.
27006         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
27007         any reason other than EINTR, call __svc_accept_failed.
27008         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
27009         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
27010
27011 2012-11-28  Andreas Schwab  <schwab@suse.de>
27012
27013         * scripts/abilist.awk: Also handle indirect functions in .opd
27014         section.
27015
27016 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
27017
27018         [BZ #13881]
27019         * sysdeps/x86/fpu/powl_helper.c: New file.
27020         * sysdeps/x86/fpu/Makefile: Likewise.
27021         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
27022         (p3): New object.
27023         (__ieee754_powl): Use __powl_helper for finite arguments except
27024         integer exponents below 8.
27025         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
27026         (p3): New object.
27027         (__ieee754_powl): Use __powl_helper for finite arguments except
27028         integer exponents below 8.
27029         * math/libm-test.inc (pow_test): Add more tests and enable some
27030         previously disabled tests.
27031         * sysdeps/i386/fpu/libm-test-ulps: Update.
27032         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27033
27034 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27035             Carlos O'Donell  <carlos_odonell@mentor.com>
27036
27037         * nss/makedb.c (is_prime): Assert that input is odd and greater
27038         than 4.  Note that fact in a comment too.
27039         (next_prime): Add 4 to input.
27040
27041 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27042
27043         [BZ #11741]
27044         * libio/Makefile (tests): Add test case tst-fwrite-error.
27045         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
27046         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
27047         * libio/tst-fwrite-error.c: New test case.
27048
27049 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
27050
27051         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
27052         before casting to void *.
27053         * include/libc-internal.h (__pointer_type): New macro.
27054         (__integer_if_pointer_type_sub): Likewise.
27055         (__integer_if_pointer_type): Likewise.
27056         (cast_to_integer): Likewise.
27057         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
27058         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
27059         before casting to atomic64_t.
27060         (atomic_exchange_acq): Likewise.
27061         (__arch_exchange_and_add_body): Likewise.
27062         (__arch_add_body): Likewise.
27063         (atomic_add_negative): Likewise.
27064         (atomic_add_zero): Likewise.
27065
27066 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
27067
27068         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
27069         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
27070         (add_fdes): Likewise.
27071         (linear_search_fdes): Likewise.
27072         (binary_search_unencoded_fdes): Likewise.
27073
27074 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
27075
27076         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
27077
27078 2012-11-24  Adam Conrad  <adconrad@0c3.net>
27079
27080         * configure.in: Autodetect C++ header directories.
27081         * configure: Regenerated.
27082
27083 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
27084
27085         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
27086
27087 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
27088
27089         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27090
27091 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
27092
27093         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
27094         LDBL_MANT_DIG == 106]: Disable some tests.
27095         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27096         Likewise.
27097         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
27098         Likewise.
27099
27100         [BZ #14871]
27101         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
27102         input for small inputs.  Return +/- pi/2 for large inputs.
27103         * math/libm-test.inc (atan_test): Add more tests.
27104
27105         * sysdeps/generic/unwind-dw2-fde-glibc.c
27106         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
27107         __attribute__ ((unused)).
27108
27109         [BZ #14645]
27110         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
27111         x * y if x and y are nonzero and z is zero.
27112
27113         [BZ #14811]
27114         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
27115         nonzero exponents with absolute value below 0x1p-117 to +/-
27116         0x1p-117.
27117
27118         [BZ #14869]
27119         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
27120         up arguments below 2**-450, not just those below 2**-500.
27121         * math/libm-test.inc (hypot_test): Add another test.
27122
27123         [BZ #14868]
27124         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
27125         Return a+b for ratio over 2**120, not 2**60.
27126         * math/libm-test.inc (hypot_test): Add another test.
27127
27128         * math/libm-test.inc (clog_test): Use
27129         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
27130         (clog10_test): Likewise.
27131
27132         [BZ #6778]
27133         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
27134
27135 2012-11-22  Andreas Schwab  <schwab@suse.de>
27136
27137         * sysdeps/i386/fpu/libm-test-ulps: Update.
27138
27139 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
27140
27141         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
27142         printf output with newline.
27143
27144 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
27145
27146         [BZ #14865]
27147         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
27148         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
27149         -z nodlopen, -z initfirst and -z execstack support.
27150         * configure: Regenerated.
27151
27152         * elf/elf.h (DF_1_NODIRECT): New macro.
27153         (DF_1_IGNMULDEF): Likewise.
27154         (DF_1_NOKSYMS): Likewise.
27155         (DF_1_NOHDR): Likewise.
27156         (DF_1_EDITED): Likewise.
27157         (DF_1_NORELOC): Likewise.
27158         (DF_1_SYMINTPOSE): Likewise.
27159         (DF_1_GLOBAUDIT): Likewise.
27160         (DF_1_SINGLETON): Likewise.
27161         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
27162         DT_1_SUPPORTED_MASK bits.
27163         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
27164
27165 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
27166
27167         * sysdeps/unix/make-syscalls.sh: Document prefixes.
27168
27169 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
27170
27171         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
27172         macro.
27173
27174         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
27175         (sendmmsg): Move declarations...
27176         * socket/sys/socket.h: ... here.
27177         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
27178         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
27179         include it from...
27180         * socket/recvmmsg.c: ... this new file.
27181         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
27182         (sendmmsg): Rename to __sendmmsg, create weak alias and make
27183         definition of __sendmmsg hidden.
27184         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
27185         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
27186         Move ENOSYS stub into and include it from...
27187         * socket/sendmmsg.c: ... this new file.
27188         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
27189         (sysdep_routines): Move recvmmsg and sendmmsg...
27190         * socket/Makefile (routines): ... here.
27191         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
27192         (GLIBC_PRIVATE): Add __sendmmsg.
27193         * include/sys/socket.h (__sendmmsg): Add declarations.
27194         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
27195         sendmmsg.
27196
27197 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
27198
27199         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
27200         variable I1 with __attribute__ ((unused)).
27201         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
27202
27203 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27204
27205         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
27206         DUMMY variables with __attribute__ ((unused)).
27207
27208         * bits/byteswap.h: Include <bits/types.h>.
27209         (__bswap_64): Use __uint64_t instead of unsigned long long int.
27210
27211 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27212
27213         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
27214         string_t.  Do not manually set errno.
27215         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
27216         length with __strnlen.  Make sure to both set errno and return it on
27217         failure.
27218
27219 2012-11-19  David S. Miller  <davem@davemloft.net>
27220
27221         With help from Joseph Myers.
27222         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
27223         very large arguments properly.
27224         * math/libm-test.inc (atan_test): New tests.
27225         (atan2_test): New tests.
27226         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27227         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27228
27229 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
27230
27231         [BZ #14856]
27232         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
27233         Define to 3.
27234
27235         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
27236         [POSIX] (EADDRNOTAVAIL): Likewise.
27237         [POSIX] (EAFNOSUPPORT): Likewise.
27238         [POSIX] (EALREADY): Likewise.
27239         [POSIX] (ECONNABORTED): Likewise.
27240         [POSIX] (ECONNREFUSED): Likewise.
27241         [POSIX] (ECONNRESET): Likewise.
27242         [POSIX] (EDESTADDRREQ): Likewise.
27243         [POSIX] (EDQUOT): Likewise.
27244         [POSIX] (EHOSTUNREACH): Likewise.
27245         [POSIX] (EIDRM): Likewise.
27246         [POSIX] (EISCONN): Likewise.
27247         [POSIX] (ELOOP): Likewise.
27248         [POSIX] (EMULTIHOP): Likewise.
27249         [POSIX] (ENETDOWN): Likewise.
27250         [POSIX] (ENETUNREACH): Likewise.
27251         [POSIX] (ENOBUFS): Likewise.
27252         [POSIX] (ENODATA): Likewise.
27253         [POSIX] (ENOLINK): Likewise.
27254         [POSIX] (ENOMSG): Likewise.
27255         [POSIX] (ENOPROTOOPT): Likewise.
27256         [POSIX] (ENOSR): Likewise.
27257         [POSIX] (ENOSTR): Likewise.
27258         [POSIX] (ENOTCONN): Likewise.
27259         [POSIX] (ENOTSOCK): Likewise.
27260         [POSIX] (EOPNOTSUPP): Likewise.
27261         [POSIX] (EOVERFLOW): Likewise.
27262         [POSIX] (EPROTO): Likewise.
27263         [POSIX] (EPROTONOSUPPORT): Likewise.
27264         [POSIX] (EPROTOTYPE): Likewise.
27265         [POSIX] (ESTALE): Likewise.
27266         [POSIX] (ETIME): Likewise.
27267         [POSIX] (ETXTBSY): Likewise.
27268         [POSIX] (EWOULDBLOCK): Likewise.
27269         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
27270         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
27271         [POSIX] (SEEK_CUR): Likewise.
27272         [POSIX] (SEEK_END): Likewise.
27273         [POSIX || UNIX98] (mode_t): Do not require.
27274         [POSIX] (off_t): Likewise.
27275         [POSIX] (pid_t): Likewise.
27276         [POSIX] (sys/stat.h): Do not allow header.
27277         [POSIX] (unistd.h): Likewise.
27278         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
27279         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
27280         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
27281         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
27282         require.
27283         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
27284         sigevent): Specify elements.
27285         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
27286         entry.
27287         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
27288         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
27289
27290         * conform/data/cpio.h-data [POSIX]: Disable whole file.
27291         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
27292         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
27293         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
27294         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
27295         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
27296         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
27297         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
27298         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
27299         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
27300         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
27301         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
27302         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
27303         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
27304         Likewise.
27305         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
27306         Likewise.
27307         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
27308         Likewise.
27309         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
27310         Likewise.
27311         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
27312         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
27313         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
27314         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
27315         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
27316         Specify lower bound on value.
27317         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
27318         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
27319         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
27320         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
27321         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
27322         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
27323         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
27324         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
27325         value.
27326         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
27327         as optional.
27328         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
27329         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
27330         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
27331         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
27332         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
27333         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
27334         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
27335         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
27336         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
27337         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
27338         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
27339         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
27340         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
27341         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
27342         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
27343         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
27344         entry.
27345         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
27346         optional.
27347         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
27348         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
27349         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
27350         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
27351         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
27352         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
27353         Likewise.
27354         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
27355         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
27356         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
27357         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
27358         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
27359         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
27360         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
27361         as optional.
27362         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
27363         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
27364         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
27365         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
27366         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
27367         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
27368         specify as optional.
27369         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
27370         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
27371         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
27372         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
27373         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
27374         [XPG3] (NL_LANGMAX): Likewise.
27375         [POSIX || XPG3] (NL_MSGMAX): Likewise.
27376         [POSIX || XPG3] (NL_NMAX): Likewise.
27377         [POSIX || XPG3] (NL_SETMAX): Likewise.
27378         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
27379         [XPG3] (NZERO): Likewise.
27380         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
27381         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
27382         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
27383         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
27384         (REG_ERANGE): Expect.
27385         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
27386         optional-constant.
27387         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
27388         Use (void) in prototype.
27389         [POSIX] (*_t): Allow.
27390         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
27391         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
27392         (WRDE_BADVAL): Expect.
27393
27394         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
27395         expect.
27396         [XPG3 || XPG4] (O_RSYNC): Likewise.
27397         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
27398         Likewise.
27399         [XPG3 || XPG4] (pthread_sigmask): Likewise.
27400         [XPG3 || XPG4] (sigqueue): Likewise.
27401         [XPG3 || XPG4] (sigtimedwait): Likewise.
27402         [XPG3 || XPG4] (sigwaitinfo): Likewise.
27403         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
27404         [XPG3 || XPG4] (vsnprintf): Likewise.
27405         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
27406         Likewise.
27407         [XPG3 || XPG4] (blksize_t): Likewise.
27408         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
27409         Likewise.
27410         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
27411         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
27412         [XPG3 || XPG4] (struct itimerspec): Likewise.
27413         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
27414         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
27415         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
27416         [XPG3 || XPG4] (clockid_t): Likewise.
27417         [XPG3 || XPG4] (timer_t): Likewise.
27418         [XPG3 || XPG4] (clock_getres): Likewise.
27419         [XPG3 || XPG4] (clock_gettime): Likewise.
27420         [XPG3 || XPG4] (clock_settime): Likewise.
27421         [XPG3 || XPG4] (nanosleep): Likewise.
27422         [XPG3 || XPG4] (timer_create): Likewise.
27423         [XPG3 || XPG4] (timer_delete): Likewise.
27424         [XPG3 || XPG4] (timer_gettime): Likewise.
27425         [XPG3 || XPG4] (timer_getoverrun): Likewise.
27426         [XPG3 || XPG4] (timer_settime): Likewise.
27427         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
27428         [XPG3 || XPG4] (getlogin_r): Likewise.
27429         [XPG3 || XPG4] (pread): Likewise.
27430         [XPG3 || XPG4] (pthread_atfork): Likewise.
27431         [XPG3 || XPG4] (pwrite): Likewise.
27432
27433         [BZ #14835]
27434         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
27435         <bits/siginfo.h>.
27436
27437 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27438
27439         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
27440         finalizing MALLSTREAM.
27441
27442         * sysdeps/mach/hurd/syncfs.c: New file.
27443
27444 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27445
27446         [BZ #14719]
27447         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
27448         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
27449         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
27450         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
27451         (_nss_dns_gethostbyname4_r): Likewise.
27452         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
27453         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
27454
27455 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
27456
27457         [BZ #13763]
27458         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
27459
27460 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
27461
27462         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
27463         * elf/cache.c (print_entry): Print ",AArch64" for
27464         FLAG_AARCH64_LIB64
27465
27466         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
27467         * elf/cache.c (print_entry): Print ",hard-float" for
27468         FLAG_ARM_LIBHF.
27469
27470 2012-11-18  David S. Miller  <davem@davemloft.net>
27471
27472         With help from Joseph Myers.
27473         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
27474         cutoff to 2**-13.
27475         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
27476         cutoff to 2**-25.
27477         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
27478         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
27479         small.
27480         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
27481         * math/libm-test.inc (y0_test): New tests.
27482         (y1_test): New tests.
27483         * sysdeps/i386/fpu/libm-test-ulps: Update.
27484         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27485         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27486
27487 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
27488
27489         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
27490         64-bit targets.
27491         * configure: Regenerated.
27492
27493 2012-11-17  David S. Miller  <davem@davemloft.net>
27494
27495         [BZ #14811]
27496         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
27497         nonzero exponents with absolute value below 0x1p-128 to +/-
27498         0x1p-128.
27499
27500 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
27501
27502         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
27503
27504         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
27505
27506         * posix/getconf-speclist.c: New file.
27507         * posix/posix-envs.def: Likewise.
27508         * posix/confstr.c (START_ENV_GROUP): New macro.
27509         (END_ENV_GROUP): Likewise.
27510         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27511         (KNOWN_PRESENT_ENV_STRING): Likewise.
27512         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27513         (UNKNOWN_ENVIRONMENT): Likewise.
27514         (confstr): Include posix-envs.def instead of handling
27515         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
27516         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
27517         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
27518         (END_ENV_GROUP): Likewise.
27519         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27520         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27521         (UNKNOWN_ENVIRONMENT): Likewise.
27522         (__sysconf): Include posix-envs.def instead of handling associated
27523         cases directly here.
27524         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
27525         preprocessing getconf-speclist.c rather than running getconf or
27526         generating empty file.
27527
27528 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
27529
27530         * scripts/check-local-headers.sh: Ignore 'mach' headers.
27531
27532 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
27533
27534         [BZ #14672]
27535         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
27536
27537 2012-11-16  David S. Miller  <davem@davemloft.net>
27538
27539         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
27540         smaller than LDBL_EPSILON/2.0L, just return xm1.
27541
27542 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
27543
27544         * elf/tst-array1.c (init): Set constructor priority to 1000.
27545         (fini): Set destructor priority to 1000.
27546         * elf/tst-array2dep.c: Likewise.
27547
27548 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27549
27550         [BZ #11741]
27551         * libio/fileops.c (_IO_new_file_write): Correctly return error.
27552         (_IO_new_file_xsputn): Also return EOF if none of the input
27553         data was written when overflow failed.
27554         * libio/iopadn.c (_IO_padn): Likewise.
27555         * libio/iowpadn.c (_IO_wpadn): Likewise.
27556         * stdio-common/tst-put-error.c: Add copyright notice.
27557         (do_test): Add case for printing padded string.
27558         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
27559         _IO_padn returned error.
27560         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
27561         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
27562         return EOF.
27563
27564 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27565
27566         * libio/libioP.h: Add comment note that the references to C++
27567         bits are now obsolete.
27568
27569 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27570
27571         * math/libm-test.inc (check_complex): Use asprintf.
27572
27573 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
27574
27575         * debug/pcprofiledump.c (print_version): Update copyright year.
27576         * malloc/memusagestat.c (print_version): Likewise.
27577
27578 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
27579
27580         [BZ #14831]
27581         * elf/Makefile (tests): Add tst-audit8.
27582         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
27583         ($(objpfx)tst-audit8.out): New target.
27584         (tst-audit8-ENV): New variable.
27585         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
27586         audit if l_reloc_result is NULL.
27587         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
27588         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
27589         * elf/tst-audit8.c: New file.
27590
27591 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27592
27593         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
27594         * misc/Makefile (CFLAGS-select.c): Define.
27595         * posix/Makefile (CFLAGS-pause.c): Define.
27596
27597 2012-11-13  David S. Miller  <davem@davemloft.net>
27598
27599         * crypt/Makefile: Move test targets after toplevel Rules
27600         inclusion.  Grab any necessary sysdep routines when linking.
27601         * crypt/md5.c (md5_process_block): Remove define, we will always
27602         name it __md5_process_block.
27603         (md5_finish_ctx): Update md5_process_block call.
27604         (md5_stream): Likewise.
27605         (md5_process_bytes): Likewise.
27606         (md5_process_block): Rename to __md5_process_block and move to ...
27607         * crypt/md5-block.c: ... here.
27608         * crypt/sha256.c (sha256_process_block): Move to ...
27609         * crypt/sha256-block.c: ... here.
27610         * crypt/sha512.c (sha512_process_block): Move to ...
27611         * crypt/sha512-block.c: ... here.
27612         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
27613         path.
27614         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
27615         * sysdeps/sparc/sparc64/multiarch/Makefile
27616         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
27617         crypt subdir.
27618         (localedef-aux): Add md5 crypto assembler when in locale subdir.
27619         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
27620         multiarch changes.
27621         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
27622         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
27623         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
27624         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
27625         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
27626         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
27627         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
27628         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
27629         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
27630         file.
27631         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
27632         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
27633         file.
27634         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
27635
27636 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
27637
27638         * timezone/tzselect.ksh: Update from tzcode git revision
27639         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
27640         * timezone/zdump.c: Likewise.
27641         * timezone/zic.c: Likewise.
27642         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
27643         in TZVERSION setting, not $(PKGVERSION).
27644         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
27645         REPORT_BUGS_TO settings.
27646
27647         [BZ #14838]
27648         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
27649         macro.
27650
27651 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27652
27653         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
27654         detection to immediately after _FP_ROUND().
27655         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
27656         bits are 0.
27657
27658 2012-11-11  David S. Miller  <davem@davemloft.net>
27659
27660         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
27661         inttypes.h
27662         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
27663         __close rather than their public counterparts.
27664
27665 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
27666
27667         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
27668         file.
27669         [UNIX98] (sem_timedwait): Do not expect.
27670         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
27671         [XPG4 || UNIX98] (sockatmark): Do not expect.
27672         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
27673         (clock_getcpuclockid): Do not expect.
27674         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
27675         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
27676         Do not expect.
27677         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
27678         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
27679         [UNIX98] (vwscanf): Likewise.
27680         [UNIX98] (vswscanf): Likewise.
27681
27682 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
27683
27684         * timezone/version.h: Remove file.
27685         * timezone/README: Do not refer to version.h.
27686         * timezone/Makefile ($(objpfx)zic.o): New dependency on
27687         $(objpfx)version.h.
27688         ($(objpfx)zdump.o): Likewise.
27689         ($(objpfx)version.h): New target.
27690
27691         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
27692         2012i.
27693         * timezone/README: Don't mention modification to tzselect.ksh.
27694         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
27695         work on unmodified tzselect.ksh.  Substitute version numbers in
27696         tzselect.ksh.
27697
27698         * Makefile (format-me): Remove.
27699         (INSTALL): Adjust indentation.  Use commands directly instead of
27700         using $(format-me).
27701
27702         * aclocal.m4 (ACX_PKGVERSION): New macro.
27703         (ACX_BUGURL): Likewise.
27704         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
27705         (PKGVERSION): New AC_DEFINE_UNQUOTED.
27706         (REPORT_BUGS_TO): Likewise.
27707         * configure: Regenerated.
27708         * config.h.in (PKGVERSION): New macro.
27709         (REPORT_BUGS_TO): Likewise.
27710         * config.make.in (PKGVERSION): New variable.
27711         (PKGVERSION_TEXI): Likewise.
27712         (REPORT_BUGS_TO): Likewise.
27713         (REPORT_BUGS_TEXI): Likewise.
27714         * Makefile (format-me): Use -I$(common-objpfx)manual.
27715         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
27716         ($(common-objpfx)manual/%): New target.
27717         (manual/%): Remove target.
27718         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
27719         (print_version): Use PKGVERSION.
27720         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
27721         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
27722         and REPORT_BUGS_TO.
27723         ($(objpfx)xtrace): Likewise.
27724         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
27725         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
27726         (print_version): Use PKGVERSION.
27727         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
27728         (do_version): Use PKGVERSION.
27729         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
27730         REPORT_BUGS_TO.
27731         (common-ldd-rewrite): Likewise.
27732         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
27733         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
27734         (print_version): Use PKGVERSION.
27735         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
27736         * elf/pldd.c (argp_program_bug_address): Remove variable.
27737         (more_help): New function.
27738         (argp): Use more_help.
27739         (print_version): Use PKGVERSION.
27740         * elf/sln.c (main): Use PKGVERSION.
27741         (usage): Use REPORT_BUGS_TO.
27742         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
27743         (top level): Use PKGVERSION.
27744         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
27745         (print_version): Use PKGVERSION.
27746         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
27747         (print_version): Use PKGVERSION.
27748         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
27749         (print_version): Use PKGVERSION.
27750         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
27751         (print_version): Use PKGVERSION.
27752         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
27753         (print_version): Use PKGVERSION.
27754         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
27755         (print_version): Use PKGVERSION.
27756         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
27757         and BUGURL.
27758         ($(objpfx)memusage): Likewise.
27759         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
27760         (do_version): Use PKGVERSION.
27761         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
27762         (print_version): Use PKGVERSION.
27763         * malloc/mtrace.pl ($PACKAGE): Remove variable.
27764         ($PKGVERSION): New variable.
27765         ($REPORT_BUGS_TO): Likewise.
27766         (usage): Use $REPORT_BUGS_TO.
27767         (top level): Use $PKGVERSION.
27768         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
27769         ($(objpfx)pkgvers.texi): New rule.
27770         ($(objpfx)stamp-pkgvers): Likewise.
27771         * manual/install.texi: Include pkgvers.texi.
27772         (--with-pkgversion): Document new configure option.
27773         (--with-bugurl): Likewise.
27774         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
27775         than necessarily for this particular distribution.  Use
27776         REPORT_BUGS_TO for where to report bugs.
27777         * INSTALL: Regenerated.
27778         * manual/libc.texinfo: Include pkgvers.texi.
27779         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
27780         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
27781         (print_version): Use PKGVERSION.
27782         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
27783         (print_version): Use PKGVERSION.
27784         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
27785         (print_version): Use PKGVERSION.
27786         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
27787         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
27788         macro.
27789         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
27790         (print_version): Use PKGVERSION.
27791         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
27792         (print_version): Use PKGVERSION.
27793         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
27794         and PKGVERSION.
27795
27796         * timezone/checktab.awk: Update from tzcode 2012i.
27797         * timezone/ialloc.c: Likewise.
27798         * timezone/private.h: Likewise.
27799         * timezone/scheck.c: Likewise.
27800         * timezone/tzfile.h: Likewise.
27801         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
27802         (TZVERSION): Hardcode tzcode version number.
27803         * timezone/zdump.c: Update from tzcode 2012i.
27804         * timezone/zic.c: Likewise.
27805         * timezone/version.h: New file.
27806         * timezone/README: Describe version.h.  Update upstream location.
27807
27808         [BZ #14824]
27809         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
27810         (mktemp): Enable declaration.
27811         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
27812         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
27813         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
27814         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
27815         Likewise.
27816         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
27817         Likewise.
27818         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
27819         Likewise.
27820         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
27821         Likewise.
27822         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
27823         Likewise.
27824         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
27825         Likewise.
27826
27827         [BZ #14821]
27828         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
27829         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
27830         for copies of such integer values.
27831         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
27832         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
27833
27834 2012-11-09  Andreas Jaeger  <aj@suse.de>
27835
27836         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
27837         definitions and declarations that are provided by
27838         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
27839
27840 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27841
27842         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
27843         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
27844         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
27845         definition.
27846
27847 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27848
27849         * elf/elf.h: Update comment before AArch64 relocations.
27850
27851 2012-11-07  David S. Miller  <davem@davemloft.net>
27852
27853         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
27854         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
27855         (__start_context): Declare.
27856         (__makecontext_ret): Delete.
27857         (__makecontext): Hook up __start_context instead of
27858         __makecontext_ret.
27859         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
27860         (sysdep_routines): Add __start_context when in stdlib.
27861
27862 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27863
27864         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
27865         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
27866         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
27867         hardcoded "nm".
27868         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
27869         (READELF): New variable.  Use it instead of hardcoded "readelf".
27870
27871 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
27872
27873         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
27874         * sysdeps/x86/Makefile: Here.
27875         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
27876         * sysdeps/x86/tst-xmmymm.sh: This.
27877
27878 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27879
27880         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
27881         expectations.
27882         [UNIX98] (pthread_barrier_t): Do not expect.
27883         [UNIX98] (pthread_barrierattr_t): Likewise.
27884         [UNIX98] (pthread_spinlock_t): Likewise.
27885         [UNIX98] (pthread_barrier_destroy): Likewise.
27886         [UNIX98] (pthread_barrier_init): Likewise.
27887         [UNIX98] (pthread_barrier_wait): Likewise.
27888         [UNIX98] (pthread_barrierattr_destroy): Likewise.
27889         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
27890         [UNIX98] (pthread_barrierattr_init): Likewise.
27891         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
27892         [UNIX98] (pthread_getcpuclockid): Likewise.
27893         [UNIX98] (pthread_mutex_timedlock): Likewise.
27894         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
27895         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
27896         [UNIX98] (pthread_sigmask): Likewise.
27897         [UNIX98] (pthread_spin_destroy): Likewise.
27898         [UNIX98] (pthread_spin_init): Likewise.
27899         [UNIX98] (pthread_spin_lock): Likewise.
27900         [UNIX98] (pthread_spin_trylock): Likewise.
27901         [UNIX98] (pthread_spin_unlock): Likewise.
27902         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
27903         Do not expect.
27904         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
27905         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
27906         [XPG3 || XPG4] (pthread_cond_t): Likewise.
27907         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
27908         [XPG3 || XPG4] (pthread_key_t): Likewise.
27909         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
27910         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
27911         [XPG3 || XPG4] (pthread_once_t): Likewise.
27912         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
27913         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
27914         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
27915         [XPG3 || XPG4] (pthread_t): Likewise.
27916
27917         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
27918         not expect.
27919         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
27920
27921         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
27922         Change function return type to int.
27923
27924         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
27925         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
27926         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
27927         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
27928         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
27929         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
27930         [!POSIX] (posix_madvise): Likewise.
27931         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
27932         && !UNIX98].
27933         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
27934         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
27935         (mode_t): Likewise.
27936         (posix_mem_offset): Likewise.
27937         (posix_typed_mem_get_info): Likewise.
27938         (posix_typed_mem_open): Likewise.
27939
27940         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
27941         Change condition to [XOPEN2K8].
27942
27943         * conform/conformtest.pl: Preprocess allow-header data with -x c
27944         instead of from stdin.
27945         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
27946         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
27947         [C99-based standards] (cerfc): Likewise.
27948         [C99-based standards] (cexp2): Likewise.
27949         [C99-based standards] (cexpm1): Likewise.
27950         [C99-based standards] (clog10): Likewise.
27951         [C99-based standards] (clog1p): Likewise.
27952         [C99-based standards] (clog2): Likewise.
27953         [C99-based standards] (clgamma): Likewise.
27954         [C99-based standards] (ctgamma): Likewise.
27955         [C99-based standards] (cerff): Likewise.
27956         [C99-based standards] (cerfcf): Likewise.
27957         [C99-based standards] (cexp2f): Likewise.
27958         [C99-based standards] (cexpm1f): Likewise.
27959         [C99-based standards] (clog10f): Likewise.
27960         [C99-based standards] (clog1pf): Likewise.
27961         [C99-based standards] (clog2f): Likewise.
27962         [C99-based standards] (clgammaf): Likewise.
27963         [C99-based standards] (ctgammaf): Likewise.
27964         [C99-based standards] (cerfl): Likewise.
27965         [C99-based standards] (cerfcl): Likewise.
27966         [C99-based standards] (cexp2l): Likewise.
27967         [C99-based standards] (cexpm1l): Likewise.
27968         [C99-based standards] (clog10l): Likewise.
27969         [C99-based standards] (clog1pl): Likewise.
27970         [C99-based standards] (clog2l): Likewise.
27971         [C99-based standards] (clgammal): Likewise.
27972         [C99-based standards] (ctgammal): Likewise.
27973         * conform/data/inttypes.h-data [C99-based standards]: Include
27974         stdint.h-data.  Remove all expectations for stdint.h contents.
27975         [C99-based standards] (PRI*): Do not allow.
27976         [C99-based standards] (SCN*): Likewise.
27977         [C99-based standards] (*_t): Likewise.
27978         [C99-based-standards] (PRId8): Expect macro.
27979         [C99-based-standards] (PRIi8): Likewise.
27980         [C99-based-standards] (PRIo8): Likewise.
27981         [C99-based-standards] (PRIu8): Likewise.
27982         [C99-based-standards] (PRIx8): Likewise.
27983         [C99-based-standards] (PRIX8): Likewise.
27984         [C99-based-standards] (SCNd8): Likewise.
27985         [C99-based-standards] (SCNi8): Likewise.
27986         [C99-based-standards] (SCNo8): Likewise.
27987         [C99-based-standards] (SCNu8): Likewise.
27988         [C99-based-standards] (SCNx8): Likewise.
27989         [C99-based-standards] (PRIdLEAST8): Likewise.
27990         [C99-based-standards] (PRIiLEAST8): Likewise.
27991         [C99-based-standards] (PRIoLEAST8): Likewise.
27992         [C99-based-standards] (PRIuLEAST8): Likewise.
27993         [C99-based-standards] (PRIxLEAST8): Likewise.
27994         [C99-based-standards] (PRIXLEAST8): Likewise.
27995         [C99-based-standards] (SCNdLEAST8): Likewise.
27996         [C99-based-standards] (SCNiLEAST8): Likewise.
27997         [C99-based-standards] (SCNoLEAST8): Likewise.
27998         [C99-based-standards] (SCNuLEAST8): Likewise.
27999         [C99-based-standards] (SCNxLEAST8): Likewise.
28000         [C99-based-standards] (PRIdFAST8): Likewise.
28001         [C99-based-standards] (PRIiFAST8): Likewise.
28002         [C99-based-standards] (PRIoFAST8): Likewise.
28003         [C99-based-standards] (PRIuFAST8): Likewise.
28004         [C99-based-standards] (PRIxFAST8): Likewise.
28005         [C99-based-standards] (PRIXFAST8): Likewise.
28006         [C99-based-standards] (SCNdFAST8): Likewise.
28007         [C99-based-standards] (SCNiFAST8): Likewise.
28008         [C99-based-standards] (SCNoFAST8): Likewise.
28009         [C99-based-standards] (SCNuFAST8): Likewise.
28010         [C99-based-standards] (SCNxFAST8): Likewise.
28011         [C99-based-standards] (PRId16): Likewise.
28012         [C99-based-standards] (PRIi16): Likewise.
28013         [C99-based-standards] (PRIo16): Likewise.
28014         [C99-based-standards] (PRIu16): Likewise.
28015         [C99-based-standards] (PRIx16): Likewise.
28016         [C99-based-standards] (PRIX16): Likewise.
28017         [C99-based-standards] (SCNd16): Likewise.
28018         [C99-based-standards] (SCNi16): Likewise.
28019         [C99-based-standards] (SCNo16): Likewise.
28020         [C99-based-standards] (SCNu16): Likewise.
28021         [C99-based-standards] (SCNx16): Likewise.
28022         [C99-based-standards] (PRIdLEAST16): Likewise.
28023         [C99-based-standards] (PRIiLEAST16): Likewise.
28024         [C99-based-standards] (PRIoLEAST16): Likewise.
28025         [C99-based-standards] (PRIuLEAST16): Likewise.
28026         [C99-based-standards] (PRIxLEAST16): Likewise.
28027         [C99-based-standards] (PRIXLEAST16): Likewise.
28028         [C99-based-standards] (SCNdLEAST16): Likewise.
28029         [C99-based-standards] (SCNiLEAST16): Likewise.
28030         [C99-based-standards] (SCNoLEAST16): Likewise.
28031         [C99-based-standards] (SCNuLEAST16): Likewise.
28032         [C99-based-standards] (SCNxLEAST16): Likewise.
28033         [C99-based-standards] (PRIdFAST16): Likewise.
28034         [C99-based-standards] (PRIiFAST16): Likewise.
28035         [C99-based-standards] (PRIoFAST16): Likewise.
28036         [C99-based-standards] (PRIuFAST16): Likewise.
28037         [C99-based-standards] (PRIxFAST16): Likewise.
28038         [C99-based-standards] (PRIXFAST16): Likewise.
28039         [C99-based-standards] (SCNdFAST16): Likewise.
28040         [C99-based-standards] (SCNiFAST16): Likewise.
28041         [C99-based-standards] (SCNoFAST16): Likewise.
28042         [C99-based-standards] (SCNuFAST16): Likewise.
28043         [C99-based-standards] (SCNxFAST16): Likewise.
28044         [C99-based-standards] (PRId32): Likewise.
28045         [C99-based-standards] (PRIi32): Likewise.
28046         [C99-based-standards] (PRIo32): Likewise.
28047         [C99-based-standards] (PRIu32): Likewise.
28048         [C99-based-standards] (PRIx32): Likewise.
28049         [C99-based-standards] (PRIX32): Likewise.
28050         [C99-based-standards] (SCNd32): Likewise.
28051         [C99-based-standards] (SCNi32): Likewise.
28052         [C99-based-standards] (SCNo32): Likewise.
28053         [C99-based-standards] (SCNu32): Likewise.
28054         [C99-based-standards] (SCNx32): Likewise.
28055         [C99-based-standards] (PRIdLEAST32): Likewise.
28056         [C99-based-standards] (PRIiLEAST32): Likewise.
28057         [C99-based-standards] (PRIoLEAST32): Likewise.
28058         [C99-based-standards] (PRIuLEAST32): Likewise.
28059         [C99-based-standards] (PRIxLEAST32): Likewise.
28060         [C99-based-standards] (PRIXLEAST32): Likewise.
28061         [C99-based-standards] (SCNdLEAST32): Likewise.
28062         [C99-based-standards] (SCNiLEAST32): Likewise.
28063         [C99-based-standards] (SCNoLEAST32): Likewise.
28064         [C99-based-standards] (SCNuLEAST32): Likewise.
28065         [C99-based-standards] (SCNxLEAST32): Likewise.
28066         [C99-based-standards] (PRIdFAST32): Likewise.
28067         [C99-based-standards] (PRIiFAST32): Likewise.
28068         [C99-based-standards] (PRIoFAST32): Likewise.
28069         [C99-based-standards] (PRIuFAST32): Likewise.
28070         [C99-based-standards] (PRIxFAST32): Likewise.
28071         [C99-based-standards] (PRIXFAST32): Likewise.
28072         [C99-based-standards] (SCNdFAST32): Likewise.
28073         [C99-based-standards] (SCNiFAST32): Likewise.
28074         [C99-based-standards] (SCNoFAST32): Likewise.
28075         [C99-based-standards] (SCNuFAST32): Likewise.
28076         [C99-based-standards] (SCNxFAST32): Likewise.
28077         [C99-based-standards] (PRId64): Likewise.
28078         [C99-based-standards] (PRIi64): Likewise.
28079         [C99-based-standards] (PRIo64): Likewise.
28080         [C99-based-standards] (PRIu64): Likewise.
28081         [C99-based-standards] (PRIx64): Likewise.
28082         [C99-based-standards] (PRIX64): Likewise.
28083         [C99-based-standards] (SCNd64): Likewise.
28084         [C99-based-standards] (SCNi64): Likewise.
28085         [C99-based-standards] (SCNo64): Likewise.
28086         [C99-based-standards] (SCNu64): Likewise.
28087         [C99-based-standards] (SCNx64): Likewise.
28088         [C99-based-standards] (PRIdLEAST64): Likewise.
28089         [C99-based-standards] (PRIiLEAST64): Likewise.
28090         [C99-based-standards] (PRIoLEAST64): Likewise.
28091         [C99-based-standards] (PRIuLEAST64): Likewise.
28092         [C99-based-standards] (PRIxLEAST64): Likewise.
28093         [C99-based-standards] (PRIXLEAST64): Likewise.
28094         [C99-based-standards] (SCNdLEAST64): Likewise.
28095         [C99-based-standards] (SCNiLEAST64): Likewise.
28096         [C99-based-standards] (SCNoLEAST64): Likewise.
28097         [C99-based-standards] (SCNuLEAST64): Likewise.
28098         [C99-based-standards] (SCNxLEAST64): Likewise.
28099         [C99-based-standards] (PRIdFAST64): Likewise.
28100         [C99-based-standards] (PRIiFAST64): Likewise.
28101         [C99-based-standards] (PRIoFAST64): Likewise.
28102         [C99-based-standards] (PRIuFAST64): Likewise.
28103         [C99-based-standards] (PRIxFAST64): Likewise.
28104         [C99-based-standards] (PRIXFAST64): Likewise.
28105         [C99-based-standards] (SCNdFAST64): Likewise.
28106         [C99-based-standards] (SCNiFAST64): Likewise.
28107         [C99-based-standards] (SCNoFAST64): Likewise.
28108         [C99-based-standards] (SCNuFAST64): Likewise.
28109         [C99-based-standards] (SCNxFAST64): Likewise.
28110         [C99-based-standards] (PRIdMAX): Likewise.
28111         [C99-based-standards] (PRIiMAX): Likewise.
28112         [C99-based-standards] (PRIoMAX): Likewise.
28113         [C99-based-standards] (PRIuMAX): Likewise.
28114         [C99-based-standards] (PRIxMAX): Likewise.
28115         [C99-based-standards] (PRIXMAX): Likewise.
28116         [C99-based-standards] (SCNdMAX): Likewise.
28117         [C99-based-standards] (SCNiMAX): Likewise.
28118         [C99-based-standards] (SCNoMAX): Likewise.
28119         [C99-based-standards] (SCNuMAX): Likewise.
28120         [C99-based-standards] (SCNxMAX): Likewise.
28121         [C99-based-standards] (PRIdPTR): Likewise.
28122         [C99-based-standards] (PRIiPTR): Likewise.
28123         [C99-based-standards] (PRIoPTR): Likewise.
28124         [C99-based-standards] (PRIuPTR): Likewise.
28125         [C99-based-standards] (PRIxPTR): Likewise.
28126         [C99-based-standards] (PRIXPTR): Likewise.
28127         [C99-based-standards] (SCNdPTR): Likewise.
28128         [C99-based-standards] (SCNiPTR): Likewise.
28129         [C99-based-standards] (SCNoPTR): Likewise.
28130         [C99-based-standards] (SCNuPTR): Likewise.
28131         [C99-based-standards] (SCNxPTR): Likewise.
28132         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
28133         allow.
28134         * conform/data/stdint.h-data: Update comments to clarify
28135         requirements.
28136         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
28137         type.
28138         [C99-based standards] (INT8_MAX): Likewise.
28139         [C99-based standards] (INT16_MIN): Likewise.
28140         [C99-based standards] (INT16_MAX): Likewise.
28141         [C99-based standards] (INT32_MIN): Likewise.
28142         [C99-based standards] (INT32_MAX): Likewise.
28143         [C99-based standards] (INT64_MIN): Likewise.
28144         [C99-based standards] (INT64_MAX): Likewise.
28145         [C99-based standards] (UINT8_MAX): Likewise.
28146         [C99-based standards] (UINT16_MAX): Likewise.
28147         [C99-based standards] (UINT32_MAX): Likewise.
28148         [C99-based standards] (UINT64_MAX): Likewise.
28149         [C99-based standards] (INT_LEAST8_MIN): Likewise.
28150         [C99-based standards] (INT_LEAST8_MAX): Likewise.
28151         [C99-based standards] (INT_LEAST16_MIN): Likewise.
28152         [C99-based standards] (INT_LEAST16_MAX): Likewise.
28153         [C99-based standards] (INT_LEAST32_MIN): Likewise.
28154         [C99-based standards] (INT_LEAST32_MAX): Likewise.
28155         [C99-based standards] (INT_LEAST64_MIN): Likewise.
28156         [C99-based standards] (INT_LEAST64_MAX): Likewise.
28157         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
28158         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
28159         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
28160         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
28161         [C99-based standards] (INT_FAST8_MIN): Likewise.
28162         [C99-based standards] (INT_FAST8_MAX): Likewise.
28163         [C99-based standards] (INT_FAST16_MIN): Likewise.
28164         [C99-based standards] (INT_FAST16_MAX): Likewise.
28165         [C99-based standards] (INT_FAST32_MIN): Likewise.
28166         [C99-based standards] (INT_FAST32_MAX): Likewise.
28167         [C99-based standards] (INT_FAST64_MIN): Likewise.
28168         [C99-based standards] (INT_FAST64_MAX): Likewise.
28169         [C99-based standards] (UINT_FAST8_MAX): Likewise.
28170         [C99-based standards] (UINT_FAST16_MAX): Likewise.
28171         [C99-based standards] (UINT_FAST32_MAX): Likewise.
28172         [C99-based standards] (UINT_FAST64_MAX): Likewise.
28173         [C99-based standards] (INTPTR_MIN): Likewise.
28174         [C99-based standards] (INTPTR_MAX): Likewise.
28175         [C99-based standards] (UINTPTR_MAX): Likewise.
28176         [C99-based standards] (INTMAX_MIN): Likewise.
28177         [C99-based standards] (INTMAX_MAX): Likewise.
28178         [C99-based standards] (UINTMAX_MAX): Likewise.
28179         [C99-based standards] (PTRDIFF_MIN): Likewise.
28180         [C99-based standards] (PTRDIFF_MAX): Likewise.
28181         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
28182         [C99-based standards] (SIZE_MAX): Likewise.
28183         [C99-based standards] (WCHAR_MAX): Likewise.
28184         [C99-based standards] (WINT_MAX): Likewise.
28185         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
28186         constraint on value.
28187         [C99-based standards] (WCHAR_MIN): Likewise.
28188         [C99-based standards] (WINT_MIN): Likewise.
28189         [C99-based standards] (*_t): Allow.
28190         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
28191         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
28192         Include math.h-data and complex.h-data.  Remove all expectations
28193         of math.h and complex.h contents.
28194         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
28195         at end of line.
28196         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
28197         (struct tm): Expect tag.
28198         [C99-based-standards] (wcstof): Expect function.
28199         [C99-based-standards] (wcstold): Likewise.
28200         [C99-based-standards] (wcstoll): Likewise.
28201         [C99-based-standards] (wcstoull): Likewise.
28202         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
28203         macro-int-constant.  Specify type.
28204         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
28205         constraint on value.
28206         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28207         Specify type.
28208         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
28209         Specify value.
28210         [ISO C standards]: Do not allow headers.
28211         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
28212         wcs[abcdefghijklmnopqrstuvwxyz]*.
28213         [ISO C standards] (*_t): Do not allow.
28214         * conform/data/wctype.h-data [C99-based standards] (iswblank):
28215         Expect function.
28216         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
28217         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
28218         Specify type.
28219         [ISO C standards]: Do not allow headers.
28220         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
28221         is[abcdefghijklmnopqrstuvwxyz]*.
28222         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
28223         to[abcdefghijklmnopqrstuvwxyz]*.
28224         [ISO C standards] (*_t): Do not allow.
28225         * conform/data/stdalign.h-data: New file.
28226         * conform/data/stdbool.h-data: Likewise.
28227         * conform/data/stdnoreturn.h-data: Likewise.
28228
28229 2012-11-07  Roland McGrath  <roland@hack.frob.com>
28230
28231         [BZ #14815]
28232         * manual/filesys.texi (Directory Entries): Typo fix.
28233         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
28234
28235 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
28236
28237         * elf/elf.h (EM_AARCH64): New macro.
28238         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
28239         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
28240         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
28241         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
28242         (R_AARCH64_TLSDESC): Likewise.
28243         (NT_ARM_TLS): Likewise.
28244         (NT_ARM_HW_BREAK): Likewise.
28245         (NT_ARM_HW_WATCH): Likewise.
28246
28247 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28248
28249         [BZ #14811]
28250         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
28251         (__ieee754_powl): Saturate nonzero exponents with absolute value
28252         below 0x1p-79 to +/- 0x1p-79.
28253         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
28254         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
28255         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
28256         nonzero exponents with absolute value below 0x1p-32 to +/-
28257         0x1p-32.
28258         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
28259         (__ieee754_powl): Saturate nonzero exponents with absolute value
28260         below 0x1p-79 to +/- 0x1p-79.
28261         * math/libm-test.inc (pow_test): Add more tests.
28262
28263 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28264
28265         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
28266         _dl_s390_cap_flags with kernel. Increase string length.
28267         (_dl_s390_platforms): Add z196 and zEC12.
28268
28269 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
28270
28271         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
28272         Change XOPEN21K to XOPEN2K.
28273
28274 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
28275
28276         * string/memmove.c: Use memcpy when possible.
28277
28278 2012-11-06  Andreas Jaeger  <aj@suse.de>
28279
28280         * po/eo.po: Update from translation team.
28281
28282 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
28283
28284         [BZ #14793]
28285         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
28286         exponent and small x and y exponents, scale x or y up.  Increase
28287         by 2 the exponent used in scaling up.
28288         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28289         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28290         * math/libm-test.inc (fma_test): Add more tests.
28291         (fma_test_towardzero): Likewise.
28292         (fma_test_downward): Likewise.
28293         (fma_test_upward): Likewise.
28294
28295 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
28296
28297         [BZ #14805]
28298         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
28299         fenv_t *.
28300
28301         [BZ #14801]
28302         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
28303         namespace for names of struct fields.
28304         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
28305         fenv_t fields.
28306         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
28307         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
28308
28309 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28310
28311         [BZ #3665]
28312         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
28313
28314 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28315
28316         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
28317         PTR_DEMANGLE.
28318
28319         [BZ #5246]
28320         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
28321         PTR_DEMANGLE.
28322
28323 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
28324
28325         [BZ #14797]
28326         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
28327         definitely overflow as x * y not x * y + z.
28328         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28329         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28330         * math/libm-test.inc (fma_test): Add more tests.
28331         (fma_test_towardzero): Likewise.
28332         (fma_test_downward): Likewise.
28333         (fma_test_upward): Likewise.
28334
28335 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
28336
28337         [BZ #157]
28338
28339         * include/stub-tag.h: Remove file.
28340         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
28341         '#include' of it.
28342         * manual/maint.texi (Porting): Don't reference it.
28343         * Makerules ($(objpfx)stubs): Likewise.
28344         * dirent/closedir.c: Don't include <stub-tag.h>.
28345         * dirent/dirfd.c: Likewise.
28346         * dirent/fdopendir.c: Likewise.
28347         * dirent/getdents.c: Likewise.
28348         * dirent/getdents64.c: Likewise.
28349         * dirent/opendir.c: Likewise.
28350         * dirent/readdir.c: Likewise.
28351         * dirent/readdir64.c: Likewise.
28352         * dirent/readdir64_r.c: Likewise.
28353         * dirent/readdir_r.c: Likewise.
28354         * dirent/rewinddir.c: Likewise.
28355         * dirent/seekdir.c: Likewise.
28356         * dirent/telldir.c: Likewise.
28357         * gmon/profil.c: Likewise.
28358         * grp/setgroups.c: Likewise.
28359         * inet/if_index.c: Likewise.
28360         * io/access.c: Likewise.
28361         * io/chdir.c: Likewise.
28362         * io/chmod.c: Likewise.
28363         * io/chown.c: Likewise.
28364         * io/close.c: Likewise.
28365         * io/dup.c: Likewise.
28366         * io/dup2.c: Likewise.
28367         * io/dup3.c: Likewise.
28368         * io/euidaccess.c: Likewise.
28369         * io/faccessat.c: Likewise.
28370         * io/fchdir.c: Likewise.
28371         * io/fchmod.c: Likewise.
28372         * io/fchmodat.c: Likewise.
28373         * io/fchown.c: Likewise.
28374         * io/fchownat.c: Likewise.
28375         * io/fcntl.c: Likewise.
28376         * io/flock.c: Likewise.
28377         * io/fstatfs.c: Likewise.
28378         * io/fstatfs64.c: Likewise.
28379         * io/fstatvfs.c: Likewise.
28380         * io/fstatvfs64.c: Likewise.
28381         * io/futimens.c: Likewise.
28382         * io/fxstat.c: Likewise.
28383         * io/fxstat64.c: Likewise.
28384         * io/fxstatat.c: Likewise.
28385         * io/fxstatat64.c: Likewise.
28386         * io/getcwd.c: Likewise.
28387         * io/isatty.c: Likewise.
28388         * io/lchmod.c: Likewise.
28389         * io/lchown.c: Likewise.
28390         * io/link.c: Likewise.
28391         * io/linkat.c: Likewise.
28392         * io/lseek.c: Likewise.
28393         * io/lseek64.c: Likewise.
28394         * io/lxstat64.c: Likewise.
28395         * io/mkdir.c: Likewise.
28396         * io/mkdirat.c: Likewise.
28397         * io/mkfifo.c: Likewise.
28398         * io/mkfifoat.c: Likewise.
28399         * io/open.c: Likewise.
28400         * io/open64.c: Likewise.
28401         * io/openat.c: Likewise.
28402         * io/openat64.c: Likewise.
28403         * io/pipe.c: Likewise.
28404         * io/pipe2.c: Likewise.
28405         * io/poll.c: Likewise.
28406         * io/posix_fadvise.c: Likewise.
28407         * io/posix_fadvise64.c: Likewise.
28408         * io/posix_fallocate.c: Likewise.
28409         * io/posix_fallocate64.c: Likewise.
28410         * io/read.c: Likewise.
28411         * io/readlink.c: Likewise.
28412         * io/readlinkat.c: Likewise.
28413         * io/rmdir.c: Likewise.
28414         * io/sendfile.c: Likewise.
28415         * io/sendfile64.c: Likewise.
28416         * io/statfs.c: Likewise.
28417         * io/statfs64.c: Likewise.
28418         * io/statvfs.c: Likewise.
28419         * io/statvfs64.c: Likewise.
28420         * io/symlink.c: Likewise.
28421         * io/symlinkat.c: Likewise.
28422         * io/ttyname.c: Likewise.
28423         * io/ttyname_r.c: Likewise.
28424         * io/umask.c: Likewise.
28425         * io/unlink.c: Likewise.
28426         * io/unlinkat.c: Likewise.
28427         * io/utime.c: Likewise.
28428         * io/utimensat.c: Likewise.
28429         * io/write.c: Likewise.
28430         * io/xmknod.c: Likewise.
28431         * io/xmknodat.c: Likewise.
28432         * io/xstat.c: Likewise.
28433         * io/xstat64.c: Likewise.
28434         * login/getpt.c: Likewise.
28435         * login/grantpt.c: Likewise.
28436         * login/unlockpt.c: Likewise.
28437         * math/e_acoshl.c: Likewise.
28438         * math/e_acosl.c: Likewise.
28439         * math/e_asinl.c: Likewise.
28440         * math/e_atan2l.c: Likewise.
28441         * math/e_atanhl.c: Likewise.
28442         * math/e_coshl.c: Likewise.
28443         * math/e_expl.c: Likewise.
28444         * math/e_fmodl.c: Likewise.
28445         * math/e_gammal_r.c: Likewise.
28446         * math/e_hypotl.c: Likewise.
28447         * math/e_j0l.c: Likewise.
28448         * math/e_j1l.c: Likewise.
28449         * math/e_jnl.c: Likewise.
28450         * math/e_lgammal_r.c: Likewise.
28451         * math/e_log10l.c: Likewise.
28452         * math/e_log2l.c: Likewise.
28453         * math/e_logl.c: Likewise.
28454         * math/e_powl.c: Likewise.
28455         * math/e_rem_pio2l.c: Likewise.
28456         * math/e_sinhl.c: Likewise.
28457         * math/e_sqrtl.c: Likewise.
28458         * math/fclrexcpt.c: Likewise.
28459         * math/fedisblxcpt.c: Likewise.
28460         * math/feenablxcpt.c: Likewise.
28461         * math/fegetenv.c: Likewise.
28462         * math/fegetexcept.c: Likewise.
28463         * math/fegetround.c: Likewise.
28464         * math/feholdexcpt.c: Likewise.
28465         * math/fesetenv.c: Likewise.
28466         * math/fesetround.c: Likewise.
28467         * math/feupdateenv.c: Likewise.
28468         * math/fgetexcptflg.c: Likewise.
28469         * math/fraiseexcpt.c: Likewise.
28470         * math/fsetexcptflg.c: Likewise.
28471         * math/ftestexcept.c: Likewise.
28472         * math/k_cosl.c: Likewise.
28473         * math/k_rem_pio2l.c: Likewise.
28474         * math/k_sinl.c: Likewise.
28475         * math/k_tanl.c: Likewise.
28476         * math/s_asinhl.c: Likewise.
28477         * math/s_atanl.c: Likewise.
28478         * math/s_cbrtl.c: Likewise.
28479         * math/s_erfl.c: Likewise.
28480         * math/s_expm1l.c: Likewise.
28481         * math/s_log1pl.c: Likewise.
28482         * math/s_tanhl.c: Likewise.
28483         * misc/acct.c: Likewise.
28484         * misc/brk.c: Likewise.
28485         * misc/chflags.c: Likewise.
28486         * misc/chroot.c: Likewise.
28487         * misc/fchflags.c: Likewise.
28488         * misc/fgetxattr.c: Likewise.
28489         * misc/flistxattr.c: Likewise.
28490         * misc/fremovexattr.c: Likewise.
28491         * misc/fsetxattr.c: Likewise.
28492         * misc/fsync.c: Likewise.
28493         * misc/ftruncate.c: Likewise.
28494         * misc/futimes.c: Likewise.
28495         * misc/futimesat.c: Likewise.
28496         * misc/getdomain.c: Likewise.
28497         * misc/getdtsz.c: Likewise.
28498         * misc/gethostid.c: Likewise.
28499         * misc/gethostname.c: Likewise.
28500         * misc/getloadavg.c: Likewise.
28501         * misc/getpagesize.c: Likewise.
28502         * misc/getsysstats.c: Likewise.
28503         * misc/getxattr.c: Likewise.
28504         * misc/gtty.c: Likewise.
28505         * misc/ioctl.c: Likewise.
28506         * misc/lgetxattr.c: Likewise.
28507         * misc/listxattr.c: Likewise.
28508         * misc/llistxattr.c: Likewise.
28509         * misc/lremovexattr.c: Likewise.
28510         * misc/lsetxattr.c: Likewise.
28511         * misc/lutimes.c: Likewise.
28512         * misc/madvise.c: Likewise.
28513         * misc/mincore.c: Likewise.
28514         * misc/mlock.c: Likewise.
28515         * misc/mlockall.c: Likewise.
28516         * misc/mmap.c: Likewise.
28517         * misc/mprotect.c: Likewise.
28518         * misc/msync.c: Likewise.
28519         * misc/munlock.c: Likewise.
28520         * misc/munlockall.c: Likewise.
28521         * misc/munmap.c: Likewise.
28522         * misc/preadv.c: Likewise.
28523         * misc/preadv64.c: Likewise.
28524         * misc/ptrace.c: Likewise.
28525         * misc/pwritev.c: Likewise.
28526         * misc/pwritev64.c: Likewise.
28527         * misc/readv.c: Likewise.
28528         * misc/reboot.c: Likewise.
28529         * misc/remap_file_pages.c: Likewise.
28530         * misc/removexattr.c: Likewise.
28531         * misc/revoke.c: Likewise.
28532         * misc/select.c: Likewise.
28533         * misc/setdomain.c: Likewise.
28534         * misc/setegid.c: Likewise.
28535         * misc/seteuid.c: Likewise.
28536         * misc/sethostid.c: Likewise.
28537         * misc/sethostname.c: Likewise.
28538         * misc/setregid.c: Likewise.
28539         * misc/setreuid.c: Likewise.
28540         * misc/setxattr.c: Likewise.
28541         * misc/sstk.c: Likewise.
28542         * misc/stty.c: Likewise.
28543         * misc/swapoff.c: Likewise.
28544         * misc/swapon.c: Likewise.
28545         * misc/sync.c: Likewise.
28546         * misc/syncfs.c: Likewise.
28547         * misc/syscall.c: Likewise.
28548         * misc/truncate.c: Likewise.
28549         * misc/ualarm.c: Likewise.
28550         * misc/usleep.c: Likewise.
28551         * misc/ustat.c: Likewise.
28552         * misc/utimes.c: Likewise.
28553         * misc/vhangup.c: Likewise.
28554         * misc/writev.c: Likewise.
28555         * posix/_exit.c: Likewise.
28556         * posix/alarm.c: Likewise.
28557         * posix/execve.c: Likewise.
28558         * posix/fexecve.c: Likewise.
28559         * posix/fork.c: Likewise.
28560         * posix/fpathconf.c: Likewise.
28561         * posix/getaddrinfo.c: Likewise.
28562         * posix/getegid.c: Likewise.
28563         * posix/geteuid.c: Likewise.
28564         * posix/getgid.c: Likewise.
28565         * posix/getgroups.c: Likewise.
28566         * posix/getlogin.c: Likewise.
28567         * posix/getlogin_r.c: Likewise.
28568         * posix/getpgid.c: Likewise.
28569         * posix/getpid.c: Likewise.
28570         * posix/getppid.c: Likewise.
28571         * posix/getresgid.c: Likewise.
28572         * posix/getresuid.c: Likewise.
28573         * posix/getsid.c: Likewise.
28574         * posix/getuid.c: Likewise.
28575         * posix/glob64.c: Likewise.
28576         * posix/nanosleep.c: Likewise.
28577         * posix/pathconf.c: Likewise.
28578         * posix/pause.c: Likewise.
28579         * posix/posix_madvise.c: Likewise.
28580         * posix/pread.c: Likewise.
28581         * posix/pread64.c: Likewise.
28582         * posix/pwrite.c: Likewise.
28583         * posix/pwrite64.c: Likewise.
28584         * posix/sched_getaffinity.c: Likewise.
28585         * posix/sched_getp.c: Likewise.
28586         * posix/sched_gets.c: Likewise.
28587         * posix/sched_primax.c: Likewise.
28588         * posix/sched_primin.c: Likewise.
28589         * posix/sched_rr_gi.c: Likewise.
28590         * posix/sched_setaffinity.c: Likewise.
28591         * posix/sched_setp.c: Likewise.
28592         * posix/sched_sets.c: Likewise.
28593         * posix/sched_yield.c: Likewise.
28594         * posix/setgid.c: Likewise.
28595         * posix/setlogin.c: Likewise.
28596         * posix/setpgid.c: Likewise.
28597         * posix/setresgid.c: Likewise.
28598         * posix/setresuid.c: Likewise.
28599         * posix/setsid.c: Likewise.
28600         * posix/setuid.c: Likewise.
28601         * posix/sleep.c: Likewise.
28602         * posix/spawni.c: Likewise.
28603         * posix/sysconf.c: Likewise.
28604         * posix/times.c: Likewise.
28605         * posix/wait.c: Likewise.
28606         * posix/wait3.c: Likewise.
28607         * posix/wait4.c: Likewise.
28608         * posix/waitpid.c: Likewise.
28609         * resolv/gai_sigqueue.c: Likewise.
28610         * resource/getpriority.c: Likewise.
28611         * resource/getrlimit.c: Likewise.
28612         * resource/getrusage.c: Likewise.
28613         * resource/nice.c: Likewise.
28614         * resource/setpriority.c: Likewise.
28615         * resource/setrlimit.c: Likewise.
28616         * resource/ulimit.c: Likewise.
28617         * rt/aio_cancel.c: Likewise.
28618         * rt/aio_fsync.c: Likewise.
28619         * rt/aio_read.c: Likewise.
28620         * rt/aio_sigqueue.c: Likewise.
28621         * rt/aio_suspend.c: Likewise.
28622         * rt/aio_write.c: Likewise.
28623         * rt/clock_getres.c: Likewise.
28624         * rt/clock_gettime.c: Likewise.
28625         * rt/clock_nanosleep.c: Likewise.
28626         * rt/clock_settime.c: Likewise.
28627         * rt/lio_listio.c: Likewise.
28628         * rt/mq_close.c: Likewise.
28629         * rt/mq_getattr.c: Likewise.
28630         * rt/mq_notify.c: Likewise.
28631         * rt/mq_open.c: Likewise.
28632         * rt/mq_receive.c: Likewise.
28633         * rt/mq_send.c: Likewise.
28634         * rt/mq_setattr.c: Likewise.
28635         * rt/mq_timedreceive.c: Likewise.
28636         * rt/mq_timedsend.c: Likewise.
28637         * rt/mq_unlink.c: Likewise.
28638         * rt/shm_open.c: Likewise.
28639         * rt/shm_unlink.c: Likewise.
28640         * rt/timer_create.c: Likewise.
28641         * rt/timer_delete.c: Likewise.
28642         * rt/timer_getoverr.c: Likewise.
28643         * rt/timer_gettime.c: Likewise.
28644         * rt/timer_settime.c: Likewise.
28645         * setjmp/__longjmp.c: Likewise.
28646         * setjmp/setjmp.c: Likewise.
28647         * signal/kill.c: Likewise.
28648         * signal/killpg.c: Likewise.
28649         * signal/raise.c: Likewise.
28650         * signal/sigaction.c: Likewise.
28651         * signal/sigaltstack.c: Likewise.
28652         * signal/sigblock.c: Likewise.
28653         * signal/sigignore.c: Likewise.
28654         * signal/sigintr.c: Likewise.
28655         * signal/signal.c: Likewise.
28656         * signal/sigpause.c: Likewise.
28657         * signal/sigpending.c: Likewise.
28658         * signal/sigqueue.c: Likewise.
28659         * signal/sigreturn.c: Likewise.
28660         * signal/sigset.c: Likewise.
28661         * signal/sigsetmask.c: Likewise.
28662         * signal/sigstack.c: Likewise.
28663         * signal/sigsuspend.c: Likewise.
28664         * signal/sigtimedwait.c: Likewise.
28665         * signal/sigvec.c: Likewise.
28666         * signal/sigwait.c: Likewise.
28667         * signal/sigwaitinfo.c: Likewise.
28668         * signal/sysv_signal.c: Likewise.
28669         * socket/accept.c: Likewise.
28670         * socket/accept4.c: Likewise.
28671         * socket/bind.c: Likewise.
28672         * socket/connect.c: Likewise.
28673         * socket/getpeername.c: Likewise.
28674         * socket/getsockname.c: Likewise.
28675         * socket/getsockopt.c: Likewise.
28676         * socket/isfdtype.c: Likewise.
28677         * socket/listen.c: Likewise.
28678         * socket/recv.c: Likewise.
28679         * socket/recvfrom.c: Likewise.
28680         * socket/recvmsg.c: Likewise.
28681         * socket/send.c: Likewise.
28682         * socket/sendmsg.c: Likewise.
28683         * socket/sendto.c: Likewise.
28684         * socket/setsockopt.c: Likewise.
28685         * socket/shutdown.c: Likewise.
28686         * socket/sockatmark.c: Likewise.
28687         * socket/socket.c: Likewise.
28688         * socket/socketpair.c: Likewise.
28689         * stdio-common/ctermid.c: Likewise.
28690         * stdio-common/cuserid.c: Likewise.
28691         * stdio-common/remove.c: Likewise.
28692         * stdio-common/rename.c: Likewise.
28693         * stdio-common/renameat.c: Likewise.
28694         * stdio-common/tempname.c: Likewise.
28695         * stdlib/getcontext.c: Likewise.
28696         * stdlib/makecontext.c: Likewise.
28697         * stdlib/setcontext.c: Likewise.
28698         * stdlib/swapcontext.c: Likewise.
28699         * stdlib/system.c: Likewise.
28700         * streams/fattach.c: Likewise.
28701         * streams/fdetach.c: Likewise.
28702         * streams/getmsg.c: Likewise.
28703         * streams/getpmsg.c: Likewise.
28704         * streams/putmsg.c: Likewise.
28705         * streams/putpmsg.c: Likewise.
28706         * sysdeps/unix/bsd/getpt.c: Likewise.
28707         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
28708         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
28709         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
28710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
28711         Likewise.
28712         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
28713         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
28714         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
28715         * sysvipc/msgctl.c: Likewise.
28716         * sysvipc/msgget.c: Likewise.
28717         * sysvipc/msgrcv.c: Likewise.
28718         * sysvipc/msgsnd.c: Likewise.
28719         * sysvipc/semctl.c: Likewise.
28720         * sysvipc/semget.c: Likewise.
28721         * sysvipc/semop.c: Likewise.
28722         * sysvipc/semtimedop.c: Likewise.
28723         * sysvipc/shmat.c: Likewise.
28724         * sysvipc/shmctl.c: Likewise.
28725         * sysvipc/shmdt.c: Likewise.
28726         * sysvipc/shmget.c: Likewise.
28727         * termios/tcdrain.c: Likewise.
28728         * termios/tcflow.c: Likewise.
28729         * termios/tcflush.c: Likewise.
28730         * termios/tcgetattr.c: Likewise.
28731         * termios/tcgetpgrp.c: Likewise.
28732         * termios/tcsendbrk.c: Likewise.
28733         * termios/tcsetattr.c: Likewise.
28734         * termios/tcsetpgrp.c: Likewise.
28735         * time/adjtime.c: Likewise.
28736         * time/clock.c: Likewise.
28737         * time/getitimer.c: Likewise.
28738         * time/gettimeofday.c: Likewise.
28739         * time/setitimer.c: Likewise.
28740         * time/settimeofday.c: Likewise.
28741         * time/stime.c: Likewise.
28742         * time/time.c: Likewise.
28743
28744 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
28745
28746         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
28747         /usr/old/bin.
28748
28749         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
28750         instead of spaces.
28751         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
28752
28753 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
28754
28755         [BZ #14796]
28756         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
28757         FE_TONEAREST before applying Dekker multiplication and Knuth
28758         addition.  Clear inexact exceptions and check for exact zero
28759         results afterwards.
28760         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28761         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
28762         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28763         * math/libm-test.inc (fma_test): Add more tests.
28764         (fma_test_towardzero): Likewise.
28765         (fma_test_downward): Likewise.
28766         (fma_test_upward): Likewise.
28767         * sysdeps/generic/math_private.h (default_libc_fesetround): New
28768         function.
28769         (libc_fesetround): New macro.
28770         (libc_fesetroundf): Likewise.
28771         (libc_fesetroundl): Likewise.
28772         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
28773         function.
28774         (libc_fesetround_387): Likewise.
28775         (libc_fesetroundf): New macro.
28776         (libc_fesetround): Likewise.
28777         (libc_fesetroundl): Likewise.
28778         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
28779         function.
28780         (libc_fesetroundf): New macro.
28781         (libc_fesetround): Likewise.
28782         (libc_fesetroundl): Likewise.
28783         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
28784         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
28785         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
28786         libm_hidden_ver.
28787         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
28788         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
28789         libm_hidden_def.
28790         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
28791         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
28792         libm_hidden_ver.
28793         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
28794         libm_hidden_def.
28795
28796         [BZ #3439]
28797         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
28798         integer constant usable in #if and use that to give value to enum
28799         constant.
28800         (FE_DIVBYZERO): Likewise.
28801         (FE_UNDERFLOW): Likewise.
28802         (FE_OVERFLOW): Likewise.
28803         (FE_INVALID): Likewise.
28804         (FE_INVALID_SNAN): Likewise.
28805         (FE_INVALID_ISI): Likewise.
28806         (FE_INVALID_IDI): Likewise.
28807         (FE_INVALID_ZDZ): Likewise.
28808         (FE_INVALID_IMZ): Likewise.
28809         (FE_INVALID_COMPARE): Likewise.
28810         (FE_INVALID_SOFTWARE): Likewise.
28811         (FE_INVALID_SQRT): Likewise.
28812         (FE_INVALID_INTEGER_CONVERSION): Likewise.
28813         (FE_TONEAREST): Likewise.
28814         (FE_TOWARDZERO): Likewise.
28815         (FE_UPWARD): Likewise.
28816         (FE_DOWNWARD): Likewise.
28817         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
28818         (FE_DIVBYZERO): Likewise.
28819         (FE_OVERFLOW): Likewise.
28820         (FE_UNDERFLOW): Likewise.
28821         (FE_INEXACT): Likewise.
28822         (FE_TONEAREST): Likewise.
28823         (FE_DOWNWARD): Likewise.
28824         (FE_UPWARD): Likewise.
28825         (FE_TOWARDZERO): Likewise.
28826         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
28827         (FE_UNDERFLOW): Likewise.
28828         (FE_OVERFLOW): Likewise.
28829         (FE_DIVBYZERO): Likewise.
28830         (FE_INVALID): Likewise.
28831         (FE_TONEAREST): Likewise.
28832         (FE_TOWARDZERO): Likewise.
28833         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
28834         (FE_OVERFLOW): Likewise.
28835         (FE_UNDERFLOW): Likewise.
28836         (FE_DIVBYZERO): Likewise.
28837         (FE_INEXACT): Likewise.
28838         (FE_TONEAREST): Likewise.
28839         (FE_TOWARDZERO): Likewise.
28840         (FE_UPWARD): Likewise.
28841         (FE_DOWNWARD): Likewise.
28842         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
28843         (FE_DIVBYZERO): Likewise.
28844         (FE_OVERFLOW): Likewise.
28845         (FE_UNDERFLOW): Likewise.
28846         (FE_INEXACT): Likewise.
28847         (FE_TONEAREST): Likewise.
28848         (FE_DOWNWARD): Likewise.
28849         (FE_UPWARD): Likewise.
28850         (FE_TOWARDZERO): Likewise.
28851
28852 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
28853
28854         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
28855
28856 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
28857
28858         * scripts/cross-test-ssh.sh (command): Use newlines to separate
28859         commands.  Quote $PWD.
28860         (blacklist_exports): Don't use remove_newlines.  Replace "declare
28861         -x" by "export".
28862         (remove_newlines): Remove.
28863
28864 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
28865
28866         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
28867         * stdlib/stdlib.h (atof): Moved to ...
28868         * include/bits/stdlib-float.h: Here.  New file.
28869         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
28870         * stdlib/bits/stdlib-float.h: New file.
28871         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
28872         -mno-sse -mno-mmx.
28873         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
28874         <xmmintrin.h>.
28875
28876 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
28877
28878         * conform/conformtest.pl (@headers): Add fenv.h.
28879         * conform/data/fenv.h-data: New file.
28880         * include/fenv.h [_ISOMAC]: Disable all contents of file except
28881         include of <math/fenv.h>.
28882
28883         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
28884         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
28885         && !UNIX98].  Enables tests for XOPEN2K8.
28886         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
28887         POSIX2008]: Likewise.
28888
28889         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
28890         (struct rusage): Do not expect type or its members.
28891
28892         [BZ #3439]
28893         * math/math.h (FP_NAN): Define macro to integer constant usable in
28894         #if and use that to give value to enum constant.
28895         (FP_INFINITE): Likewise.
28896         (FP_ZERO): Likewise.
28897         (FP_SUBNORMAL): Likewise.
28898         (FP_NORMAL): Likewise.
28899
28900 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
28901
28902         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
28903         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
28904         arguments.
28905
28906 2012-11-02  Roland McGrath  <roland@hack.frob.com>
28907
28908         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
28909         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
28910         autoconf-time if not.
28911         * configure.in: Remove AC_PREREQ.
28912
28913 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28914
28915         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
28916         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
28917         of the internal implementation.
28918
28919 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
28920
28921         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
28922         except include of <misc/sys/syslog.h>.
28923
28924 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
28925
28926         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
28927         function returns with a NULL context exit with zero.
28928
28929 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28930
28931         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
28932
28933 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
28934
28935         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
28936         (run_program_cmd): This.
28937         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
28938         (tst_langinfo): New variable.  Use it.
28939
28940 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
28941
28942         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
28943         floating point opcodes.
28944
28945 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28946
28947         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
28948         variable.
28949
28950         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
28951
28952         * sysdeps/mach/hurd/powerpc: Remove directory.
28953         * sysdeps/mach/powerpc: Likewise.
28954
28955 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
28956
28957         * scripts/check-local-headers.sh: Ignore c++ headers.
28958
28959 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28960
28961         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
28962         __libc_cleanup_region_start argument.
28963
28964 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
28965
28966         [BZ #14784]
28967         [BZ #14785]
28968         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
28969         x * y using scaling, not as x * y + z.
28970         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28971         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28972         * math/libm-test.inc (fma_test): Add more tests.
28973         (fma_test_towardzero): Likewise.
28974         (fma_test_downward): Likewise.
28975         (fma_test_upward): Likewise.
28976
28977 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28978
28979         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
28980
28981 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
28982
28983         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
28984         New variable.
28985
28986 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
28987
28988         * rt/tst-shm.c (worker): Correct checking for mmap failure.
28989
28990 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
28991
28992         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28993         Fix sort order.
28994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28995         Likewise.
28996
28997 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28998
28999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29000         Fix the order of the list for glibc 2.17.
29001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29002         Likewise.
29003
29004 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
29005
29006         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29007
29008 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
29009
29010         [BZ #14610]
29011         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
29012         for low part of x being zero before using __atanl (y).
29013         * math/libm-test.inc (atan2_test): Add another test.
29014
29015         * manual/install.texi (Configuring and compiling): Document
29016         general use of test-wrapper and test-wrapper-env.
29017         * INSTALL: Regenerated.
29018
29019         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
29020         (__fma): Do not extract and scale down low bits on after-rounding
29021         systems when result rounded to normal precision would have normal
29022         exponent.
29023         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
29024         (__fmal): Do not extract and scale down low bits on after-rounding
29025         systems when result rounded to normal precision would have normal
29026         exponent.
29027         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
29028         (__fmal): Do not extract and scale down low bits on after-rounding
29029         systems when result rounded to normal precision would have normal
29030         exponent.
29031         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
29032         macro.
29033         (fma_test): Add more tests.
29034         (fma_test_towardzero): Likewise.
29035         (fma_test_downward): Likewise.
29036         (fma_test_upward): Likewise.
29037
29038 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
29039
29040         * sysdeps/i386/tininess.h: Renamed to ...
29041         * sysdeps/x86/tininess.h: This.
29042         * sysdeps/x86_64/tininess.h: Removed.
29043
29044 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
29045
29046         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
29047         input.  Use $(build-program-cmd).
29048         ($(objpfx)tst-array1-static.out): Likewise.
29049         ($(objpfx)tst-array2.out): Likewise.
29050         ($(objpfx)tst-array3.out): Likewise.
29051         ($(objpfx)tst-array4.out): Likewise.
29052         ($(objpfx)tst-array5.out): Likewise.
29053         ($(objpfx)tst-array5-static.out): Likewise.
29054
29055 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
29056
29057         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
29058         if defined.
29059
29060         * nss/nsswitch.h (nss_interface_function): Provide new
29061         macro for use with NSS functions.
29062         * grp/initgroups.c: Use new macro.
29063         * nss/getXXbyYY.c: Likewise.
29064         * nss/getXXbyYY_r.c: Likewise.
29065         * nss/getXXent.c: Likewise.
29066         * nss/getXXent_r.c: Likewise.
29067         * sysdeps/posix/getaddrinfo.c: Likewise.
29068
29069 2012-10-30  Andreas Jaeger  <aj@suse.de>
29070
29071         * po/ru.po: Update Russion translation from translation project.
29072
29073 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
29074
29075         [BZ #14152]
29076         [BZ #14783]
29077         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
29078         result and shift together with sticky bit instead of replicating
29079         round-to-nearest rounding.
29080         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29081         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29082         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
29083         missing underflow exceptions.
29084         (fma_test_towardzero): Add more tests.
29085         (fma_test_downward): Likewise.
29086         (fma_test_upward): Likewise.
29087
29088         [BZ #14047]
29089         * sysdeps/generic/tininess.h: New file.
29090         * sysdeps/i386/tininess.h: Likewise.
29091         * sysdeps/sh/tininess.h: Likewise.
29092         * sysdeps/x86_64/tininess.h: Likewise.
29093         * stdlib/tst-strtod-underflow.c: Likewise.
29094         * stdlib/tst-tininess.c: Likewise.
29095         * stdlib/strtod_l.c: Include <tininess.h>.
29096         (round_and_return): Do not set errno for exact underflow cases.
29097         Force an underflow exception when setting errno for underflow.
29098         Determine underflow based on rounding to normal precision if
29099         TININESS_AFTER_ROUNDING.
29100         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
29101         ERANGE for exact underflow cases.
29102         * stdlib/Makefile (tests): Add tst-tininess and
29103         tst-strtod-underflow.
29104         ($(objpfx)tst-tininess): Use $(link-libm).
29105         ($(objpfx)tst-strtod-underflow): Likewise.
29106
29107 2012-10-30  Andreas Jaeger  <aj@suse.de>
29108
29109         [BZ#14767]
29110         * elf/Makefile (tests): Remove conditional for have-initfini-array
29111         since this is now always required and the variable does not exist
29112         anymore.
29113         (tests-static): Likewise.
29114         (modules-names): Likewise.
29115
29116         * po/eo.po: Add Esperanto translation from translation project.
29117
29118         * elf/tst-array1.c (fini_array): Make writeable so that it can be
29119         merged with constructor/destructor.
29120         (init_array): Likewise.
29121         * elf/tst-array2dep.c (fini_array): Likewise.
29122         (init_array): Likewise.
29123
29124 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
29125
29126         * manual/message.texi: Delete @cartouche tags.
29127
29128 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
29129
29130         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
29131         EOPNOTSUPP.
29132         * sysdeps/mach/hurd/fsync.c: Likewise.
29133
29134         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
29135         [_POSIX_REALTIME_SIGNALS]: Change condition to
29136         [_POSIX_REALTIME_SIGNALS > 0].
29137
29138 2012-10-27  Andreas Jaeger  <aj@suse.de>
29139
29140         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
29141         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
29142         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
29143         [__WORDSIZE != 64]: Likewise.
29144
29145 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
29146
29147         *  iconvdata/tst-table.sh: Remove ${SHELL}.
29148         *  iconvdata/tst-tables.sh: Likewise.
29149
29150 2012-10-25  David S. Miller  <davem@davemloft.net>
29151
29152         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29153         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
29154         of strtoull.
29155
29156         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
29157         ifunc-impl-list.c
29158         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
29159         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
29160         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
29161         file.
29162
29163 2012-10-25  Roland McGrath  <roland@hack.frob.com>
29164
29165         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29166         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
29167         __getdirentries.
29168
29169 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29170             Jim Blandy  <jimb@codesourcery.com>
29171
29172         * scripts/cross-test-ssh.sh: New file.
29173         * manual/install.texi (Configuring and compiling): Document use of
29174         cross-test-ssh.sh.
29175         * INSTALL: Regenerated.
29176
29177 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
29178
29179         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
29180         EOPNOTSUPP.
29181
29182 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
29183
29184         * Makeconfig (run-program-prefix): Fix comment.
29185
29186 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29187             Jim Blandy  <jimb@codesourcery.com>
29188
29189         * Makeconfig (test-wrapper): New variable,
29190         (test-wrapper-env): Likewise.
29191         [$(cross-compiling) = yes && $(test-wrapper) != ""]
29192         (run-built-tests): Define to yes.
29193         (run-program-prefix): Use $(test-wrapper).
29194         (built-program-cmd): Likewise.
29195         * Rules (make-test-out): Use $(test-wrapper-env) and
29196         $(host-built-program-cmd).
29197         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
29198         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
29199         tst-pathopt.sh.
29200         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
29201         $(test-wrapper-env) to tst-rtld-load-self.sh.
29202         ($(objpfx)order2.out): Use $(test-wrapper).
29203         ($(objpfx)tst-initorder.out): Likewise.
29204         ($(objpfx)tst-initorder2.out): Likewise.
29205         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
29206         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
29207         (test_wrapper_env): New variable.  Use it to run ld.so.
29208         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
29209         Use it to run ld.so.
29210         (test_wrapper_env): Likewise.
29211         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
29212         $(test-wrapper) to run-iconv-test.sh.
29213         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
29214         (ICONV): Use $test_wrapper.
29215         * posix/Makefile ($(objpfx)globtest.out): Pass
29216         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
29217         globtest.sh, not $(run-program-prefix).
29218         * posix/globtest.sh (run_via_rtld_prefix): New variable.
29219         (test_wrapper): Likewise.
29220         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
29221         set together with run_via_rtld_prefix.
29222         (run_program_prefix): Define in terms of test_wrapper and
29223         run_via_rtld_prefix.
29224
29225 2012-10-24  Roland McGrath  <roland@hack.frob.com>
29226
29227         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
29228         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
29229         Targets removed.
29230
29231         [BZ #14743]
29232         * include/time.h: Remove librt_hidden_proto (clock_gettime).
29233         Declare __clock_getres, __clock_gettime, __clock_settime,
29234         __clock_nanosleep, and __clock_getcpuclockid.
29235         * rt/clock_gettime.c: Define __clock_gettime as an alias.
29236         Remove librt_hidden_def (clock_gettime).
29237         * sysdeps/unix/clock_gettime.c: Likewise.
29238         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
29239         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
29240         * rt/clock_getres.c: Define __clock_getres as an alias.
29241         * sysdeps/posix/clock_getres.c: Likewise.
29242         * rt/clock_settime.c: Define __clock_settime as an alias.
29243         * sysdeps/unix/clock_settime.c: Likewise.
29244         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
29245         * sysdeps/unix/clock_nanosleep.c: Likewise.
29246         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
29247         * rt/clock-compat.c: New file.
29248         * rt/Makefile (librt-routines): Add clock-compat and move
29249         $(clock-routines) to ...
29250         (routines): ... here, new variable.
29251         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
29252         Don't add get_clockfreq here.
29253         * rt/Versions (libc: GLIBC_2.17): New version set.
29254         Add clock_* symbols here.
29255         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
29256         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
29257         (GLIBC_2.17): Add clock_* symbols.
29258         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
29259         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
29260         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
29261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
29262         Likewise.
29263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
29264         Likewise.
29265         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
29266         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
29267         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
29268         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
29269         * NEWS: Mention the move.
29270
29271         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
29272         Use __open, __read, __close rather than their public counterparts.
29273         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
29274         (__get_clockfreq_via_cpuinfo): Likewise.
29275         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
29276         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
29277
29278         * config.h.in (HAVE_IFUNC): New #undef.
29279         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
29280         was successful.
29281         * configure: Regenerated.
29282
29283 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29284
29285         * configure.in: Move READELF check to start of file.
29286         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
29287         libc_cv_asm_gnu_indirect_function in the process.
29288         * configure: Regenerated.
29289
29290 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
29291
29292         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
29293         send the output to /dev/null.
29294         (libc_cv_cc_with_libunwind): Likewise.
29295         (libc_cv_as_noexecstack): Likewise.
29296         * configure: Regenerate.
29297
29298 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
29299
29300         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
29301
29302         * posix/globtest.sh (TMPDIR): Do not set.
29303         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
29304         (testout): Likewise.
29305
29306 2012-10-24  Andreas Jaeger  <aj@suse.de>
29307
29308         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
29309         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
29310         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
29311         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
29312         posix_fadvise64, posix_fallocate64.
29313
29314         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
29315         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
29316         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
29317         Likewise.
29318         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
29319         Likewise.
29320         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
29321
29322         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
29323         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
29324         <bits/fcntl-linux.h>.
29325         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
29326
29327         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
29328         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
29329         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
29330         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
29331         [__WORDSIZE != 64]: Likewise.
29332
29333 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29334
29335         * Makeconfig (run-built-tests): New variable.
29336         * Rules [$(cross-compiling) = yes]: Change condition to
29337         [$(run-built-tests) = no].
29338         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
29339         to [$(run-built-tests) = yes].
29340         * elf/Makefile [$(cross-compiling) = no]: Likewise
29341         * grp/Makefile [$(cross-compiling) = no]: Likewise.
29342         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
29343         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
29344         * intl/Makefile [$(cross-compiling) = no]: Likewise.
29345         * io/Makefile [$(cross-compiling) = no]: Likewise.
29346         * libio/Makefile [$(cross-compiling) = no]: Likewise.
29347         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
29348         * misc/Makefile [$(cross-compiling) = no]: Likewise.
29349         * posix/Makefile [$(cross-compiling) = no]: Likewise.
29350         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
29351         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
29352         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
29353         * string/Makefile [$(cross-compiling) = no]: Likewise.
29354
29355         * posix/Makefile ($(objpfx)globtest.out): Pass
29356         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
29357         $(rtld-installed-name).
29358         * posix/globtest.sh (elf_objpfx): Remove variable.
29359         (rtld_installed_name): Likewise.
29360         (library_path): Likewise.
29361         (run_program_prefix): New variable.  Use for running globtest
29362         binary.
29363
29364 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
29365             Joseph Myers  <joseph@codesourcery.com>
29366
29367         * Makeconfig (host-built-program-cmd): New variable.
29368         * elf/Makefile (tst-stackguard1-ARGS): Use
29369         $(host-built-program-cmd).
29370         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
29371         (tst-spawn-ARGS): Likewise.
29372         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
29373
29374 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29375             Jim Blandy  <jimb@codesourcery.com>
29376
29377         * Makeconfig (run-via-rtld-prefix): New variable.
29378         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
29379         (built-program-cmd): Likewise.
29380
29381 2012-10-22  Andreas Jaeger  <aj@suse.de>
29382
29383         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
29384         __O_RSYNC if it exists, otherwise to O_SYNC.
29385
29386 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
29387             Joseph Myers  <joseph@codesourcery.com>
29388
29389         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
29390         /dev/null.
29391         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
29392         from /dev/null
29393         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
29394         /dev/null.
29395
29396 2012-10-22  Andreas Jaeger  <aj@suse.de>
29397
29398         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
29399         Define always.
29400         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
29401
29402         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29403         bits/fcntl-linux.h.
29404
29405         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
29406         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
29407
29408         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
29409         to __O_LARGEFILE.
29410         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
29411         to __O_LARGEFILE.
29412
29413 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
29414             Joseph Myers  <joseph@codesourcery.com>
29415
29416         * config.make.in (NM): New variable.
29417
29418 2012-10-21  Andreas Jaeger  <aj@suse.de>
29419
29420         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
29421         definitions and declarations that are provided by
29422         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29423
29424 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29425
29426         [BZ #14683]
29427         * elf/Makefile (tests-static): Add tst-leaks1-static.
29428         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
29429         ($(objpfx)tst-leaks1-static): New rule.
29430         ($(objpfx)tst-leaks1-static-mem): Likewise.
29431         (tst-leaks1-static-ENV): New macro.
29432         * elf/dl-open.c (dl_open_worker): Check the main application
29433         only if SHARED is defined.
29434         * elf/tst-leaks1-static.c: New file.
29435
29436 2012-10-20  Andreas Jaeger  <aj@suse.de>
29437
29438         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
29439         generic values for Linux.
29440         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
29441         and declarations that are provided by <bits/fcntl-linux.h> and
29442         include <bits/fcntl-linux.h>.
29443         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
29444         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
29445
29446 2012-10-20  Roland McGrath  <roland@hack.frob.com>
29447
29448         * io/fcntl.h: Move include of <bits/types.h> to the top and
29449         include it unconditionally.
29450
29451 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29452
29453         * wcsmbs/Makefile (tests-ifunc): New variable.
29454         (tests): Add $(tests-ifunc).
29455         * wcsmbs/test-wcschr-ifunc.c: New file.
29456         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
29457         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
29458         * wcsmbs/test-wcslen-ifunc.c: Likewise.
29459         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
29460         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
29461
29462         * string/Makefile (tests-ifunc): New variable.
29463         (tests): Add $(tests-ifunc).
29464         * string/test-memccpy.c (TEST_NAME): New macro.
29465         * string/test-memchr.c (TEST_NAME): Likewise.
29466         * string/test-memcmp.c (TEST_NAME): Likewise.
29467         * string/test-memcpy.c (TEST_NAME): Likewise.
29468         * string/test-memmem.c (TEST_NAME): Likewise.
29469         * string/test-memmove.c (TEST_NAME): Likewise.
29470         * string/test-memset.c (TEST_NAME): Likewise.
29471         * string/test-rawmemchr.c (TEST_NAME): Likewise.
29472         * string/test-stpcpy.c (TEST_NAME): Likewise.
29473         * string/test-stpncpy.c (TEST_NAME): Likewise.
29474         * string/test-strcasecmp.c (TEST_NAME): Likewise.
29475         * string/test-strcasestr.c (TEST_NAME): Likewise.
29476         * string/test-strcat.c (TEST_NAME): Likewise.
29477         * string/test-strchr.c (TEST_NAME): Likewise.
29478         * string/test-strcmp.c(TEST_NAME): Likewise.
29479         * string/test-strcpy.c (TEST_NAME): Likewise.
29480         * string/test-strcspn.c (TEST_NAME): Likewise.
29481         * string/test-strlen.c (TEST_NAME): Likewise.
29482         * string/test-strncasecmp.c (TEST_NAME): Likewise.
29483         * string/test-strncmp.c (TEST_NAME): Likewise.
29484         * string/test-strncpy.c (TEST_NAME): Likewise.
29485         * string/test-strnlen.c (TEST_NAME): Likewise.
29486         * string/test-strpbrk.c (TEST_NAME): Likewise.
29487         * string/test-strrchr.c (TEST_NAME): Likewise.
29488         * string/test-strspn.c (TEST_NAME): Likewise.
29489         * string/test-strstr.c (TEST_NAME): Likewise.
29490         * string/test-bcopy-ifunc.c: New file.
29491         * string/test-bzero-ifunc.c: Likewise.
29492         * string/test-memccpy-ifunc.c: Likewise.
29493         * string/test-memchr-ifunc.c: Likewise.
29494         * string/test-memcmp-ifunc.c: Likewise.
29495         * string/test-memcpy-ifunc.c: Likewise.
29496         * string/test-memmem-ifunc.c: Likewise.
29497         * string/test-memmove-ifunc.c: Likewise.
29498         * string/test-mempcpy-ifunc.c: Likewise.
29499         * string/test-memset-ifunc.c: Likewise.
29500         * string/test-rawmemchr-ifunc.c: Likewise.
29501         * string/test-stpcpy-ifunc.c: Likewise.
29502         * string/test-stpncpy-ifunc.c: Likewise.
29503         * string/test-strcasecmp-ifunc.c: Likewise.
29504         * string/test-strcasestr-ifunc.c: Likewise.
29505         * string/test-strcat-ifunc.c: Likewise.
29506         * string/test-strchr-ifunc.c: Likewise.
29507         * string/test-strchrnul-ifunc.c: Likewise.
29508         * string/test-strcmp-ifunc.c: Likewise.
29509         * string/test-strcpy-ifunc.c: Likewise.
29510         * string/test-strcspn-ifunc.c: Likewise.
29511         * string/test-strlen-ifunc.c: Likewise.
29512         * string/test-strncasecmp-ifunc.c: Likewise.
29513         * string/test-strncat-ifunc.c: Likewise.
29514         * string/test-strncmp-ifunc.c: Likewise.
29515         * string/test-strncpy-ifunc.c: Likewise.
29516         * string/test-strnlen-ifunc.c: Likewise.
29517         * string/test-strpbrk-ifunc.c: Likewise.
29518         * string/test-strrchr-ifunc.c: Likewise.
29519         * string/test-strspn-ifunc.c: Likewise.
29520         * string/test-strstr-ifunc.c: Likewise.
29521
29522         * debug/Makefile (tests-ifunc): New variable.
29523         (tests): Add $(tests-ifunc).
29524         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
29525         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
29526         * debug/test-stpcpy_chk-ifunc.c: New file.
29527         * debug/test-strcpy_chk-ifunc.c: Likewise.
29528
29529 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
29530
29531         [BZ #13601]
29532         * elf/dl-load.c (open_verify): Retry read if the entire ELF
29533         header is not read in.
29534
29535 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
29536
29537         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
29538         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
29539         directly.  Pass built executable to script as
29540         $(built-program-cmd).
29541         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
29542         $testprogram without using LD_LIBRARY_PATH and $ldso.
29543
29544         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
29545         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
29546         $(rtld-installed-name).
29547         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
29548         (rtld_installed_name): Likewise.
29549         (library_path): Likewise.
29550         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
29551         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
29552         $(run-program-prefix) to tst-tables.sh.
29553         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
29554         it to run tst-table-from and tst-table-to.
29555         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
29556         Pass it to tst-table.sh.
29557         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
29558         $(run-program-prefix) to tst-gettext.sh.
29559         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
29560         tst-translit.sh.
29561         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
29562         tst-gettext2.sh.
29563         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
29564         to run tst-gettext.
29565         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
29566         to run tst-gettext2.
29567         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
29568         to run tst-translit.
29569         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
29570         $(run-program-prefix) to tst-mtrace.sh.
29571         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
29572         to run tst-mtrace.
29573         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
29574         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
29575         $(rtld-installed-name).
29576         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
29577         (rtld_installed_name): Likewise.
29578         (run_program_prefix): New variable.  Use it to run wordexp-test.
29579
29580         * Makeconfig (ARCH): Remove all definitions.
29581         (machine): Likewise.
29582         [ARCH]: Remove conditional code.
29583         [!objdir]: Give error.
29584         [!objdir] (objpfx): Remove.
29585         [!objdir] (common-objpfx): Likewise.
29586         [!objdir] (common-objdir): Likewise.
29587         * configure.in (config_makefile): Remove.  Hardcode Makefile in
29588         AC_CONFIG_FILES call.
29589         * configure: Regenerated.
29590
29591         [BZ #13888]
29592         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
29593         or TMPDIR.
29594         (testout): Likewise.
29595
29596         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
29597         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
29598         $(rtld-installed-name).
29599         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
29600         (rtld_installed_name): Likwise.
29601         (runit): Remove function.
29602         (run_getconf): New variable,  Use it for running getconf binary.
29603
29604 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
29605
29606         [BZ #14716]
29607         * string/test-memmem.c (check_result): New function.
29608         (do_one_test): Use it.
29609         (check1): New function.
29610         (test_main): Use it.
29611
29612 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
29613
29614         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
29615
29616 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
29617
29618         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
29619         (_G_LSEEK64): Likewise.
29620         (_G_MMAP64): Likewise.
29621         (_G_FSTAT64): Likewise.
29622         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
29623         (_G_LSEEK64): Likewise.
29624         (_G_MMAP64): Likewise.
29625         (_G_FSTAT64): Likewise.
29626         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
29627         unconditional.  Call __mmap64 directly.
29628         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
29629         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
29630         __lseek64 directly.
29631         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
29632         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
29633         __mmap64 directly.
29634         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
29635         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29636         __lseek64 directly.
29637         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
29638         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29639         __lseek64 directly.
29640         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
29641         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
29642         __lseek64 directly.
29643         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
29644         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
29645         __fxstat64 directly.
29646         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
29647         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
29648         unconditional.
29649         (freopen64) [!_G_OPEN64]: Remove conditional code.
29650         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
29651         unconditional.
29652         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
29653         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
29654         unconditional.
29655         (ftello64) [!_G_LSEEK64]: Remove conditional code.
29656         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
29657         unconditional.
29658         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
29659         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
29660         unconditional.
29661         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
29662         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
29663         unconditional.
29664         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
29665         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
29666         unconditional.
29667         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
29668         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
29669         unconditional.
29670         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
29671
29672 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29673
29674         [BZ #12140]
29675         * manual/memory.texi (Malloc Tunable Parameters): Add note
29676         about free list pointers overwriting some perturb bytes.
29677         Wording suggested by Roland McGrath.
29678
29679 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
29680
29681         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
29682         (lgamma_test): Likewise.
29683         (tgamma_test): Likewise.
29684
29685 2012-10-16  Florian Weimer  <fweimer@redhat.com>
29686
29687         [BZ #14700]
29688         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
29689         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
29690
29691 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
29692
29693         * NEWS: Mention BZ #14716.
29694         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
29695         when removing AVAILABLE1_USES_J macro.
29696
29697 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
29698
29699         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
29700         (__bswap_64): __uint64_t for unsigned 64-bit int.
29701
29702 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
29703
29704         * include/string.h (memmem): Declare libc hidden alias.
29705         * string/memmem.c (memmem): Define libc hidden alias.
29706         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
29707         __read, __close instead of open, read, close.
29708
29709 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
29710
29711         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
29712         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
29713         global and hidden.
29714         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
29715         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
29716         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
29717         Likewise.
29718         (__rawmemchr_sse2): Likewise.
29719         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
29720         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
29721         (__strchr_sse2): Likewise.
29722         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
29723         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
29724         (__strcasecmp_sse2): Likewise.
29725         (__strncasecmp_sse2): Likewise.
29726         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
29727         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
29728         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
29729         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
29730         (__strrchr_sse2): Likewise.
29731         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
29732         ifunc-impl-list.c.
29733         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
29734         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
29735         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
29736         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
29737         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
29738         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
29739         * sysdeps/x86_64/multiarch/memset.S: Likewise.
29740         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29741         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
29742         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
29743         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
29744         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
29745         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
29746         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
29747         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
29748         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
29749         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
29750         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
29751         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
29752         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
29753         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
29754         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
29755         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
29756         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
29757         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
29758         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
29759         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
29760         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
29761         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
29762         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
29763
29764         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
29765         global and hidden.
29766         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
29767         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
29768         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
29769         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
29770         Likewise.
29771         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
29772         Likewise.
29773         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
29774         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
29775         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
29776         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
29777         ifunc-impl-list.c.
29778         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
29779         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
29780         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
29781         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
29782         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
29783         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
29784         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
29785         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
29786         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
29787         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
29788         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
29789         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
29790         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
29791         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
29792         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
29793         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
29794         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
29795         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
29796         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
29797         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
29798         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
29799         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
29800         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
29801         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
29802         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
29803         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
29804         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
29805         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
29806         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
29807         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
29808         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
29809         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
29810         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
29811         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
29812         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
29813         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
29814         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
29815         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
29816         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
29817         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
29818         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
29819
29820         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
29821         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
29822         * include/ifunc-impl-list.h: New file.
29823         * misc/ifunc-impl-list.c: Likewise.
29824         * misc/Makefile (routines): Add ifunc-impl-list.
29825         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
29826         * string/test-string.h: Include <ifunc-impl-list.h>.
29827         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
29828         TEST_NAME]: New variables.
29829         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
29830         are defined.
29831         (test_init): Call __libc_ifunc_impl_list to initialize
29832         func_list if TEST_IFUNC and TEST_NAME are defined.
29833
29834         * string/Makefile (strop-tests): Add bcopy and bzero.
29835         * string/test-bcopy.c: New file.
29836         * string/test-bzero.c: Likewise.
29837         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
29838         defined.
29839         * string/test-memset.c: Support bzero test if TEST_BZERO is
29840         defined.
29841         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
29842         __libc_memmove.
29843         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
29844         __libc_memset.
29845         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
29846         of memset.
29847
29848 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
29849
29850         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
29851         * configure: Regenerated.
29852
29853         * Makeconfig (+link-static-before-libc): Don't include
29854         $(link-static-libc).
29855
29856         * libio/libio.h (_IO_pos_t): Remove.
29857
29858 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
29859
29860         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
29861         McGrath.
29862
29863 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
29864
29865         * crypt/crypt-entry.c: Include fips-private.h.
29866         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
29867         * crypt/md5c-test.c (main): Tolerate disabled MD5.
29868         * sysdeps/unix/sysv/linux/fips-private.h: New file.
29869         * sysdeps/generic/fips-private.h: New file, dummy fallback.
29870
29871 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
29872
29873         * crypt/crypt-private.h: Include stdbool.h.
29874         (_ufc_setup_salt_r): Return bool.
29875         * crypt/crypt-entry.c: Include errno.h.
29876         (__crypt_r): Return NULL with EINVAL for bad salt.
29877         * crypt/crypt_util.c (bad_for_salt): New.
29878         (_ufc_setup_salt_r): Check that salt is long enough and within
29879         the specified alphabet.
29880         * crypt/badsalttest.c: New file.
29881         * crypt/Makefile (tests): Add it.
29882         ($(objpfx)badsalttest): New.
29883
29884 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
29885
29886         * NEWS: Add entry for BZ #14602.
29887
29888 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
29889
29890         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
29891         type-generic.
29892         * math/libm-test.inc: Update comment listing what functions and
29893         macros are tested.
29894         (isgreater_test): New function.
29895         (isgreaterequal_test): Likewise.
29896         (isless_test): Likewise.
29897         (islessequal_test): Likewise.
29898         (islessgreater_test): Likewise.
29899         (isunordered_test): Likewise.
29900         (main): Call the new functions.
29901
29902 2012-10-09  Roland McGrath  <roland@hack.frob.com>
29903
29904         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
29905         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
29906         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
29907         * sysdeps/i386/configure: Regenerated.
29908         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
29909         * sysdeps/mach/configure: Regenerated.
29910         * sysdeps/mach/hurd/configure: Regenerated.
29911         * sysdeps/powerpc/configure: Regenerated.
29912         * sysdeps/powerpc/powerpc32/configure: Regenerated.
29913         * sysdeps/powerpc/powerpc64/configure: Regenerated.
29914         * sysdeps/s390/s390-32/configure: Regenerated.
29915         * sysdeps/s390/s390-64/configure: Regenerated.
29916         * sysdeps/sh/configure: Regenerated.
29917         * sysdeps/sparc/configure: Regenerated.
29918         * sysdeps/unix/sysv/linux/configure: Regenerated.
29919         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
29920         * sysdeps/x86_64/configure: Regenerated.
29921
29922         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
29923         defined.  Don't check if MAP is NULL.
29924
29925 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
29926
29927         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
29928         (_G_stat64): Likewise.
29929         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
29930         (_G_stat64): Likewise.
29931         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
29932         instead of struct _G_stat64.
29933         * libio/fileops.c (mmap_remap_check): Likewise.
29934         (decide_maybe_mmap): Likewise.
29935         (_IO_new_file_seekoff): Likewise.
29936         (_IO_file_stat): Likewise.
29937         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
29938         _G_off64_t.
29939         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
29940         instead of struct _G_stat64.
29941         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
29942
29943 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
29944
29945         [BZ #14602]
29946         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29947         Replace with ...
29948         (CHECK_EOL): New macro.
29949         (two_way_short_needle): Check beginning of haystack for EOL.  Use
29950         CHECK_EOL.
29951         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29952         Replace with CHECK_EOL.
29953         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29954         Replace with CHECK_EOL.
29955
29956 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
29957
29958         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
29959         type-generic.
29960         * math/libm-test.inc: Update comment listing what functions and
29961         macros are tested.
29962         (finite_test): New function.
29963         (isinf_test): Likewise.
29964         (isnan_test): Likewise.
29965         (fpclassify_test): Test subnormal input.
29966         (isfinite_test): Likewise.
29967         (isnormal_test): Likewise.
29968         (main): Call the new functions.
29969
29970 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
29971
29972         [BZ #14660]
29973         * Makerules (%.dynsym): Force C locale when running
29974         $(OBJDUMP) --dynamic-syms.
29975
29976 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
29977
29978         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
29979         <stdint.h>.
29980
29981 2012-10-06  David S. Miller  <davem@davemloft.net>
29982
29983         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
29984         upper 32-bits of the length value in %o2 since we use branch-on-register
29985         tests which consider the entire 64-bit register.
29986
29987 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
29988
29989         * string/test-strstr.c (check2): Add a test for page boundary.
29990
29991 2012-10-05  David S. Miller  <davem@davemloft.net>
29992
29993         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
29994         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
29995         file.
29996         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
29997         sysdep_routines.
29998         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
29999         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
30000         and bzero when HWCAP_SPARC_CRYPTO is present.
30001
30002 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
30003
30004         [BZ #14602]
30005         * string/test-strstr.c (check2): New function.
30006         (test_main): Call check2.
30007
30008         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
30009         and bug-strchr1.
30010         * string/bug-strcasestr1.c (do_test): Moved to ...
30011         * string/test-strcasestr.c (check1): Here.  New function.
30012         (do_one_test): Break out result checking code into ...
30013         (check_result): This.  New function.
30014         (do_one_test): Call check_result.
30015         (test_main): Call check1.
30016         * string/bug-strchr1.c (do_test): Moved to ...
30017         * string/test-strchr.c (check1): Here.  New function.
30018         (do_one_test): Break out result checking code into ...
30019         (check_result): This.  New function.
30020         (do_one_test): Call check_result.
30021         (test_main): Call check1.
30022         * string/bug-strstr1.c (main): Moved to ...
30023         * string/test-strstr.c (check1): Here.  New function.
30024         (do_one_test): Break out result checking code into ...
30025         (check_result): This.  New function.
30026         (do_one_test): Call check_result.
30027         (test_main): Call check1.
30028         * string/bug-strcasestr1.c: Removed.
30029         * string/bug-strchr1.c: Likewise.
30030         * string/bug-strstr1.c: Likewise.
30031
30032         * elf/Makefile (dl-routines): Add hwcaps.
30033         * elf/dl-support.c (_dl_important_hwcaps): Removed.
30034         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
30035         (_dl_important_hwcaps): Moved to ...
30036         * elf/dl-hwcaps.c: Here.  New file.
30037         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
30038
30039         [BZ #14557]
30040         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
30041         if IS_IN_rtld isn't defined.
30042
30043         * elf/dl-support.c (_dl_sysinfo_map): New.
30044         Include "get-dynamic-info.h" and "setup-vdso.h".
30045         (_dl_non_dynamic_init): Call setup_vdso.
30046         * elf/dynamic-link.h: Don't include <assert.h>.
30047         (elf_get_dynamic_info): Moved to ...
30048         * elf/get-dynamic-info.h: Here.  New file.
30049         * elf/dynamic-link.h: Include "get-dynamic-info.h".
30050         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
30051         * elf/setup-vdso.h: Here.  New file.
30052         * elf/rtld.c: Include "setup-vdso.h".
30053         (dl_main): Call setup_vdso.
30054
30055 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
30056
30057         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
30058         creal in comment listing functions tested.  List finite, isinf,
30059         isnan, isless, islessequal, isgreater, isgreaterequal,
30060         islessgreater, isunordered, lgamma_r and pow10 as functions and
30061         macros not tested.  Mention which functions not tested are aliases
30062         for other functions.  Fix typo.  Note that signs of NaNs are not
30063         tested.
30064
30065         * scripts/config.guess: Update from config.git.
30066         * scripts/config.sub: Likewise.
30067
30068 2012-10-04  Roland McGrath  <roland@hack.frob.com>
30069
30070         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
30071         * misc/madvise.c (madvise): Renamed to __madvise.
30072         Make madvise a weak alias.
30073         * include/sys/mman.h: Declare __madvise.
30074         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
30075         * sysdeps/unix/syscalls.list
30076         (madvise): Make __madvise the strong name, and madvise a weak alias.
30077         * sysdeps/unix/sysv/linux/syscalls.list
30078         (madvise, mmap): Remove redundant entries.
30079         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
30080         * malloc/malloc.c (mtrim): Likewise.
30081         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
30082
30083 2012-10-03  Roland McGrath  <roland@hack.frob.com>
30084
30085         * sysdeps/mach/hurd/dl-cache.c: File removed.
30086         * config.h.in (USE_LDCONFIG): New #undef.
30087         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
30088         * configure: Regenerated.
30089         * elf/Makefile (dl-routines): Add dl-cache only under
30090         [$(use-ldconfig) = yes].
30091         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
30092         cache on [USE_LDCONFIG].
30093         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
30094         [USE_LDCONFIG].
30095         * elf/rtld.c (dl_main): Likewise.
30096
30097 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
30098
30099         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
30100         _SC_LEVEL4_CACHE_LINESIZE.
30101
30102 2012-10-03  Roland McGrath  <roland@hack.frob.com>
30103
30104         * sysdeps/unix/bsd/confstr.h: File removed.
30105
30106 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
30107
30108         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
30109         sys/sdt-config.h.
30110
30111 2012-10-02  Roland McGrath  <roland@hack.frob.com>
30112
30113         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
30114         Make 'mapoff' field ElfW(Off) rather than off_t.
30115
30116 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
30117
30118         * nscd/Makefile: Remove nscd-cflags and all its users.
30119         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
30120         (CFLAGS-nonlib): Add compiler flags for nscd modules.
30121
30122         [BZ #10631]
30123         * malloc.c (malloc_printerr): Clarify error message.
30124
30125 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
30126
30127         [BZ #14648]
30128         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30129         Set bit_FMA_Usable if FMA is supported.
30130         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
30131         macro.
30132         (bit_FMA4_Usable): Updated.
30133         (index_FMA_Usable): New macro.
30134         (CPUID_FMA): Likewise
30135         (HAS_FMA): Defined with bit_FMA_Usable.
30136
30137 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30138
30139         * bits/types.h (__swblk_t): Type removed.
30140         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
30141         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
30142         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
30143         (__SWBLK_T_TYPE): Likewise.
30144         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
30145         (__SWBLK_T_TYPE): Likewise.
30146         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
30147         (__SWBLK_T_TYPE): Likewise.
30148         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
30149         (__SWBLK_T_TYPE): Likewise.
30150
30151 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
30152             Honza Horak <hhorak@redhat.com>
30153
30154         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
30155         (xdr_mapname): Use YPMAXMAP as maxsize.
30156         (xdr_peername): Use YPMAXPEER as maxsize.
30157         (xdr_keydat): Use YPAXRECORD as maxsize.
30158         (xdr_valdat): Use YPMAXRECORD as maxsize.
30159
30160 2012-10-01  Roland McGrath  <roland@hack.frob.com>
30161
30162         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
30163
30164         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
30165         * csu/init-first.c: ... here.
30166         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
30167         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
30168         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
30169         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
30170         * sysdeps/i386/init-first.c: File removed.
30171         * sysdeps/sh/init-first.c: File removed.
30172
30173 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
30174
30175         [BZ #14645]
30176         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
30177         if x * y might underflow to zero and z is zero.
30178         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
30179         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30180         * math/libm-test.inc (min_subnorm_value): New variable.
30181         (fma_test): Add more tests.
30182         (fma_test_towardzero): Likewise.
30183         (fma_test_downward): Likewise
30184         (fma_test_upward): Likewise.
30185         (initialize): Set min_subnorm_value.
30186
30187 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
30188
30189         [BZ #14638]
30190         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
30191         0 + 0.
30192         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
30193         mode for addition resulting in exact zero.
30194         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
30195         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
30196         exact 0 + 0.
30197         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
30198         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
30199         * math/libm-test.inc (fma_test): Add more tests.
30200         (fma_test_towardzero): New function.
30201         (fma_test_downward): Likewise.
30202         (fma_test_upward): Likewise.
30203         (main): Call the new functions.
30204
30205 2012-09-28  David S. Miller  <davem@davemloft.net>
30206
30207         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
30208
30209 2012-09-28  Roland McGrath  <roland@hack.frob.com>
30210
30211         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
30212         instead of SIGALRM.
30213
30214         * sysdeps/gnu/_G_config.h: Moved to ...
30215         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
30216         * sysdeps/mach/hurd/_G_config.h: Moved to ...
30217         * sysdeps/generic/_G_config.h: ... here.
30218
30219         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
30220
30221         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
30222
30223         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
30224         Conditionalize target on [libnss_test1.so-version].
30225
30226         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
30227
30228         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
30229         (elfobjdir): Move out of conditionals.
30230
30231         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
30232         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
30233         (__nss_lookup_function): Conditionalize label remove_from_tree on
30234         [!DO_STATIC_NSS || SHARED], matching its only use.
30235
30236 2012-09-28  David S. Miller  <davem@davemloft.net>
30237
30238         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
30239         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
30240         file.
30241         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
30242         sysdep_routines.
30243         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
30244         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
30245         when HWCAP_SPARC_CRYPTO is present.
30246
30247 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30248
30249         * io/tst-mknodat.c: Create a FIFO instead of a socket.
30250
30251 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
30252
30253         [BZ #6530]
30254         * stdio-common/vfprintf.c (process_string_arg): Revert
30255         2000-07-22 change.
30256
30257 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
30258
30259         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
30260         for testcase.
30261         * stdio-common/tst-sprintf.c: Include <locale.h>
30262         (main): Test sprintf's handling of incomplete multibyte
30263         characters.
30264
30265 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
30266
30267         * elf/dl-runtime.c (VERSYMIDX): Removed.
30268         * elf/dl-version.c (VERSYMIDX): Likewise.
30269         * elf/do-rel.h (VERSYMIDX): Likewise.
30270         (VALIDX): Likewise.
30271         * elf/dynamic-link.h (VERSYMIDX): Likewise.
30272         * elf/rtld.c (VALIDX): Likewise.
30273         (ADDRIDX): Likewise.
30274         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
30275         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
30276         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
30277         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
30278         (VALIDX): Likewise.
30279         (ADDRIDX): Likewise.
30280
30281 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30282
30283         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
30284
30285 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
30286
30287         [BZ #11438]
30288         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
30289         to global scope.
30290         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
30291         addresses are in the same scope as 192.0.2/24.
30292         * posix/gai.conf: Document new scope table defaults.
30293
30294 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30295
30296         [BZ #5298]
30297         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
30298         for ftell.  Compute offsets from write pointers instead.
30299         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
30300
30301 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30302
30303         [BZ #14543]
30304         * libio/Makefile (tests): New test case tst-fseek.
30305         * libio/tst-fseek.c: New test case to verify that fseek/ftell
30306         combination works in wide mode.
30307         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
30308         state when the external buffer state changes.
30309
30310 2012-09-27  David S. Miller  <davem@davemloft.net>
30311
30312         [BZ #14376]
30313         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
30314         pass reloc->r_addend in as the 'high' argument to
30315         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
30316
30317         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30318
30319 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
30320
30321         * rt/tst-aio2.c: Include <pthread.h>.
30322         * rt/tst-aio3.c: Likewise.
30323
30324 2012-09-27  Steve Ellcey  <sellcey@mips.com>
30325
30326         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
30327
30328 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
30329
30330         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
30331         contents on [SHARED].
30332
30333 2012-09-26  Marek Polacek  <polacek@redhat.com>
30334
30335         [BZ #14530]
30336         [BZ #13741]
30337         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
30338         for C++ and GCC <4.3 as well as for non GCC compilers.
30339
30340 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30341
30342         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30343
30344 2012-09-25  Roland McGrath  <roland@hack.frob.com>
30345
30346         * Makefile.in (all, install): Declare with .PHONY.
30347         Reported by Michael Hope <michael.hope@linaro.org>.
30348
30349 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
30350
30351         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
30352         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
30353         system header.
30354         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
30355         Likewise.
30356         (sydep_routines): Add the new and the internal functions.
30357         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
30358         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
30359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
30360         (GLIBC_2.17): Add the new function.
30361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
30362         (GLIBC_2.17): Likewise.
30363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
30364         (GLIBC_2.17): Likewise.
30365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
30366         (GLIBC_2.17): Likewise.
30367         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
30368
30369 2012-09-25  Alan Modra  <amodra@gmail.com>
30370
30371         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
30372         Add release barrier before setting once_control to say
30373         initialisation is done.  Add hints on lwarx.  Use macro in
30374         place of isync.
30375         (clear_once_control): Add release barrier.
30376
30377 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30378
30379         [BZ #13629]
30380         * math/s_clog.c (__clog): Handle more values close to |z| = 1
30381         specially.
30382         * math/s_clog10.c (__clog10): Likewise.
30383         * math/s_clog10f.c (__clog10f): Likewise.
30384         * math/s_clog10l.c (__clog10l): Likewise.
30385         * math/s_clogf.c (__clogf): Likewise.
30386         * math/s_clogl.c (__clogl): Likewise.
30387         * math/Makefile (libm-calls): Add x2y2m1.
30388         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
30389         (__x2y2m1): Likewise.
30390         (__x2y2m1l): Likewise.
30391         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
30392         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
30393         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
30394         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
30395         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
30396         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
30397         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
30398         * sysdeps/i386/fpu/libm-test-ulps: Update.
30399         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30400
30401         [BZ #14621]
30402         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
30403         int as type of variable DEPTH.
30404         (glob): Use size_t instead of int as type of variables NEWCOUNT
30405         and OLD_PATHC.
30406
30407 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30408
30409         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30410         Add s_sincosf-sse2.
30411         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
30412         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
30413         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
30414         macros for using routine as __sincosf_ia32.
30415         Use macro for function declaration and weak_alias.
30416         * sysdeps/i386/fpu/libm-test-ulps: Update.
30417
30418         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
30419         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30420
30421         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
30422         subnormal argument.
30423         * math/s_cexpf.c (__cexpf): Likewise.
30424         * math/s_csinf.c (__csinf): Likewise.
30425         * math/s_csinhf.c (__csinhf): Likewise.
30426         * math/s_ctanf.c (__ctanf): Likewise.
30427         * math/s_ctanhf.c (__ctanhf): Likewise.
30428         * math/s_ccosh.c (__ccoshf): Likewise.
30429         * math/s_cexp.c (__cexpl): Likewise.
30430         * math/s_csin.c (__csin): Likewise.
30431         * math/s_csinh.c (__csinh): Likewise.
30432         * math/s_ctan.c (__ctan): Likewise.
30433         * math/s_ctanh.c (ctanh): Likewise.
30434         * math/s_ccoshl.c (__ccoshl): Likewise.
30435         * math/s_cexpl.c (__cexpl): Likewise.
30436         * math/s_csinl.c (__csinl): Likewise.
30437         * math/s_csinhl.c (__csinhl): Likewise.
30438         * math/s_ctanl.c (__ctanl): Likewise.
30439         * math/s_ctanhl.c (__ctanhl): Likewise.
30440
30441 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30442
30443         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
30444         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
30445         (_IO_off_t): Define to __off_t, not _G_off_t.
30446         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
30447         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
30448         (_IO_wint_t): Define to wint_t, not _G_wint_t.
30449         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
30450         type of __dummy and __dummy2 fields.
30451         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
30452         (_G_ssize_t): Likewise.
30453         (_G_off_t): Likewise.
30454         (_G_pid_t): Likewise.
30455         (_G_uid_t): Likewise.
30456         (_G_wchar_t): Likewise.
30457         (_G_wint_t): Likewise.
30458         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
30459         (_G_ssize_t): Likewise.
30460         (_G_off_t): Likewise.
30461         (_G_pid_t): Likewise.
30462         (_G_uid_t): Likewise.
30463         (_G_wchar_t): Likewise.
30464         (_G_wint_t): Likewise.
30465         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
30466         (_G_ssize_t): Likewise.
30467         (_G_off_t): Likewise.
30468         (_G_pid_t): Likewise.
30469         (_G_uid_t): Likewise.
30470         (_G_wchar_t): Likewise.
30471         (_G_wint_t): Likewise.
30472
30473 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30474
30475         * malloc/arena.c: Include malloc-sysdep.h.
30476         (shrink_heap): Use check_may_shrink_heap to decide if madvise
30477         is sufficient to shrink the heap or an unmap is needed.
30478         * sysdeps/generic/malloc-sysdep.h: New file.  Define
30479         new function check_may_shrink_heap.
30480         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
30481         new function check_may_shrink_heap.
30482
30483 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30484
30485         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
30486         comments.
30487
30488 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
30489
30490         * catgets/test-gencat.sh: Add "set -e".
30491         * elf/tst-pathopt.sh: Likewise.
30492         * grp/tst_fgetgrent.sh: Likewise.
30493         * iconvdata/run-iconv-test.sh: Likewise.
30494         * intl/tst-gettext.sh: Likewise.
30495         * intl/tst-gettext2.sh: Likewise.
30496         * intl/tst-gettext4.sh: Likewise.
30497         * intl/tst-gettext6.sh: Likewise.
30498         * intl/tst-translit.sh: Likewise.
30499         * io/ftwtest-sh: Likewise.
30500         * libio/test-freopen.sh: Likewise.
30501         * malloc/tst-mtrace.sh: Likewise.
30502         * posix/globtest.sh: Likewise.
30503         * posix/tst-getconf.sh: Likewise.
30504         * posix/wordexp-tst.sh: Likewise.
30505         * stdio-common/tst-printf.sh: Likewise.
30506         * stdio-common/tst-unbputc.sh: Likewise.
30507         * stdlib/tst-fmtmsg.sh: Likewise.
30508         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30509         * catgets/Makefile: Do not specify -e option when running
30510         testsuite shell scripts.
30511         * elf/Makefile: Likewise.
30512         * grp/Makefile: Likewise.
30513         * iconvdata/Makefile: Likewise.
30514         * intl/Makefile: Likewise.
30515         * io/Makefile: Likewise.
30516         * libio/Makefile: Likewise.
30517         * malloc/Makefile: Likewise.
30518         * posix/Makefile: Likewise.
30519         * stdio-common/Makefile: Likewise.
30520         * stdlib/Makefile: Likewise.
30521         * sysdeps/x86_64/Makefile: Likewise.
30522
30523         * io/ftwtest-sh: Add copyright header.
30524         * posix/globtest.sh: Likewise.
30525         * posix/tst-getconf.sh: Likewise.
30526         * posix/wordexp-tst.sh: Likewise.
30527         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30528
30529 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
30530
30531         [BZ #13679]
30532         * Makeconfig (+link): Defined as $(+link-static) if
30533         $(build-shared) isn't yes.
30534         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
30535         isn't yes.
30536         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
30537
30538         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
30539
30540         [BZ #14562]
30541         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
30542         new chunk size with MALLOC_ALIGN_MASK.
30543
30544 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
30545
30546         [BZ #5044]
30547         * stdio-common/printf_fphex.c: Include <stdbool.h> and
30548         <rounding-mode.h>.
30549         (__printf_fphex): Determine rounding using get_rounding_mode and
30550         round_away.
30551         * stdio-common/tst-printf-round.c (struct hex_test): New
30552         structure.
30553         (hex_tests): New variable.
30554         (test_hex_in_one_mode): New function.
30555         (do_test): Also run tests for hex float output.
30556
30557 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
30558
30559         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30560         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30561         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
30562         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30563         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30564         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
30565         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30566         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30567
30568 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
30569
30570         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
30571         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
30572         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
30573         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
30574
30575 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
30576
30577         [BZ #14579]
30578         * elf/rtld.c (dl_main): Limit the check for self loading to normal
30579         mode only.
30580         * elf/tst-rtld-load-self.sh: New test.
30581         * elf/Makefile: Run it.
30582
30583 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
30584
30585         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
30586         (tst-writev-ENV): Remove.
30587         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
30588
30589 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
30590
30591         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
30592
30593 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
30594
30595         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
30596         unconditional.
30597         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
30598         Likewise.
30599         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
30600         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
30601         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
30602         Likewise.
30603
30604 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
30605
30606         [BZ #14587]
30607         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
30608         * config.make.in (have-cpp-asm-debuginfo): Removed.
30609         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
30610         * configure: Regenerated.
30611
30612 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
30613
30614         [BZ #5044]
30615         * stdio-common/printf_fp.c: Include <stdbool.h> and
30616         <rounding-mode.h>.
30617         (___printf_fp): Determine rounding using get_rounding_mode and
30618         round_away.
30619         * stdio-common/tst-printf-round.c: New file.
30620         * stdio-common/Makefile (tests): Add tst-printf-round.
30621         (link-libm): New variable.
30622         ($(objpfx)tst-printf-round): Depend in $(link-libm).
30623
30624 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
30625
30626         [BZ #14576]
30627         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
30628         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
30629         Likewise.
30630         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
30631         Likewise.
30632
30633 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
30634
30635         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
30636         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30637         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30638         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30639
30640 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
30641
30642         [BZ #14518]
30643         * include/rounding-mode.h: New file.
30644         * sysdeps/generic/get-rounding-mode.h: Likewise.
30645         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
30646         * stdlib/strtod_l.c: Include <rounding-mode.h>.
30647         (MAX_VALUE): New macro.
30648         (MIN_VALUE): Likewise.
30649         (overflow_value): New function.
30650         (underflow_value): Likewise.
30651         (round_and_return): Use overflow_value and underflow_value to
30652         determine return values in overflow and underflow cases.  Use
30653         round_away to determine rounding depending on rounding mode.
30654         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
30655         determine return values in overflow and underflow cases.
30656         * stdlib/tst-strtod-round.c: Include <fenv.h>.
30657         (struct test_results): New structure.
30658         (struct test): Use struct test_results to store expected results
30659         for all rounding modes.
30660         (TEST): Include expected results for all rounding modes.
30661         (test_in_one_mode): New function.
30662         (do_test): Use test_in_one_mode to compute and check results.
30663         Check results for all rounding modes.
30664         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
30665         $(link-libm).
30666
30667 2012-12-09  Allan McRae  <allan@archlinux.org>
30668
30669         * sysdeps/i386/fpu/libm-test-ulps: Update
30670
30671 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
30672
30673         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
30674         (_G_int32_t): Likewise.
30675         (_G_uint16_t): Likewise.
30676         (_G_uint32_t): Likewise.
30677         (_G_HAVE_BOOL): Likewise.
30678         (_G_HAVE_ATEXIT): Likewise.
30679         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30680         (_G_HAVE_IO_FILE_OPEN): Likewise.
30681         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
30682         (_G_int32_t): Likewise.
30683         (_G_uint16_t): Likewise.
30684         (_G_uint32_t): Likewise.
30685         (_G_HAVE_BOOL): Likewise.
30686         (_G_HAVE_ATEXIT): Likewise.
30687         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30688         (_G_HAVE_IO_FILE_OPEN): Likewise.
30689         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
30690         (_G_int32_t): Likewise.
30691         (_G_uint16_t): Likewise.
30692         (_G_uint32_t): Likewise.
30693         (_G_HAVE_BOOL): Likewise.
30694         (_G_HAVE_ATEXIT): Likewise.
30695         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30696         (_G_HAVE_IO_FILE_OPEN): Likewise.
30697
30698 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
30699
30700         * csu/libc-tls.c: Update copyright years.
30701
30702 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
30703
30704         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
30705         [!_G_USING_THUNKS]: Remove conditional code.
30706         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
30707         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
30708
30709         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
30710         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
30711         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30712         (_G_VTABLE_LABEL_PREFIX): Likewise.
30713         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30714         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30715         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30716         (_G_VTABLE_LABEL_PREFIX): Likewise.
30717         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
30718         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30719         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30720         (_G_VTABLE_LABEL_PREFIX): Likewise.
30721         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
30722
30723 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
30724
30725         * libio/Makefile: Include ../Makeconfig before tests.
30726         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
30727         only if $(build-shared) is yes.
30728
30729         * iconv/gconv_db.c: Update copyright years.
30730
30731 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30732
30733         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
30734         unwind info if defined PIC. Fix special cases description.
30735         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
30736
30737         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
30738         DP_HI_MASK entry.
30739         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
30740
30741 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
30742
30743         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
30744
30745         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
30746         is NULL.
30747
30748         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
30749         (LDLIBS-tst-chk4): This.
30750         (LDFLAGS-tst-chk5): Renamed to ...
30751         (LDLIBS-tst-chk5): This.
30752         (LDFLAGS-tst-chk6): Renamed to ...
30753         (LDLIBS-tst-chk6): This.
30754         (LDFLAGS-tst-lfschk4): Renamed to ...
30755         (LDLIBS-tst-lfschk4): This.
30756         (LDFLAGS-tst-lfschk5): Renamed to ...
30757         (LDLIBS-tst-lfschk5): This.
30758         (LDFLAGS-tst-lfschk6): Renamed to ...
30759         (LDLIBS-tst-lfschk6): This.
30760
30761         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
30762         on $(common-objpfx)soversions.mk.
30763
30764 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
30765
30766         [BZ #10014]
30767         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
30768         example host name.
30769
30770 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
30771
30772         * malloc/arena.c (arena_get_retry): New function that gets
30773         another arena for the caller to try its request on.
30774         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
30775         current arena cannot fulfill the request.
30776         (__libc_memalign): Likewise.
30777         (__libc_memalign): Likewise.
30778         (__libc_pvalloc): Likewise.
30779         (__libc_calloc): Likewise.
30780
30781 2012-09-05  John Tobey  <john.tobey@gmail.com>
30782
30783         [BZ #13542]
30784         * manual/arith.texi (Operations on Complex): Fix description
30785         of carg branch cut.
30786
30787 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
30788
30789         [BZ #10014]
30790         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
30791         host name.
30792
30793         [BZ #10038]
30794         * manual/memory.texi (Memory): Make order of menu items match
30795         order of sections.
30796
30797 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30798
30799         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
30800         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
30801         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
30802
30803 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30804
30805         * csu/libc-tls.c (static_dtv): Renamed to ...
30806         (_dl_static_dtv): This.  Make it global.
30807         (_dl_initial_dtv): Removed.
30808         (__libc_setup_tls): Updated.
30809         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
30810         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
30811         DL_INITIAL_DTV.
30812
30813 2012-09-06  Petr Machata  <pmachata@redhat.com>
30814
30815         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
30816         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
30817         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
30818         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
30819
30820 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30821
30822         [BZ #14545]
30823         * csu/libc-tls.c (_dl_initial_dtv): New variable.
30824         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
30825         freeing dtv[-1].
30826
30827 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30828
30829         [BZ #14544]
30830         * Makeconfig (link-static-before-libc): Replace $(+prector)
30831         with $(+prectorT).
30832         (link-static-after-libc): Replace $(+postctor) with
30833         $(+postctorT).
30834         (link-bounded): Replace $(+prector)/$(+postctor) with
30835         $(+prectorT)/$(+postctorT).
30836         (+prectorT): New macro.
30837         (+postctorT): Likewise.
30838
30839 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
30840
30841         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
30842         (round_str): Handle values above the maximum for IBM long double
30843         as inexact.
30844         * stdlib/tst-strtod-round.c (tests): Regenerated.
30845
30846 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30847
30848         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
30849         assembler flag.
30850         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
30851         zarch_nohighgprs around the zarch optimized routines.
30852         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
30853         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
30854         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
30855         for zarch.
30856
30857 2012-09-05  David S. Miller  <davem@davemloft.net>
30858
30859         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30860
30861         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
30862         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
30863         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
30864         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
30865         entries.
30866
30867 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30868
30869         * malloc/arena.c: Fold copyright years.
30870         * malloc/mcheck.c, malloc/memusage.c: Likewise.
30871
30872 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30873
30874         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
30875
30876 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30877
30878         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
30879
30880 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30881
30882         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
30883         change internal state upon failure.
30884
30885 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30886
30887         * malloc/mcheck.c (mcheck_check_all): Fix typo.
30888         * malloc/memusage.c (mmap): Likewise.
30889         (mmap64, mremap): Likewise.  Adjust name in comment.
30890
30891 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
30892
30893         * libio/fileops.c: Fix typos in comments.
30894         * libio/oldfileops.c: Likewise.
30895         * libio/wfileops.c: Likewise.
30896
30897 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
30898
30899         [BZ #1349]
30900         * malloc/Makefile (tests): Add tst-malloc-usable test case.
30901         (tst-malloc-usable-ENV): Set environment for test case.
30902         * malloc/hooks.c (malloc_check_get_size): New function to get
30903         requested size.
30904         * malloc/malloc.c (musable): Use malloc_check_get_size.
30905         * malloc/tst-malloc-usable.c: New test case.
30906
30907 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
30908
30909         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
30910
30911 2012-09-05  Allan McRae  <allan@archlinux.org>
30912
30913         [BZ #13966]
30914         * configure.in (CXX_SYSINCLUDES): Use compiler output to
30915         determine header location.
30916         * configure: Regenerated.
30917
30918 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
30919
30920         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
30921         float format.
30922         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
30923         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
30924         format.
30925         (test): Regenerate.
30926
30927 2012-09-04  David S. Miller  <davem@davemloft.net>
30928
30929         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
30930         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
30931         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
30932
30933 2012-09-04  Florian Weimer  <fweimer@redhat.com>
30934
30935         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
30936         failures.
30937
30938         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
30939
30940 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
30941
30942         [BZ #9914]
30943         * libio/iogetdelim.c: Include <limits.h>.
30944         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
30945         + len + 1 would overflow.
30946
30947 2012-09-03  Andreas Jaeger  <aj@suse.de>
30948
30949         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30950         * sysdeps/i386/fpu/libm-test-ulps: Update.
30951
30952 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30953
30954         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30955         Add s_sinf-sse2, s_conf-sse2.
30956
30957         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
30958         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
30959         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
30960         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
30961
30962         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
30963         for using routine as __sinf_ia32.
30964         Use macro for function declaration and weak_alias.
30965         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
30966         for using routine as __cosf_ia32.
30967         Use macro for function declaration and weak_alias.
30968
30969         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
30970         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
30971
30972         * sysdeps/x86_64/fpu/s_sinf.S: New file.
30973         * sysdeps/x86_64/fpu/s_cosf.S: New file.
30974         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30975
30976         * math/libm-test.inc (cos_test): Add more test cases.
30977         (sin_test): Likewise.
30978         (sincos_test): Likewise.
30979
30980 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30981
30982         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
30983         (IFUNC_RESOLVE): Make pointers to the specialized implementations
30984         hidden.
30985         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30986
30987 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
30988
30989         [BZ #14538]
30990         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
30991         first element of the GOT.
30992         (elf_machine_load_address): Return the difference between
30993         the runtime address of _DYNAMIC and elf_machine_dynamic ().
30994
30995 2012-09-01  Allan McRae  <allan@archlinux.org>
30996
30997         [BZ #13412]
30998         * configure.in (AWK): Require gawk version 3.0 or later.
30999         * configure: Regenerated.
31000
31001 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
31002
31003         * sysdeps/unix/sysv/linux/kernel-features.h
31004         (__ASSUME_POSIX_CPU_TIMERS): Remove.
31005         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31006         [__NR_clock_getres]: Make code unconditional.
31007         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
31008         (clock_getcpuclockid): Remove code left unreachable by removal of
31009         conditionals.
31010         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
31011         code unconditional.
31012         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31013         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31014         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
31015         Make code unconditional.
31016         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
31017         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31018         * sysdeps/unix/sysv/linux/clock_settime.c
31019         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
31020         conditional code.
31021         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
31022         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
31023
31024 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
31025
31026         [BZ #14476]
31027         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
31028         scripts/test-installation.pl.
31029
31030         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
31031         and $ld_so_version if it is set.
31032
31033 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31034
31035         [BZ #14516]
31036         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
31037         failure if reading from procfs failed.
31038         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
31039
31040 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
31041
31042         * sysdeps/unix/sysv/linux/kernel-features.h
31043         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
31044         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31045         Remove conditional code.
31046         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31047         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
31048         Remove conditional code.
31049         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31050         * sysdeps/unix/sysv/linux/i386/fxstat.c
31051         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31052         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31053         * sysdeps/unix/sysv/linux/i386/fxstatat.c
31054         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31055         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31056         * sysdeps/unix/sysv/linux/i386/lxstat.c
31057         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
31058         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31059         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
31060         Remove conditional code.
31061         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31062         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
31063         Remove conditional code.
31064         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31065         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
31066         <kernel-features.h>.
31067         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
31068         Remove.
31069         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
31070         Remove conditional code.
31071         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
31072         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
31073         Remove conditional.
31074
31075 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
31076
31077         [BZ #5400]
31078         * NEWS: Add fixed bug number.
31079
31080 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
31081
31082         [BZ #14519]
31083         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
31084         underflowing exponent in case of negative sign.
31085         * stdlib/tst-strtod-round-data: Add more tests.
31086         * stdlib/tst-strtod-round.c (tests): Regenerated.
31087
31088         [BZ #3479]
31089         * stdlib/strtod_l.c (NDIG): Remove.
31090         (HEXNDIG): Likewise.
31091         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
31092         smallest representable value.
31093         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
31094         lie within an exact representation of 1/2 ulp of the result.
31095         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
31096         unconditionally.
31097         (TENS_P9_IDX): Define unconditionally.
31098         (TENS_P9_SIZE): Likewise.
31099         (TENS_P10_IDX): Likewise.
31100         (TENS_P10_SIZE): Likewise.
31101         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
31102         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
31103         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
31104         entries for 10^2^13 and 10^2^14.
31105         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
31106         (TENS_P13_IDX): Define.
31107         (TENS_P13_SIZE): Likewise.
31108         (TENS_P14_IDX): Likewise.
31109         (TENS_P14_SIZE): Likewise.
31110         (_fpioconst_pow10): Change array size to
31111         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
31112         unconditional.
31113         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
31114         1024]: Add entries for 10^2^13 and 10^2^14.
31115         [LAST_POW10 > _LAST_POW10]: Remove #error.
31116         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
31117         (_fpioconst_pow10): Change array size to
31118         FPIOCONST_POW10_ARRAY_SIZE.
31119         * stdlib/gen-fpioconst.c: New file.
31120         * stdlib/gen-tst-strtod-round.c: Likewise.
31121         * stdlib/tst-strtod-round-data: Likewise.
31122         * stdlib/tst-strtod-round.c: Likewise.
31123         * stdlib/Makefile (tests): Add tst-strtod-round.
31124
31125         [BZ #14459]
31126         * stdlib/strtod_l.c: Include <stdint.h>.
31127         (NDEBUG): Do not define.
31128         (round_and_return): Change EXPONENT parameter to type intmax_t.
31129         Rearrange calculations to avoid internal overflow possibilities.
31130         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
31131         Rearrange calculations to avoid internal overflow possibilities.
31132         Assert that number fits inside MPNSIZE limbs.
31133         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
31134         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
31135         calculations and add assertions to avoid internal overflow
31136         possibilities.  Add casts to avoid signed/unsigned operations.
31137         * stdlib/tst-strtod-overflow.c: New file.
31138         * stdlib/Makefile (tests): Add tst-strtod-overflow.
31139
31140 2012-08-25  Marek Polacek  <polacek@redhat.com>
31141
31142         * time/time.h: Fix some typos in comments.
31143
31144 2012-08-23  Roland McGrath  <roland@hack.frob.com>
31145
31146         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
31147         * posix/tst-rfc3484-2.c: Likewise.
31148         * posix/tst-rfc3484-3.c: Likewise.
31149
31150 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
31151
31152         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
31153         (EF_ARM_ABI_FLOAT_HARD): Likewise.
31154
31155 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
31156
31157         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
31158         #include of fxstatat64.c.
31159
31160 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31161
31162         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
31163         * shadow/getspent_r.c: Likewise.
31164         * shadow/getspnam.c: Likewise.
31165         * shadow/getspnam_r.c: Likewise.
31166         * gshadow/getsgent.c: Likewise.
31167         * gshadow/getsgent_r.c: Likewise.
31168         * gshadow/getsgnam.c: Likewise.
31169         * gshadow/getsgnam_r.c: Likewise.
31170         * inet/getnetbyad.c: Likewise.
31171         * inet/getnetbyad_r.c: Likewise.
31172         * inet/getnetbynm.c: Likewise.
31173         * inet/getnetbynm_r.c: Likewise.
31174         * inet/getnetent.c: Likewise.
31175         * inet/getnetent_r.c: Likewise.
31176         * inet/getproto.c: Likewise.
31177         * inet/getproto_r.c: Likewise.
31178         * inet/getprtent.c: Likewise.
31179         * inet/getprtent_r.c: Likewise.
31180         * inet/getprtname.c: Likewise.
31181         * inet/getprtname_r.c: Likewise.
31182         * inet/getrpcbyname.c: Likewise.
31183         * inet/getrpcbyname_r.c: Likewise.
31184         * inet/getrpcbynumber.c: Likewise.
31185         * inet/getrpcbynumber_r.c: Likewise.
31186         * inet/getrpcent.c: Likewise.
31187         * inet/getrpcent_r.c: Likewise.
31188         * inet/getaliasent.c: Likewise.
31189         * inet/getaliasent_r.c: Likewise.
31190         * inet/getaliasname.c: Likewise.
31191         * inet/getaliasname_r.c: Likewise.
31192         * nscd/getgrgid_r.c: Likewise.
31193         * nscd/getgrnam_r.c: Likewise.
31194         * nscd/gethstbyad_r.c: Likewise.
31195         * nscd/gethstbynm3_r.c: Likewise.
31196         * nscd/getpwnam_r.c: Likewise.
31197         * nscd/getpwuid_r.c: Likewise.
31198         * nscd/getsrvbynm_r.c: Likewise.
31199         * nscd/getsrvbypt_r.c: Likewise.
31200         * nscd/gai.c: Likewise.
31201
31202         * configure.in (build_nscd): New substituted variable, set
31203         by --disable-build-nscd and defaults to $use_nscd.
31204         * configure: Regenerated.
31205         * config.make.in (build-nscd): New substituted variable.
31206         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
31207         Change conditional to require [$(build-nscd) = yes] as well.
31208         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
31209
31210         [BZ# 13696]
31211         * configure.in (use_nscd): New substituted variable, set by
31212         --disable-nscd.  If enabled, define USE_NSCD.
31213         * configure: Regenerated.
31214         * config.h.in: Add USE_NSCD.
31215         * config.make.in (use-nscd): New substituted variable.
31216         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
31217         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
31218         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
31219         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
31220         (CFLAGS-getgrnam_r.c): Likewise.
31221         (CFLAGS-initgroups.c): Likewise.
31222         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
31223         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
31224         Variables removed.
31225         * inet/getnetgrent_r.c
31226         (nscd_setnetgrent): New function, broken out of ...
31227         (setnetgrent): ... here.  Call it.
31228         (innetgr): Conditionalize nscd bits on [USE_NSCD].
31229         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
31230         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
31231         * nscd/Makefile (routines, aux): Move definitions after include of
31232         Makeconfig.  Conditionalize on [$(use-nscd) != no].
31233         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
31234         Conditionalize on [USE_NSCD].
31235         (is_nscd, nscd_init_cb): Likewise.
31236         (nss_load_library): Conditionalize init callback on [USE_NSCD].
31237         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
31238         * nss/nss_db/db-init.c: Likewise.
31239         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
31240         [USE_NSCD].
31241         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
31242         (make_request): Use it.
31243         (cache_valid_p): New function.
31244         (__check_pf): Use it.
31245         * NEWS: Add item for --disable-nscd.
31246
31247 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
31248
31249         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
31250         to support sed >= 4.2.1-20-ga9bf076.
31251         * configure: Regenerated.
31252
31253 2012-08-22  Roland McGrath  <roland@hack.frob.com>
31254
31255         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
31256         Conditionalize whole body on [IREL].
31257
31258 2012-08-22  Jeff Law <law@redhat.com>
31259
31260         [BZ #14505]
31261         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
31262         if the family is PF_UNSPEC.
31263
31264 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
31265
31266         * Makerules (lib-version): Rename from V.
31267         (install-lib-nosubdir): Change V to lib-version.
31268
31269 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
31270
31271         [BZ #14252]
31272         * powerpc32/power6/wcschr.c: New file.
31273         * powerpc32/power6/wcscpy.c: New file.
31274         * powerpc32/power6/wcsrchr.c: New file.
31275         * powerpc64/power6/wcschr.c: New file.
31276         * powerpc64/power6/wcscpy.c: New file.
31277         * powerpc64/power6/wcsrchr.c: New file.
31278
31279 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31280
31281         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
31282         (two_way_short_needle): Use it.
31283         * string/strstr.c (AVAILABLE1_USES_J): Define.
31284         * string/strcasestr.c: Likewise.
31285
31286         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
31287         array references.
31288         * string/strcasestr.c (TOLOWER): Make side-effect safe.
31289
31290         [BZ #11607]
31291         * NEWS: Add an entry.
31292         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
31293         define their defaults.
31294         (two_way_short_needle): Detect end-of-string on-the-fly.
31295         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
31296         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
31297         * string/bug-strcasestr1.c: New test.
31298         * string/Makefile: Run it.
31299
31300 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
31301
31302         [BZ #11607]
31303         * string/str-two-way.h (two_way_short_needle): Optimize matching of
31304         the first character.
31305
31306 2012-08-21  Roland McGrath  <roland@hack.frob.com>
31307
31308         * csu/elf-init.c (__libc_csu_irel): Function removed.
31309         * csu/libc-start.c (apply_irel): New function.
31310         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
31311
31312 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
31313
31314         * sysdeps/unix/sysv/linux/kernel-features.h
31315         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
31316         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31317         <kernel-features.h>.
31318         [__NR_fadvise64_64]: Make code unconditional.
31319         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
31320         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31321         !__NR_fadvise64_64)]: Likewise.
31322         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
31323         !__NR_fadvise64_64))]: Likewise.
31324         [__NR_fadvise64]: Make code unconditional.
31325         [!__NR_fadvise64]: Remove conditional code.
31326         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
31327         <kernel-features.h>.
31328         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31329         unconditional.
31330         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31331         conditional code.
31332         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
31333         not include <kernel-features.h>.
31334         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31335         unconditional.
31336         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31337         conditional code.
31338         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
31339         include <kernel-features.h>.
31340         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
31341         unconditional.
31342         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
31343         conditional code.
31344
31345 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
31346
31347         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
31348         slight instruction rearrangements per scrollpipe analysis.
31349         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
31350
31351 2012-08-20  Roland McGrath  <roland@hack.frob.com>
31352
31353         * manual/syslog.texi (syslog; vsyslog, closelog):
31354         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
31355         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
31356
31357         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
31358         DSOCAPS to match condition on defining it.
31359
31360 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
31361
31362         * sysdeps/unix/sysv/linux/kernel-features.h
31363         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
31364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
31365         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31366         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31367         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
31368         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31369         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
31371         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31372         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31373
31374         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
31375         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
31376
31377         * sysdeps/unix/sysv/linux/kernel-features.h
31378         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
31379         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
31380         unconditional.
31381         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31382         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
31383         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31384         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31385         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
31386         Make code unconditional.
31387         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31388         (__mmap64) [!__NR_mmap2]: Likewise.
31389         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
31390         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31391         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31392         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
31393         [__NR_mmap2]: Make code unconditional.
31394         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31395         (__mmap64) [!__NR_mmap2]: Likewise.
31396
31397 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31398
31399         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
31400
31401 2012-08-18  Andreas Jaeger  <aj@suse.de>
31402
31403         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
31404
31405 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31406
31407         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
31408         * include/unistd.h (__have_sock_cloexec): Likewise.
31409         (__have_pipe2): Likewise.
31410         (__have_dup3): Likewise.
31411
31412 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31413
31414         [BZ #9685]
31415         * include/unistd.h (__have_pipe2): Change define into an extern int.
31416         (__have_dup3): Likewise.
31417         * socket/have_sock_cloexec.c: Include fcntl.h.
31418         (__have_pipe2): New variable.
31419         (__have_dup3): Likewise.
31420
31421 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
31422
31423         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
31424
31425 2012-08-17  Marek Polacek  <polacek@redhat.com>
31426
31427         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
31428         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
31429
31430 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31431
31432         * configure.in: Add AC_SUBST for sysheaders.
31433         * configure: Regenerated.
31434         * config.make.in (sysheaders): New substituted variable.
31435
31436         * sysdeps/unix/mkfifo.c: Moved ...
31437         * sysdeps/posix/mkfifo.c: ... here.
31438         * sysdeps/unix/mkfifoat.c: Moved ...
31439         * sysdeps/posix/mkfifoat.c: ... here.
31440
31441         * sysdeps/unix/utime.c: Moved ...
31442         * sysdeps/posix/utime.c: ... here.
31443
31444         * sysdeps/unix/time.c: Moved ...
31445         * sysdeps/posix/time.c: ... here.
31446         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
31447         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
31448
31449         * sysdeps/unix/nice.c: Moved ...
31450         * sysdeps/posix/nice.c: ... here.
31451
31452         * sysdeps/unix/alarm.c: Moved ...
31453         * sysdeps/posix/alarm.c: ... here.
31454
31455         * intl/Makefile ($(codeset_mo)): Depend on the input file.
31456
31457 2012-08-17  Jeff Law <law@redhat.com>
31458
31459         * intl/Makefile (codeset_mo): New variable.
31460         ($(codeset_mo)): New target.
31461         (tst-codeset.out): Depend on that.  Remove explicit rule.
31462         (tst-gettext3.out, tst-gettext5.out): Likewise.
31463         (LOCPATH-ENV, tst-codeset-ENV): New variables.
31464         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
31465         * intl/tst-codeset.sh: Remove.
31466         * intl/tst-gettext3.sh: Likewise.
31467         * intl/tst-gettext5.sh: Likewise.
31468
31469 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31470
31471         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
31472         * sysdeps/unix/syscalls.list: ... here.
31473
31474         * sysdeps/posix/getaddrinfo.c
31475         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
31476         (gaiconf_init, gaiconf_reload): Use them.
31477         [!_STATBUF_ST_NSEC]
31478         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
31479         Define using time_t rather than struct timespec.
31480
31481         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
31482         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
31483         Macros removed.
31484         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
31485         [!NO_THREADS].
31486         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
31487         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
31488         Likewise.
31489
31490         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
31491         __libc_cleanup_push argument.
31492
31493         * bits/param.h: New file.
31494         * misc/sys/param.h: New file.
31495         * include/sys/param.h: New file.
31496         * misc/Makefile (headers): Add bits/param.h.
31497         * sysdeps/generic/sys/param.h: File removed.
31498         * sysdeps/unix/sysv/linux/bits/param.h: New file.
31499         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
31500         * sysdeps/mach/hurd/bits/param.h: New file.
31501         * sysdeps/mach/hurd/sys/param.h: File removed.
31502
31503         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
31504         last change.
31505
31506         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
31507         [_IO_MTSAFE_IO].
31508         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
31509         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
31510         New macros.
31511
31512         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
31513         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
31514         rather than -D_IO_MTSAFE_IO conditionally.
31515         * stdio-common/Makefile (CPPFLAGS): Likewise.
31516         * wcsmbs/Makefile (CPPFLAGS): Likewise.
31517         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
31518         Use $(libio-mtsafe).
31519         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
31520         of -D_IO_MTSAFE_IO.
31521         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
31522         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
31523         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
31524         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
31525         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
31526         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
31527         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
31528         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
31529         (CFLAGS-fread_u_chk.c): Likewise.
31530         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
31531         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
31532         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
31533         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
31534         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
31535         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
31536         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
31537         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
31538         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
31539
31540         * libio/Makefile: Test [$(libc-reentrant) = yes]
31541         instead of [$(filter %REENTRANT, $(defines)) nonempty].
31542
31543         * Makeconfig
31544         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
31545         * sysdeps/pthread/configure: File removed.
31546         * sysdeps/pthread/Makeconfig: New file.
31547         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
31548         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
31549
31550 2012-08-16  Gary Benson  <gbenson@redhat.com>
31551
31552         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
31553         unmapping the first object in a namespace.
31554
31555 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31556
31557         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
31558         (__internal_setnetgrent): ... this.  Add internal_function to
31559         definition.  Add libc_hidden_def.
31560         (setnetgrent): Update caller.
31561         (internal_endnetgrent): Renamed to ...
31562         (__internal_endnetgrent): ... this.  Add internal_function to
31563         definition.  Add libc_hidden_def.
31564         (endnetgrent): Update caller.
31565         (internal_getnetgrent_r): Renamed to ...
31566         (__internal_getnetgrent_r): ... this.  Add internal_function to
31567         definition.  Add libc_hidden_def.
31568         (__getnetgrent_r): Update caller.
31569         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
31570
31571 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31572
31573         * stdlib/longlong.h: Update from GCC.
31574
31575 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31576
31577         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
31578         on _QL, which is set by umul_ppmm but never used.
31579         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
31580         variables, which are set by GMP macros but never used.
31581         * stdio-common/_itowa.c (_itowa): Likewise.
31582         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
31583         * stdlib/mod_1.c (mpn_mod_1): Likewise.
31584
31585 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
31586
31587         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
31588         struct La_sh_regs is not constant.
31589         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
31590         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
31591         and struct La_sparc64_regs are not constant.
31592
31593 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31594
31595         * sysdeps/unix/sysv/linux/kernel-features.h
31596         (__ASSUME_POSIX_TIMERS): Remove.
31597         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31598         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31599         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
31600         Make code unconditional.
31601         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31602         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
31603         Make code unconditional.
31604         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31605         * sysdeps/unix/sysv/linux/clock_nanosleep.c
31606         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
31607         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31608         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
31609         Make code unconditional.
31610         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31611         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
31612         (__libc_missing_posix_timers): Remove.
31613
31614 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31615
31616         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
31617         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
31618
31619         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
31620
31621         * elf/dl-sym.c: Include <stdlib.h>.
31622
31623         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
31624         constants, which avoids warnings in 32-bit builds.
31625
31626         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
31627         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
31628
31629         * misc/lseek.c: File moved to ...
31630         * io/lseek.c: ... here.
31631
31632         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
31633
31634         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
31635         shifting LEN more than 31 bits at once.
31636
31637 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31638
31639         [BZ #14195]
31640         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
31641         segmentation fault for a case of two empty input strings.
31642         * string/test-strncasecmp.c (check1): Renamed to...
31643         (bz12205): ...this.
31644         (bz14195): Add new testcase for two empty input strings and N > 0.
31645         (test_main): Call new testcase, adapt for renamed function.
31646
31647 2012-08-15  Andreas Jaeger  <aj@suse.de>
31648
31649         [BZ #14090]
31650         * crypt/md5test2.c: New test, based on test supplied by Serge
31651         Belyshev <belyshev@depni.sinp.msu.ru>.
31652         * crypt/Makefile (xtests): Add md5test-giant..
31653         * crypt/Makefile ($(objpfx)md5test-giant): Add.
31654
31655 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31656
31657         [BZ #14090]
31658         * crypt/md5.c (md5_process_block): Don't assume the buffer
31659         length is less than 2**32.
31660         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
31661         length is less than 2**64.
31662
31663 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31664
31665         * string/str-two-way.h: Include <sys/param.h>.
31666         (MAX): Macro removed.
31667
31668         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
31669         Move #define and #undef of memmove to just before and after
31670         including <string.h>.
31671
31672         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
31673         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
31674         and after including <string.h>.  Move declarations of
31675         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
31676         to before #include "string/memmove.c".
31677
31678         * include/dirent.h: Declare __getdirentries.
31679
31680         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
31681         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
31682
31683 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
31684
31685         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
31686         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
31687         * sysdeps/i386/configure: Regenerated.
31688         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
31689         STABS_CURRENT_FILE, and STABS_FUN.
31690         (END): Remove call to STABS_FUN_END.
31691         (STABS_CURRENT_FILE1): Delete.
31692         (STABS_CURRENT_FILE): Likewise.
31693         (STABS_FUN): Likewise.
31694         (STABS_FUN_END): Likewise.
31695         (STABS_FUN2): Likewise.
31696         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
31697         * sysdeps/x86_64/configure: Regenerated.
31698
31699 2012-08-14  Roland McGrath  <roland@hack.frob.com>
31700
31701         * elf/dl-open.c: Include <atomic.h>.
31702         * elf/dl-lookup.c: Likewise.
31703
31704 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
31705
31706         * sysdeps/unix/sysv/linux/kernel-features.h
31707         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
31708         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
31709         unconditionally.
31710         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
31711         unconditionally.
31712         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
31713         condition on __ASSUME_CLONE_THREAD_FLAGS.
31714
31715 2012-08-14  Andreas Jaeger  <aj@suse.de>
31716
31717         * sysdeps/i386/fpu/libm-test-ulps: Update.
31718
31719 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
31720
31721         * include/atomic.h (atomic_exchange_and_add): Split into ...
31722         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
31723         New atomic macros.
31724
31725 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
31726
31727         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31728
31729 2012-08-13  Jeff Law <law@redhat.com>
31730
31731         * manual/stdio.texi (snprintf): Clarify handling of the trailing
31732         null byte in the output string.
31733
31734 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
31735
31736         * sysdeps/unix/sysv/linux/kernel-features.h
31737         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
31738         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
31739         (__ASSUME_ARG_MAX_STACK_BASED): Define.
31740         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
31741         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
31742         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
31743         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
31744
31745 2012-08-09  Jeff Law <law@redhat.com>
31746
31747         [BZ #13939]
31748         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
31749         When avoid_arena is set, don't retry in the that arena.  Pick the
31750         next one, whatever it might be.
31751         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
31752         (arena_lock): Pass in new parameter to arena_get2.
31753         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
31754         arena_get2.
31755         (__libc_malloc): Unify retrying after main arena failure with
31756         __libc_memalign version.
31757         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
31758
31759 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
31760
31761         [BZ #14166]
31762         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
31763         to __redirect_strstr.
31764         (__strstr_sse42): Use typeof __redirect_strstr.
31765         (__strstr_ia32): Likewise.
31766         (__libc_strstr): New prototype.
31767         (strstr): Renamed to ...
31768         (__libc_strstr): This.
31769         (strstr): New strong alias of __libc_strstr.
31770         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
31771         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
31772         __redirect_time.
31773         Include <time.h>.
31774         (__libc_time): New prototype.
31775         (time_ifunc): Replace time with __libc_time.
31776         (time): New strong alias and hidden definition of __libc_time.
31777         (__GI_time): Remove strong alias.
31778         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
31779         Include <stddef.h>.
31780         (memmove): Redefined to __redirect_memmove.
31781         (__memmove_sse2): Use typeof __redirect_memmove.
31782         (__memmove_ssse3): Likewise.
31783         (__memmove_ssse3_back): Likewise.
31784         (__libc_memmove): New prototype.
31785         (memmove): Renamed to ...
31786         (__libc_memmove): This.
31787         (memmove): New strong alias of __libc_memmove.
31788
31789 2012-08-08  Mark Salter  <msalter@redhat.com>
31790
31791         * elf/elf.h
31792         (R_MN10300_TLS_GD): Define.
31793         (R_MN10300_TLS_LD): Likewise.
31794         (R_MN10300_TLS_LDO): Likewise.
31795         (R_MN10300_TLS_GOTIE): Likewise.
31796         (R_MN10300_TLS_IE): Likewise.
31797         (R_MN10300_TLS_LE): Likewise.
31798         (R_MN10300_TLS_DTPMOD): Likewise.
31799         (R_MN10300_TLS_DTPOFF): Likewise.
31800         (R_MN10300_TLS_TPOFF): Likewise.
31801         (R_MN10300_SYM_DIFF): Likewise.
31802         (R_MN10300_ALIGN): Likewise.
31803         (R_MN10300_NUM): Update.
31804
31805 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
31806
31807         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
31808         Remove.
31809
31810 2012-08-08  Roland McGrath  <roland@hack.frob.com>
31811
31812         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
31813
31814         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
31815         sysdeps/unix -> sysdeps/posix move.
31816         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
31817
31818 2012-08-07      Allan McRae     <allan@archlinux.org>
31819
31820         [BZ #14303]
31821         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
31822         (SUNOS_CPP): Likewise.
31823         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
31824         not found.
31825         (open_input): Call CPP using execvp.
31826
31827 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
31828
31829         * sysdeps/unix/sysv/linux/kernel-features.h
31830         (__ASSUME_PROT_GROWSUPDOWN): Remove.
31831         (__ASSUME_NO_CLONE_DETACHED): Likewise.
31832         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
31833         (__ASSUME_WAITID_SYSCALL): Likewise.
31834         * sysdeps/unix/sysv/linux/dl-execstack.c
31835         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
31836         code unconditional.
31837         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
31838         conditional code.
31839         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
31840         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
31841         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
31842         code.
31843         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
31844         unconditional.
31845         [__ASSUME_WAITID_SYSCALL]: Likewise.
31846         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
31847
31848 2012-08-07  Roland McGrath  <roland@hack.frob.com>
31849
31850         * sysdeps/unix/closedir.c: Renamed to ...
31851         * sysdeps/posix/closedir.c: ... here.
31852         * sysdeps/unix/dirfd.c: Renamed to ...
31853         * sysdeps/posix/dirfd.c: ... here.
31854         * sysdeps/unix/dirstream.h: Renamed to ...
31855         * sysdeps/posix/dirstream.h: ... here.
31856         * sysdeps/unix/fdopendir.c: Renamed to ...
31857         * sysdeps/posix/fdopendir.c: ... here.
31858         * sysdeps/unix/opendir.c: Renamed to ...
31859         * sysdeps/posix/opendir.c: ... here.
31860         * sysdeps/unix/readdir.c: Renamed to ...
31861         * sysdeps/posix/readdir.c: ... here.
31862         * sysdeps/unix/readdir_r.c: Renamed to ...
31863         * sysdeps/posix/readdir_r.c: ... here.
31864         * sysdeps/unix/rewinddir.c: Renamed to ...
31865         * sysdeps/posix/rewinddir.c: ... here.
31866         * sysdeps/unix/seekdir.c: Renamed to ...
31867         * sysdeps/posix/seekdir.c: ... here.
31868         * sysdeps/unix/telldir.c: Renamed to ...
31869         * sysdeps/posix/telldir.c: ... here.
31870         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
31871         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
31872         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
31873         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
31874
31875         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
31876         * bits/fcntl.h: ... here.
31877
31878         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
31879         not 0.
31880         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
31881         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
31882         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
31883         (struct flock): Move l_start, l_len to the beginning.
31884         Use __pid_t for l_pid.
31885         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
31886         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
31887         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
31888         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
31889         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
31890         [__USE_LARGEFILE64] (struct flock64): New type.
31891         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
31892
31893         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
31894         * bits/dirent.h: ... here.
31895
31896         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
31897         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
31898
31899 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
31900
31901         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
31902         Change from 2.6.0 to 2.6.16.
31903         * sysdeps/unix/sysv/linux/configure: Regenerated.
31904         * sysdeps/unix/sysv/linux/kernel-features.h
31905         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
31906         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
31907         version.
31908         (__ASSUME_UTIMES): Likewise.
31909         (__ASSUME_CLONE_STOPPED): Remove.
31910         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
31911         architectures, not kernel version.
31912         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
31913         (__ASSUME_NO_CLONE_DETACHED): Likewise.
31914         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
31915         (__ASSUME_WAITID_SYSCALL): Likewise.
31916         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
31917         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
31918         * README: State 2.6.16 as minimum Linux kernel version.  Do not
31919         refer to older versions.
31920
31921 2012-08-06  Roland McGrath  <roland@hack.frob.com>
31922
31923         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
31924         Define alphasort64 as an alias.
31925         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
31926         Define versionsort64 as an alias.
31927         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
31928         Define scandir64 as an alias.
31929         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
31930         Define scandirat64 as an alias.
31931         * dirent/alphasort64.c (alphasort64):
31932         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
31933         * dirent/versionsort64.c: Likewise.
31934         * dirent/scandir64.c: Likewise.
31935         * dirent/scandirat64.c: Likewise.
31936         * sysdeps/wordsize-64/alphasort.c: File removed.
31937         * sysdeps/wordsize-64/alphasort64.c: File removed.
31938         * sysdeps/wordsize-64/scandir.c: File removed.
31939         * sysdeps/wordsize-64/scandir64.c: File removed.
31940         * sysdeps/wordsize-64/scandirat.c: File removed.
31941         * sysdeps/wordsize-64/scandirat64.c: File removed.
31942         * sysdeps/wordsize-64/versionsort.c: File removed.
31943         * sysdeps/wordsize-64/versionsort64.c: File removed.
31944         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
31945         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
31946         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
31947         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
31948         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
31949         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
31950         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
31951         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
31952
31953         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
31954         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
31955         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
31956         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31957         [defined __arch64__ || defined __sparcv9]
31958         (__INO_T_MATCHES_INO64_T): New macro.
31959         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31960         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
31961         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
31962         * sysdeps/unix/sysv/linux/bits/dirent.h
31963         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
31964         (_DIRENT_MATCHES_DIRENT64): New macro.
31965
31966         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
31967         Define lockf64 as an alias.
31968         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
31969         Define fseeko64 as an alias.
31970         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
31971         Define ftello64 as an alias.
31972         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
31973         Define _IO_fgetpos64 and fgetpos64 as aliases.
31974         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
31975         Define _IO_fsetpos64 and fsetpos64 as aliases.
31976         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
31977         Conditionalize body on this.
31978         * libio/fseeko64.c: Likewise.
31979         * libio/ftello64.c: Likewise.
31980         * libio/iofgetpos64.c: Likewise.
31981         * libio/iofsetpos64.c: Likewise.
31982         * sysdeps/wordsize-64/lockf.c: File removed.
31983         * sysdeps/wordsize-64/lockf64.c: File removed.
31984         * sysdeps/wordsize-64/fseeko.c: File removed.
31985         * sysdeps/wordsize-64/fseeko64.c: File removed.
31986         * sysdeps/wordsize-64/ftello.c: File removed.
31987         * sysdeps/wordsize-64/ftello64.c: File removed.
31988         * sysdeps/wordsize-64/iofgetpos.c: File removed.
31989         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
31990         * sysdeps/wordsize-64/iofsetpos.c: File removed.
31991         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
31992         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
31993         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
31994         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
31995         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
31996         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
31997         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
31998         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
31999         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
32000         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
32001         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
32002
32003         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32004         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
32005         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
32006         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
32007         [defined __arch64__ || defined __sparcv9]
32008         (__OFF_T_MATCHES_OFF64_T): New macro.
32009         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
32010         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
32011         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
32012         (__OFF_T_MATCHES_OFF64_T): New macro.
32013
32014 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
32015
32016         * stdlib/secure-getenv.c (__secure_getenv): Replace
32017         GLIBC_2_16 with GLIBC_2_17.
32018
32019 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
32020
32021         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
32022         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
32023
32024 2012-08-03  David S. Miller  <davem@davemloft.net>
32025
32026         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32027
32028 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
32029
32030         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
32031         Remove.
32032         (__ASSUME_CORRECT_SI_PID): Likewise.
32033         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
32034         (__ASSUME_TMPFS_NAME): Likewise.
32035         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
32036         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
32037         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
32038         (HAVE_AUX_SECURE): Make definition unconditional.
32039         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
32040         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
32041
32042 2012-08-03  Roland McGrath  <roland@hack.frob.com>
32043
32044         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
32045         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
32046         * sysdeps/mach/hurd/eloop-threshold.h: New file.
32047         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
32048         __eloop_threshold instead of SYMLOOP_MAX.
32049
32050         * sysdeps/generic/eloop-threshold.h: New file.
32051         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
32052         of MAXSYMLINKS.
32053         * elf/chroot_canon.c (chroot_canon): Likewise.
32054
32055 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
32056
32057         [BZ #13717]
32058         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32059         Change to 2.6.0 everywhere.
32060         * sysdeps/unix/sysv/linux/configure: Regenerated.
32061         * sysdeps/unix/sysv/linux/kernel-features.h
32062         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
32063         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
32064         kernel versions.
32065         (__ASSUME_POSIX_TIMERS): Define unconditionally.
32066         (__ASSUME_FUTEX_REQUEUE): Remove.
32067         (__ASSUME_STATFS64): Define unconditionally.
32068         (__ASSUME_AT_SECURE): Likewise.
32069         (__ASSUME_CORRECT_SI_PID): Likewise.
32070         (__ASSUME_TGKILL): Define without depending on kernel version for
32071         i386.
32072         (__ASSUME_UTIMES): Likewise.
32073         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
32074         kernel version.
32075         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
32076         (__ASSUME_TMPFS_NAME): Likewise.
32077         * README: Update reference to Linux kernel versions.
32078
32079 2012-08-02  Marek Polacek  <polacek@redhat.com>
32080
32081         [BZ# 14150]
32082         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
32083         libc_cv_asm_type_prefix with %.
32084         * configure: Regenerated.
32085         * include/libc-symbols.h: Remove comment about
32086         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
32087         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
32088         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
32089         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
32090         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
32091         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
32092         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
32093         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
32094         * elf/tst-unique2mod1.c: Likewise.
32095         * elf/tst-unique1mod2.c: Likewise.
32096         * elf/tst-unique1mod1.c: Likewise.
32097         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
32098         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
32099         Replace ASM_TYPE_DIRECTIVE with .type.
32100         * sysdeps/s390/s390-64/sysdep.h: Likewise.
32101         * sysdeps/i386/sysdep.h: Likewise.
32102         * sysdeps/x86_64/sysdep.h: Likewise.
32103         * sysdeps/sh/sysdep.h: Likewise.
32104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
32105         Do not define ASM_TYPE_DIRECTIVE.
32106         * sysdeps/powerpc/sysdep.h: Likewise.
32107         * sysdeps/powerpc/powerpc32/sysdep.h:
32108         Replace ASM_TYPE_DIRECTIVE with .type.
32109         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
32110         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
32111         * sysdeps/i386/fpu/e_powf.S: Likewise.
32112         * sysdeps/i386/fpu/e_expl.S: Likewise.
32113         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
32114         * sysdeps/i386/fpu/e_acosh.S: Likewise.
32115         * sysdeps/i386/fpu/e_pow.S: Likewise.
32116         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
32117         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
32118         * sysdeps/i386/fpu/s_expm1.S: Likewise.
32119         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
32120         * sysdeps/i386/fpu/e_log2.S: Likewise.
32121         * sysdeps/i386/fpu/e_log2l.S: Likewise.
32122         * sysdeps/i386/fpu/e_scalb.S: Likewise.
32123         * sysdeps/i386/fpu/e_powl.S: Likewise.
32124         * sysdeps/i386/fpu/e_log10f.S: Likewise.
32125         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
32126         * sysdeps/i386/fpu/e_logl.S: Likewise.
32127         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
32128         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
32129         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
32130         * sysdeps/i386/fpu/e_log2f.S: Likewise.
32131         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
32132         * sysdeps/i386/fpu/e_log.S: Likewise.
32133         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
32134         * sysdeps/i386/fpu/e_logf.S: Likewise.
32135         * sysdeps/i386/fpu/e_log10l.S: Likewise.
32136         * sysdeps/i386/fpu/e_atanh.S: Likewise.
32137         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
32138         * sysdeps/i386/fpu/e_log10.S: Likewise.
32139         * sysdeps/i386/fpu/s_frexp.S: Likewise.
32140         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
32141         * sysdeps/i386/fpu/s_asinh.S: Likewise.
32142         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
32143         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
32144         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
32145         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
32146         * sysdeps/i386/i686/strtok.S: Likewise.
32147         * sysdeps/i386/i386-mcount.S: Likewise.
32148         * sysdeps/i386/strtok.S: Likewise.
32149         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
32150         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
32151         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
32152         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
32153         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
32154         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
32155         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
32156         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
32157         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
32158         * sysdeps/x86_64/_mcount.S: Likewise.
32159         * sysdeps/x86_64/strtok.S: Likewise.
32160         * sysdeps/sh/_mcount.S: Likewise.
32161
32162 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32163
32164         * libio/iofopen.c: Include <fcntl.h>.
32165         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
32166         (_IO_fopen64, fopen64): Define as aliases.
32167         * libio/iofopen64.c: Include <fcntl.h>.
32168         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
32169         Conditionalize body on this.
32170         * sysdeps/wordsize-64/iofopen.c: File removed.
32171         * sysdeps/wordsize-64/iofopen64.c: File removed.
32172
32173 2012-08-01  Marek Polacek  <polacek@redhat.com>
32174
32175         * libc/Makeconfig: Use elf in place of binfmt-subdir.
32176         Use dlfcn directly instead of a variable.
32177         (binfmt-subdir): Do not define.
32178         (dlfcn): Likewise.
32179
32180 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
32181
32182         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
32183         Remove all definitions.
32184         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
32185         <kernel-features.h>.
32186         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32187         (miss_F_GETOWN_EX): Remove all definitions.
32188         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
32189         macro definition.
32190         [!__ASSUME_FCNTL64]: Remove conditional code.
32191         [__ASSUME_FCNTL64]: Make code unconditional.
32192         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
32193         <kernel-features.h>.
32194         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
32195         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
32196         (lockf64) [__NR_fcntl64]: Make code unconditional.
32197         (lockf64) [__ASSUME_FCNTL64]: Likewise.
32198
32199         * sysdeps/unix/sysv/linux/kernel-features.h
32200         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
32201         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
32202         Make code unconditional.
32203         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32204         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
32206         [__NR_vfork]: Make code unconditional.
32207         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32208         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
32210         [__NR_vfork]: Make code unconditional.
32211         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
32212         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
32213
32214 2012-08-01  Roland McGrath  <roland@hack.frob.com>
32215
32216         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
32217         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
32218
32219         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32220         Define mkstemp64 as an alias.
32221         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32222         Define mkstemps64 as an alias.
32223         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32224         Define mkostemp64 as an alias.
32225         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
32226         Define mkostemps64 as an alias.
32227         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
32228         Conditionalize body on this.
32229         * misc/mkostemp64.c: Likewise.
32230         * misc/mkostemps64.c: Likewise.
32231         * misc/mkstemps64.c: Likewise.
32232         * sysdeps/wordsize-64/mkstemp64.c: File removed.
32233         * sysdeps/wordsize-64/mkostemp64.c: File removed.
32234         * sysdeps/wordsize-64/mkostemp.c: File removed.
32235         * sysdeps/wordsize-64/mkstemp.c: File removed.
32236         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
32237         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
32238         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
32239         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
32240
32241         [BZ #14138]
32242         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
32243         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
32244         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
32245         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
32246
32247         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
32248         compat_symbol macros from <shlib-compat.h> rather than the underlying
32249         default_symbol_version and symbol_version macros, so that DEFAULT
32250         lines in shlib-versions are respected.
32251         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
32252
32253 2012-08-01  Florian Weimer  <fweimer@redhat.com>
32254
32255         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
32256         Declare with warn_unused_result.
32257         (setgid, setregid, setegid, setresgid): Likewise.
32258         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
32259         Likewise.
32260         * WUR-REPORT: Remove set*id functions.
32261
32262 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
32263
32264         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
32265
32266 2012-07-31  Roland McGrath  <roland@hack.frob.com>
32267
32268         [BZ #10191]
32269         * include/sys/socket.h (__libc_accept, __libc_accept4):
32270         Add attribute_hidden.
32271         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
32272
32273         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
32274         use of PTR_MANGLE.
32275         * inet/getnetgrent_r.c (setup): Likewise.
32276
32277         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
32278
32279 2012-07-31  David S. Miller  <davem@davemloft.net>
32280
32281         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32282
32283 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
32284
32285         [BZ #13629]
32286         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
32287         value between 1.0 and 2.0 and smaller part has absolute value less
32288         than 1.0.
32289         * math/s_clog10.c (__clog10): Likewise.
32290         * math/s_clog10f.c (__clog10f): Likewise.
32291         * math/s_clog10l.c (__clog10l): Likewise.
32292         * math/s_clogf.c (__clogf): Likewise.
32293         * math/s_clogl.c (__clogl): Likewise.
32294         * math/libm-test.inc (clog_test): Add more tests.
32295         (clog10_test): Likewise.
32296         * sysdeps/i386/fpu/libm-test-ulps: Update.
32297         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32298
32299 2012-07-31  Florian Weimer  <fweimer@redhat.com>
32300
32301         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
32302         Exit with zero in case no suitable GID is found, and write a
32303         message to standard error.
32304
32305 2012-07-30  Roland McGrath  <roland@hack.frob.com>
32306
32307         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
32308         rather than to 1.
32309         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
32310         (MAXPATHLEN): Removed.
32311         (NOGROUP, NODEV): New macros.
32312         (setbit, clrbit, isset, isclr): New macros.
32313         (howmany, roundup, powerof2): New macros.
32314         (DEV_BSIZE): New macro.
32315
32316         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
32317         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
32318
32319         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
32320         definition on [!__NO_LONG_DOUBLE_MATH].
32321
32322         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
32323         PTR_MANGLE and PTR_DEMANGLE.
32324
32325         * socket/accept4.c (accept4): Rename to __libc_accept4.
32326         Define accept4 as a weak alias.
32327
32328         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
32329         on [_DIRENT_HAVE_D_TYPE].
32330         * io/ftw.c (ftw_dir): Likewise.
32331
32332         * io/xmknod.c (__xmknod): Don't check PATH for being null.
32333
32334         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
32335
32336         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
32337         Use the BSD numbers rather than the arbitrary ones we had.
32338         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
32339         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
32340         (SIGXCPU, SIGXFSZ): New macros.
32341         (_NSIG): Now 32.
32342
32343         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
32344         initializer on [_LIBC_REENTRANT].
32345
32346         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
32347         definitions inside [_POSIX_MAPPED_FILES].
32348
32349         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
32350
32351         * dirent/opendir.c: Include <fcntl.h>.
32352
32353         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
32354         (__libc_getspecific): Likewise.
32355         (__libc_key_create): Likewise.
32356
32357         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
32358         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
32359         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
32360         (tmpfile64): Define as alias.
32361         * sysdeps/wordsize-64/tmpfile.c: File removed.
32362         * sysdeps/wordsize-64/tmpfile64.c: File removed.
32363         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
32364         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
32365
32366         * stdio-common/vfscanf.c: Include <stdbool.h>.
32367         * nss/makedb.c: Likewise.
32368         * stdio-common/_i18n_number.h: Likewise.
32369         * argp/argp-help.c: Likewise.
32370         * posix/wordexp.c: Likewise.
32371         * sysdeps/posix/spawni.c: Likewise.
32372         * nss/nss_files/files-initgroups.c: Likewise.
32373         * stdio-common/reg-modifier.c: Include <stdlib.h>.
32374         * nss/nss_files/files-initgroups.c: Likewise.
32375         * nss/nss_db/db-netgrp.c: Likewise.
32376         * nss/nss_db/db-initgroups.c: Likewise.
32377         * io/fchmodat.c: Include <sys/stat.h>.
32378
32379         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
32380         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
32381
32382         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
32383         [HAVE_MMAP].
32384
32385         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
32386         Add multiple inclusion protection.
32387
32388 2012-07-27  David S. Miller  <davem@davemloft.net>
32389
32390         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32391
32392 2012-07-27  Gary Benson  <gbenson@redhat.com>
32393
32394         [BZ #14298]
32395         * elf/rtld.c: Include <stap-probe.h>.
32396         (dl_main): Added static probes "init_start" and "init_complete".
32397         * elf/dl-load.c: Include <stap-probe.h>.
32398         (lose): Take new parameter "nsid".
32399         Added static probe "map_failed".
32400         (_dl_map_object_from_fd): Pass namespace id to lose.
32401         Added static probe "map_start".
32402         (open_verify): Pass namespace id to lose.
32403         * elf/dl-open.c: Include <stap-probe.h>.
32404         (dl_open_worker) Added static probes "map_complete", "reloc_start"
32405         and "reloc_complete".
32406         * elf/dl-close.c: Include <stap-probe.h>.
32407         (_dl_close_worker): Added static probes "unmap_start" and
32408         "unmap_complete".
32409         * elf/rtld-debugger-interface.txt: New file documenting the above.
32410
32411 2012-07-26  Roland McGrath  <roland@hack.frob.com>
32412
32413         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
32414         rather than a string variable.
32415         * sunrpc/rpc_main.c (h_output): Likewise.
32416         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
32417
32418 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
32419
32420         * inet/check_native.c: New file.
32421
32422 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
32423
32424         [BZ #13629]
32425         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
32426         if larger part has absolute value 1.0.
32427         * math/s_clog10.c (__clog10): Likewise.
32428         * math/s_clog10f.c (__clog10f): Likewise.
32429         * math/s_clog10l.c (__clog10l): Likewise.
32430         * math/s_clogf.c (__clogf): Likewise.
32431         * math/s_clogl.c (__clogl): Likewise.
32432         * math/libm-test.inc (clog_test): Add more tests.
32433         (clog10_test): Likewise.
32434         * sysdeps/i386/fpu/libm-test-ulps: Update.
32435         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32436
32437         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
32438         (pltexit): Likewise.
32439         (La_regs): Likewise.
32440         (La_retval): Likewise.
32441         (int_retval): Likewise.
32442         Update #error for removed macros to refer only to definitions in
32443         tst-audit.h.
32444         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
32445         macro.
32446         (pltexit): Likewise.
32447         (La_regs): Likewise.
32448         (La_retval): Likewise.
32449         (int_retval): Likewise.
32450         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
32451         macro.
32452         (pltexit): Likewise.
32453         (La_regs): Likewise.
32454         (La_retval): Likewise.
32455         (int_retval): Likewise.
32456         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
32457         macro.
32458         (pltexit): Likewise.
32459         (La_regs): Likewise.
32460         (La_retval): Likewise.
32461         (int_retval): Likewise.
32462         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
32463         macro.
32464         (pltexit): Likewise.
32465         (La_regs): Likewise.
32466         (La_retval): Likewise.
32467         (int_retval): Likewise.
32468         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
32469         macro.
32470         (pltexit): Likewise.
32471         (La_regs): Likewise.
32472         (La_retval): Likewise.
32473         (int_retval): Likewise.
32474         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
32475         macro.
32476         (pltexit): Likewise.
32477         (La_regs): Likewise.
32478         (La_retval): Likewise.
32479         (int_retval): Likewise.
32480         * sysdeps/generic/tst-audit.h: Update comment to refer only to
32481         macro definitions in tst-audit.h.
32482         * sysdeps/i386/tst-audit.h: New file.
32483         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
32484         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
32485         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
32486         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
32487         * sysdeps/sh/tst-audit.h: Likewise.
32488         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
32489         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
32490         * sysdeps/x86_64/tst-audit.h: Likewise.
32491
32492 2012-07-26  Andreas Jaeger  <aj@suse.de>
32493
32494         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
32495         ptrace.
32496
32497         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
32498         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
32499         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
32500         PTRACE_O_MASK.
32501         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
32502         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
32503         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
32504
32505         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
32506         value.
32507
32508         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
32509         _sigsys.
32510         (si_call_addr, si_syscall, si_arch): Define new macro.
32511         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
32512         _sigsys.
32513         (si_call_addr, si_syscall, si_arch): Define new marcro.
32514         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
32515         _sigsys.
32516         (si_call_addr, si_syscall, si_arch): Define new macro.
32517         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
32518         _sigsys.
32519         (si_call_addr, si_syscall, si_arch): Define new macro.
32520
32521 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32522
32523         [BZ #13717]
32524         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32525         Change to 2.4.21 where previously 2.4.1.
32526         * sysdeps/unix/sysv/linux/configure: Regenerated.
32527         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
32528         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
32529         Linux kernel version.
32530         (__ASSUME_STD_AUXV): Remove.
32531         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
32532         kernel version.
32533         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
32534         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
32535         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
32536         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
32537         (__ASSUME_NETLINK_SUPPORT): Likewise.
32538         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
32539         (__no_netlink_support): Remove conditional definition.
32540         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
32541         Remove.
32542         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32543         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
32544         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
32545         (if_nameindex_ioctl): Remove.
32546         (if_nameindex_netlink): Do not handle __no_netlink_support.
32547         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32548         code.
32549         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
32550         Remove conditional code.
32551         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32552         code.
32553         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
32554         unconditional.
32555         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32556         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
32557         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
32558         Remove.
32559         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
32560         [!__ASSUME_STD_AUXV]: Remove conditional code.
32561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
32562         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
32563         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
32564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
32565         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
32566         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32567         code.
32568         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
32570         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
32571         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32572         conditional code.
32573         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
32575         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32576         code.
32577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
32578         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32579         conditional code.
32580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
32581         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32582         code unconditional.
32583         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32584         conditional code.
32585         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32586         unconditional.
32587         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32588         conditional code.
32589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
32590         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32591         unconditional.
32592         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32593         conditional code.
32594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
32595         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32596         code unconditional.
32597         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32598         conditional code.
32599         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32600         unconditional.
32601         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32602         conditional code.
32603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
32604         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32605         code unconditional.
32606         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32607         conditional code.
32608         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32609         unconditional.
32610         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32611         conditional code.
32612
32613 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
32614
32615         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
32616         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
32617         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
32618         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
32619         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
32620         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
32621         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
32622         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
32623         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
32624         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
32625         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
32626         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
32627         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
32628         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
32629         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
32630         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
32631         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
32632         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
32633         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
32634         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
32635         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
32636         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
32637         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
32638
32639 2012-07-25  Florian Weimer  <fweimer@redhat.com>
32640
32641         * Versions.def: Add GLIBC_2.17.
32642         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
32643         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
32644         Introduce __libc_secure_getenv.
32645         * stdlib/Versions (2.17): Add secure_getenv
32646         (GLIBC_PRIVATE): Add __libc_secure_getenv.
32647         * stdlib/secure-getenv.c: Rename __secure_getenv to
32648         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
32649         symbol __secure_getenv for GLIBC_2.0.
32650         * stdlib/tst-secure-getenv.c: New.
32651         * stdlib/Makefile (tests): Add testcase.
32652         * manual/startup.texi (Environment Access): Document
32653         secure_getenv.
32654         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
32655         __libc_secure_getenv.
32656         * inet/ruserpass.c (ruserpass): Likewise.
32657         * malloc/mtrace.c (mtrace): Likewise.
32658         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
32659         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
32660         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
32661         * sysdeps/posix/tempname.c: Likewise.  Evaluate
32662         HAVE_SECURE_GETENV.
32663         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
32664         __secure_getenv to __libc_secure_getenv.
32665         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
32666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32667         Likewise.
32668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32669         Likewise.
32670         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
32671         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
32672         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32673         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
32674         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
32675         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32676         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
32677
32678 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32679
32680         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
32681         (struct La_i86_retval): Likewise.
32682         (struct La_x86_64_regs): Likewise.
32683         (struct La_x86_64_retval): Likewise.
32684         (struct La_x32_regs): Likewise.
32685         (struct La_x32_retval): Likewise.
32686         (struct La_ppc32_regs): Likewise.
32687         (struct La_ppc32_retval): Likewise.
32688         (struct La_ppc64_regs): Likewise.
32689         (struct La_ppc64_retval): Likewise.
32690         (struct La_sh_regs): Likewise.
32691         (struct La_sh_retval): Likewise.
32692         (struct La_s390_32_regs): Likewise.
32693         (struct La_s390_32_retval): Likewise.
32694         (struct La_s390_64_regs): Likewise.
32695         (struct La_s390_64_retval): Likewise.
32696         (struct La_sparc32_regs): Likewise.
32697         (struct La_sparc32_retval): Likewise.
32698         (struct La_sparc64_regs): Likewise.
32699         (struct La_sparc64_retval): Likewise.
32700         (struct audit_ifaces): Remove architecture-specific pltenter and
32701         pltexit members.
32702         * sysdeps/i386/ldsodefs.h: New file.
32703         * sysdeps/powerpc/ldsodefs.h: Likewise.
32704         * sysdeps/s390/ldsodefs.h: Likewise.
32705         * sysdeps/sh/ldsodefs.h: Likewise.
32706         * sysdeps/sparc/ldsodefs.h: Likewise.
32707         * sysdeps/x86_64/ldsodefs.h: Likewise.
32708
32709 2012-07-25  Marek Polacek  <polacek@redhat.com>
32710
32711         [BZ #6808]
32712         * math/libm-test.inc (yn_test): Add another test.
32713         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
32714         to ERANGE when the result is +-Inf.
32715         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
32716         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
32717         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
32718         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
32719
32720 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
32721
32722         * conform/data/time.h-data (NULL): Use macro-constant.  Require
32723         equal to 0.
32724         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
32725         clock_t.
32726         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
32727
32728 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
32729
32730         * configure.in <sysdeps resolving>: Correct printing
32731         Implies_before.
32732         * configure: Regenerate.
32733
32734 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
32735
32736         * math/w_ilogb.c: Include <limits.h>.
32737         * math/w_ilogbl.c: Likewise.
32738
32739 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
32740
32741         * manual/lang.texi (__va_copy): Document primarily as ISO C99
32742         va_copy.  Document allowing for unavailable va_copy only as
32743         pre-C99 compatibility.
32744         * manual/string.texi (Copying and Concatenation): Use va_copy
32745         instead of __va_copy in concat example.
32746
32747 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
32748
32749         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
32750         (__sendto): Use create_address_port.  Initialize APORT and deallocate
32751         it if not null.
32752
32753         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
32754         with O_NOLINK passed to __file_name_lookup.
32755
32756         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
32757         with O_NOLINK passed to __file_name_lookup.
32758
32759         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
32760         negative N or less than NGIDS.
32761
32762         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
32763         type to string_t.  Set ERANGE as errno and return it if NAME is not big
32764         enough.  Use memcpy instead of strncpy.
32765
32766 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
32767
32768         * elf/Makefile (check-data): Remove.
32769         (localplt.data): New vpath directive.
32770         ($(objpfx)check-localplt.out): Use localplt.data from vpath
32771         instead of $(check-data).
32772         * scripts/data/localplt-generic.data: Move to ...
32773         * sysdeps/generic/localplt.data: ... here.
32774         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
32775         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
32776         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
32777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
32778         ... here.
32779         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
32780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
32781         ... here.
32782         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
32783         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
32784         ... here.
32785         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
32786         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
32787         ... here.
32788         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
32789         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
32790         ... here.
32791         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
32792         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
32793         ... here.
32794
32795 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32796
32797         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
32798         PPC32 and PPC64 files.
32799         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
32800         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
32801
32802 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32803
32804         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
32805         __makecontext_ret to ...
32806         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
32807         ... here and call exit if uc_link is NULL.  New file.
32808         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
32809         __makecontext_ret.S.
32810         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
32811         __makecontext_ret to ...
32812         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
32813         ... here and call exit if uc_link is NULL.  New file.
32814         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
32815         __makecontext_ret.S.
32816
32817 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32818
32819         * elf/elf.h (R_390_IRELATIVE): New definition.
32820         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
32821         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
32822         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
32823         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
32824         (elf_machine_lazy_rel): Likewise.
32825         * sysdeps/s390/dl-irel.h: New file.
32826         * sysdeps/s390/s390-64/memcpy.S: New asm code.
32827         * sysdeps/s390/s390-64/memset.S: New asm code.
32828         * sysdeps/s390/s390-64/memcmp.S: New asm code.
32829         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
32830         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
32831         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
32832         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
32833         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
32834         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
32835         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
32836         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
32837         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
32838         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
32839         * sysdeps/s390/s390-32/memcpy.S: New asm code.
32840         * sysdeps/s390/s390-32/memset.S: New asm code.
32841         * sysdeps/s390/s390-32/memcmp.S: New asm code.
32842
32843 2012-07-17  Marek Polacek  <polacek@redhat.com>
32844
32845         [BZ #14349]
32846         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
32847         * sysdeps/s390/s390-64/configure.in: Likewise.
32848         * sysdeps/sparc/configure.in: Likewise.
32849         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
32850         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
32851         * sysdeps/i386/configure.in: Likewise.
32852         * sysdeps/x86_64/configure.in: Likewise.
32853         * sysdeps/sh/configure.in: Likewise.
32854         * sysdeps/s390/s390-32/configure: Regenerated.
32855         * sysdeps/s390/s390-64/configure: Likewise.
32856         * sysdeps/x86_64/configure: Likewise.
32857         * sysdeps/sh/configure: Likewise.
32858         * sysdeps/powerpc/powerpc64/configure: Likewise.
32859         * sysdeps/powerpc/powerpc32/configure: Likewise.
32860         * sysdeps/sparc/configure: Likwise.
32861         * sysdeps/i386/configure: Likewise.
32862
32863         * elf/dl-open.c: Comment fixes.
32864
32865 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
32866
32867         * Makefile [CXX] (check-data): Remove.
32868         [CXX] (c++-types.data): New vpath directive.
32869         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
32870         vpath.  Do not allow for C++ type data being missing.
32871         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
32872         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
32873         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
32874         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
32875         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
32876         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
32877         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
32878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
32879         ... here.
32880         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
32881         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
32882         ... here.
32883         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
32884         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
32885         ... here.
32886         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
32887         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
32888         ... here.
32889         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
32890         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
32891         ... here.
32892         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
32893         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
32894         ... here.
32895         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
32896         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
32897         ... here.
32898         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
32899         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
32900
32901         * elf/tls-macros.h (TLS_LE): Move architecture-specific
32902         definitions to architecture-specific files.
32903         (TLS_IE): Likewise.
32904         (TLS_LD): Likewise.
32905         (TLS_GD): Likewise.
32906         * sysdeps/i386/tls-macros.h: New file.
32907         * sysdeps/powerpc/tls-macros.h: Likewise.
32908         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
32909         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
32910         * sysdeps/sh/tls-macros.h: Likewise.
32911         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
32912         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
32913         * sysdeps/x86_64/tls-macros.h: Likewise.
32914
32915 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
32916
32917         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
32918         zero value for regular exit case.
32919
32920         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
32921         (__start_context): Preserve zero value for regular exit case.
32922
32923 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
32924             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32925
32926         * manual/setjmp.texi (setcontext): Clarify normal process
32927         termination when uc_link is the null pointer.
32928         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
32929         exit call.
32930
32931 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
32932
32933         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
32934         preprocessor.  Test for each exception mask separately.
32935
32936 2012-07-16  Andreas Jaeger  <aj@suse.de>
32937
32938         * po/ru.po: Update from translation team.
32939
32940 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
32941
32942         * conform/data/string.h-data (NULL): Use macro-constant.  Require
32943         equal to 0.
32944         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
32945         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
32946         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
32947         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
32948         [ISO || ISO99 || ISO11] (*_t): Do not allow.
32949
32950 2012-07-13  Andreas Jaeger  <aj@suse.de>
32951
32952         * po/fr.po: Update from translation team.
32953
32954 2012-07-12  Marek Polacek  <polacek@redhat.com>
32955
32956         [BZ #14173]
32957         * math/libm-test.inc (yn_test): Add test for BZ #14173.
32958         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
32959         loop condition.
32960
32961 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
32962
32963         [BZ #13717]
32964         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32965         Change to 2.4.1 where previously 2.4.0.
32966         * sysdeps/unix/sysv/linux/configure: Regenerated.
32967         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
32968         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
32969         version.
32970         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
32971         (__ASSUME_AT_CLKTCK): Remove.
32972         (__ASSUME_AT_PAGESIZE): Likewise.
32973         (__ASSUME_AT_XID): Likewise.
32974         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
32975         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
32976         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
32977         unconditionally.
32978         (HAVE_AUX_PAGESIZE): Likewise.
32979         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
32980         [__ASSUME_AT_CLKTCK]: Make code unconditional.
32981         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
32982
32983 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
32984
32985         [BZ #14307]
32986         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
32987         the temporary buffer used to invoke __gethostbyname2_r,
32988         __gethostbyaddr_r and gethostbyname4_r to make room for struct
32989         host_data / struct gaih_addrtuple.
32990         * resolv/nss_dns/dns-host.c (global scope): Move definition of
32991         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
32992         header file nss/nsswitch.h.
32993         * nss/nsswitch.h (global scope): Add definition of implementation
32994         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
32995         resolv/nss_dns/dns-host.c).
32996
32997 2012-07-11  Andreas Jaeger  <aj@suse.de>
32998
32999         * po/fr.po: Update from translation team.
33000
33001         * po/sv.po: Update from translation team
33002         * po/fr.po: Another update from translation team.
33003
33004 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33005
33006         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
33007         for subnormals or multiply small sinh result by itself.
33008         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
33009         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33010
33011 2012-07-11  David S. Miller  <davem@davemloft.net>
33012
33013         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33014
33015 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
33016
33017         [BZ #14347]
33018         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
33019         (INTERNAL_MARK): Shift it here.
33020
33021 2012-07-10  Marek Polacek  <polacek@redhat.com>
33022
33023         [BZ #14151]
33024         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
33025         libc_cv_asm_global_directive with .globl.
33026         * configure: Regenerated.
33027         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
33028         with .globl.
33029         * sysdeps/i386/configure: Regenerated.
33030         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
33031         with .globl.
33032         * sysdeps/x86_64/configure: Regenerated.
33033         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
33034         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
33035         * elf/tst-unique2mod2.c: Likewise.
33036         * elf/tst-unique2mod1.c: Likewise.
33037         * elf/tst-unique1mod2.c: Likewise.
33038         * elf/tst-unique1mod1.c: Likewise.
33039         * sysdeps/s390/s390-32/sysdep.h: Likewise.
33040         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
33041         * sysdeps/s390/s390-64/sysdep.h: Likewise.
33042         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
33043         * sysdeps/mach/sysdep.h: Likewise.
33044         * sysdeps/i386/sysdep.h: Likewise.
33045         * sysdeps/i386/i386-mcount.S: Likewise.
33046         * sysdeps/x86_64/_mcount.S: Likewise.
33047         * sysdeps/x86_64/sysdep.h: Likewise.
33048         * sysdeps/sh/_mcount.S: Likewise.
33049         * sysdeps/sh/sysdep.h: Likewise.
33050         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
33051         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
33052         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
33053         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
33054         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
33055         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
33056         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
33057         * locale/localeinfo.h: Likewise.
33058         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
33059         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
33060
33061 2012-07-09  Roland McGrath  <roland@hack.frob.com>
33062
33063         [BZ #14336]
33064         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
33065         system".
33066         * manual/message.texi (The Uniforum approach): Likewise.
33067         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
33068         (glibc iconv Implementation): Likewise.
33069
33070 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
33071
33072         [BZ #14337]
33073         * math/s_clog.c (__clog): Avoid scaling a value down where that
33074         could result in underflow.
33075         * math/s_clog10.c (__clog10): Likewise.
33076         * math/s_clog10f.c (__clog10f): Likewise.
33077         * math/s_clog10l.c (__clog10l): Likewise.
33078         * math/s_clogf.c (__clogf): Likewise.
33079         * math/s_clogl.c (__clogl): Likewise.
33080         * math/libm-test.inc (clog_test): Add more tests.
33081         (clog10_test): Likewise.
33082         * sysdeps/i386/fpu/libm-test-ulps: Update.
33083         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33084
33085 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
33086
33087         [BZ #14283]
33088         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
33089         by 7 not 8 to examine high bit of fractional part.
33090
33091         [BZ #14042]
33092         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
33093         for call to __mcount_internal.
33094         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
33095         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
33096         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
33097
33098 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
33099
33100         [BZ #14154]
33101         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
33102         approximation for values within 0x1p-13f of an odd multiple of
33103         pi/4.
33104         * math/libm-test.inc (tan_test): Do not allow spurious underflow
33105         exception.  Add more tests.
33106         * sysdeps/i386/fpu/libm-test-ulps: Update.
33107
33108         [BZ #6778]
33109         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
33110         inputs and return -1 for them.  Do not check for +Inf in case not
33111         reachable for +Inf.
33112         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
33113         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
33114         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33115         and return -1 for them.  Do not check for +Inf in case not
33116         reachable for +Inf.
33117         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
33118         define.
33119         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
33120         and return -1 for them.  Do not check for +Inf in case not
33121         reachable for +Inf.
33122         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
33123         spurious underflow.
33124         * sysdeps/i386/fpu/libm-test-ulps: Update.
33125         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33126
33127 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
33128
33129         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
33130
33131 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
33132
33133         [BZ #14157]
33134         [BZ #14331]
33135         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
33136         could result in spurious underflow.  Scale down values above
33137         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
33138         * math/s_csqrtf.c (__csqrtf): Likewise.
33139         * math/s_csqrtl.c (__csqrtl): Likewise.
33140         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
33141         spurious underflow.
33142         * sysdeps/i386/fpu/libm-test-ulps: Update.
33143         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33144
33145 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
33146
33147         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
33148         xopen-msg.sed.
33149         * catgets/xopen-msg.awk: New file.
33150         * catgets/xopen-msg.sed: Removed.
33151
33152         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
33153         po2text.sed.
33154         * intl/po2test.awk: New file.
33155         * intl/po2test.sed: Removed.
33156
33157 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
33158
33159         [BZ #14328]
33160         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
33161         or multiply small sinh result by itself.
33162         * math/s_ctanf.c (__ctanf): Likewise.
33163         * math/s_ctanh.c (__ctanh): Likewise.
33164         * math/s_ctanhf.c (__ctanhf): Likewise.
33165         * math/s_ctanhl.c (__ctanhl): Likewise.
33166         * math/s_ctanl.c (__ctanl): Likewise.
33167         * math/libm-test.inc (ctan_test_tonearest): New function.
33168         (ctan_test_towardzero): Likewise.
33169         (ctan_test_downward): Likewise.
33170         (ctan_test_upward): Likewise.
33171         (ctanh_test_tonearest): Likewise.
33172         (ctanh_test_towardzero): Likewise.
33173         (ctanh_test_downward): Likewise.
33174         (ctanh_test_upward): Likewise.
33175         (main): Call these new functions.
33176         * sysdeps/i386/fpu/libm-test-ulps: Update.
33177         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33178
33179 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
33180
33181         * .gitignore: Delete /ports entry.
33182
33183 2012-07-03  Andreas Jaeger  <aj@suse.de>
33184
33185         * po/bg.po: Update from translation team.
33186         * po/cs.po: Likewise.
33187         * po/de.po: Likewise.
33188         * po/hr.po: Likewise.
33189         * po/nl.pl: Likewise.
33190         * po/pl.po: Likewise.
33191         * po/vi.po: Likewise.
33192
33193 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
33194
33195         * Makeconfig [!+link] (+link-before-libc): New variable.
33196         [!+link] (+link-after-libc): Likewise.
33197         [!+link] (+link-tests): Likewise.
33198         [!+link] (+link): Define in terms of $(+link-before-libc) and
33199         $(+link-after-libc).
33200         [!+link-static] (+link-static-before-libc): New variable.
33201         [!+link-static] (+link-static-after-libc): Likewise.
33202         [!+link-static] (+link-static-tests): Likewise.
33203         [!+link-static] (+link-static): Define in terms of
33204         $(+link-static-before-libc) and $(+link-static-after-libc).
33205         [build-shared] (link-libc-before-gnulib): New variable.
33206         [build-shared] (link-libc-tests): Likewise.
33207         [build-shared] (link-libc): Define in terms of
33208         $(link-libc-before-gnulib).
33209         [!build-shared] (link-libc-tests): New variable.
33210         (link-libc-static-tests): New variable.
33211         [!gnulib] (gnulib-arch): New variable.
33212         [!gnulib] (gnulib-tests): Likewise.
33213         [!gnulib] (static-gnulib-arch): Likewise.
33214         [!gnulib] (static-gnulib-tests): Likewise.
33215         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
33216         Define with "=" instead of ":=".
33217         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
33218         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
33219         * Rules (binaries-all-notests): New variable.
33220         (binaries-all-tests): Likewise.
33221         (binaries-static-notests): Likewise.
33222         (binaries-static-tests): Likewise.
33223         (binaries-all): Define using $(binaries-all-notests) and
33224         $(binaries-all-tests).
33225         (binaries-static): Define using $(binaries-static-notests) and
33226         $(binaries-static-tests).
33227         (binaries-shared-tests): New variable.
33228         (binaries-shared-notests): Likewise.
33229         (binaries-shared): Remove variable.
33230         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
33231         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
33232         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
33233         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
33234         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
33235         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
33236         * elf/Makefile (sln-modules): New variable.
33237         (extra-objs): Add $(sln-modules:=.o).
33238         (ldconfig-modules): Add static-stubs.
33239         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
33240         * elf/static-stubs.c: New file.
33241
33242         [BZ #14283]
33243         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
33244         by 7 not 8 to examine high bit of fractional part.  Use volatile
33245         variables when splitting into final array of floats if
33246         __FLT_EVAL_METHOD__ != 0.
33247         * math/libm-test.inc (cos_test): Add another test.
33248         (sin_test): Likewise.
33249         * sysdeps/i386/fpu/libm-test-ulps: Update.
33250
33251         [BZ #14273]
33252         * math/libm-test.inc (cosh_test): Add more tests.
33253
33254         * version.h (RELEASE): Set to "development".
33255         (VERSION): Set to "2.16.90".
33256
33257 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
33258
33259         * NEWS: Update copyright. Remove last-updated date.
33260         Mention math library bug fixes and timezone data changes.
33261         * README: Mention GNU/Hurd, x32, and HPPA support status.
33262
33263 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
33264
33265         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
33266
33267 2012-06-27  Andreas Jaeger  <aj@suse.de>
33268
33269         * manual/contrib.texi (Contributors): Add Samuel Thibault.
33270
33271 2012-06-25  Andreas Jaeger  <aj@suse.de>
33272
33273         * sysdeps/s390/fpu/libm-test-ulps: Update.
33274
33275 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
33276             Thomas Schwinge  <thomas@codesourcery.com>
33277
33278         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
33279         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
33280         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
33281         fanotify_mark.
33282
33283 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
33284
33285         * sysdeps/mach/start.c: Remove file.
33286         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
33287         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
33288         * sysdeps/sh/init-first.c: Likewise.
33289
33290         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
33291         registers for frame unwinding purposes, add CFI directives.
33292         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33293         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
33294         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
33295         Likewise.
33296
33297         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
33298         __fortify_fail returning.
33299         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
33300
33301         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
33302         sysdeps/sh/____longjmp_chk.S.
33303         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
33304         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
33305         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
33306         (gen-as-const-headers): Append sigaltstack-offsets.sym.
33307
33308         * sysdeps/sh/abort-instr.h: New file.
33309         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
33310         process in case exit returns.
33311
33312         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
33313         initialize the GOT register before use.
33314
33315         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
33316         calculation of ARGC > 4.
33317
33318         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
33319         meaningful names to some local labels.
33320
33321 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
33322             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33323
33324         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
33325         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
33326         (__arch_compare_and_exchange_val_16_acq): Likewise.
33327         (__arch_compare_and_exchange_val_32_acq): Likewise.
33328         (atomic_exchange_and_add): Fix gUSA sequence.
33329         (atomic_add): Likewise.
33330         (atomic_add_negative): Likewise.
33331         (atomic_add_zero): Likewise.
33332         (atomic_bit_test_set): Likewise.
33333
33334 2012-06-22  Andreas Schwab  <schwab@redhat.com>
33335
33336         [BZ #13579]
33337         * include/link.h (struct link_map): Add l_free_initfini.
33338         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
33339         l_initfini.
33340         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
33341         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
33342         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
33343         set.
33344
33345 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
33346
33347         * configure.in: Use AC_LANG_SOURCE.
33348         * configure: Regenerate.
33349
33350 2012-06-22  Roland McGrath  <roland@hack.frob.com>
33351
33352         * configure.in (libc_cv_localstatedir): New substituted variable.
33353         * configure: Regenerated.
33354         * config.make.in (localstatedir): New variable, substituted from
33355         libc_cv_localstatedir.
33356         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
33357         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
33358         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
33359         * sysdeps/gnu/configure: Regenerated.
33360
33361 2012-06-21  Jeff Law  <law@redhat.com>
33362
33363         [BZ #14277]
33364         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
33365         free.  Simplify list management for _LIBC case.
33366
33367 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
33368
33369         [BZ #14273]
33370         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
33371         Clear sign bit of 64-bit integer value before comparing against
33372         overflow value.
33373
33374         * sysdeps/mach/configure: Regenerated.
33375
33376 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
33377
33378         [BZ #14278]
33379         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
33380
33381 2012-06-21  Jeff Law  <law@redhat.com>
33382
33383         [BZ #13882]
33384         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
33385         uint16_t for elements in the "seen" array to avoid char overflows.
33386         * elf/dl-fini.c (_dl_sort_fini): Likewise.
33387         * elf/dl-open.c (dl_open_worker): Likewise.
33388
33389 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
33390
33391         * scripts/list-sources.sh: Scan PORTS for translations.
33392         * po/libc.pot: Regenerated.
33393
33394 2012-06-21  Andreas Jaeger  <aj@suse.de>
33395
33396         [BZ #12194]
33397         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
33398         warning.
33399         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
33400         * bits/byteswap-16.h (__bswap_16): Likewise.
33401         * bits/byteswap.h (__bswap_constant_16): Likewise.
33402
33403 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
33404
33405         [BZ #14117]
33406         * sysdeps/i386/fpu_control.h: Removed.
33407         * sysdeps/x86_64/fpu_control.h: Moved to ...
33408         * sysdeps/x86/fpu_control.h: Here.
33409
33410         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
33411         (_FPU_SETCW): Likewise.
33412
33413 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
33414
33415         [BZ #14117]
33416         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
33417         * sysdeps/x86/fpu/bits/mathinline.h: This.
33418         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
33419
33420         [BZ #14050]
33421         [BZ #14117]
33422         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
33423         functions if __x86_64__ is defined.
33424
33425 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
33426
33427         * string/endian.h: Add !__ASSEMBLER__ condition for including
33428         conversion interfaces.
33429
33430 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
33431
33432         [BZ #14241]
33433         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
33434         of ABS(x) in calculating zero to negative powers other than odd
33435         integers.
33436         * math/libm-test.inc (pow_test): Add more tests.
33437
33438 2012-06-15  Andreas Jaeger  <aj@suse.de>
33439
33440         * manual/contrib.texi (Contributors): Update entry of Liubov
33441         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
33442         Machado Filho.
33443
33444 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
33445
33446         * string/string.h: Add __wur to GNU version of strerror_r.
33447
33448 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
33449
33450         [BZ #14229]
33451         * string/Makefile (tests): Add tst-strtok_r.
33452         * string/tst-strtok_r.c: New file.
33453         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
33454         RAX_LP/RDX_LP on SAVE_PTR.
33455
33456 2012-06-14  Roland McGrath  <roland@hack.frob.com>
33457
33458         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
33459
33460 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
33461
33462         * libm_test.inc (csqrt_test): Allow more spurious underflow
33463         exceptions.
33464         (j0_test): Likewise.
33465         (j1_test): Likewise.
33466         (y0_test): Likewise.
33467         (y1_test): Likewise.
33468
33469 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
33470
33471         * po/Makefile (libc.pot): Use UTF-8 charset.
33472
33473 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
33474
33475         [BZ #14210]
33476         Suppress sign-conversion warning from FD_SET.
33477         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
33478         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
33479         not unsigned long int.
33480         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
33481
33482 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
33483
33484         [BZ #14050]
33485         [BZ #14117]
33486         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
33487         __extern_always_inline instead of __extern_inline.
33488         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
33489         (__signbit): Likewise.
33490         (__signbitl): Support C++ namespace.
33491         (lrintf): New inline function.
33492         (lrint): Likewise.
33493         (llrintf): Likewise.
33494         (llrint): Likewise.
33495         (fmaxf): Likewise.
33496         (fmax): Likewise.
33497         (fminf): Likewise.
33498         (fmin): Likewise.
33499         (rint): Likewise.
33500         (rintf): Likewise.
33501         (ceil): Likewise.
33502         (ceilf): Likewise.
33503         (floor): Likewise.
33504         (floorf): Likewise.
33505         (nearbyint): Likewise.
33506         (nearbyintf): Likewise.
33507
33508 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
33509
33510         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
33511         non-default versions.
33512
33513 2012-06-11  Roland McGrath  <roland@hack.frob.com>
33514
33515         [BZ #14218]
33516         * manual/argp.texi (Argp): Reword argp_parse description slightly.
33517
33518 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
33519
33520         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
33521         (FE_UPWARD, FE_DOWNWARD): Don't define.
33522         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
33523         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
33524
33525         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
33526         reading it.
33527         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
33528         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
33529
33530 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33531
33532         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
33533         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
33534         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
33535         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
33536
33537 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
33538
33539         [BZ #14117]
33540         * sysdeps/i386/fpu/bits/fenv.h: Removed.
33541         * sysdeps/i386/fpu/Implies: New file.
33542         * sysdeps/x86_64/fpu/Implies: Likewise.
33543         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
33544         * sysdeps/x86/fpu/bits/fenv.h: This.
33545
33546         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
33547         __SSE_MATH__.
33548
33549 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33550
33551         [BZ #14134]
33552         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
33553         character 0xffff that matches the last element of the
33554         conversion table.
33555
33556 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33557
33558         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
33559         fmodl commit.
33560
33561 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33562
33563         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
33564         values higher than 25.6283.
33565
33566 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33567
33568         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
33569         subnormal exponent extraction and add some __builtin_expect.
33570         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
33571         Fix for subnormal mantissa calculation.
33572
33573 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
33574
33575         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
33576         cpu2 is -1 and errno is not ENOSYS.
33577
33578 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
33579
33580         [BZ #14117]
33581         * sysdeps/i386/i486/bits/string.h: Renamed to ...
33582         * sysdeps/x86/bits/string.h: This.
33583         * sysdeps/x86_64/bits/string.h: Removed.
33584
33585         * sysdeps/i386/i486/bits/string.h: Define inline functions only
33586         if not compiling for x86-64, but compiling for >= i486.
33587
33588         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
33589         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
33590
33591         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
33592         New macro from Linux kernel 3.4.0.
33593         (FP_XSTATE_MAGIC2): Likewise.
33594         (FP_XSTATE_MAGIC2_SIZE): Likewise.
33595         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
33596         (struct _fpx_sw_bytes): New struct.
33597         (struct _xsave_hdr): Likewise.
33598         (struct _ymmh_state): Likewise.
33599         (struct _xstate): Likewise.
33600
33601         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
33602         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
33603         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
33604         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
33605         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
33606         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
33607
33608         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
33609         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
33610         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
33611         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
33612         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
33613         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
33614
33615 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33616
33617         [BZ #13743]
33618         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
33619         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
33620         (sysdep_headers): Include sys/platform/ppc.h.
33621         * sysdeps/powerpc/test-gettimebase.c: Test for
33622         __ppc_get_timebase() to catch future ISA opcode/insn changes.
33623         * manual/Makefile (appendices): Include platform.texi.
33624         * manual/contrib.texi (Contributors): Update @node pointers.
33625         * manual/maint.texi (Maintenance): Likewise.
33626         (Platform): New node.
33627         * manual/platform.texi: New file.  Document the new features.
33628
33629 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33630             Jakub Jelinek  <jakub@redhat.com>
33631
33632         [BZ #14188]
33633         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
33634         where __builtin_expect is unavailable.
33635
33636 2012-06-03  David S. Miller  <davem@davemloft.net>
33637
33638         * stdlib/longlong.h: Updated from GCC.
33639
33640 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
33641
33642         [BZ #14042]
33643         * sysdeps/powerpc/powerpc32/mcount.c: New file.
33644         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
33645         __mcount_internal.
33646         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
33647         (GLIBC_2.16): Likewise.
33648
33649 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33650
33651         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
33652
33653 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
33654
33655         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
33656         (default-abi): New variable.
33657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
33658         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
33659         variable.
33660         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
33661         Likewise.
33662         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
33663         Likewise.
33664         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
33665         Likewise.
33666
33667         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
33668         definition.  Document in comment.
33669
33670 2012-06-01  David S. Miller  <davem@davemloft.net>
33671
33672         * stdlib/longlong.h: Updated from GCC.
33673
33674 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33675
33676         [BZ #14117]
33677         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
33678         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
33679         sys/debugreg.h sys/io.h here.
33680         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
33681         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
33682         sys/io.h.
33683         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
33684         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
33685         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
33686         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
33687         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
33688         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
33689
33690         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
33691         Define only if __x86_64__ is defined.
33692
33693 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
33694
33695         [BZ #14048]
33696         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
33697         Use int64_t for variable i.
33698         * math/libm-test.inc (fmod_test): Add more tests.
33699
33700         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
33701         z computation is not scheduled after fetestexcept.
33702         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
33703         Use math_force_eval instead of asm to ensure calculation scheduled
33704         before exception test.
33705         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
33706         Ensure a1 + u.d computation is not scheduled after fetestexcept.
33707
33708 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
33709
33710         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
33711         computation is not scheduled after fetestexcept.
33712
33713 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33714
33715         [BZ #14117]
33716         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
33717         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
33718
33719 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33720
33721         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
33722         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
33723
33724 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
33725
33726         [BZ #14117]
33727         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
33728         <bits/wordsize.h>.
33729         (__WCHAR_MIN): Support __WORDSIZE == 64.
33730         (__WCHAR_MAX): Likewise.
33731
33732         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
33733         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
33734
33735         [BZ #14183]
33736         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
33737         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
33738
33739         [BZ #14117]
33740         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
33741         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
33742
33743         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
33744         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
33745
33746         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
33747         Defined to 1 if __x86_64__ isn't defined.
33748         (_STAT_VER_LINUX_OLD): New.
33749         (st_atime): Remove duplicate.
33750         (st_mtime): Likewise.
33751         (st_ctime): Likewise.
33752
33753 2012-05-31  David S. Miller  <davem@davemloft.net>
33754
33755         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
33756         entries.
33757
33758 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
33759
33760         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
33761         gen-libm-test.pl.
33762
33763         [BZ #14132]
33764         * elf/dl-reloc.c: Include <_itoa.h>.
33765         (_dl_reloc_bad_type): Remove use of INTUSE.
33766         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
33767         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
33768         * stdio-common/psiginfo.c (psiginfo): Likewise.
33769         * stdio-common/psignal.c (psignal): Likewise.
33770         * string/strsignal.c (strsignal): Likewise.
33771         * include/signal.h (_sys_siglist): Declare hidden proto.
33772         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
33773         INTVARDEF with libc_hidden_data_def.
33774         * stdio-common/itoa-udigits.c: Likewise.
33775         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
33776         (_itoa_lower_digits_internal): Remove declaration.
33777         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
33778         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
33779         (_sys_sigabbrev_internal): Remove aliases.
33780         (_sys_siglist): Define hidden alias.
33781
33782 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
33783
33784         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33785         bits/sysctl.h.
33786
33787 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
33788
33789         [BZ #14117]
33790         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
33791         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
33792
33793         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
33794         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
33795         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
33796         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
33797         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
33798         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
33799
33800         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
33801         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
33802         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
33803
33804         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
33805         with __addr.
33806         (insw): Likewise.
33807         (insl): Likewise.
33808         (outsb): Likewise.
33809         (outsw): Likewise.
33810         (outsl): Likewise.
33811
33812         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
33813         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
33814         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
33815
33816         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
33817         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
33818         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
33819         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
33820         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
33821         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
33822
33823         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
33824         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
33825
33826         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
33827         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
33828
33829         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
33830         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
33831         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
33832
33833         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
33834         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
33835         to ...
33836         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
33837
33838         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
33839         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
33840         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
33841
33842         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
33843         for x86-64.
33844         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
33845
33846 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
33847
33848         * math/math.h (M_El): Use two more decimal places.
33849         (M_LOG2El): Likewise.
33850         (M_LOG10El): Likewise.
33851         (M_LN2l): Likewise.
33852         (M_LN10l): Likewise.
33853         (M_PIl): Likewise.
33854         (M_PI_2l): Likewise.
33855         (M_PI_4l): Likewise.
33856         (M_1_PIl): Likewise.
33857         (M_2_PIl): Likewise.
33858         (M_2_SQRTPIl): Likewise.
33859         (M_SQRT2l): Likewise.
33860         (M_SQRT1_2l): Likewise.
33861
33862 2012-05-31  David S. Miller  <davem@davemloft.net>
33863
33864         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
33865         values between float registers.
33866         * sysdeps/sparc/sparc64/memset.S: Likewise.
33867         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
33868
33869 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
33870
33871         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
33872         -D_FORTIFY_SOURCE=1.
33873         (CPPFLAGS-tst-longjmp_chk.c): Define.
33874         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
33875         (CPPFLAGS-tst-longjmp_chk2.c): Define.
33876         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
33877         CFLAGS-tst-wchar-h.c.
33878
33879 2012-05-31  Marek Polacek  <polacek@redhat.com>
33880
33881         [BZ #14132]
33882         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
33883         __endmntent_internal): Remove declaration.
33884         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
33885         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
33886         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
33887
33888 2012-05-30  David S. Miller  <davem@davemloft.net>
33889
33890         * sysdeps/sparc/sparc32/soft-fp/q_util.c
33891         (___Q_simulate_exceptions): Use real FP ops rather than writing
33892         into the %fsr.
33893         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
33894         Likewise.
33895
33896 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33897
33898         [BZ #14117]
33899         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
33900         * sysdeps/x86/bits/xtitypes.h: This.
33901
33902         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
33903         * sysdeps/x86/bits/wordsize.h: This.
33904
33905         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
33906         * sysdeps/x86/bits/huge_vall.h: This.
33907
33908         * sysdeps/i386/bits/select.h: Removed.
33909         * sysdeps/x86_64/bits/select.h: Renamed to ...
33910         * sysdeps/x86/bits/select.h: This.
33911
33912         * sysdeps/i386/bits/setjmp.h: Removed.
33913         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
33914         * sysdeps/x86/bits/setjmp.h: This.
33915
33916         * sysdeps/i386/bits/mathdef.h: Removed.
33917         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
33918         * sysdeps/x86/bits/mathdef.h: This.
33919
33920 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
33921
33922         [BZ #14132]
33923         * include/sys/socket.h (__connect_internal)
33924         (__libc_sa_len_internal): Remove declaration.
33925         (__connect, __libc_sa_len): Declare hidden_proto.
33926         (SA_LEN): Remove use of INTUSE.
33927         * socket/connect.c: Add libc_hidden_def.
33928         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
33929         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
33930         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
33931         alias.
33932         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
33933         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
33934         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
33935         of adding _internal alias.
33936
33937 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33938
33939         [BZ #14117]
33940         * sysdeps/i386/bits/link.h: Removed.
33941         * sysdeps/i386/bits/linkmap.h: Likewise.
33942         * sysdeps/x86_64/bits/link.h: Renamed to ...
33943         * sysdeps/x86/bits/link.h: This.
33944         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
33945         * sysdeps/x86/bits/linkmap.h: This.
33946
33947         * sysdeps/i386/bits/endian.h: Removed.
33948         * sysdeps/x86_64/bits/endian.h: Renamed to ...
33949         * sysdeps/x86/bits/endian.h: This.
33950
33951         * sysdeps/i386/bits/byteswap.h: Removed.
33952         * sysdeps/i386/bits/byteswap-16.h: Likewise.
33953         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
33954         * sysdeps/x86/bits/byteswap.h: This.
33955         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
33956         * sysdeps/x86/bits/byteswap-16.h: This.
33957         * sysdeps/i386/Implies: Add x86.
33958         * sysdeps/x86_64/Implies: Likewise.
33959
33960 2012-05-30  David S. Miller  <davem@davemloft.net>
33961
33962         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
33963         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
33964         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
33965         (FP_TRAPPING_EXCEPTIONS): Define.
33966         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
33967         (FP_TRAPPING_EXCEPTIONS): Define.
33968         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
33969         subnormals only when inexact has been signalled or underflow
33970         exceptions are enabled.
33971         (_FP_PACK_CANONICAL): Likewise.
33972
33973 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33974
33975         [BZ #14183]
33976         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
33977         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
33978
33979 2012-05-30  Richard Henderson  <rth@twiddle.net>
33980
33981         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
33982         with #ifndef NOT_IN_libc.
33983
33984         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
33985         marked to avoid plt entry.
33986
33987 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33988
33989         [BZ #14112]
33990         * Makeconfig (default-abi): New macro.
33991         (abi-includes): Likewise.
33992         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
33993         $(abi-$(default-abi)-lib-soname) for soname if defined.
33994         ($(common-objpfx)gnu/lib-names.stmp): Generate from
33995         abi-variants.
33996         * Makefile (installed-stubs): Likewise.
33997         * include/stubs-biarch.h: Removed.
33998         * scripts/lib-names.awk: Only handle one library at a time.
33999         * scripts/soversions.awk: Remove WORDSIZE support.
34000         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
34001         entries.
34002         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
34003         Removed.
34004         (syscall-list-default-condition): Likewise.
34005         (syscall-list-default-condition): Likewise.
34006         (syscall-list-includes): Likewise.
34007         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
34008         syscall-list-* with abi-*.  Handle undefined abi-variants.
34009         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
34010         * sysdeps/unix/sysv/linux/i386/Implies: New file.
34011         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
34012         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
34013         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
34014         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
34015         Removed.
34016         (syscall-list-32-options): Likewise.
34017         (syscall-list-32-condition): Likewise.
34018         (syscall-list-64-options): Likewise.
34019         (syscall-list-64-condition): Likewise.
34020         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
34021         macro.
34022         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
34023         Renamed to ...
34024         (abi-*): This.
34025         (abi-64-ld-soname): New macro.
34026         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
34027         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
34028         Renamed to ...
34029         (abi-*): This.
34030         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
34031         * sysdeps/x86_64/x32/shlib-versions: Likewise.
34032
34033 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
34034
34035         * sysdeps/unix/sysv/linux/kernel-features.h
34036         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
34037         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
34038         include <kernel-features.h>.
34039         [!__NR_ftruncate64]: Remove conditional code.
34040         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34041         [__NR_ftruncate64]: Make code unconditional.
34042         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34043         * sysdeps/unix/sysv/linux/truncate64.c: Do not
34044         include <kernel-features.h>.
34045         [!__NR_ftruncate64]: Remove conditional code.
34046         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34047         [__NR_ftruncate64]: Make code unconditional.
34048         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
34050         include <kernel-features.h>.
34051         [!__NR_ftruncate64]: Remove conditional code.
34052         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34053         [__NR_ftruncate64]: Make code unconditional.
34054         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34055         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
34056         include <kernel-features.h>.
34057         [!__NR_ftruncate64]: Remove conditional code.
34058         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34059         [__NR_ftruncate64]: Make code unconditional.
34060         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
34061
34062         * configure.in (libc_cv_fpie): Weaken to a compile test using
34063         LIBC_TRY_CC_OPTION.
34064         * configure: Regenerated.
34065
34066 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34067
34068         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
34069         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
34070         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
34071         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
34072         Refreshed.
34073         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
34074         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
34075         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
34076         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
34077         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
34078         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
34079         Refreshed.
34080
34081 2012-05-27  David S. Miller  <davem@davemloft.net>
34082
34083         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
34084         (___Q_zero): New.
34085         (__Q_simulate_exceptions): Return void.  Change to simulate
34086         exceptions by writing into the %fsr.
34087         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
34088         (__Qp_handle_exceptions): Likewise.
34089         (numbers): Delete.
34090         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
34091         __Qp_handle_exceptions.
34092         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
34093         __Qp_handle_exceptions.
34094         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34095         as unused and give dummy FP_RND_NEAREST initializer.
34096         (FP_INHIBIT_RESULTS): Define.
34097         (___Q_simulate_exceptions): Update declaration.
34098         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
34099         formatting.
34100         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
34101         as unused and give dummy FP_RND_NEAREST initializer.
34102         (__Qp_handle_exceptions): Update declaration.
34103         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
34104         formatting.
34105
34106 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
34107
34108         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
34109         the temporary FPU control word.
34110         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
34111         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
34112         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
34113         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
34114         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
34115         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
34116         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
34117         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
34118         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
34119         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
34120         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34121
34122 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
34123
34124         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
34125         fields.
34126
34127 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
34128
34129         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
34130         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
34131         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
34132         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
34133         Likewise.
34134         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
34135         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
34136         Likewise.
34137
34138 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
34139
34140         * po/h.po: Update from translation team.
34141
34142 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
34143
34144         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
34145
34146         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
34147         handling of denormals.
34148         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
34149         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
34150         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
34151         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
34152         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34153         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
34154         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
34155         Likewise.
34156
34157 2012-05-26  Marek Polacek  <polacek@redhat.com>
34158
34159         [BZ #14152]
34160         * math/libm-test.inc (fma_test): Don't always expect underflow
34161         exception.
34162
34163 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
34164
34165         [BZ #12416]
34166         * elf/tst-execstack.c: Include stackinfo.h.
34167         (do_test): Adjust test case to ensure that pthread_getattr_np
34168         behaviour remains the same after marking stack executable.
34169
34170 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34171
34172         * sysdeps/unix/sysv/linux/kernel-features.h
34173         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
34174         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
34175         kernel-features.h.
34176         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34177         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34178         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
34179         kernel-features.h.
34180         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
34181         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
34182
34183 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
34184
34185         * configure.in: Define the default includes to being none.
34186         * configure: Regenerated.
34187
34188 2012-05-25  Roland McGrath  <roland@hack.frob.com>
34189
34190         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
34191         * sysdeps/x86_64/setjmp.S: Likewise.
34192         * sysdeps/i386/bsd-setjmp.S: Likewise.
34193         * sysdeps/i386/bsd-_setjmp.S: Likewise.
34194         * sysdeps/i386/setjmp.S: Likewise.
34195         * sysdeps/i386/__longjmp.S: Likewise.
34196         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
34197         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
34198
34199         * include/stap-probe.h: New file.
34200         * configure.in: Handle --enable-systemtap.
34201         * configure: Regenerated.
34202         * config.h.in (USE_STAP_PROBE): New #undef.
34203         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
34204         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
34205         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
34206
34207 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
34208
34209         [BZ #13717]
34210         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
34211         to 2.4.0 where earlier.
34212         * sysdeps/unix/sysv/linux/configure: Regenerated.
34213         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
34214         <kernel-features.h>.
34215         [__ASSUME_32BITUIDS]: Make code unconditional.
34216         [!__ASSUME_32BITUIDS]: Remove conditional code.
34217         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
34218         <kernel-features.h>.
34219         [__ASSUME_32BITUIDS]: Make code unconditional.
34220         [!__ASSUME_32BITUIDS]: Remove conditional code.
34221         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
34222         [__ASSUME_32BITUIDS]: Make code unconditional.
34223         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
34224         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
34225         <kernel-features.h>.
34226         [__ASSUME_32BITUIDS]: Make code unconditional.
34227         [!__ASSUME_32BITUIDS]: Remove conditional code.
34228         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
34229         <kernel-features.h>.
34230         [__ASSUME_32BITUIDS]: Make code unconditional.
34231         [!__ASSUME_32BITUIDS]: Remove conditional code.
34232         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
34233         <kernel-features.h>.
34234         [__ASSUME_32BITUIDS]: Make code unconditional.
34235         [!__ASSUME_32BITUIDS]: Remove conditional code.
34236         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
34237         <kernel-features.h>.
34238         [__ASSUME_32BITUIDS]: Make code unconditional.
34239         [!__ASSUME_32BITUIDS]: Remove conditional code.
34240         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
34241         <kernel-features.h>.
34242         [__ASSUME_32BITUIDS]: Make code unconditional.
34243         [!__ASSUME_32BITUIDS]: Remove conditional code.
34244         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
34245         <kernel-features.h>.
34246         [__ASSUME_32BITUIDS]: Make code unconditional.
34247         [!__ASSUME_32BITUIDS]: Remove conditional code.
34248         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
34249         <kernel-features.h>.
34250         [__ASSUME_32BITUIDS]: Make code unconditional.
34251         [!__ASSUME_32BITUIDS]: Remove conditional code.
34252         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
34253         <kernel-features.h>.
34254         [__ASSUME_32BITUIDS]: Make code unconditional.
34255         [!__ASSUME_32BITUIDS]: Remove conditional code.
34256         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
34257         <kernel-features.h>.
34258         [__ASSUME_32BITUIDS]: Make code unconditional.
34259         [!__ASSUME_32BITUIDS]: Remove conditional code.
34260         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
34261         <kernel-features.h>.
34262         [__ASSUME_32BITUIDS]: Make code unconditional.
34263         [!__ASSUME_32BITUIDS]: Remove conditional code.
34264         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
34265         <kernel-features.h>.
34266         [__NR_setresgid] (__setresgid): Do not declare.
34267         [__ASSUME_32BITUIDS]: Make code unconditional.
34268         [!__ASSUME_32BITUIDS]: Remove conditional code.
34269         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
34270         <kernel-features.h>.
34271         [__NR_setresuid] (__setresuid): Do not declare.
34272         [__ASSUME_32BITUIDS]: Make code unconditional.
34273         [!__ASSUME_32BITUIDS]: Remove conditional code.
34274         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
34275         <kernel-features.h>.
34276         [__ASSUME_32BITUIDS]: Make code unconditional.
34277         [!__ASSUME_32BITUIDS]: Remove conditional code.
34278         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
34279         <kernel-features.h>.
34280         [__ASSUME_32BITUIDS]: Make code unconditional.
34281         [!__ASSUME_32BITUIDS]: Remove conditional code.
34282         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
34283         <kernel-features.h>.
34284         [__ASSUME_32BITUIDS]: Make code unconditional.
34285         [!__ASSUME_32BITUIDS]: Remove conditional code.
34286         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
34287         <kernel-features.h>.
34288         [__ASSUME_32BITUIDS]: Make code unconditional.
34289         [!__ASSUME_32BITUIDS]: Remove conditional code.
34290         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
34291         <kernel-features.h>.
34292         [__ASSUME_32BITUIDS]: Make code unconditional.
34293         [!__ASSUME_32BITUIDS]: Remove conditional code.
34294         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
34295         <kernel-features.h>.
34296         [__ASSUME_32BITUIDS]: Make code unconditional.
34297         [!__ASSUME_32BITUIDS]: Remove conditional code.
34298         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
34299         <kernel-features.h>.
34300         [__ASSUME_32BITUIDS]: Make code unconditional.
34301         [!__ASSUME_32BITUIDS]: Remove conditional code.
34302         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
34303         <kernel-features.h>.
34304         [__ASSUME_32BITUIDS]: Make code unconditional.
34305         [!__ASSUME_32BITUIDS]: Remove conditional code.
34306         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
34307         <kernel-features.h>.
34308         [__ASSUME_32BITUIDS]: Make code unconditional.
34309         [!__ASSUME_32BITUIDS]: Remove conditional code.
34310         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
34311         <kernel-features.h>.
34312         [__ASSUME_32BITUIDS]: Make code unconditional.
34313         [!__ASSUME_32BITUIDS]: Remove conditional code.
34314         * sysdeps/unix/sysv/linux/kernel-features.h
34315         (__ASSUME_SETRESUID_SYSCALL): Remove.
34316         (__ASSUME_SETRESGID_SYSCALL): Likewise.
34317         (__ASSUME_32BITUIDS): Likewise.
34318         (__ASSUME_LDT_WORKS): Likewise.
34319         (__ASSUME_O_DIRECTORY): Likewise.
34320         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
34321         architecture but not kernel version.
34322         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
34323         (__ASSUME_MMAP2_SYSCALL): Likewise.
34324         (__ASSUME_STAT64_SYSCALL): Likewise.
34325         (__ASSUME_IPC64): Likewise.
34326         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
34327         <kernel-features.h>.
34328         [__ASSUME_32BITUIDS]: Make code unconditional.
34329         [!__ASSUME_32BITUIDS]: Remove conditional code.
34330         * sysdeps/unix/sysv/linux/opendir.c: Do not include
34331         <kernel-features.h>.
34332         [__ASSUME_O_DIRECTORY]: Make code unconditional.
34333         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
34334         132096]: Remove conditional code.
34335         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
34336         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
34337         <kernel-features.h>.
34338         [__ASSUME_32BITUIDS]: Make code unconditional.
34339         [!__ASSUME_32BITUIDS]: Remove conditional code.
34340         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
34341         <kernel-features.h>.
34342         [__ASSUME_32BITUIDS]: Make code unconditional.
34343         [!__ASSUME_32BITUIDS]: Remove conditional code.
34344         * sysdeps/unix/sysv/linux/setegid.c: Do not include
34345         <kernel-features.h>.
34346         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
34347         unconditional.
34348         (__setresgid): Do not declare.
34349         [__ASSUME_32BITUIDS]: Make code unconditional.
34350         [!__ASSUME_32BITUIDS]: Remove conditional code.
34351         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
34352         <kernel-features.h>.
34353         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
34354         unconditional.
34355         (__setresuid): Do not declare.
34356         [__ASSUME_32BITUIDS]: Make code unconditional.
34357         [!__ASSUME_32BITUIDS]: Remove conditional code.
34358         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
34359         <kernel-features.h>.
34360         [__ASSUME_32BITUIDS]: Make code unconditional.
34361         [!__ASSUME_32BITUIDS]: Remove conditional code.
34362         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
34363         <kernel-features.h>.
34364         [__ASSUME_32BITUIDS]: Make code unconditional.
34365         [!__ASSUME_32BITUIDS]: Remove conditional code.
34366
34367 2012-05-25  Richard Henderson  <rth@twiddle.net>
34368
34369         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
34370         dl_hwcap to ifunc resolver.
34371         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
34372         elf_ifunc_invoke.
34373         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
34374         dl_hwcap to ifunc resolver.
34375         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
34376
34377 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34378
34379         [BZ #14153]
34380         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
34381         for |x| <= 2**-26, not 2**-57.
34382         * math/libm-test.inc (acos_test): Do not allow spurious underflow
34383         exception.
34384
34385 2012-05-24  Jeff Law  <law@redhat.com>
34386
34387         * stdio-common/Makefile (tests): Add bug25.
34388         * stdio-common/bug25.c: New test.
34389
34390 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34391
34392         [BZ #13576]
34393         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
34394         multiple of MALLOC_ALIGNMENT in size.
34395         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
34396
34397 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34398
34399         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
34400         Require >= 256.
34401         (FILENAME_MAX): Use macro-int-constant.
34402         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
34403         (_IOFBF): Use macro-int-constant.
34404         (_IOLBF): Likewise.
34405         (_IONBF): Likewise.
34406         (SEEK_CUR): Likewise.
34407         (SEEK_END): Likewise.
34408         (SEEK_SET): Likewise.
34409         (TMP_MAX): Likewise.
34410         (EOF): Use macro-int-constant.  Require < 0.
34411         (NULL): Use macro-constant.  Require == 0.
34412         (stdin): Require type to be FILE *.
34413         (stdout): Likewise.
34414         (stderr): Likewise.
34415         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
34416         macro-int-constant.
34417         (EXIT_SUCCESS): Likewise.
34418         (NULL): Use macro-constant.  Require == 0.
34419         (RAND_MAX): Use macro-int-constant.
34420         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
34421         [C99-based standards] (strtof): Require function.
34422         [C99-based standards] (strtold): Likewise.
34423         [C99-based standards] (strtoll): Likewise.
34424         [C99-based standards] (strtoull): Likewise.
34425         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34426         [ISO || ISO99 || ISO11] (limits.h): Likewise.
34427         [ISO || ISO99 || ISO11] (math.h): Likewise.
34428         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
34429         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34430         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34431
34432 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
34433
34434         [BZ #14132]
34435         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
34436         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
34437         * intl/dgettext.c (DCGETTEXT): Likewise.
34438         * intl/gettext.c (DCGETTEXT): Likewise.
34439         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
34440         * posix/regex_internal.h (gettext): Likewise.
34441         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
34442         Remove declaration.
34443         * include/argz.h (__argz_count_internal)
34444         (__argz_stringify_internal): Remove declaration.
34445         (__argz_count, __argz_stringify): Declare hidden proto.
34446         * intl/dcgettext.c: Remove use of INTDEF.
34447         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
34448         * string/argz-stringify.c: Likewise.
34449         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34450         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34451         Declare hidden proto.
34452         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34453         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34454         Declare hidden proto.
34455         * include/stdio.h (__asprintf_internal): Don't declare.
34456         (__asprintf): Don't define as macro.  Declare hidden proto.
34457         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
34458         (__fsetlocking): Declare hidden proto.
34459         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
34460         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
34461         hidden proto.
34462         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
34463         (_IO_setlinebuf): Remove use of INTUSE.
34464         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
34465         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
34466         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
34467         Remove declaration.
34468         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
34469         (_IO_do_flush): Remove use of INTUSE.
34470         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
34471         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
34472         (_IO_adjust_column, _IO_least_wmarker)
34473         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
34474         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
34475         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
34476         (_IO_default_doallocate, _IO_wdefault_doallocate)
34477         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
34478         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
34479         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
34480         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
34481         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
34482         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
34483         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
34484         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
34485         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
34486         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
34487         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
34488         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
34489         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
34490         proto.
34491         (_IO_flush_all_internal, _IO_adjust_column_internal)
34492         (_IO_default_uflow_internal, _IO_default_finish_internal)
34493         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
34494         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
34495         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
34496         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
34497         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
34498         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
34499         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
34500         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
34501         (_IO_file_close_internal, _IO_file_close_it_internal)
34502         (_IO_file_underflow_internal, _IO_file_overflow_internal)
34503         (_IO_file_init_internal, _IO_file_attach_internal)
34504         (_IO_file_fopen_internal, _IO_file_read_internal)
34505         (_IO_file_sync_internal, _IO_file_seek_internal)
34506         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
34507         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
34508         (_IO_str_underflow_internal, _IO_str_overflow_internal)
34509         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
34510         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
34511         (_IO_list_all_internal, _IO_link_in_internal)
34512         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
34513         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
34514         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
34515         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
34516         (_IO_do_write_internal, _IO_padn_internal)
34517         (_IO_getline_info_internal, _IO_getline_internal)
34518         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
34519         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
34520         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
34521         (_IO_vfscanf_internal, _IO_vfprintf_internal)
34522         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
34523         (_IO_init_internal, _IO_un_link_internal): Don't declare.
34524         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
34525         with libc_hidden_ver, remove use of INTUSE.
34526         * libio/genops.c: Likewise.
34527         * libio/freopen.c: Likewise.
34528         * libio/freopen64.c: Likewise.
34529         * libio/iofclose.c: Likewise.
34530         * libio/iofdopen.c: Likewise.
34531         * libio/iofflush.c: Likewise.
34532         * libio/iofflush_u.c: Likewise.
34533         * libio/iofgets.c: Likewise.
34534         * libio/iofgets_u.c: Likewise.
34535         * libio/iofopen.c: Likewise.
34536         * libio/iofopncook.c: Likewise.
34537         * libio/iofread.c: Likewise.
34538         * libio/iofread_u.c: Likewise.
34539         * libio/ioftell.c: Likewise.
34540         * libio/iofwrite.c: Likewise.
34541         * libio/iogetline.c: Likewise.
34542         * libio/iogets.c: Likewise.
34543         * libio/iogetwline.c: Likewise.
34544         * libio/iopadn.c: Likewise.
34545         * libio/iopopen.c: Likewise.
34546         * libio/ioseekoff.c: Likewise.
34547         * libio/ioseekpos.c: Likewise.
34548         * libio/iosetbuffer.c: Likewise.
34549         * libio/iosetvbuf.c: Likewise.
34550         * libio/ioungetc.c: Likewise.
34551         * libio/ioungetwc.c: Likewise.
34552         * libio/iovdprintf.c: Likewise.
34553         * libio/iovsprintf.c: Likewise.
34554         * libio/iovsscanf.c: Likewise.
34555         * libio/memstream.c: Likewise.
34556         * libio/obprintf.c: Likewise.
34557         * libio/oldfileops.c: Likewise.
34558         * libio/oldiofclose.c: Likewise.
34559         * libio/oldiofdopen.c: Likewise.
34560         * libio/oldiofopen.c: Likewise.
34561         * libio/oldiopopen.c: Likewise.
34562         * libio/oldstdfiles.c: Likewise.
34563         * libio/putc.c: Likewise.
34564         * libio/setbuf.c: Likewise.
34565         * libio/setlinebuf.c: Likewise.
34566         * libio/stdfiles.c: Likewise.
34567         * libio/strops.c: Likewise.
34568         * libio/vasprintf.c: Likewise.
34569         * libio/vscanf.c: Likewise.
34570         * libio/vsnprintf.c: Likewise.
34571         * libio/vswprintf.c: Likewise.
34572         * libio/wfiledoalloc.c: Likewise.
34573         * libio/wfileops.c: Likewise.
34574         * libio/wgenops.c: Likewise.
34575         * libio/wmemstream.c: Likewise.
34576         * libio/wstrops.c: Likewise.
34577         * libio/__fpurge.c: Likewise.
34578         * libio/__fsetlocking.c: Likewise.
34579         * assert/assert.c: Likewise.
34580         * debug/fgets_chk.c: Likewise.
34581         * debug/fgets_u_chk.c: Likewise.
34582         * debug/fread_chk.c: Likewise.
34583         * debug/fread_u_chk.c: Likewise.
34584         * debug/gets_chk.c: Likewise.
34585         * debug/obprintf_chk.c: Likewise.
34586         * debug/vasprintf_chk.c: Likewise.
34587         * debug/vdprintf_chk.c: Likewise.
34588         * debug/vsnprintf_chk.c: Likewise.
34589         * debug/vsprintf_chk.c: Likewise.
34590         * malloc/mtrace.c: Likewise.
34591         * misc/error.c: Likewise.
34592         * misc/syslog.c: Likewise.
34593         * stdio-common/asprintf.c: Likewise.
34594         * stdio-common/fxprintf.c: Likewise.
34595         * stdio-common/getw.c: Likewise.
34596         * stdio-common/isoc99_fscanf.c: Likewise.
34597         * stdio-common/isoc99_scanf.c: Likewise.
34598         * stdio-common/isoc99_vfscanf.c: Likewise.
34599         * stdio-common/isoc99_vscanf.c: Likewise.
34600         * stdio-common/isoc99_vsscanf.c: Likewise.
34601         * stdio-common/printf-prs.c: Likewise.
34602         * stdio-common/printf_fp.c: Likewise.
34603         * stdio-common/printf_fphex.c: Likewise.
34604         * stdio-common/printf_size.c: Likewise.
34605         * stdio-common/putw.c: Likewise.
34606         * stdio-common/scanf.c: Likewise.
34607         * stdio-common/sprintf.c: Likewise.
34608         * stdio-common/tmpfile.c: Likewise.
34609         * stdio-common/vfprintf.c: Likewise.
34610         * stdio-common/vfscanf.c: Likewise.
34611         * stdlib/strfmon_l.c: Likewise.
34612         * sunrpc/openchild.c: Likewise.
34613         * sunrpc/xdr_stdio.c: Likewise.
34614         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
34615         * sysdeps/mach/hurd/tmpfile.c: Likewise.
34616
34617 2012-05-24  Roland McGrath  <roland@hack.frob.com>
34618
34619         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
34620
34621         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
34622         in the third column, to generate for the shared library an IFUNC
34623         that uses _dl_vdso_vsym.
34624         * Makerules (COMPILE.c, compile-stdin.c): New variables.
34625         * Makeconfig (object-suffixes-noshared): New variable.
34626
34627         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
34628         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
34629         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
34630         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
34631
34632         [BZ #14132]
34633         * include/sys/time.h (__gettimeofday): Remove macro.
34634         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
34635         * time/gettimeofday.c (__gettimeofday): Remove #undef.
34636         Remove INTDEF.
34637         (__gettimeofday): Add libc_hidden_def.
34638         (gettimeofday): Add libc_hidden_weak.
34639         * sysdeps/mach/gettimeofday.c: Likewise.
34640         * sysdeps/posix/gettimeofday.c: Likewise.
34641         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
34642         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
34643         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
34644         (__gettimeofday_internal): Remove strong_alias.
34645         (__gettimeofday): Add libc_hidden_def.
34646         (gettimeofday): Add libc_hidden_weak.
34647         * sysdeps/unix/syscalls.list (gettimeofday):
34648         Remove __gettimeofday_internal alias.
34649
34650 2012-05-24  Daniel Jacobowitz  <drow@false.org>
34651             H.J. Lu  <hongjiu.lu@intel.com>
34652
34653         [BZ #12495]
34654         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
34655         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
34656         (largebin_index_32_big): New.
34657         (largebin_index): Use it for 16-byte alignment.
34658         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
34659         correction with front_misalign.
34660
34661 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34662
34663         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
34664         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
34665         Likewise.
34666         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
34667         Likewise.
34668         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
34669         Likewise.
34670         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
34671         Likewise.
34672         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
34673         Likewise.
34674         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
34675         Likewise.
34676         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
34677         Likewise.
34678         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
34679         Likewise.
34680         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
34681         Likewise.
34682         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
34683         Likewise.
34684         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
34685         Likewise.
34686         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
34687         Likewise.
34688
34689         * scripts/data/c++-types-x32-linux-gnu.data: New file.
34690         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
34691
34692 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34693
34694         [BZ #10846]
34695         [BZ #14036]
34696         * math/libm-test.inc (exp_test): Add test from bug 14036.
34697         (pow_test): Add test from bug 10846.
34698
34699         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
34700         and other flags.
34701         (special_function): Do not include flags in test name.
34702         (parse_args): Likewise.
34703         * sysdeps/i386/fpu/libm-test-ulps: Update.
34704         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
34705         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
34706         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
34707         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34708
34709         * math/gen-libm-test.pl (%beautify): Add entries for underflow
34710         exceptions.
34711         * math/libm-test.inc ("Philosophy"): Update comment about
34712         exception testing.
34713         (UNDERFLOW_EXCEPTION): New macro.
34714         (UNDERFLOW_EXCEPTION_OK): Likewise.
34715         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
34716         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
34717         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
34718         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
34719         (INVALID_EXCEPTION_OK): Update value.
34720         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
34721         (OVERFLOW_EXCEPTION_OK): Likewise.
34722         (IGNORE_ZERO_INF_SIGN): Likewise.
34723         (test_exceptions): Handle underflow exceptions.
34724         (acos_test): Update for underflow exception expectations.
34725         (cexp_test): Likewise.
34726         (clog_test): Likewise.
34727         (clog10_test): Likewise.
34728         (csqrt_test): Likewise.
34729         (ctan_test): Likewise.
34730         (ctanh_test): Likewise.
34731         (exp_test): Likewise.
34732         (exp10_test): Likewise.
34733         (exp2_test): Likewise.
34734         (expm1_test): Likewise.
34735         (fma_test): Likewise.
34736         (j0_test): Likewise.
34737         (jn_test): Likewise.
34738         (nexttoward_test): Likewise.
34739         (pow_test): Likewise.
34740         (scalbn_test): Likewise.
34741         (scalbln_test): Likewise.
34742         (tan_test): Likewise.
34743         (y1_test): Likewise.
34744         * sysdeps/i386/fpu/libm-test-ulps: Update.
34745         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34746
34747 2012-05-23  David S. Miller  <davem@davemloft.net>
34748
34749         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
34750         (__libc_sigaction): Remove unused local variables.
34751
34752 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
34753
34754         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
34755
34756 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
34757
34758         mktime: avoid signed integer overflow
34759         * time/mktime.c (__mktime_internal): Do not mishandle the case
34760         where diff == INT_MIN.
34761
34762         mktime: simplify computation of average
34763         * time/mktime.c (ranged_convert): Use new time_t_avg function
34764         instead of rolling our own (probably-slower) code.
34765
34766         mktime: do not assume signed right shift propagates sign bit
34767         * time/mktime.c (isdst_differ): New static function.
34768         (__mktime_internal): No need to normalize tm_isdst now.
34769         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
34770         tm_isdst values.
34771
34772         mktime: merge another wrapv change from gnulib
34773         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
34774         from some compilers.
34775
34776         mktime: remove incorrect attempt at unusual arithmetics
34777         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
34778         The code didn't really work on such machines anyway.
34779         (TYPE_MINIMUM): Assume two's complement.
34780         (twos_complement_arithmetic): Verify that long_int and time_t
34781         are two's complement (or unsigned, in the latter case).
34782
34783         mktime: check signed shifts on long_int and time_t, too
34784         * time/mktime.c (SHR): Check that shifts work as desired
34785         on the types long_int and time_t too, as SHR is used on
34786         such types.
34787
34788         mktime: do not assume 'long' is wide enough
34789         * time/mktime.c (verify): Move decl up.
34790         (long_int): New type.
34791         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
34792         to remove assumption in the code that 'long' is wide enough to
34793         store year values.  This assumption is not true on x32 and on
34794         some non-glibc platforms.
34795
34796         mktime: merge wrapv change from gnulib
34797         * time/mktime.c (WRAPV): New macro.
34798         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
34799         (guess_time_tm, __mktime_internal): Do not assume that signed
34800         integer overflow wraps around; modern compilers generate code
34801         where this assumption is no longer valid.
34802
34803 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
34804
34805         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
34806         Replace "jmp L(pseudo_end)" with "ret".
34807         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
34808         Likewise.
34809
34810 2012-05-23  Andreas Jaeger  <aj@suse.de>
34811
34812         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
34813         * sysdeps/unix/sysv/linux/poll.c: Remove file.
34814
34815 2012-05-23  Andreas Jaeger  <aj@suse.de>
34816             Maximilian Attems  <max@stro.at>
34817
34818         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
34819         New macros.
34820
34821 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
34822
34823         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
34824         code so that pseudo_end is just ret and the stack pointer is
34825         correct also for static library in error case.
34826
34827 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
34828
34829         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
34830         move to syscalls.list.
34831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
34832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
34833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
34834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
34835
34836         * manual/install.texi (Running make install): Do not mention Linux
34837         kernel version for which pt_chown is not needed.
34838         (Linux): Do not mention problems with nscd with 2.0 kernels.
34839         * INSTALL: Regenerated.
34840
34841 2012-05-23  Andreas Jaeger  <aj@suse.de>
34842
34843         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
34844         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
34845         macro.
34846         * sysdeps/unix/sysv/linux/s390/bits/mman.h
34847         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34848         * sysdeps/unix/sysv/linux/sh/bits/mman.h
34849         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34850         * sysdeps/unix/sysv/linux/i386/bits/mman.h
34851         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34852         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
34853         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34854         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
34855         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34856         * sysdeps/unix/sysv/linux/bits/in.h
34857         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
34858
34859 2012-05-22  Roland McGrath  <roland@hack.frob.com>
34860
34861         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
34862         (PREPARE_VERSION): Just use assert instead, it will be elided
34863         under [NDEBUG] anyway.
34864
34865 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34866
34867         * sysdeps/unix/sysv/linux/Makefile: Include
34868         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
34869         (sysdep_routines): Remove sysctl.
34870         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
34871         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
34872         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
34873         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
34874         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
34875
34876 2012-05-22  Andreas Jaeger  <aj@suse.de>
34877
34878         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
34879         that pseudo_end is just ret and the stack pointer is correct also
34880         for static library in error case.
34881
34882 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
34883
34884         [BZ #14122]
34885         * nss/nsswitch.c (defconfig_entries): New variable.
34886         (__nss_database_lookup): Don't leak defconfig entries.
34887         (nss_parse_service_list): Don't leak on error paths.
34888         (free_database_entries): New function.
34889         (free_defconfig): New function.
34890         (free_mem): Move common code to free_database_entries.
34891
34892 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34893
34894         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
34895         Add arch_prctl.
34896         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
34897
34898         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
34899         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
34900         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
34901         New macro.
34902         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
34903         (INTERNAL_SYSCALL_TYPES): Likewise.
34904         (LOAD_ARGS_TYPES_[1-6]): Likewise.
34905         (LOAD_REGS_TYPES_[1-6]): Likewise.
34906         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
34907         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
34908
34909 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34910
34911         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
34912         copysignl for GLIBC_2_0.
34913         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
34914         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
34915         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
34916         logbl for GLIBC_2_0.
34917         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
34918         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
34919
34920 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34921
34922         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
34923         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
34924
34925         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
34926         Use "neg %eax".
34927
34928         * time/mktime.c: Update copyright years.
34929
34930 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
34931
34932         mktime: merge comment-quoting-style change from gnulib
34933         * time/mktime.c: Quote 'like this' in comments.
34934         The GNU coding standards suggest that we no longer quote `like this',
34935         as "`" and "'" are typically rendered asymmetrically nowadays.
34936         The typical gnulib style is to quote 'like this' when quoting
34937         code, and "like this" when quoting English.
34938
34939         * time/mktime.c (compile-command): Add "-I.".
34940
34941         mktime: merge mktime-internal.h change from gnulib
34942         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
34943
34944         mktime: merge time_r change from gnulib
34945         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
34946
34947         mktime: merge DEBUG change from gnulib
34948         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
34949         case system <time.h> has a #define.
34950
34951         mktime: merge <sys/types.h> change from gnulib
34952         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
34953         since <time.t> is now guaranteed to define time_t.
34954
34955         mktime: merge HAVE_CONFIG_H change from gnulib
34956         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
34957
34958 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34959
34960         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
34961         Use "neg %eax".
34962
34963         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
34964         __rlim_t cast.
34965         (struct rusage): Use anonymous union to pad each field to
34966         __syscall_slong_t.
34967
34968 2012-05-21  David S. Miller  <davem@davemloft.net>
34969
34970         * Makefules (o-iterator): Remove .s cases.
34971         (compile-command.s): Delete.
34972         (COMPILE.s): Delete.
34973         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
34974
34975 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
34976
34977         * configure.in (libc_cv_predef_stack_protector): Only consider
34978         "foobar" and "__stack_chk_fail" lines in libc_undefs.
34979         * configure: Regenerated.
34980
34981 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34982
34983         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
34984         New macro.  Use R*LP on int and pointer.
34985         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
34986         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
34987         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
34988         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
34989
34990         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
34991         [__WORDSIZE_TIME64_COMPAT32] instead of
34992         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
34993         (struct utmp): Likewise.
34994         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
34995         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
34996         Renamed to ...
34997         (__WORDSIZE_TIME64_COMPAT32): This.
34998         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
34999         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
35000         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
35001         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
35002         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
35003         (__WORDSIZE_TIME64_COMPAT32): New macro.
35004
35005 2012-05-21  Andreas Jaeger  <aj@suse.de>
35006
35007         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
35008         only if [SHARED]. Add prototype for __wcschr_ia32.
35009
35010 2012-05-21  Roland McGrath  <roland@hack.frob.com>
35011
35012         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
35013         of %rbp unmolested in the jmp_buf while mangling the low bits.
35014         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
35015         unmolested high bits of %rbp while demangling the low bits.
35016         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
35017
35018 2012-05-21  Andreas Jaeger  <aj@suse.de>
35019
35020         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
35021         * sunrpc/svc_simple.c: Use it for registerrpc.
35022         * sunrpc/xcrypt.c: Use it for passwd2des.
35023
35024         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
35025
35026 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35027
35028         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
35029         Don't define if [__SYSCALL_WORDSIZE != 32].
35030         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
35031         New macro.
35032
35033 2012-05-21  Bruno Haible  <bruno@clisp.org>
35034             Andreas Jaeger  <aj@suse.de>
35035
35036         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
35037         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
35038         inptr and inend for must_buffer_ch.
35039         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
35040         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
35041         * stdio-common/Makefile (tests): Remove bug15.
35042         (bug15-ENV): Remove macro.
35043         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
35044         anymore.
35045
35046 2012-05-19  Andreas Jaeger  <aj@suse.de>
35047             Roland McGrath  <roland@hack.frob.com>
35048
35049         * manual/contrib.texi: Completely rewritten. It contains now an
35050         alphabetical list of contributors and their contributions.
35051
35052 2012-05-21  Richard Henderson  <rth@twiddle.net>
35053
35054         * misc/getauxval.c (__getauxval): Use unsigned long int.
35055         * misc/sys/auxv.h: Include <sys/cdefs.h>.
35056         (getauxval): Use unsigned long int.
35057
35058 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
35059
35060         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
35061
35062 2012-05-21  Roland McGrath  <roland@hack.frob.com>
35063
35064         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
35065         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
35066         __alignof__ (long double).
35067
35068 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35069
35070         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35071
35072 2012-05-20  Richard Henderson  <rth@twiddle.net>
35073
35074         * misc/getauxval.c: New file.
35075         * misc/sys/auxv.h: New file.
35076         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
35077         (routines): Add getauxval.
35078         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
35079         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
35080         * elf/dl-sysdep.c (_dl_auxv): Remove.
35081         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
35082         * elf/dl-support.c (_dl_auxv): New variable.
35083         (_dl_aux_init): Initialize it.
35084         * manual/startup.texi (Auxiliary Vector): New node.
35085         * sysdeps/generic/bits/hwcap.h: New file.
35086         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
35087         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
35088         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
35089         * sysdeps/sparc/sysdep.h: ... here.  Include it.
35090         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
35091         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
35092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
35093         Update.
35094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
35095         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
35096         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
35097         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
35098         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35099         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
35100         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
35101         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
35102
35103 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35104
35105         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35106
35107 2012-05-19  David S. Miller  <davem@davemloft.net>
35108
35109         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35110
35111 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
35112
35113         [BZ #14123]
35114         * math/s_ccosh.c: Include <float.h>
35115         (__ccosh): Avoid internal overflow calculating sinh and cosh
35116         values before multiplying by sin and cos values.
35117         * math/s_ccoshf.c: Likewise.
35118         * math/s_ccoshl.c: Likewise.
35119         * math/s_csin.c: Likewise.
35120         * math/s_csinf.c: Likewise.
35121         * math/s_csinl.c: Likewise.
35122         * math/s_csinh.c: Likewise.
35123         * math/s_csinhf.c: Likewise.
35124         * math/s_csinhl.c: Likewise.
35125         * math/libm-test.inc (ccos_test): Add more tests.
35126         (ccosh_test): Likewise.
35127         (csin_test): Likewise.
35128         (csinh_test): Likewise.
35129         * sysdeps/i386/fpu/libm-test-ulps: Update.
35130         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35131
35132 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
35133
35134         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
35135         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
35136
35137         * sysdeps/x86_64/x32/_itoa.h: Add comment.
35138
35139 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
35140
35141         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
35142         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
35143         * sysdeps/powerpc/soft-fp/Versions: Likewise.
35144         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
35145         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
35146         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
35147         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
35148         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
35149         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
35150         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
35151         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
35152         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
35153         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
35154         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
35155         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
35156         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
35157         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
35158         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
35159         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
35160         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
35161         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
35162         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
35163         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
35164         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
35165         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
35166         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
35167         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
35168         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
35169         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
35170         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
35171         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
35172
35173 2012-05-18  Andreas Jaeger  <aj@suse.de>
35174
35175         * csu/.gitignore: Delete.
35176
35177 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35178
35179         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
35180         (timex): Use __syscall_slong_t.
35181
35182 2012-05-18  Andreas Jaeger  <aj@suse.de>
35183             Carlos O'Donell  <carlos_odonell@mentor.com>
35184
35185         * manual/install.texi (Configuring and compiling): Update
35186         description about files modified in the source directory.
35187         * INSTALL: Regenerated.
35188
35189 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35190
35191         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
35192         value.  Use "or" to set return value to -1.
35193         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
35194         negate return value.
35195
35196 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
35197
35198         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
35199         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
35200         failure if the compiler has Graphite support disabled.
35201         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
35202         Likewise.
35203         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
35204         (CFLAGS-memmove.c): Likewise.
35205         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
35206         Likewise.
35207
35208 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
35209
35210         * sysdeps/x86_64/x32/_itoa.h: New file.
35211
35212         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
35213         getdents system call only if kernel and user dirents have the
35214         same d_ino and d_off.
35215
35216         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
35217         LLONG_MAX != LONG_MAX.
35218         (_itoa_word): Use _ITOA_WORD_TYPE on value.
35219         (_fitoa_word): Likewise.
35220
35221         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
35222         years.
35223         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
35224         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
35225         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
35226
35227         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
35228         include <bits/wordsize.h>.  Check __x86_64__ instead of
35229         __WORDSIZE.
35230         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
35231         if __x86_64__ is defined.  Use anonymous union on fpstate.
35232
35233         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
35234         anonymous union.
35235
35236 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
35237
35238         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
35239         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
35240         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
35241         Refer to _rtld_local_ro instead of _rtld_global_ro.
35242         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
35243         Likewise.
35244         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
35245         Likewise.
35246         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
35247         Likewise.
35248         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
35249         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
35250         of _rtld_global, and rtld_progname instead of _dl_argv[0].
35251
35252         * sysdeps/powerpc/powerpc32/dl-machine.c
35253         (__elf_machine_runtime_setup) [PROF]: Don't reference
35254         _dl_prof_resolve.
35255
35256 2012-05-18  Andreas Jaeger  <aj@suse.de>
35257
35258         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
35259         function only available for GCCs before 3.4 since GCC 3.4
35260         introduced a builtin.
35261         (lrint): Likewise.
35262         (llrintf): Likewise.
35263         (llrint): Likewise.
35264         (fmaxf): Likewise.
35265         (fmax): Likewise.
35266         (fminf): Likewise.
35267         (fmin): Likewise.
35268         (rint): Likewise.
35269         (rintf): Likewise.
35270         (nearbyint): Likewise.
35271         (nearbyintf): Likewise.
35272         (ceil): Likewise.
35273         (ceilf): Likewise.
35274         (floor): Likewise.
35275         (floorf): Likewise.
35276
35277 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35278
35279         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
35280         on both fields and cast pointer to __syscall_ulong_t.
35281
35282         * bits/types.h (__fsword_t): New type.
35283         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
35284         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
35285         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35286         (__FSWORD_T_TYPE): Likewise.
35287         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35288         (__FSWORD_T_TYPE): Likewise.
35289         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35290         (__FSWORD_T_TYPE): Likewise.
35291         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
35292         (__FSWORD_T_TYPE): Likewise.
35293         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
35294         __SWORD_TYPE with __fsword_t.
35295         (statfs64): Likewise.
35296
35297 2012-05-17  David S. Miller  <davem@davemloft.net>
35298
35299         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
35300
35301 2012-05-17  Andreas Jaeger  <aj@suse.de>
35302
35303         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
35304         warning.
35305
35306 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35307
35308         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
35309
35310 2012-05-17  Andreas Jaeger  <aj@suse.de>
35311
35312         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
35313         when it is used.
35314
35315 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35316
35317         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
35318
35319 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
35320
35321         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
35322         * sysdeps/x86_64/tst-mallocalign1.c: New file.
35323
35324 2012-05-17  Andreas Jaeger  <aj@suse.de>
35325             Carlos O'Donell  <carlos_odonell@mentor.com>
35326
35327         [BZ #14059]
35328         * sysdeps/x86_64/multiarch/init-arch.h
35329         (bit_YMM_Usable): Rename to...
35330         (bit_AVX_Usable): ... this.
35331         (bit_FMA4_Usable): New macro.
35332         (bit_XMM_state): New macro.
35333         (bit_YMM_state): New macro.
35334         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
35335         [__ASSEMBLER__] (index_AVX_Usable): ... this.
35336         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
35337         (CPUID_OSXSAVE): New macro.
35338         (CPUID_AVX): New macro.
35339         (CPUID_FMA4): New macro.
35340         (index_YMM_Usable): Rename to...
35341         (index_AVX_Usable): ... this.
35342         (HAS_AVX): Use HAS_ARCH_FEATURE.
35343         (HAS_FMA4): Likewise.
35344         (HAS_YMM_USABLE): Remove.
35345         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35346         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
35347         are present.
35348         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
35349         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
35350         * sysdeps/x86_64/multiarch/Makefile: Likewise.
35351         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
35352         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
35353
35354 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
35355
35356         * math/libm-test.c: Support platforms without multiple rounding modes.
35357         * math/bug-nextafter.c: Support platforms without FP exceptions.
35358         * math/bug-nexttoward.c: Likewise.
35359         * math/test-fenv.c: Likewise.
35360         * math/test-misc.c: Likewise.
35361         * stdlib/bug-getcontext.c: Likewise.
35362
35363 2012-05-17  Andreas Jaeger  <aj@suse.de>
35364
35365         * manual/examples/search.c (critter_cmp): Change signature to
35366         avoid warnings.
35367         * manual/string.texi (Collation Functions): Likewise.
35368
35369 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35370
35371         * bits/types.h: Fold copyright years.
35372         * bits/typesizes.h: Likewise.
35373         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
35374         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
35375         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
35376         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
35377         * time/time.h: Likewise.
35378
35379 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
35380
35381         [BZ #208]
35382         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
35383         in instead of returning them.  Return void.
35384         (__libc_mallinfo): Accumulate over all arenas.
35385         (__malloc_stats): Adjust for change in int_mallinfo interface.
35386
35387 2012-05-16  Roland McGrath  <roland@hack.frob.com>
35388
35389         [BZ #10375]
35390         * configure.in (NM): Add AC_CHECK_TOOL for it.
35391         (libc_extra_cflags): New substituted variable.
35392         Check for -fstack-protector being used implicitly.
35393         * configure: Regenerated.
35394         * config.make.in (config-extra-cflags): New variable,
35395         gets @libc_extra_cflags@.
35396         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
35397
35398         [BZ #10375]
35399         * configure.in: Check for _FORTIFY_SOURCE being predefined.
35400         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
35401         * configure: Regenerated.
35402         * config.make.in (CPPUNDEFS): New substituted variable.
35403         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
35404         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
35405         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
35406
35407 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35408
35409         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
35410         (mq_attr): Use __syscall_slong_t.
35411
35412 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35413
35414         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
35415         Check __x86_64__ instead of __WORDSIZE.
35416         (_STAT_VER_LINUX): Likewise.
35417         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
35418         __syscall_ulong_t and __syscall_slong_t.
35419         (stat64): Likewise.
35420
35421 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35422
35423         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
35424
35425 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35426
35427         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
35428
35429 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35430
35431         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
35432         __syscall_ulong_t.
35433
35434         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
35435         include <bits/wordsize.h>.  Check __x86_64__ instead of
35436         __WORDSIZE.
35437         (greg_t): Use "__extension__ long long int" if __x86_64__ is
35438         defined.
35439         (mcontext_t): Replace "unsigned long" with "unsigned long long".
35440
35441         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
35442         include <bits/wordsize.h>.  Check __x86_64__ instead of
35443         __WORDSIZE.
35444         (user_regs_struct): Use "__extension__ unsigned long long"
35445         instead of "unsigned long" if __x86_64__ is defined.
35446         (user): Likewise.  Pad after pointer field if __ILP32__ is
35447         defined.
35448
35449 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
35450
35451         * configure.in (makeinfo): Require version 4.5 or later.  Allow
35452         versions 5 to 9.
35453         * configure: Regenerated.
35454         * manual/install.texi (texinfo): Increase version requirement to
35455         4.5 or later.
35456         * INSTALL: Regenerated.
35457
35458         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
35459
35460 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35461
35462         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
35463
35464         * sysdeps/x86_64/x32/ffs.c: New file.
35465
35466         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
35467         __syscall_ulong_t.
35468         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
35469         defined.  Use __syscall_ulong_t.
35470         (shminfo): Use __syscall_ulong_t.
35471         (shm_info): Likewise.
35472
35473         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
35474         __syscall_ulong_t.
35475
35476         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
35477         <bits/wordsize.h>.
35478         (msgqnum_t): Use __syscall_ulong_t.
35479         (msglen_t): Likewise.
35480         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
35481         __syscall_ulong_t.
35482
35483         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
35484         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35485
35486         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
35487
35488         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
35489         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
35490
35491         * sysvipc/sys/msg.h (msgbuf): Replace long int with
35492         __syscall_slong_t.
35493
35494         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
35495         include <bits/wordsize.h>.  Check __x86_64__ instead of
35496         __WORDSIZE.
35497
35498         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
35499         "unsigned long long int" if __x86_64__ is defined.
35500         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
35501
35502         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
35503         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35504         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
35505
35506         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
35507         <stdint.h>.
35508         (GET_PC): Cast to uintptr_t first.
35509         (GET_FRAME): Likewise.
35510         (GET_STACK): Likewise.
35511
35512         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
35513         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
35514         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
35515         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
35516         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
35517         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
35518         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
35519         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
35520         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
35521         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
35522         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
35523         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
35524         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35525         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
35526         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
35527         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
35528         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
35529         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
35530         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
35531         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
35532         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
35533         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
35534         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
35535         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
35536         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
35537         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
35538         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
35539         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
35540         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
35541
35542 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
35543
35544         * Makerules (+depfiles): Also collect depfiles from .oS in
35545         $(extra-objs).
35546         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
35547         .oS, $(libnldbl-routines)).
35548
35549         * Makerules (native-compile-mkdep-flags): Define.
35550         * sunrpc/Makefile (extra-objs): Add $(addprefix
35551         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
35552         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
35553         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
35554         calling $(make-target-directory).
35555
35556 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35557
35558         * bits/types.h (__snseconds_t): Removed.
35559         * time/time.h (struct timespec): Replace __snseconds_t with
35560         __syscall_slong_t.
35561         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
35562         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
35563         Likewise.
35564         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35565         (__SNSECONDS_T_TYPE): Likewise.
35566         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35567         (__SNSECONDS_T_TYPE): Likewise.
35568         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35569         (__SNSECONDS_T_TYPE): Likewise.
35570
35571 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35572
35573         * sysdeps/mach/hurd/bits/typesizes.h
35574         (__SYSCALL_SLONG_TYPE): New macro.
35575         (__SYSCALL_ULONG_TYPE): Likewise.
35576
35577 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35578
35579         * bits/types.h (__syscall_slong_t): New type.
35580         (__syscall_ulong_t): Likewise.
35581
35582         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
35583         (__SYSCALL_ULONG_TYPE): Likewise.
35584         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35585         (__SYSCALL_SLONG_TYPE): Likewise.
35586         (__SYSCALL_ULONG_TYPE): Likewise.
35587         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35588         (__SYSCALL_SLONG_TYPE): Likewise.
35589         (__SYSCALL_ULONG_TYPE): Likewise.
35590         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35591         (__SYSCALL_SLONG_TYPE): Likewise.
35592         (__SYSCALL_ULONG_TYPE): Likewise.
35593
35594 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35595
35596         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
35597         Add sigaltstack-offsets.sym.
35598         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
35599         <sigaltstack-offsets.h>.
35600         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
35601         longjmp_msg pointer.
35602         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
35603         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
35604         signal stack.
35605         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
35606
35607 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
35608
35609         * elf/stackguard-macros.h: Remove file.
35610         * sysdeps/generic/stackguard-macros.h: New file.
35611         * sysdeps/i386/stackguard-macros.h: Likewise.
35612         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
35613         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
35614         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
35615         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
35616         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
35617         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
35618         * sysdeps/x86_64/stackguard-macros.h: Likewise.
35619         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
35620         <elf/stackguard-macros.h>.
35621
35622         [BZ #14109]
35623         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
35624         __aligned__ in attribute.
35625         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
35626         (gregset_t): Likewise.
35627
35628 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35629
35630         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
35631         * sysdeps/x86_64/64/Implies-after: Here.  New file.
35632         * sysdeps/x86_64/x32/Implies-after: New file.
35633
35634 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35635
35636         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
35637         and access return value for _dl_profile_fixup.  Use R10_LP to
35638         load frame size.
35639
35640 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35641
35642         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
35643
35644 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35645
35646         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
35647         * sysdeps/x86_64/x32/sysdep.h: New file.
35648
35649 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35650
35651         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
35652         * sysdeps/x86_64/setjmp.S: Likewise.
35653
35654 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35655
35656         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
35657         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
35658         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
35659         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
35660         remove unused global constant.
35661
35662 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
35663
35664         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
35665         include of <not-cancel.h>.
35666
35667 2012-05-15  Roland McGrath  <roland@hack.frob.com>
35668
35669         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
35670
35671 2012-05-15  Jeff Law  <law@redhat.com>
35672             Andreas Jaeger  <aj@suse.de>
35673
35674         [BZ #13594]
35675         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
35676         out from...
35677         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
35678         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
35679         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
35680         code changing __hst_map_handle.map.
35681
35682 2012-05-15  Roland McGrath  <roland@hack.frob.com>
35683
35684         * configure.in (sysnames): Look for Implies-before and Implies-after
35685         files.
35686         * configure: Regenerated.
35687
35688 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35689
35690         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
35691         8-byte data alignment with LP_SIZE alignment.
35692
35693 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35694
35695         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
35696         into R10_LP.
35697
35698 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35699
35700         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
35701
35702 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35703
35704         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
35705         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
35706         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
35707         Likewise.
35708         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
35709
35710 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35711
35712         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
35713         (stackinfo_sub_sp): Likewise.
35714
35715 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35716
35717         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
35718         RAX_LP.
35719
35720 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35721
35722         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
35723         into R*_LP.
35724
35725 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35726
35727         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
35728         sizes into R*_LP.
35729
35730 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35731
35732         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
35733
35734 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35735
35736         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
35737         into R11_LP and load __x86_64_shared_cache_size_half into
35738         R8_LP.
35739
35740 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35741
35742         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
35743         R8_LP.
35744
35745 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35746
35747         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
35748         logb for POWER7.
35749         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
35750         logbf for POWER7.
35751         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
35752         logbl for POWER7.
35753         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
35754         powerpc32/power7/fpu/s_logb.c via #include.
35755         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
35756         powerpc32/power7/fpu/s_logbf.c via #include.
35757         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
35758         powerpc32/power7/fpu/s_logbl.c via #include.
35759
35760 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
35761
35762         * README.libm: Remove file.
35763
35764 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35765
35766         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
35767         count for x32.  Use R*_LP and omit operand-size suffix.
35768
35769 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35770
35771         * shlib-versions: Move x86_64-.*-linux.* entries to ...
35772         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
35773         * sysdeps/x86_64/x32/shlib-versions: New file.
35774
35775 2012-05-14  Roland McGrath  <roland@hack.frob.com>
35776
35777         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
35778         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
35779         Use _dl_fatal_printf instead.
35780
35781 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
35782
35783         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
35784         set if not set by the user.  Do not allow for being unset.
35785         * sysdeps/unix/sysv/linux/configure: Regenerated.
35786
35787 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35788
35789         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
35790         the `q' suffix from lea and replace .quad with ASM_ADDR.
35791
35792 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35793
35794         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
35795         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
35796         instead of $17.
35797         (PTR_DEMANGLE): Likewise.
35798
35799 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35800
35801         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
35802         (LP_OP): Likewise.
35803         (ASM_ADDR): Likewise.
35804         (RAX_LP): Likewise.
35805         (RBP_LP): Likewise.
35806         (RBX_LP): Likewise.
35807         (RCX_LP): Likewise.
35808         (RDI_LP): Likewise.
35809         (RSI_LP): Likewise.
35810         (RSP_LP): Likewise.
35811         (R8_LP): Likewise.
35812         (R9_LP): Likewise.
35813         (R10_LP): Likewise.
35814         (R10_LP): Likewise.
35815         (R11_LP): Likewise.
35816         (R12_LP): Likewise.
35817         (R13_LP): Likewise.
35818         (R14_LP): Likewise.
35819         (R15_LP): Likewise.
35820
35821 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35822
35823         * sysdeps/x86_64/x32/dl-machine.h: New file.
35824
35825 2012-05-14  Andreas Jaeger  <aj@suse.de>
35826
35827         * manual/Makefile (subdir): Remove export of subdir.
35828         (all): Remove target.
35829         (.PHONY): Remove all from list.
35830         (mkinstalldirs): Remove.
35831         (.PHONY): Remove installdirs from list.
35832         ($(inst_infodir)/libc.info): Use make-target-directory.
35833         (installdirs): Remove.
35834         (subdir_%): Remove.
35835         (glibc-targets): Remove.
35836         (lib): Remove.
35837         (stubs): Remove.
35838         ($(objpfx)stubs ../po/manual.pot): Remove.
35839         ($(objpfx)stamp%): Remove.
35840         (make-target-directory): Remove.
35841         (subdir_install): Remove.
35842         (routines): Remove.
35843         (aux): Remove.
35844         (sources): Remove.
35845         (objects): Remove.
35846         (headers): Remove.
35847
35848         [BZ #13750]
35849         * manual/.gitignore: Remove, it's not needed anymore.
35850         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
35851         all files in it.
35852         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
35853         directory.
35854         (texis): Renamed to $(objpfx)texis.
35855         (texis-path): New, contains path to generated files.
35856         (chapters.%): Use texis-path for complete path, add extra argument
35857         libc-texinfo.sh.
35858         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
35859         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
35860         (summary,texi, stamp-summary): Use complete path of
35861         files. Generate files in build dir.
35862         (dir-add.texi): Build in build dir.
35863         (libm-err.texi,stamp-libm-err): Likewise.
35864         (version.texi, stamp-version): Likewise.
35865         (.%c.texi): Likewise.
35866         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
35867         (mostlyclean): Remove target.
35868         (realclean): Remove target.
35869         (generated): Add new variable with contents from mostlyclean and
35870         realclean, remove entries duplicated in common-mostlyclean, add
35871         stamp-libm-err and stamp-version.
35872         (generated-dirs): Add libc directory.
35873         ($(inst_infodir)/libc.info): Install files from build dir.
35874
35875         * manual/install.texi (Configuring and compiling): Adjust since
35876         the info files are not part of the tar ball anymore.
35877
35878 2012-05-14  Andreas Jaeger  <aj@suse.de>
35879
35880         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
35881         variable.
35882
35883 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
35884
35885         [BZ #13717]
35886         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
35887         to 2.2.0 where earlier.
35888         * sysdeps/unix/sysv/linux/configure: Regenerated.
35889         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
35890         Remove conditional code.
35891         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
35892         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
35893         Remove conditional code.
35894         [!__NR_lchown]: Likewise.
35895         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
35896         [__NR_lchown]: Likewise.
35897         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
35898         comment referencing __ASSUME_LCHOWN_SYSCALL.
35899         * sysdeps/unix/sysv/linux/i386/sigaction.c
35900         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35901         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35902         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
35903         Remove conditional code.
35904         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
35905         (__protocol_available): Remove #if 0 code.
35906         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
35907         conditional code.
35908         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
35909         * sysdeps/unix/sysv/linux/kernel-features.h
35910         (__ASSUME_GETCWD_SYSCALL): Don't define.
35911         (__ASSUME_REALTIME_SIGNALS): Likewise.
35912         (__ASSUME_PREAD_SYSCALL): Likewise.
35913         (__ASSUME_PWRITE_SYSCALL): Likewise.
35914         (__ASSUME_POLL_SYSCALL): Likewise.
35915         (__ASSUME_LCHOWN_SYSCALL): Likewise.
35916         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
35917         non-SPARC.
35918         (__ASSUME_SIOCGIFNAME): Don't define.
35919         (__ASSUME_MSG_NOSIGNAL): Likewise.
35920         (__ASSUME_SENDFILE): Define unconditionally.
35921         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
35922         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
35923         conditional code.
35924         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
35925         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
35926         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
35927         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
35928         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
35929         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
35930         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
35931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
35932         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35933         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
35935         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35936         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
35938         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35939         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
35941         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35942         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
35944         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35945         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
35947         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35948         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
35950         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35951         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
35953         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35954         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35955         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
35956         Remove conditional code.
35957         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35958         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
35959         Remove conditional code.
35960         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35961         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
35962         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
35963         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
35964         Remove conditional code.
35965         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35966         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
35967         Remove conditional code.
35968         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35969         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
35970         Remove conditional code.
35971         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35972         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
35973         Remove conditional code.
35974         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35975         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
35976         Remove conditional code.
35977         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35978         * sysdeps/unix/sysv/linux/sh/pwrite64.c
35979         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35980         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35981         * sysdeps/unix/sysv/linux/sigaction.c
35982         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35983         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35984         * sysdeps/unix/sysv/linux/sigpending.c
35985         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35986         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35987         * sysdeps/unix/sysv/linux/sigprocmask.c
35988         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35989         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35990         * sysdeps/unix/sysv/linux/sigsuspend.c
35991         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35992         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35993         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35994         (__libc_missing_rt_sigs): Remove.
35995         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
35996         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
35997         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
35998         Remove conditional code.
35999         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
36000         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
36001         return 1.
36002         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
36003         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
36004         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
36005         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
36006
36007 2012-05-14  Andreas Jaeger  <aj@suse.de>
36008
36009         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
36010         it's not used in glibc.
36011         (__coshm1): Likewise.
36012         (__acosh1p): Likewise.
36013         (__sgn): Likewise.
36014
36015         * manual/string.texi (Copying and Concatenation): Add missing
36016         variable in concat example.
36017         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
36018
36019 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36020
36021         [BZ #14103]
36022         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
36023         __builtin_clzl with __builtin_clzll.
36024
36025 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
36026
36027         [BZ #14104]
36028         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
36029         libc_freeres_ptr.
36030
36031 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36032
36033         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
36034         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
36035         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
36036         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
36037
36038 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
36039
36040         * NEWS: Update ia64 info.
36041
36042 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
36043
36044         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
36045         used as bcopy.
36046
36047 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
36048
36049         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
36050         * sysdeps/unix/syscalls.list (dup3): Likewise.
36051         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
36052         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
36053
36054 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
36055
36056         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
36057         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
36058
36059 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
36060
36061         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
36062         thread pointer.
36063         (TLS_IE): Use mov/add instead of movq/addq to load thread
36064         pointer.
36065         (TLS_GD_PREFIX): New.
36066         (TLS_GD): Use it.
36067
36068 2012-05-11  David S. Miller  <davem@davemloft.net>
36069
36070         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
36071         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
36072         (_FPU_SETCW): Likewise.
36073
36074 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36075
36076         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
36077         is 32-byte aligned.
36078
36079 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
36080
36081         [BZ #11837]
36082         * iconvdata/gb18030.c: Update tables.
36083         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
36084         characters specially.
36085         (BODY for TO_LOOP): Add encoding of missing ranges.
36086
36087 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
36088
36089         [BZ #13673]
36090         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
36091         * sysdeps/mach/hurd/dup3.c: Likewise.
36092         * sysdeps/mach/hurd/readlinkat.c: Likewise.
36093         * sysdeps/powerpc/memmove.c:: Likewise.
36094
36095 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36096
36097         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
36098         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
36099
36100 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36101
36102         * elf/elf.h (R_X86_64_RELATIVE64): New.
36103         (R_X86_64_NUM): Updated.
36104         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
36105         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
36106         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
36107         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
36108         tst-quad1pie tst-quad2pie
36109         (modules-names): Add tst-quadmod1 tst-quadmod2.
36110         ($(objpfx)tst-quad1): New dependency.
36111         ($(objpfx)tst-quad2): Likewise.
36112         ($(objpfx)tst-quad1pie): Likewise.
36113         ($(objpfx)tst-quad2pie): Likewise.
36114         * sysdeps/x86_64/tst-quad1.c: New file.
36115         * sysdeps/x86_64/tst-quad1pie.c: New file.
36116         * sysdeps/x86_64/tst-quad2.c: Likewise.
36117         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
36118         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
36119         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
36120         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
36121         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
36122
36123 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36124
36125         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
36126         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
36127         * streams/stropts.h (t_scalar_t): Define type.
36128
36129         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
36130         (_PATH_PRESERVE): Set to "/var/lib".
36131         (_PATH_RWHODIR): Set to "/var/spool/rwho".
36132
36133         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
36134         instead of int.
36135
36136         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
36137         if __dir_mkfile succeeded.
36138
36139         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
36140         checking for _hurd_dtablesize.  Unlock it right after having
36141         finished _hurd_dtable allocation.
36142
36143 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36144
36145         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
36146         * sysdeps/mach/hurd/configure: Regenerated.
36147         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
36148         special-casing to...
36149         * sysdeps/gnu/configure.in: ... this new file.
36150         * sysdeps/unix/sysv/linux/configure: Regenerated.
36151         * sysdeps/gnu/configure: New generated file.
36152
36153         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
36154         for Linux: use nsec instead of usec, as well as:
36155         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
36156         members of type struct timespec.
36157         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
36158         New macros.
36159         (struct stat64): Likewise.
36160         (_STATBUF_ST_NSEC): New macro.
36161         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
36162
36163         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36164         __strtoul_internal rather than strtoul.
36165
36166 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36167
36168         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
36169         and reject them.
36170
36171 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36172
36173         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
36174         which preserves existing values.
36175         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
36176
36177 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36178
36179         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
36180         TIMEOUT values.  Return EINVAL for NFDS values either negative or
36181         greater than FD_SETSIZE.
36182
36183 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36184
36185         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
36186         allocated, call __vm_protect to finish enabling the existing space, and
36187         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
36188         allocate the remainder.
36189
36190 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36191
36192         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
36193         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
36194
36195 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36196
36197         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
36198         sysdeps/mach/hurd/readlink.c.
36199
36200         * posix/tst-sysconf.c (posix_options): Only use
36201         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
36202         _POSIX_SYNCHRONIZED_IO when they are defined
36203         * sysdeps/mach/hurd/bits/posix_opt.h:
36204         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
36205         (_XOPEN_REALTIME): Undefine macro.
36206         (_XOPEN_REALTIME_THREADS): Undefine macro.
36207         (_XOPEN_SHM): Undefine macro.
36208         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
36209         macro to -1.
36210         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
36211         macro to -1.
36212         (_POSIX_ASYNC_IO): Undefine macro.
36213         (_POSIX_PRIORITIZED_IO): Undefine macro.
36214         (_POSIX_SPIN_LOCKS): Define macro to -1.
36215
36216         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
36217         SA_NODEFER, SA_RESETHAND.
36218         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
36219         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
36220         F_DUPFD_CLOEXEC.
36221
36222 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36223
36224         * elf/Makefile (pldd-modules): Define unconditionally.
36225
36226 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36227
36228         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
36229
36230 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36231
36232         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
36233         Return ENOENT when name is empty.
36234         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
36235
36236 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36237
36238         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
36239
36240         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
36241
36242 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36243
36244         Fix mlock in all cases except non-readable pages.
36245         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
36246         instead of VM_PROT_ALL as parameter to __vm_wire function.
36247
36248         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
36249         (__mkdir): When path is `/', just fail with EEXIST.
36250         * sysdeps/mach/hurd/mkdirat.c: Likewise.
36251
36252 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36253
36254         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
36255         <sys/uio.h> (for writev).
36256         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
36257         and <sys/param.h> (for MIN).
36258
36259 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
36260
36261         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
36262         REQUESTED_TIME.  Properly set the remaining time and return EINTR
36263         if interrupted.
36264
36265 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36266
36267         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
36268         Depend on against $(link-rpcuserlibs).
36269
36270 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36271
36272         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
36273         (__libc_stack_end): Do not use attribute_relro.
36274         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
36275         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
36276         to libthread-provided value.
36277         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
36278         attribute_relro.
36279
36280 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36281
36282         [BZ #3748]
36283         * bits/libc-lock.h (__libc_once_get): New macro.
36284         * sysdeps/mach/bits/libc-lock.h: Likewise.
36285         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
36286         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
36287         instead of using implementation details.
36288
36289         * libio/fileops.c: Unconditionally include <kernel-features.h>.
36290         * libio/freopen.c: Likewise.
36291         * libio/freopen64.c: Likewise.
36292         * misc/syslog.c: Likewise.
36293         * nscd/connections.c: Likewise.
36294         * nscd/netgroupcache.c: Likewise.
36295         * sysdeps/posix/getcwd.c: Likewise.
36296
36297 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36298
36299         * math/w_ilogbf.c: Add #include <limits.h>.
36300
36301 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36302
36303         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
36304         path instead of returning without unlocking.
36305
36306         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
36307         immediate-write ioctls.
36308         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
36309
36310 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36311
36312         * sysdeps/mach/hurd/i386/init-first.c (init): Use
36313         __builtin_frame_address instead of making assumptions about the
36314         location of the return address relative to DATA.  Force early load of
36315         the return address.
36316         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
36317         __builtin_frame_address.
36318
36319         dup3 for GNU Hurd.
36320         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
36321         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
36322         implement dup3 and do some further code clean-ups.
36323         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
36324         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
36325
36326 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36327
36328         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
36329
36330         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
36331         HURD_CRITICAL_END around holding _hurd_dtable_lock.
36332         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
36333         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
36334         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
36335         d->port.lock.
36336
36337         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
36338         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
36339         when handler == SIG_ERR, not when handler != SIG_ERR.
36340
36341 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36342
36343         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
36344         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
36345         definitions.
36346
36347         accept4 for GNU Hurd.
36348         * include/sys/socket.h (__libc_accept4): New prototype.
36349         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
36350         to implement __libc_accept4.
36351         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
36352         __libc_accept4.
36353         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
36354
36355         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
36356         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
36357         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
36358         signal-defines.sym.
36359
36360 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36361
36362         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
36363
36364 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
36365
36366         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
36367         assertion on O_CLOEXEC flag.
36368         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
36369         * hurd/intern-fd.c: Likewise.
36370         * hurd/port2fd.c: Likewise.
36371
36372 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36373
36374         [BZ #3906]
36375         * bits/in.h (IPV6_PKTINFO): Define new macro.
36376         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
36377
36378 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36379
36380         [BZ #13954]
36381         [BZ #13955]
36382         [BZ #13956]
36383         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
36384         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
36385         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
36386         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
36387         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
36388         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
36389         * math/libm-test.inc (logb_test) : Additional logb tests.
36390
36391 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
36392             Andreas Jaeger  <aj@suse.de>
36393
36394         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
36395         * configure: Regenerated.
36396         * config.h.in (LINK_OBSOLETE_RPC): New macro.
36397         * config.make.in (link-obsolete-rpc): New substituted variable.
36398         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
36399         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
36400         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36401         (shared-only-routines): Don't set it under [link-obsolete-rpc],
36402         so that libc.a contains the symbols.
36403         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36404         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
36405         * sunrpc/auth_none.c: Likewise.
36406         * sunrpc/auth_unix.c: Likewise.
36407         * sunrpc/authdes_prot.c: Likewise.
36408         * sunrpc/authuxprot.c: Likewise.
36409         * sunrpc/clnt_gen.c: Likewise.
36410         * sunrpc/clnt_perr.c: Likewise.
36411         * sunrpc/clnt_raw.c: Likewise.
36412         * sunrpc/clnt_simp.c: Likewise.
36413         * sunrpc/clnt_tcp.c: Likewise.
36414         * sunrpc/clnt_udp.c: Likewise.
36415         * sunrpc/clnt_unix.c: Likewise.
36416         * sunrpc/des_crypt.c: Likewise.
36417         * sunrpc/des_soft.c: Likewise.
36418         * sunrpc/get_myaddr.c: Likewise.
36419         * sunrpc/key_call.c: Likewise.
36420         * sunrpc/key_prot.c: Likewise.
36421         * sunrpc/netname.c: Likewise.
36422         * sunrpc/pm_getmaps.c: Likewise.
36423         * sunrpc/pm_getport.c: Likewise.
36424         * sunrpc/pmap_clnt.c: Likewise.
36425         * sunrpc/pmap_prot.c: Likewise.
36426         * sunrpc/pmap_prot2.c: Likewise.
36427         * sunrpc/pmap_rmt.c: Likewise.
36428         * sunrpc/publickey.c: Likewise.
36429         * sunrpc/rpc_cmsg.c: Likewise.
36430         * sunrpc/rpc_common.c: Likewise.
36431         * sunrpc/rpc_dtable.c: Likewise.
36432         * sunrpc/rpc_prot.c: Likewise.
36433         * sunrpc/rpc_thread.c: Likewise.
36434         * sunrpc/rtime.c: Likewise.
36435         * sunrpc/svc.c: Likewise.
36436         * sunrpc/svc_auth.c: Likewise.
36437         * sunrpc/svc_raw.c: Likewise.
36438         * sunrpc/svc_run.c: Likewise.
36439         * sunrpc/svc_tcp.c: Likewise.
36440         * sunrpc/svc_udp.c: Likewise.
36441         * sunrpc/svc_unix.c: Likewise.
36442         * sunrpc/svcauth_des.c: Likewise.
36443         * sunrpc/xcrypt.c: Likewise.
36444         * sunrpc/xdr.c: Likewise.
36445         * sunrpc/xdr_array.c: Likewise.
36446         * sunrpc/xdr_float.c: Likewise.
36447         * sunrpc/xdr_intXX_t.c: Likewise.
36448         * sunrpc/xdr_mem.c: Likewise.
36449         * sunrpc/xdr_rec.c: Likewise.
36450         * sunrpc/xdr_ref.c: Likewise.
36451         * sunrpc/xdr_sizeof.c: Likewise.
36452         * sunrpc/xdr_stdio.c: Likewise.
36453
36454 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36455
36456         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
36457         change.  Update copyright years.
36458
36459 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36460
36461         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
36462
36463 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
36464             Joseph Myers  <joseph@codesourcery.com>
36465             Paul Pluzhnikov  <ppluzhnikov@google.com>
36466
36467         [BZ #14012]
36468         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
36469         requiring rpcgen.
36470         [cross-compiling] (extra-libs): Likewise.
36471         [cross-compiling] (extra-libs-others): Likewise.
36472         [cross-compiling] (librpcsvc-routines): Likewise.
36473         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
36474         [cross-compiling] (omit-deps): Likewise.
36475         (sunrpc-CPPFLAGS): New variable.
36476         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
36477         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
36478         (cross-rpcgen-objs): New variable.
36479         (extra-objs): Append $(cross-rpcgen-objs).
36480         ($(cross-rpcgen-objs)): New rule.
36481         ($(objpfx)cross-rpcgen): Likewise.
36482         (rpcgen-cmd): Define to use $(built-program-file).  Expand
36483         comment.
36484         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
36485         ($(objpfx)x%.stmp): Likewise.
36486         * sunrpc/proto.h [IS_IN_build] (_): Define.
36487         [IS_IN_build] (_libc_intl_domainname): Likewise.
36488
36489 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36490
36491         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
36492         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
36493         and R_X86_64_TPOFF64.
36494
36495 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36496
36497         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
36498         sysdeps/unix/sysv/syscalls.list.
36499         (stime): Likewise.
36500         (utime): Likewise.
36501         * sysdeps/unix/sysv/syscalls.list: Remove file.
36502
36503 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
36504
36505         [BZ #3440]
36506         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
36507         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
36508         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
36509         (__LC_IDENTIFICATION): Make these macros useful in #if
36510         expressions, as required by C99.
36511
36512 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
36513
36514         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
36515         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
36516         after this.
36517
36518 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
36519
36520         * stdlib/longlong.h: Updated from GCC.
36521
36522 2012-05-09  Andreas Jaeger  <aj@suse.de>
36523
36524         * nscd/nscd.c (run_modes): Make named enum, reorder so that
36525         default is first entry.
36526         (run_mode): Set type.
36527         (main): Remove informal message about syslog.
36528         (options): Fix typo.
36529
36530         [BZ #14053]
36531         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
36532         to asm.
36533         (lrint): Likewise.
36534         (llrintf): Likewise.
36535         (llrint): Likewise.
36536         (rint): Likewise.
36537         (rintf): Likewise.
36538         (nearbyint): Likewise.
36539         (nearbyintf): Likewise.
36540
36541 2012-05-09  Andreas Jaeger  <aj@suse.de>
36542             Pedro Alves  <palves@redhat.com>
36543
36544         * nscd/nscd.c (run_mode): Use enum.
36545         (main): Cleanup coding style issue.
36546
36547 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
36548             Andreas Jaeger  <aj@suse.de>
36549
36550         * nscd/nscd.c (go_background): Replaced with...
36551         (run_mode): ... this.
36552         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
36553         (options): Add -F --foreground.
36554         (main): Implement it.
36555         (parse_opt): Parse it.
36556
36557 2012-05-09  Andreas Jaeger  <aj@suse.de>
36558
36559         [BZ #14083]
36560         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
36561         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
36562         -Wconversion warning.
36563         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
36564         Likewise.
36565
36566 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
36567
36568         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
36569         == 0.
36570         (LC_ALL): Use macro-int-constant.
36571         (LC_COLLATE): Likewise.
36572         (LC_CTYPE): Likewise.
36573         (LC_MESSAGES): Likewise.
36574         (LC_MONETARY): Likewise.
36575         (LC_NUMERIC): Likewise.
36576         (LC_TIME): Likewise.
36577         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
36578         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36579         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36580         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
36581         Specify type.
36582         [C99-based standards] (float_t): Expect type.
36583         [C99-based standards] (double_t): Expect type.
36584         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
36585         type.
36586         [C99-based standards] (HUGE_VALL): Likewise.
36587         [C99-based standards] (INFINITY): Likewise.
36588         [C99-based standards] (NAN): Likewise.
36589         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
36590         [C99-based standards] (FP_NAN): Likewise.
36591         [C99-based standards] (FP_NORMAL): Likewise.
36592         [C99-based standards] (FP_SUBNORMAL): Likewise.
36593         [C99-based standards] (FP_ZERO): Likewise.
36594         [C99-based standards] (FP_FAST_FMA): Use
36595         optional-macro-int-constant.  Specify type.  Require == 1.
36596         [C99-based standards] (FP_FAST_FMAF): Likewise.
36597         [C99-based standards] (FP_FAST_FMAL): Likewise.
36598         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
36599         [C99-based standards] (FP_ILOGBNAN): Likewise.
36600         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
36601         Specify type.
36602         [C99-based standards] (MATH_ERREXCEPT): Likewise.
36603         [C99-based standards] (math_errhandling): Specify type.
36604         [ISO99 || ISO11] (signgam): Do not allow.
36605         [non-C99-based standards] (copysignf): Do not allow.
36606         [non-C99-based standards] (exp2f): Likewise.
36607         [non-C99-based standards] (log2f): Likewise.
36608         [non-C99-based standards] (modff): Allow.
36609         [non-C99-based standards] (erff): Do not allow.
36610         [non-C99-based standards] (erfcf): Likewise.
36611         [non-C99-based standards] (gammaf): Likewise.
36612         [non-C99-based standards] (hypotf): Likewise.
36613         [non-C99-based standards] (j0f): Likewise.
36614         [non-C99-based standards] (j1f): Likewise.
36615         [non-C99-based standards] (jnf): Likewise.
36616         [non-C99-based standards] (lgammaf): Likewise.
36617         [non-C99-based standards] (tgammaf): Likewise.
36618         [non-C99-based standards] (y0f): Likewise.
36619         [non-C99-based standards] (y1f): Likewise.
36620         [non-C99-based standards] (ynf): Likewise.
36621         [non-C99-based standards] (isnanf): Likewise.
36622         [non-C99-based standards] (acoshf): Likewise.
36623         [non-C99-based standards] (asinhf): Likewise.
36624         [non-C99-based standards] (atanhf): Likewise.
36625         [non-C99-based standards] (cbrtf): Likewise.
36626         [non-C99-based standards] (expm1f): Likewise.
36627         [non-C99-based standards] (ilogbf): Likewise.
36628         [non-C99-based standards] (log1pf): Likewise.
36629         [non-C99-based standards] (logbf): Likewise.
36630         [non-C99-based standards] (nextafterf): Likewise.
36631         [non-C99-based standards] (remainderf): Likewise.
36632         [non-C99-based standards] (rintf): Likewise.
36633         [non-C99-based standards] (scalbf): Likewise.
36634         [non-C99-based standards] (copysignl): Likewise.
36635         [non-C99-based standards] (exp2l): Likewise.
36636         [non-C99-based standards] (log2l): Likewise.
36637         [non-C99-based standards] (modfl): Allow.
36638         [non-C99-based standards] (erfl): Do not allow.
36639         [non-C99-based standards] (erfcl): Likewise.
36640         [non-C99-based standards] (gammal): Likewise.
36641         [non-C99-based standards] (hypotl): Likewise.
36642         [non-C99-based standards] (j0l): Likewise.
36643         [non-C99-based standards] (j1l): Likewise.
36644         [non-C99-based standards] (jnl): Likewise.
36645         [non-C99-based standards] (lgammal): Likewise.
36646         [non-C99-based standards] (tgammal): Likewise.
36647         [non-C99-based standards] (y0l): Likewise.
36648         [non-C99-based standards] (y1l): Likewise.
36649         [non-C99-based standards] (ynl): Likewise.
36650         [non-C99-based standards] (isnanl): Likewise.
36651         [non-C99-based standards] (acoshl): Likewise.
36652         [non-C99-based standards] (asinhl): Likewise.
36653         [non-C99-based standards] (atanhl): Likewise.
36654         [non-C99-based standards] (cbrtl): Likewise.
36655         [non-C99-based standards] (expm1l): Likewise.
36656         [non-C99-based standards] (ilogbl): Likewise.
36657         [non-C99-based standards] (log1pl): Likewise.
36658         [non-C99-based standards] (logbl): Likewise.
36659         [non-C99-based standards] (nextafterl): Likewise.
36660         [non-C99-based standards] (remainderl): Likewise.
36661         [non-C99-based standards] (rintl): Likewise.
36662         [non-C99-based standards] (scalbl): Likewise.
36663         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36664         [non-C99-based standards] (FP_*): Do not allow.
36665         [C99-based standards] (FP_*): Change to
36666         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36667         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36668         allow.
36669         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
36670         (SIG_ERR): Likewise.
36671         [X/Open-based standards] (SIG_HOLD): Likewise.
36672         (SIG_IGN): Likewise.
36673         (SIGABRT): Use macro-int-constant.  Specify type.  Require
36674         positive value.
36675         (SIGFPE): Likewise.
36676         (SIGILL): Likewise.
36677         (SIGINT): Likewise.
36678         (SIGSEGV): Likewise.
36679         (SIGTER): Likewise.
36680         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
36681         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
36682         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
36683         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
36684         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
36685         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
36686         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
36687         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
36688         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
36689         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
36690         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
36691         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
36692         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
36693         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
36694         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
36695         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
36696         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
36697         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
36698         [X/Open-based standards] (SIGTRAP): Likewise.
36699         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
36700         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
36701         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
36702         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
36703         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36704         allow.
36705
36706 2012-05-08  Ian Wienand  <ianw@vmware.com>
36707
36708         [BZ #14080]
36709         * time/tzset.c (__tzset_parse_tz): Update default rules for
36710         daylight time changes in the Energy Policy Act of 2005.
36711
36712 2012-05-09  Andreas Jaeger  <aj@suse.de>
36713
36714         [BZ #13983]
36715         * elf/ldconfig.c (parse_conf): Change string to make clear that
36716         ldconfig only issued a warning if ld.so.conf does not exist.
36717
36718 2012-05-08  David S. Miller  <davem@davemloft.net>
36719
36720         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
36721         movxtod instead of popping the value on the stack.
36722
36723         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36724
36725 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
36726
36727         * config.h.in: Add HAVE_ARM_PCS_VFP.
36728
36729 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
36730
36731         [BZ #13979]
36732         * include/features.h: Warn if user requests __FORTIFY_SOURCE
36733         checking but the checks are disabled for any reason.
36734
36735 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
36736
36737         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
36738         and ELF64_R_TYPE with ELFW(R_TYPE).
36739
36740 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
36741
36742         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
36743         (ulimit): Likewise.
36744
36745         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
36746         (settimeofday): Likewise.
36747
36748 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
36749
36750         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
36751         a struct th_u2 inside the union, and move tu_block/tu_code into
36752         a new th_u3 union of tu_block/tu_code inside of that.  Move
36753         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
36754         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
36755         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
36756         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
36757         (th_stuff): Change to th_u1.tu_stuff.
36758         (th_data): Define.
36759         (th_msg): Change to th_u1.th_u2.tu_data.
36760
36761 2012-05-07  David S. Miller  <davem@davemloft.net>
36762
36763         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36764
36765         [BZ #14074]
36766         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
36767         (SETUP_PIC_REG): Use it.
36768         (SETUP_PIC_REG_LEAF): Use it.
36769
36770 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
36771
36772         [BZ #13885]
36773         [BZ #13923]
36774         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36775         USE_AS_EXPM1L.
36776         (EXPL_FINITE): Likewise.
36777         (FLDLOG): Likewise.
36778         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
36779         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
36780         e_expl.S.
36781         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36782         USE_AS_EXPM1L.
36783         (EXPL_FINITE): Likewise.
36784         (FLDLOG): Likewise.
36785         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
36786         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
36787         e_expl.S.
36788         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
36789         test of -max_value argument for long double.
36790         * sysdeps/i386/fpu/libm-test-ulps: Update.
36791         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36792
36793 2012-05-06  David S. Miller  <davem@davemloft.net>
36794
36795         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
36796         quad soft-float symbols whose references which are compiler
36797         generated.
36798         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
36799
36800 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
36801
36802         [BZ #13884]
36803         [BZ #13914]
36804         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36805         USE_AS_EXP10L.
36806         (EXPL_FINITE): Likewise.
36807         (FLDLOG): Likewise.
36808         (c0): Likewise.
36809         (c1): Likewise.
36810         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
36811         Adjust comments for base varying.
36812         (__expl_finite): Change alias to EXPL_FINITE.
36813         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
36814         e_expl.S.
36815         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
36816         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
36817         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
36818         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
36819         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36820         USE_AS_EXP10L.
36821         (EXPL_FINITE): Likewise.
36822         (FLDLOG): Likewise.
36823         (c0): Likewise.
36824         (c1): Likewise.
36825         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
36826         Adjust comments for base varying.
36827         (__expl_finite): Change alias to EXPL_FINITE.
36828         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
36829         tests for bugs.
36830         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36831
36832         [BZ #14064]
36833         * math/libm-test.inc (check_float_internal): Correct ulp
36834         calculation for subnormal expected results.
36835
36836 2012-05-06  Andreas Jaeger  <aj@suse.de>
36837
36838         * Makeconfig (+math-flags): New, set to -frounding-math.
36839         (+cflags): Add +math-flags so that all of glibc gets compiled with
36840         it.
36841
36842         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
36843
36844 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
36845
36846         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
36847         Disable one test.
36848
36849         [BZ #13787]
36850         [BZ #13922]
36851         [BZ #14036]
36852         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
36853         (__ieee754_expl): Allow for and saturate large arguments.
36854         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
36855         (u_threshold): Likewise.
36856         (__exp): Call __ieee754_exp before checking for overflow and
36857         underflow.
36858         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
36859         (u_threshold): Likewise.
36860         (__expf): Call __ieee754_expf before checking for overflow and
36861         underflow.
36862         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
36863         (u_threshold): Likewise.
36864         (__expl): Call __ieee754_expl before checking for overflow and
36865         underflow.
36866         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
36867         (__ieee754_expl): Allow for and saturate large arguments.
36868         * math/libm-test.inc (exp_test): Add another test.  Do not allow
36869         missing overflow exception on overflow.
36870         (expm1_test): Do not allow missing overflow exception on overflow.
36871
36872         * sysdeps/i386/fpu/e_expl.c: Move to ...
36873         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
36874         rather than using inline asm.
36875         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
36876         * sysdeps/x86_64/fpu/e_expl.S: Copy from
36877         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
36878
36879         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
36880         (nice): Likewise.
36881         (poll): Likewise.
36882         (signal): Likewise.
36883         (time): Likewise.
36884         (times): Likewise.
36885
36886 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36887
36888         * sysdeps/unix/syscalls.list (adjtime): Add entry from
36889         sysdeps/unix/common/syscalls.list.
36890         (fchmod): Likewise.
36891         (fchown): Likewise.
36892         (ftruncate): Likewise.
36893         (getrusage): Likewise.
36894         (gettimeofday): Likewise.
36895         (setpgid): Likewise.
36896         (setregid): Likewise.
36897         (setreuid): Likewise.
36898         (sigaction): Likewise.
36899         (truncate): Likewise.
36900         (vhangup): Likewise.
36901         * sysdeps/unix/common/syscalls.list: Remove file.
36902         * sysdeps/unix/bsd/Implies: Don't include unix/common.
36903         * sysdeps/unix/sysv/linux/Implies: Likewise.
36904
36905 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
36906
36907         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
36908         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
36909         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
36910         Moved to ...
36911         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
36912         Here.
36913         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
36914         to ...
36915         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
36916         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
36917         to ...
36918         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
36919         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
36920         to ...
36921         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
36922         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
36923         to ...
36924         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
36925         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
36926         to ...
36927         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
36928         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
36929         to ...
36930         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
36931         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
36932         to ...
36933         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
36934         Here.
36935         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
36936         to ...
36937         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
36938         Here.
36939         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
36940         to ...
36941         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
36942         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
36943         Moved to ...
36944         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
36945         Here.
36946         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
36947         to ...
36948         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
36949
36950 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36951
36952         * sysdeps/unix/common/bits/dirent.h: Remove file.
36953         * sysdeps/unix/common/bits/fcntl.h: Likewise.
36954
36955         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
36956         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
36957         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
36958         * sysdeps/unix/bsd/isatty.c: Likewise.
36959         * sysdeps/unix/bsd/tcdrain.c: Likewise.
36960         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
36961         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
36962
36963 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36964
36965         [BZ #13563]
36966         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
36967         long double comparison inaccuracies.
36968         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
36969         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36970
36971 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
36972
36973         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
36974         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
36975
36976 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36977
36978         [BZ #14049]
36979         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
36980         nonzero digits before rounding a hex value.
36981         * stdlib/tst-strtod.c (tests): Add another test.
36982
36983 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36984
36985         * sysdeps/s390/fpu/libm-test-ulps: Update.
36986
36987 2012-05-03  Andreas Jaeger  <aj@suse.de>
36988
36989         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
36990         does not get optimized out.
36991         (malloc_opt_barrier): New.
36992
36993 2012-05-03  Andreas Jaeger  <aj@suse.de>
36994             Roland McGrath  <roland@hack.frob.com>
36995
36996         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
36997         intermediate file deletion.
36998         (generated): Add .symlist files.
36999
37000 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
37001
37002         [BZ #13775]
37003         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
37004         Redirect under this condition.
37005         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37006         [__USE_GNU] (__dprintf_chk): Not under this condition.
37007         [__USE_GNU] (__vdprintf_chk): Likewise.
37008         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
37009         under this condition.
37010         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
37011         [__USE_XOPEN2K8] (dprintf): Define under this condition.
37012         [__USE_XOPEN2K8] (vdprintf): Likewise.
37013         [__USE_GNU] (__dprintf_chk): Not under this condition.
37014         [__USE_GNU] (__vdprintf_chk): Likewise.
37015         [__USE_GNU] (dprintf): Likewise.
37016         [__USE_GNU] (vdprintf): Likewise.
37017
37018 2012-05-03  Roland McGrath  <roland@hack.frob.com>
37019
37020         * elf/Makefile (common-generated): Set this instead of generated for
37021         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
37022         $(all-built-dso)-derived lists.
37023
37024 2012-05-03  Andreas Jaeger  <aj@suse.de>
37025
37026         * sysdeps/i386/fpu/libm-test-ulps: Update.
37027
37028         * FAQ: Removed.
37029         * FAQ.in: Likewise.
37030         * scripts/gen-FAQ.pl: Likewise.
37031         * manual/install.texi (Installation): Point to online location of
37032         FAQ.
37033         * Makefile (files-for-dist): Remove FAQ.
37034         (FAQ): Remove.
37035
37036 2012-05-02  Allan McRae  <allan@archlinux.org>
37037
37038         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
37039         (LDFLAGS-reldepmod5.so): Likewise.
37040         (LDFLAGS-reldep6mod1.so): Likewise.
37041         (LDFLAGS-reldep6mod4.so): Likewise.
37042         (LDFLAGS-reldep8mod3.so): Likewise.
37043         (LDFLAGS-unload4mod1.so): Likewise.
37044         (LDFLAGS-unload4mod2.so): Likewise.
37045         (LDFLAGS-tst-initorder): Likewise.
37046         (LDFLAGS-tst-initordera2.so): Likewise.
37047         (LDFLAGS-tst-initordera3.so): Likewise.
37048         (LDFLAGS-tst-initordera4.so): Likewise.
37049         (LDFLAGS-tst-initorderb2.so): Likewise.
37050         (LDFLAGS-noload): Likewise.
37051         (LDFLAGS-next): Likewise.
37052         (LDFLAGS-order2mod1.so): Likewise.
37053         (LDFLAGS-order2mod2.so): Likewise.
37054         (LDFLAGS-tst-initorder2): Likewise.
37055         (LDFLAGS-tst-initorder2a.so): Likewise.
37056         (LDFLAGS-tst-initorder2b.so): Likewise.
37057         (LDFLAGS-tst-initorder2c.so): Likewise.
37058         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
37059
37060 2012-05-02  David S. Miller  <davem@davemloft.net>
37061
37062         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37063
37064 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
37065
37066         [BZ #14055]
37067         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
37068
37069 2012-05-02  Andreas Jaeger  <aj@suse.de>
37070
37071         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
37072         since we manipulate rounding mode.
37073         (CPPFLAGS-test-idouble.c): Likewise.
37074         (CPPFLAGS-test-ifloat.c): Likewise.
37075         (CFLAGS-test-ldouble.c): Likewise.
37076         (CFLAGS-test-double.c): Likewise.
37077         (CFLAGS-test-float.c): Likewise.
37078         (CFLAGS-test-misc.c): Likewise.
37079         (CFLAGS-test-test-fenv.c): Likewise.
37080
37081 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37082
37083         [BZ #2550]
37084         [BZ #2570]
37085         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
37086         comparisons to determine direction to adjust input.
37087
37088 2012-05-01  Roland McGrath  <roland@hack.frob.com>
37089
37090         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
37091         output to the target.
37092
37093         * scripts/localplt.awk: New file.
37094         * elf/Makefile ($(objpfx)check-localplt): Target removed.
37095         (check-localplt-CFLAGS): Variable removed.
37096         ($(all-built-dso:=.jmprel)): New static pattern rule.
37097         (generated): Add those targets.
37098         (localplt-built-dso): New variable.
37099         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
37100
37101         * elf/check-localplt.c: File removed.
37102
37103         * scripts/check-execstack.awk: New file.
37104         * elf/Makefile ($(objpfx)check-execstack): Target removed.
37105         (check-execstack-CFLAGS): Variable removed.
37106         ($(objpfx)check-execstack.h): Target removed.
37107         ($(objpfx)execstack-default): New target.
37108         (generated): Add that instead of check-execstack.h.
37109         ($(all-built-dso:=.phdr)): New static pattern rule.
37110         (generated): Add those targets.
37111         * elf/check-execstack.c: File removed.
37112
37113         * scripts/check-textrel.awk: New file.
37114         * elf/Makefile ($(objpfx)check-textrel): Target removed.
37115         (check-textrel-CFLAGS): Variable removed.
37116         (all-built-dso): Use := to define.o
37117         ($(all-built-dso:=.dyn)): New static pattern rule.
37118         (generated): Add those targets.
37119         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
37120         * config.make.in (READELF): New substituted variable.
37121         * elf/check-textrel.c: File removed.
37122
37123 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37124
37125         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
37126         allow.
37127         * conform/data/ctype.h-data [C99-based standards] (isblank):
37128         Expect function.
37129         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
37130         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
37131         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37132         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
37133         Specify type.  Require positive value.
37134         (EILSEQ): Likewise.
37135         (ERANGE): Likewise.
37136         [ISO || POSIX] (EILSEQ): Do not expect.
37137         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
37138         Specify type.  Require positive value.
37139         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
37140         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
37141         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
37142         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
37143         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
37144         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
37145         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
37146         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
37147         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
37148         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
37149         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
37150         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
37151         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
37152         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
37153         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
37154         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
37155         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
37156         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
37157         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
37158         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
37159         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
37160         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
37161         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
37162         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
37163         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
37164         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
37165         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
37166         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
37167         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
37168         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
37169         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
37170         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
37171         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
37172         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
37173         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
37174         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
37175         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
37176         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
37177         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
37178         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
37179         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
37180         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
37181         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
37182         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
37183         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
37184         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
37185         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
37186         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
37187         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
37188         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
37189         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
37190         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
37191         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
37192         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
37193         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
37194         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
37195         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
37196         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
37197         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
37198         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
37199         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
37200         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
37201         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
37202         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
37203         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
37204         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
37205         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
37206         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
37207         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
37208         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
37209         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
37210         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
37211         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
37212         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
37213         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
37214         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
37215         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
37216         Require >= 2.
37217         (FLT_ROUNDS): Expect as macro, not constant.
37218         (FLT_MANT_DIG): Use macro-int-constant.
37219         (DBL_MANT_DIG): Likewise.
37220         (LDBL_MANT_DIG): Likewise.
37221         (FLT_DIG): Likewise.
37222         (DBL_DIG): Likewise.
37223         (LDBL_DIG): Likewise.
37224         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
37225         (DBL_MIN_EXP): Likewise.
37226         (LDBL_MIN_EXP): Likewise.
37227         (FLT_MAX_EXP): Use macro-int-constant.
37228         (DBL_MAX_EXP): Likewise.
37229         (LDBL_MAX_EXP): Likewise.
37230         (FLT_MAX_10_EXP): Likewise.
37231         (DBL_MAX_10_EXP): Likewise.
37232         (LDBL_MAX_10_EXP): Likewise.
37233         (FLT_MAX): Use macro-constant.
37234         (DBL_MAX): Likewise.
37235         (LDBL_MAX): Likewise.
37236         (FLT_EPSILON): Use macro-constant.  Give upper bound.
37237         (DBL_EPSILON): Likewise.
37238         (LDBL_EPSILON): Likewise.
37239         (FLT_MIN): Likewise.
37240         (DBL_MIN): Likewise.
37241         (LDBL_MIN): Likewise.
37242         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
37243         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
37244         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
37245         [ISO11] (FLT_HAS_SUBNORM): Likewise.
37246         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
37247         [ISO11] (DBL_DECIMAL_DIG): Likewise.
37248         [ISO11] (FLT_DECIMAL_DIG): Likewise.
37249         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
37250         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
37251         [ISO11] (FLT_TRUE_MIN): Likewise.
37252         [ISO11] (LDBL_TRUE_MIN): Likewise.
37253         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37254         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
37255         (SCHAR_MIN): Use macro-int-constant.  Specify type.
37256         (SCHAR_MAX): Likewise.
37257         (UCHAR_MAX): Likewise.
37258         (CHAR_MIN): Likewise.
37259         (CHAR_MAX): Likewise.
37260         (MB_LEN_MAX): Use macro-int-constant.
37261         (SHRT_MIN): Use macro-int-constant.  Specify type.
37262         (SHRT_MAX): Likewise.
37263         (USHRT_MAX): Likewise.
37264         (INT_MAX): Likewise.
37265         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
37266         bound negative.
37267         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37268         bound with "U".
37269         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37270         bound with "L".
37271         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
37272         bound negative.  Suffix upper bound with "L".
37273         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
37274         bound with "UL".
37275         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
37276         Specify type.
37277         [C99-based standards] (LLONG_MAX): Likewise.
37278         [C99-based standards] (ULLONG_MAX): Likewise.
37279         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
37280         == 0.
37281         [ISO11] (max_align_t): Require type.
37282         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37283
37284         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
37285         from $CFLAGS, without defining away __attribute__ calls.
37286         (checknamespace): Use $CFLAGS_namespace.
37287
37288         * conform/conformtest.pl (@keywords): Only include C99 keywords
37289         for standards based on C99 or C11.
37290
37291         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
37292         Disable tests.
37293         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
37294         UNIX98]: Likewise.
37295
37296         * conform/conformtest.pl: Handle "macro-int-constant" and test for
37297         usability of symbols in #if.
37298
37299         * conform/conformtest.pl: If macro or constant types start
37300         "promoted:", expect the symbol to be of the following type
37301         promoted by the integer promotions.
37302
37303         * conform/conformtest.pl: Parse all "constant" and "macro" lines
37304         in one place.  Also handle "macro-constant".
37305
37306         * conform/conformtest.pl: Only accept expected macro values with
37307         "==".  Parse all "macro" lines in one place.
37308         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
37309
37310         * conform/conformtest.pl: Handle braced types on "constant" lines
37311         instead of handling "typed-constant".
37312         * conform/data/signal.h-data: Use "constant" instead of
37313         "typed-constant".
37314
37315         * conform/conformtest.pl: Handle "optional-" at start of lines in
37316         one place rather than duplicating several cases.  Handle each
37317         format of "macro" line with initial "optional-".
37318
37319         * conform/conformtest.pl: Only accept expected constant or
37320         optional-constant values with "==".  Parse all "constant" lines in
37321         one place.  Parse all "optional-constant" lines in one place.
37322         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
37323         * conform/data/fmtmsg.h-data: Likewise.
37324         * conform/data/netinet/in.h-data: Likewise.
37325         * conform/data/tar.h-data: Likewise.
37326         * conform/data/limits.h-data: Use "==" form on "constant" and
37327         "optional-constant" lines.
37328
37329         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
37330         Use -std=c99 for XOPEN2K.
37331         (@knownproblems): Remove.
37332         (newtoken): Don't check %isknown.
37333
37334         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
37335         Do not expect macro.
37336         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
37337         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
37338         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
37339         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
37340         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
37341         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
37342         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
37343         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
37344         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
37345         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
37346         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
37347         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
37348         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
37349         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
37350         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
37351         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
37352         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
37353         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
37354         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
37355         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
37356         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
37357         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
37358         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
37359         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
37360         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
37361         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
37362         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
37363         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
37364         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
37365         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
37366         [XPG3] (acosh): Likewise.
37367         [XPG3] (asinh): Likewise.
37368         [XPG3] (atanh): Likewise.
37369         [XPG3] (cbrt): Likewise.
37370         [XPG3] (expm1): Likewise.
37371         [XPG3] (ilogb): Likewise.
37372         [XPG3] (log1p): Likewise.
37373         [XPG3] (logb): Likewise.
37374         [XPG3] (nextafter): Likewise.
37375         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
37376         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
37377         [XPG3] (remainder): Likewise.
37378         [XPG3] (rint): Likewise.
37379         [XPG3 || XPG4 || UNIX98] (round): Likewise.
37380         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
37381         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
37382         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
37383         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
37384         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
37385         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
37386         [UNIX98 || XOPEN2K] (scalb): Expect.
37387         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
37388         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
37389         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
37390         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
37391         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
37392         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
37393         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
37394         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
37395         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
37396         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
37397         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
37398         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
37399         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
37400         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
37401         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
37402         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
37403         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
37404         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
37405         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
37406         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
37407         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
37408         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
37409         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
37410         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
37411         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
37412         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
37413         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
37414         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
37415         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
37416         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
37417         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
37418         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
37419         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
37420         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
37421         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
37422         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
37423         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
37424         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
37425         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
37426         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
37427         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
37428         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
37429         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
37430         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
37431         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
37432         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
37433         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
37434         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
37435         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
37436         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
37437         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
37438         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
37439         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
37440         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
37441         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
37442         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
37443         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
37444         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
37445         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
37446         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
37447         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
37448         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
37449         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
37450         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
37451         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
37452         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
37453         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
37454         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
37455         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
37456         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
37457         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
37458         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
37459         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
37460         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
37461         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
37462         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
37463         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
37464         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
37465         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
37466         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
37467         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
37468         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
37469         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
37470         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
37471         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
37472         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
37473         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
37474         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
37475         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
37476         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
37477         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
37478         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
37479         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
37480         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
37481         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
37482         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
37483         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
37484         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
37485         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
37486         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
37487         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
37488         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
37489         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
37490         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
37491         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
37492         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
37493         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
37494         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
37495         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
37496         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
37497         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
37498         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
37499         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
37500         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
37501         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
37502         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
37503         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
37504         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
37505         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
37506         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
37507         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
37508         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
37509         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
37510         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
37511         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
37512         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
37513         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
37514         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
37515         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
37516         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
37517         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
37518         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
37519         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
37520         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
37521         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
37522         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
37523         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
37524
37525         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
37526         _XOPEN_SOURCE_EXTENDED for XPG4.
37527
37528         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
37529
37530         * Makeconfig (localtime): Remove variable.
37531         (inst_localtime-file): Likewise.
37532
37533 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37534
37535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
37536         Update.
37537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37538         Update.
37539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
37540         Update.
37541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
37542         Update.
37543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
37544         Update.
37545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
37546         Update.
37547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37548         Update.
37549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
37550         Update.
37551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
37552         Update.
37553
37554 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37555
37556         [BZ #2550]
37557         [BZ #2570]
37558         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
37559         comparisons to determine direction to adjust input.
37560         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
37561         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
37562         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
37563         Likewise.
37564         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
37565         Likewise.
37566         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
37567         Likewise.
37568         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
37569         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
37570         Likewise.
37571         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
37572         Likewise.
37573         * math/libm-test.inc (nexttoward_test): Add more tests.
37574
37575 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37576
37577         [BZ #14040]
37578         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
37579         in version GLIBC_2.1, not GLIBC_2.0.
37580         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
37581         Likewise.
37582
37583 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
37584
37585         [BZ #13942]
37586         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
37587         (1 - x) * (1 + x).
37588         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37589         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
37590         * math/libm-test.inc (acos_test): Add more tests.
37591         (asin_test): Likewise.
37592         * sysdeps/i386/fpu/libm-test-ulps: Update.
37593         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37594
37595         [BZ #14034]
37596         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
37597         of square root.
37598         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
37599         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37600         * math/libm-test.inc (acos_test_tonearest): New function.
37601         (acos_test_towardzero): Likewise.
37602         (acos_test_downward): Likewise.
37603         (acos_test_upward): Likewise.
37604         (asin_test_tonearest): Likewise.
37605         (asin_test_towardzero): Likewise.
37606         (asin_test_downward): Likewise.
37607         (asin_test_upward): Likewise.
37608         (main): Call the new functions.
37609         * sysdeps/i386/fpu/libm-test-ulps: Update.
37610         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37611
37612         [BZ #13884]
37613         [BZ #13924]
37614         * math/e_exp10.c: Include <float.h>.
37615         (__ieee754_exp10): Handle underflow here rather than multiplying
37616         large negative argument by M_LN10.
37617         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
37618         of __ieee754_expf.
37619         * math/e_exp10l.c: Include <float.h>.
37620         (__ieee754_exp10l): Handle underflow here rather than multiplying
37621         large negative argument by M_LN10l.
37622         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
37623         spurious overflow exception on underflow.
37624
37625 2012-04-29  Marek Polacek  <polacek@redhat.com>
37626
37627         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
37628         (__fortify_function): New macro.
37629         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
37630         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
37631         __extern_always_inline.
37632         * libio/bits/stdio2.h: Likewise.
37633         * libio/bits/stdio.h: Likewise.
37634         * string/string.h: Likewise.
37635         * string/bits/string3.h: Likewise.
37636         * include/stdio.h: Likewise.
37637         * stdlib/bits/stdlib.h: Likewise.
37638         * stdlib/stdlib.h: Likewise.
37639         * rt/bits/mqueue2.h: Likewise.
37640         * rt/mqueue.h: Likewise.
37641         * posix/bits/unistd.h: Likewise.
37642         * posix/unistd.h: Likewise.
37643         * io/bits/poll2.h: Likewise.
37644         * io/bits/fcntl2.h: Likewise.
37645         * io/fcntl.h: Likewise.
37646         * io/sys/poll.h: Likewise.
37647         * misc/bits/syslog.h: Likewise.
37648         * misc/bits/syslog-ldbl.h: Likewise.
37649         * misc/sys/syslog.h: Likewise.
37650         * socket/bits/socket2.h: Likewise.
37651         * socket/sys/socket.h: Likewise.
37652         * debug/tst-chk1.c: Likewise.
37653         * wcsmbs/bits/wchar2.h: Likewise.
37654         * wcsmbs/bits/wchar-ldbl.h: Likewise.
37655         * wcsmbs/wchar.h: Likewise.
37656
37657 2012-04-29  Andreas Jaeger  <aj@suse.de>
37658
37659         * Makerules (tests): Remove enable-check-abi protection.
37660         (check-abi-warn): Remove.
37661         (check-abi-%): Remove check-abi-warn usage.
37662
37663         * configure.in: Remove check-abi configure option.
37664         * configure: Regenerated.
37665         * config.make.in (enable-check-abi): Remove.
37666
37667 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
37668
37669         [BZ #14033]
37670         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
37671         double functions to double *_finite functions.
37672
37673         [BZ #13941]
37674         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
37675         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
37676         LDBL_MIN_EXP.
37677         * stdio-common/Makefile (tests): Add tst-sprintf3.
37678         * stdio-common/tst-sprintf3.c: New file.
37679
37680         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
37681         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
37682
37683 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
37684
37685         * conform/conformtest.pl: Remove duplicate typed-constant
37686         handling.
37687
37688 2012-04-28  David S. Miller  <davem@davemloft.net>
37689
37690         * Makerules (%.abilist): Add vpath on sysdep_dirs.
37691         (check-abi-%): Remove AWK script prerequisite and explicit
37692         abilist directory.
37693         (check-abi): Rewrite to just diff the symlist with the abilist.
37694         (config-tls, config-abi-config): Delete, no longer used.
37695         (update-abi-%): Remove AWK script and explicit abilist directory.
37696         (update-abi): Rewrite to simply compare and conditionally copy the
37697         symlist and the sysdep abilist file.  Remove update-abi-config
37698         checks.
37699         * abilist/ld.abilist: Remove.
37700         * abilist/libBrokenLocale.abilist: Remove.
37701         * abilist/libanl.abilist: Remove.
37702         * abilist/libcrypt.abilist: Remove.
37703         * abilist/libdl.abilist: Remove.
37704         * abilist/librt.abilist: Remove.
37705         * abilist/libthread_db.abilist: Remove.
37706         * abilist/libutil.abilist: Remove.
37707         * scripts/extract-abilist.awk: Remove.
37708         * scripts/merge-abilist.awk: Remove.
37709         * sysdeps/generic/libcidn.abilist: New file.
37710         * sysdeps/generic/libnss_compat.abilist: New file.
37711         * sysdeps/generic/libnss_db.abilist: New file.
37712         * sysdeps/generic/libnss_dns.abilist: New file.
37713         * sysdeps/generic/libnss_files.abilist: New file.
37714         * sysdeps/generic/libnss_hesiod.abilist: New file.
37715         * sysdeps/generic/libnss_nis.abilist: New file.
37716         * sysdeps/generic/libnss_nisplus.abilist: New file.
37717         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
37718         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
37719         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
37720         file.
37721         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
37722         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
37723         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
37724         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
37725         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
37726         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
37727         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
37728         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
37729         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
37730         file.
37731         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
37732         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
37733         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
37734         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
37735         file.
37736         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
37737         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
37738         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
37739         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
37740         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
37741         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
37742         file.
37743         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
37744         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
37745         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
37746         file.
37747         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
37748         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
37749         New file.
37750         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
37751         New file.
37752         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
37753         New file.
37754         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
37755         New file.
37756         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
37757         New file.
37758         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
37759         New file.
37760         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
37761         New file.
37762         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
37763         New file.
37764         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
37765         New file.
37766         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
37767         New file.
37768         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
37769         New file.
37770         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
37771         New file.
37772         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
37773         New file.
37774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
37775         file.
37776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
37777         New file.
37778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
37779         New file.
37780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
37781         file.
37782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
37783         New file.
37784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
37785         New file.
37786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
37787         file.
37788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
37789         New file.
37790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
37791         New file.
37792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
37793         New file.
37794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
37795         New file.
37796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
37797         New file.
37798         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
37799         New file.
37800         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
37801         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
37802         file.
37803         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
37804         New file.
37805         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
37806         file.
37807         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
37808         file.
37809         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
37810         file.
37811         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
37812         file.
37813         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
37814         file.
37815         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
37816         New file.
37817         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
37818         file.
37819         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
37820         file.
37821         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
37822         New file.
37823         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
37824         file.
37825         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
37826         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
37827         file.
37828         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
37829         New file.
37830         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
37831         file.
37832         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
37833         file.
37834         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
37835         file.
37836         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
37837         file.
37838         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
37839         file.
37840         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
37841         New file.
37842         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
37843         file.
37844         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
37845         file.
37846         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
37847         New file.
37848         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
37849         file.
37850         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37851         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
37852         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
37853         file.
37854         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
37855         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
37856         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
37857         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
37858         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
37859         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
37860         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
37861         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
37862         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
37863         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
37864         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
37865         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
37866         file.
37867         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
37868         New file.
37869         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
37870         file.
37871         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
37872         file.
37873         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
37874         file.
37875         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
37876         file.
37877         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
37878         file.
37879         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
37880         New file.
37881         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
37882         New file.
37883         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
37884         file.
37885         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
37886         New file.
37887         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
37888         file.
37889         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
37890         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
37891         file.
37892         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
37893         New file.
37894         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
37895         file.
37896         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
37897         file.
37898         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
37899         file.
37900         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
37901         file.
37902         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
37903         file.
37904         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
37905         New file.
37906         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
37907         New file.
37908         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
37909         file.
37910         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
37911         New file.
37912         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
37913         file.
37914
37915 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
37916
37917         * conform/conformtest.pl: Fix typo in handling typed-constant from
37918         allow-header.
37919
37920 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
37921
37922         * README: Cut down references to pre-2.6 Linux kernels and
37923         Linuxthreads.  Update lists of configurations in libc and ports
37924         and sort alphabetically.  Say "or newer" with Linux kernel version
37925         requirements.
37926
37927         * config.h.in [IS_IN_build]: Allow compiling without optimization.
37928
37929 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
37930
37931         [BZ #887]
37932         * math/libm-test.inc (logb_test_downward): New test to expose
37933         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
37934         rounding mode.
37935
37936 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
37937
37938         [BZ #14027]
37939         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
37940         to be done.
37941         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
37942         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
37943
37944 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
37945
37946         * sysdeps/unix/i386/brk.S: Remove file.
37947         * sysdeps/unix/i386/dl-brk.S: Likewise.
37948         * sysdeps/unix/i386/pipe.S: Likewise.
37949         * sysdeps/unix/i386/sigreturn.S: Likewise.
37950         * sysdeps/unix/i386/syscall.S: Likewise.
37951         * sysdeps/unix/i386/vfork.S: Likewise.
37952         * sysdeps/unix/i386/wait.S: Likewise.
37953
37954         * sysdeps/unix/common/tcsendbrk.c: Move to ...
37955         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
37956
37957         * configure.in (arm*-none*): Do not allow without
37958         --enable-hacker-mode.
37959         (netbsd*): Remove case setting base_os.
37960         (386bsd*): Likewise.
37961         (freebsd*): Likewise.
37962         (bsdi*): Likewise.
37963         (osf*): Likewise.
37964         (sunos*): Likewise.
37965         (ultrix*): Likewise.
37966         (newsos*): Likewise.
37967         (dynix*): Likewise.
37968         (*bsd*): Likewise.
37969         (sysv*): Likewise.
37970         (isc*): Likewise.
37971         (esix*): Likewise.
37972         (sco*): Likewise.
37973         (minix*): Likewise.
37974         (irix4*): Likewise.
37975         (irix6*): Likewise.
37976         (solaris[2-9]*): Likewise.
37977         (none): Likewise.
37978         * configure: Regenerated.
37979
37980 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37981
37982         [BZ #11521]
37983         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
37984         overflow or cancellation in calculating denominator.
37985         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
37986         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
37987         down expression to avoid unexpected rounding in newer GCCs.
37988         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
37989
37990 2012-04-26  David S. Miller  <davem@davemloft.net>
37991
37992         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
37993         long-double compat symbols.
37994         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
37995         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
37996         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
37997         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
37998         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
37999         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
38000         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
38001         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
38002         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
38003         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
38004         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
38005         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
38006         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
38007
38008 2012-04-25  David S. Miller  <davem@davemloft.net>
38009
38010         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
38011         HWCAP_* values only after the memory barriers have been defined.
38012         (atomic_full_barrier): Define.
38013         (atomic_read_barrier): Define.
38014         (atomic_write_barrier): Define.
38015
38016 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38017
38018         * shlib-versions: Add libgcc_s version information.
38019         * sysdeps/generic/libgcc_s.h: Remove.
38020         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
38021         libgcc_s.h.
38022         * sysdeps/gnu/unwind-resume.c: Likewise.
38023         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
38024
38025 2012-04-25  David S. Miller  <davem@davemloft.net>
38026
38027         * sysdeps/unix/sparc/brk.S: Delete.
38028         * sysdeps/unix/sparc/dl-brk.S: Delete.
38029         * sysdeps/unix/sparc/pipe.S: Delete.
38030         * sysdeps/unix/sparc/sysdep.S: Delete.
38031         * sysdeps/unix/sparc/sysdep.h: Delete.
38032         * sysdeps/unix/sparc/vfork.S: Delete.
38033         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
38034         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
38035         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
38036         (ret_ERRVAL, r0, r1, MOVE): Define.
38037         (JUMPTARGET): Remove.
38038         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
38039         sysdeps/unix/sparc/sysdep.h
38040         (ENTRY, END): Remove.
38041         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
38042
38043 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
38044
38045         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
38046         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
38047         -DIS_IN_build.
38048
38049         * timezone/README: Update upstream location and email address for
38050         tzcode and tzdata.
38051         * timezone/zdump.c: Update from tzcode 2012b.
38052         * timezone/zic.c: Likewise.
38053
38054         * configure.in (libc_cv_as_needed): Remove test.
38055         * configure: Regenerated.
38056         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
38057         conditional definition.
38058         [$(have-as-needed) != yes] (no-as-needed): Likewise.
38059         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
38060         * config.make.in (have-as-needed): Remove variable.
38061
38062 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38063             Paul Pluzhnikov  <ppluzhnikov@google.com>
38064
38065         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
38066         strings correctly.
38067
38068 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
38069
38070         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
38071         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
38072         * sysdeps/sh/strlen.S: Likewise.
38073
38074 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38075
38076         * sysdeps/unix/fork.S: Remove file.
38077         * sysdeps/unix/i386/fork.S: Likewise.
38078         * sysdeps/unix/sparc/fork.S: Likewise.
38079
38080         * sysdeps/unix/system.c: Remove file.
38081         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
38082
38083         * sysdeps/unix/getegid.S: Remove file.
38084         * sysdeps/unix/geteuid.S: Likewise.
38085
38086 2012-04-24  Roland McGrath  <roland@hack.frob.com>
38087
38088         * scripts/check-localplt.awk: New file.
38089         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
38090         of diff.
38091         * scripts/data/localplt-generic.data: Add a comment.
38092
38093         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
38094         NODE when __dir_mkfile failed.
38095         * sysdeps/mach/hurd/symlinkat.c: Likewise.
38096         Reported by Ludovic Courtès <ludo@gnu.org>.
38097
38098 2012-04-24  Andreas Jaeger  <aj@suse.de>
38099
38100         * Makerules (common-clean): Also remove gen-as-const-headers
38101         files.
38102
38103 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38104
38105         * Makerules (native-compile): Do not change working directory for
38106         build.  Use $(OUTPUT_OPTION) in command.
38107         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
38108
38109 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38110
38111         [BZ #13886]
38112         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
38113         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
38114         * math/libm-test.inc (floor_test): Add more tests.
38115         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
38116
38117 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
38118
38119         * sysdeps/unix/getdents.c: Remove file.
38120         * sysdeps/unix/sysv/getdents.c: Likewise.
38121         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
38122
38123         * sysdeps/unix/syscalls.list (madvise): Add syscall from
38124         sysdeps/unix/mman/syscalls.list.
38125         (mmap): Likewise.
38126         (mprotect): Likewise.
38127         (msync): Likewise.
38128         (munmap): Likewise.
38129         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
38130         * sysdeps/unix/mman/syscalls.list: Remove.
38131         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
38132
38133         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
38134         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
38135         * configure: Regenerated.
38136         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
38137         $(libgcc_s_suffix).
38138         * config.make.in (libgcc_s_suffix): Remove variable.
38139
38140 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
38141
38142         * sysdeps/unix/sysv/gethostname.c: Move to ...
38143         * sysdeps/posix/gethostname.c: ... here.
38144
38145         * sysdeps/unix/execve.S: Remove file.
38146
38147         * sysdeps/unix/_exit.S: Remove file.
38148
38149 2012-04-23  Andreas Jaeger  <aj@suse.de>
38150
38151         [BZ #13739]
38152         * manual/Makefile: Remove make dist support, there's no
38153         need for a stand-alone documentation tar ball.
38154         (TEXI2DVI): Define always, it's not in Makeconfig.
38155         (dist): Removed.
38156         (tar-it): Removed.
38157         (edition): Removed.
38158         (glibc-doc-$(edition).tar): Removed
38159         (%.Z): Removed.
38160         (%.gz): Removed.
38161         (%.uu): Removed.
38162         (ETAGS): Remove, it's in Makeconfig.
38163         (move-if-change): Remove, it's in Makeconfig.
38164
38165 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
38166
38167         [BZ #13970]
38168         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
38169         (strtod, strtof, strtold, strtol, strtoul, strtoq)
38170         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
38171         (strtod_l, strtof_l, strtold_l): Remove __wur.
38172         It is not necessarily an error to ignore strtol's return value.
38173         One can reliably look at the stored endptr to decide whether
38174         the number had valid syntax.
38175
38176 2012-04-21  Andreas Jaeger  <aj@suse.de>
38177
38178         [BZ #13739]
38179         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
38180
38181 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
38182
38183         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
38184         * sysdeps/unix/sysv/Versions: Remove file.
38185
38186 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
38187
38188         [BZ #13927]
38189         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38190
38191 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
38192
38193         [BZ #7064]
38194         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
38195         version from __vm86.
38196
38197 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
38198
38199         * sysdeps/unix/common/lxstat.c: Remove file.
38200         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
38201
38202         * sysdeps/unix/sysv/Makefile: Remove file.
38203
38204         * sysdeps/unix/sysv/direct.h: Remove file.
38205
38206         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
38207         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
38208         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
38209         * sysdeps/unix/sysv/bits/signum.h: Likewise.
38210         * sysdeps/unix/sysv/bits/stat.h: Likewise.
38211         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
38212         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
38213
38214         * sysdeps/unix/sysv/setrlimit.c: Remove file.
38215
38216         * sysdeps/unix/xmknod.c: Remove file.
38217         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
38218
38219         * sysdeps/unix/sysv/settimeofday.c: Remove file.
38220
38221         * sysdeps/unix/sysv/i386/time.S: Remove file.
38222
38223         * sysdeps/unix/fxstat.c: Remove file.
38224         * sysdeps/unix/xstat.c: Likewise.
38225         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
38226
38227         * sysdeps/unix/sysv/sigaction.c: Remove file.
38228
38229         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
38230         (sysdep_headers): Remove variable.
38231         [termio.h not in sysdep_headers] (generated): Likewise.
38232         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
38233         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
38234         * sysdeps/unix/sysv/tcdrain.c: Likewise.
38235         * sysdeps/unix/sysv/tcflow.c: Likewise.
38236         * sysdeps/unix/sysv/tcflush.c: Likewise.
38237         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
38238         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
38239         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
38240         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
38241         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
38242
38243         * sysdeps/unix/siglist.c: Remove file.
38244
38245         * sysdeps/unix/getppid.S: Remove file.
38246
38247         * sysdeps/unix/mkdir.c: Remove file.
38248         * sysdeps/unix/rmdir.c: Likewise.
38249
38250 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
38251
38252         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
38253         ERR_MAX value.
38254         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
38255         errlist-compat value.
38256
38257 2012-04-18  David S. Miller  <davem@davemloft.net>
38258
38259         * sysdeps/generic/memcopy.h (reg_char): Delete.
38260         * debug/strcat_chk.c: Use char, not reg_char.
38261         * debug/strcpy_chk.c: Likewise.
38262         * debug/strncat_chk.c: Likewise.
38263         * debug/strncpy_chk.c: Likewise.
38264         * string/memchr.c: Likewise.
38265         * string/memrchr.c: Likewise.
38266         * string/rawmemchr.c: Likewise.
38267         * string/strcat.c: Likewise.
38268         * string/strchr.c: Likewise.
38269         * string/strchrnul.c: Likewise.
38270         * string/strcmp.c: Likewise.
38271         * string/strcpy.c: Likewise.
38272         * string/strncat.c: Likewise.
38273         * string/strncmp.c: Likewise.
38274         * string/strncpy.c: Likewise.
38275
38276 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38277
38278         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
38279         __builtin_memcopy is called when src and dest ranges are known to not
38280         overlap.
38281
38282 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38283
38284         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
38285         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
38286         fwd_align_merge macro call.
38287         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
38288         bwd_align_merge macro call.
38289         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38290
38291 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
38292
38293         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
38294         bwd_align_merge macros.
38295         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
38296         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
38297         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
38298
38299 2012-04-18  David S. Miller  <davem@davemloft.net>
38300
38301         * sysdeps/sparc/sparc64/memcopy.h: Delete.
38302
38303 2012-04-18  Andreas Jaeger  <aj@suse.de>
38304
38305         [BZ# 6794]
38306         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
38307         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
38308         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38309
38310         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
38311         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
38312         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38313
38314         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
38315         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
38316         Adjust for changed ldbl-128 files.
38317
38318         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
38319         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
38320         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
38321
38322 2012-04-17  David S. Miller  <davem@davemloft.net>
38323
38324         * sysdeps/sparc/sparc32/memcopy.h: Delete.
38325
38326 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
38327
38328         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
38329         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
38330         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
38331         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
38332         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
38333         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
38334
38335 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38336
38337         [BZ #6794]
38338         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
38339         * math/libm-test.inc: Add ilogb errno and exception tests.
38340         * math/w_ilogb.c: New file: ilogb wrapper.
38341         * math/w_ilogbf.c: New file: ilogbf wrapper.
38342         * math/w_ilogbl.c: New file: ilogbl wrapper.
38343         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
38344         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
38345         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
38346         exception being thrown with 0.0 as argument.
38347         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
38348         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
38349         exception being thrown with 0.0 as argument.
38350         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
38351         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38352         exception being thrown with 0.0 as argument.
38353         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
38354         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
38355         exception being thrown with 0.0 as argument.
38356         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
38357         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
38358         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
38359         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
38360         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
38361         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
38362         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
38363         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
38364         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
38365
38366 2012-04-17  Petr Baudis  <pasky@ucw.cz>
38367
38368         * include/sys/uio.h: Change __vector to __iovec to avoid clash
38369         with altivec.
38370
38371 2012-04-16  Marek Polacek  <polacek@redhat.com>
38372
38373         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
38374
38375 2012-04-16  Marek Polacek  <polacek@redhat.com>
38376
38377         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
38378         operands of fdivp instruction.
38379
38380 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38381
38382         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
38383         * elf/tst-auditmod3b.c: Likewise.
38384         * elf/tst-auditmod4b.c: Likewise.
38385         * elf/tst-auditmod5b.c: Likewise.
38386         * elf/tst-auditmod6b.c: Likewise.
38387         * elf/tst-auditmod6c.c: Likewise.
38388         * elf/tst-auditmod7b.c: Likewise.
38389         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
38390         * sysdeps/x86_64/preconfigure.in: Likewise.
38391         * sysdeps/x86_64/preconfigure: Regenerated.
38392
38393 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38394
38395         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
38396         __ILP32__.
38397
38398 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
38399
38400         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38401         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
38402
38403 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
38404
38405         [BZ #13973]
38406         * locale/iso-639.def: Fix gl language name. Spotted by
38407         Yaron Shahrabani.
38408
38409 2012-04-12  Roland McGrath  <roland@hack.frob.com>
38410
38411         [BZ #2074]
38412         * libio/libio.h (__io_write_fn): Update comment.
38413
38414 2012-04-12  Petr Baudis  <pasky@ucw.cz>
38415
38416         [BZ #2074]
38417         * stdio.texi (Hook Functions): The user provided writer function
38418         is not allowed to return -1.
38419
38420 2012-04-11  David S. Miller  <davem@davemloft.net>
38421
38422         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38423
38424 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
38425
38426         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
38427         Add a leading slash to rtkaio.
38428
38429 2012-04-11  Jim Meyering  <meyering@redhat.com>
38430
38431         [BZ #11959]
38432         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
38433         It is not necessarily an error to ignore fwrite's return
38434         value.  One can reliably use ferror to test for errors after
38435         the fact.
38436
38437 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38438
38439         * bits/types.h (__snseconds_t): New type.
38440         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
38441
38442         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
38443         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38444         (__SNSECONDS_T_TYPE): Likewise.
38445         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38446         (__SNSECONDS_T_TYPE): Likewise.
38447         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38448         (__SNSECONDS_T_TYPE): Likewise.
38449
38450 2012-04-10  Andreas Jaeger  <aj@suse.de>
38451
38452         [BZ #2636]
38453         * manual/time.texi (Processor Time): Return type of times is
38454         elapsed real time since an arbitrary point in the past.
38455         (CPU Time): Move CLK_TCK from here...
38456         (Processor Time): ...to here.  Correct description.
38457         * manual/conf.texi (Constants for Sysconf): Correct description of
38458         _SC_CLK_TCK.
38459
38460 2012-04-10  David S. Miller  <davem@davemloft.net>
38461
38462         [BZ #13967]
38463         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
38464         where the is a gap between DT_REL(A) and DT_JMPREL.
38465
38466 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38467
38468         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
38469         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38470         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38471
38472 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
38473
38474         * elf/dl-support.c (_dl_inhibit_cache): New variable.
38475         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
38476         (dl_main): Handle --inhibit-cache.
38477         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
38478         _dl_inhibit_cache.
38479         * elf/dl-load.c (_dl_map_object): Use it.
38480         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
38481
38482 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38483
38484         [BZ #13872]
38485         * sysdeps/i386/fpu/e_powl.S (p78): New object.
38486         (__ieee754_powl): Saturate large exponents rather than testing for
38487         overflow of y*log2(x).
38488         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38489         * math/libm-test.inc (pow_test): Do not permit spurious overflow
38490         exceptions.
38491
38492         [BZ #11521]
38493         * math/s_ctan.c: Include <float.h>.
38494         (__ctan): Avoid internal overflow or cancellation in calculating
38495         denominator.
38496         * math/s_ctanf.c: Likewise.
38497         * math/s_ctanl.c: Likewise.
38498         * math/s_ctanh.c: Likewise.
38499         * math/s_ctanhf.c: Likewise.
38500         * math/s_ctanhl.c: Likewise.
38501         * math/libm-test.inc (ctan_test): Add more tests.
38502         (ctanh_test): Likewise.
38503         * sysdeps/i386/fpu/libm-test-ulps: Update.
38504         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38505
38506 2012-04-09  Andreas Jaeger  <aj@suse.de>
38507
38508         [BZ #6894]
38509         * manual/filesys.texi (Directory Entries): Mention that d_namlen
38510         is an optional BSD extension.
38511
38512         [BZ #10254]
38513         * manual/stdio.texi (Opening Streams): Document additional fopen
38514         parameters.
38515
38516 2012-04-09  Roland McGrath  <roland@hack.frob.com>
38517
38518         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
38519         %eax without telling the compiler.
38520
38521 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
38522
38523         [BZ # 13963]
38524         * manual/install.texi: Use sourceware.org.
38525
38526 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38527
38528         [BZ #13873]
38529         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
38530         (__ieee754_pow): Generate overflow and underflow using huge*huge
38531         and tiny*tiny rather than just returning constant infinity or zero
38532         for large exponents.
38533         * math/libm-test.inc (pow_test): Require overflow exceptions for
38534         applicable cases of large exponents.
38535
38536         [BZ #706]
38537         * sysdeps/i386/fpu/e_pow.S (p10): New object.
38538         (__ieee754_pow): Use iterative multiplication algorithm only for
38539         integer exponents with absolute value below 1024.  Check for odd
38540         integer exponents when using algorithm for real exponents.
38541         * math/libm-test.inc (pow_test): Add more tests.
38542         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38543
38544 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
38545
38546         [BZ #13705]
38547         * math/libm-test.inc (exp_test): Do not allow overflow exception
38548         on underflow test.
38549
38550 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
38551
38552         [BZ #13705]
38553         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
38554         instead of __kernel_standard_f.
38555
38556 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
38557
38558         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
38559         * sysdeps/x86_64/memset_chk.S: Likewise.
38560
38561 2012-04-08  Andreas Jaeger  <aj@suse.de>
38562
38563         [BZ #10153]
38564         * manual/startup.texi (Environment Access): Describe return value
38565         for putenv and setenv.
38566
38567         [BZ #6895]
38568         * manual/filesys.texi (Directory Entries): Add description for
38569         DT_LNK.
38570
38571         [BZ #6890]
38572         * manual/filesys.texi (Directory Entries): Clarify that it's file
38573         system not operating system in the description of DT_UNKNOWN.
38574
38575         [BZ #6578]
38576         * manual/syslog.texi (closelog): Fix reference, it's openlog.
38577
38578 2012-04-08  Stephen Compall  <s11@member.fsf.org>
38579
38580         [BZ #6649]
38581         * manual/llio.texi (Opening and Closing Files): Add cross
38582         reference to explain mode argument.
38583
38584 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
38585
38586         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
38587         * sysdeps/x86_64/memset_chk.S: Likewise.
38588
38589 2012-04-07  David S. Miller  <davem@davemloft.net>
38590
38591         * elf/elf.h (R_SPARC_WDISP10): Define.
38592         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
38593         R_SPARC_SIZE32.
38594         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
38595         R_SPARC_SIZE64 and R_SPARC_H34.
38596
38597 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
38598
38599         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
38600         conditions and remove no longer applicable assertion.
38601
38602 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38603
38604         * bits/byteswap.h: Include <features.h>.
38605         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38606         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38607
38608 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38609
38610         * bits/byteswap.h (__bswap_16): Removed.
38611         Include <bits/byteswap-16.h> to get __bswap_16.
38612         * sysdeps/i386/bits/byteswap.h: Likewise.
38613         * sysdeps/s390/bits/byteswap.h: Likewise.
38614         * sysdeps/x86_64/bits/byteswap.h: Likewise.
38615         * bits/byteswap-16.h: New file.
38616         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38617         * sysdeps/s390/bits/byteswap-16.h: Likewise.
38618         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
38619         * string/Makefile (headers): Add bits/byteswap-16.h.
38620
38621 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
38622
38623         [BZ #13895]
38624         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
38625         extra indirection.
38626         * nss/Makefile (tests-static, tests): Add tst-nss-static.
38627         * nss/tst-nss-static.c: New.
38628
38629 2012-04-06  Robert Millan  <rmh@gnu.org>
38630
38631         [BZ #6486]
38632         * manual/llio.texi (File Position Primitive): lseek
38633         refers to WHENCE when it really means OFFSET.
38634
38635 2012-04-06  Andreas Jaeger  <aj@suse.de>
38636
38637         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
38638         strncmp declarations.
38639
38640         * abilist/libc.abilist: Add __poll and __ppoll.
38641
38642 2012-04-05  David S. Miller  <davem@davemloft.net>
38643
38644         * scripts/check-local-headers.sh: Accept a host triplet in the
38645         path matched by the exclude regexp.
38646
38647         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
38648         definition.
38649         * sysdeps/powerpc/powerpc32/dl-machine.h
38650         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
38651         * sysdeps/s390/s390-32/dl-machine.h
38652         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38653         * sysdeps/sparc/sparc32/dl-machine.h
38654         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38655         * sysdeps/sparc/sparc64/dl-machine.h
38656         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38657
38658         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
38659         lazy binding.
38660         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
38661         undefined symbol errors.
38662
38663         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
38664         DT_NEEDED entries.
38665
38666 2012-04-05  Michael Matz  <matz@suse.de>
38667
38668         [BZ #13592]
38669         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
38670
38671 2012-04-05  Andreas Jaeger  <aj@suse.de>
38672
38673         [BZ #13908]
38674         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
38675         comment.
38676
38677 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38678
38679         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
38680         which ROUND is no valid rounding mode.
38681
38682 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38683
38684         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
38685         read again.
38686         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
38687
38688 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38689
38690         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
38691         an exception using FPU order intentionally.
38692
38693 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38694
38695         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
38696         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
38697         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
38698         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
38699
38700 2012-04-05  Simon Josefsson  <simon@josefsson.org>
38701
38702         [BZ #12340]
38703         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
38704         EINVAL when BUFLEN is too smal.
38705
38706 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
38707
38708         [BZ #13553]
38709         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
38710         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
38711
38712 2012-04-03  Andreas Jaeger  <aj@suse.de>
38713
38714         [BZ #13938]
38715         * manual/setjmp.texi (System V contexts): Fix sentence.
38716
38717         [BZ #13926]
38718         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
38719         New macro for this case.
38720         [!__GNUC__] (__bswap_64): New inline function for this case.
38721         * sysdeps/x86_64/bits/byteswap.h: Likewise.
38722         * bits/byteswap.h: Likewise.
38723         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
38724         ull, guard with __GLIBC_HAVE_LONG_LONG.
38725
38726         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
38727         __GLIBC_HAVE_LONG_LONG.
38728
38729         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
38730         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
38731
38732 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
38733
38734         [BZ #13691]
38735         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
38736         inptr and inend, rather than using last_ch.
38737
38738 2012-04-02  David S. Miller  <davem@davemloft.net>
38739
38740         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
38741         * stdio-common/printf-parse.h (read_int): Change return type to
38742         'int', return -1 on INT_MAX overflow.
38743         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
38744         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
38745         overflows INT_MAX.  Check for overflow of in-format-string precision
38746         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
38747         SIZE_MAX not INT_MAX for integer overflow test.
38748         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
38749         skip the construct in the format string but do not record anything.
38750         * stdio-common/bug22.c: Adjust to test both width/prevision
38751         INT_MAX overflow as well as total length INT_MAX overflow.  Check
38752         explicitly for proper errno values.
38753
38754 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
38755
38756         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
38757         CHAR_MAX.
38758         * string/test-strcmp.c [! WIDE]: Likewise.
38759         * time/tst-mktime2.c: Likewise for INT_MAX.
38760         * string/test-string.h: #include <sys/param.h> for MIN.
38761
38762         * csu/init-first.c (__libc_init_first): Call __ctype_init.
38763         * sysdeps/i386/init-first.c (init): Likewise.
38764         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
38765         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
38766         * sysdeps/sh/init-first.c (init): Likewise.
38767
38768 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
38769
38770         * po/ru.po: Update from translation team.
38771         * po/vi.po: Likewise.
38772
38773 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
38774
38775         * resolv/nss_dns/dns-host.c: Merge copyright years.
38776
38777 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38778
38779         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
38780         Optimize memcpy with prefetch if
38781         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
38782         src, dst pointers have unequal 16 byte alignments.
38783
38784 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
38785
38786         [BZ #13928]
38787         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
38788         from a CNAME entry and return the minimum ttl for the query.
38789         (gaih_getanswer_slice): Likewise.
38790
38791 2012-03-30  Jeff Law  <law@redhat.com>
38792
38793         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
38794         due to long keys.
38795         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
38796         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
38797
38798         * resolv/nss_dns/dns-host.c: Update copyright year.
38799
38800 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
38801
38802         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
38803         requests to save a system call.  Fix check that all bytes are sent.
38804
38805         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
38806         comments for sendmmsg.
38807
38808 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38809
38810         [BZ #13691]
38811         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
38812         with only 1 character between 0x0041 and 0x01b0.
38813         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
38814         * wcsmbs/tst-mbsnrtowcs.c: New file.
38815
38816 2012-03-29  David S. Miller  <davem@davemloft.net>
38817
38818         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
38819         small copies by hand.
38820
38821 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38822
38823         [BZ #13761]
38824         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
38825         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
38826         group memberships.
38827
38828 2012-03-28  David S. Miller  <davem@davemloft.net>
38829
38830         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
38831         that branches into memcpy.
38832         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
38833         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
38834         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38835         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
38836         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
38837         bits.
38838         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
38839         implementation too.
38840         * sysdeps/sparc/mempcpy.S: New file.
38841
38842         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
38843         the IFUNC routine in the libc case.
38844         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
38845
38846         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
38847         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
38848         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
38849         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
38850         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
38851         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
38852         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
38853         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
38854
38855         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
38856         loop to 256 bytes instead of 64 bytes and fix test signedness.
38857
38858         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
38859         * sysdeps/sparc/sparc32/Makefile: rather than here...
38860         * sysdeps/sparc/sparc64/Makefile: and here.
38861
38862 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
38863
38864         * malloc/mallocbug.c: Avoid warnings about unused variables.
38865
38866 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
38867
38868         [BZ #13760]
38869         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
38870         in the right place. Discard and retry query if response is
38871         larger than input buffer size.
38872
38873 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
38874
38875         [BZ #369]
38876         [BZ #2678]
38877         [BZ #3866]
38878         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
38879         x for large integer exponent.
38880         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
38881         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
38882         sign of result as needed afterwards.
38883         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
38884         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
38885         result for underflowing pow the same as for overflow.
38886         (__kernel_standard_l): Handle powl overflow and underflow here
38887         rather than calling __kernel_standard.
38888         * math/libm-test.inc (pow_test): Add more tests.
38889
38890         [BZ #3868]
38891         [BZ #13879]
38892         [BZ #13910]
38893         [BZ #13911]
38894         [BZ #13912]
38895         [BZ #13913]
38896         [BZ #13915]
38897         [BZ #13916]
38898         [BZ #13917]
38899         [BZ #13918]
38900         [BZ #13919]
38901         [BZ #13920]
38902         [BZ #13921]
38903         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
38904         * sysdeps/ieee754/k_standard.c: Include <float.h>.
38905         (__kernel_standard_l): New function.
38906         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
38907         __kernel_standard.
38908         * math/w_acosl.c (__acosl): Likewise.
38909         * math/w_asinl.c (__asinl): Likewise.
38910         * math/w_atan2l.c (__atan2l): Likewise.
38911         * math/w_atanhl.c (__atanhl): Likewise.
38912         * math/w_coshl.c (__coshl): Likewise.
38913         * math/w_exp10l.c (__exp10l): Likewise.
38914         * math/w_exp2l.c (__exp2l): Likewise.
38915         * math/w_fmodl.c (__fmodl): Likewise.
38916         * math/w_hypotl.c (__hypotl): Likewise.
38917         * math/w_j0l.c (__j0l, __y0l): Likewise.
38918         * math/w_j1l.c (__j1l, __y1l): Likewise.
38919         * math/w_jnl.c (__jnl, __ynl): Likewise.
38920         * math/w_lgammal.c (__lgammal): Likewise.
38921         * math/w_log10l.c (__log10l): Likewise.
38922         * math/w_log2l.c (__log2l): Likewise.
38923         * math/w_logl.c (__logl): Likewise.
38924         * math/w_powl.c (__powl): Likewise.
38925         * math/w_remainderl.c (__remainderl): Likewise.
38926         * math/w_scalbl.c (sysv_scalbl): Likewise.
38927         * math/w_sinhl.c (__sinhl): Likewise.
38928         * math/w_sqrtl.c (__sqrtl): Likewise.
38929         * math/w_tgammal.c (__tgammal): Likewise.
38930         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
38931         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
38932         * math/libm-test.inc (acos_test): Add more tests.
38933         (acosh_test): Likewise.
38934         (asin_test): Likewise.
38935         (atanh_test): Likewise.
38936         (exp_test): Likewise.
38937         (exp10_test): Likewise.
38938         (exp2_test): Likewise.
38939         (expm1_test): Likewise.
38940         (lgamma_test): Likewise.
38941         (log_test): Likewise.
38942         (log10_test): Likewise.
38943         (log1p_test): Likewise.
38944         (log2_test): Likewise.
38945         (pow_test): Do not allow some spurious overflow exceptions.
38946         (sqrt_test): Add more tests.
38947         (tgamma_test): Likewise.
38948         (y0_test): Likewise.
38949         (y1_test): Likewise.
38950         (yn_test): Likewise.
38951
38952 2012-03-27  Anton Blanchard  <anton@samba.org>
38953
38954         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
38955         MAP_HUGETLB.
38956         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
38957         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
38958         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
38959
38960 2012-03-27  David S. Miller  <davem@davemloft.net>
38961
38962         * conform/Makefile: Run run-conformtest.sh using $(BASH).
38963
38964         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
38965         have-as-vis3 check.
38966
38967 2012-03-27  Andreas Jaeger  <aj@suse.de>
38968
38969         * sysdeps/x86_64/elf/configure.in: Moved to ...
38970         * sysdeps/x86_64/configure.in: ... here.
38971         * sysdeps/x86_64/elf/start.S: Moved to ...
38972         * sysdeps/x86_64/start.S: ... here.
38973         * sysdeps/x86_64/elf/configure: Delete.
38974
38975         * sysdeps/x86_64/configure.in: Merge contents from
38976         sysdeps/i386/configure.in (without i686 check).
38977
38978         * sysdeps/i386/elf/Versions: Merge into ...
38979         * sysdeps/i386/Versions: ... this.
38980         * sysdeps/i386/elf/Versions: Delete file.
38981         * sysdeps/i386/elf/start.S: Moved to ...
38982         * sysdeps/i386/start.S: ...here.
38983         * sysdeps/i386/elf/configure.in: Merge into...
38984         * sysdeps/i386/configure.in: ...here.
38985         * sysdeps/i386/elf/configure.in: Delete file.
38986         * sysdeps/i386/elf/configure: Delete file.
38987
38988         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
38989         * debug/backtracesyms.c: ... here.
38990         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
38991         * debug/backtracesymsfd.c: ... here.
38992         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
38993         * sysdeps/generic/ifunc-sel.h: ... here.
38994
38995         * sysdeps/unix/i386/start.c: Delete file.
38996         * sysdeps/unix/sparc/start.c: Delete file.
38997         * sysdeps/unix/start.c: Delete file.
38998
38999         * sysdeps/sh/elf/configure.in: Moved to ...
39000         * sysdeps/sh/configure.in: ... here.
39001         * sysdeps/sh/elf/start.S: Moved to ...
39002         * sysdeps/sh/start.S: ... here.
39003         * sysdeps/sh/elf/configure: Delete file.
39004
39005         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
39006         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
39007         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
39008         * sysdeps/powerpc/powerpc64/entry.h: ... here.
39009         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
39010         * sysdeps/powerpc/powerpc64/start.S: here.
39011         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
39012         * sysdeps/powerpc/powerpc64/Makefile: ... this.
39013         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
39014         * sysdeps/powerpc/powerpc64/configure.in: ... this.
39015         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
39016
39017         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
39018         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
39019         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
39020         * sysdeps/powerpc/powerpc32/start.S: ... here.
39021         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
39022         * sysdeps/powerpc/powerpc32/configure.in: ... this.
39023         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
39024
39025         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
39026         * sysdeps/powerpc/ifunc-sel.h: ... here.
39027         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
39028         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
39029
39030         * sysdeps/sparc/elf/configure.in: Moved to ...
39031         * sysdeps/sparc/configure.in: ... here.
39032         * sysdeps/sparc/elf/configure: Delete file.
39033         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
39034         * sysdeps/sparc/sparc32/start.S: ... here.
39035         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
39036         * sysdeps/sparc/sparc64/start.S: ... here.
39037         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
39038         * sysdeps/sparc/sparc32/Makefile: ... this.
39039         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
39040         * sysdeps/sparc/sparc64/Makefile: ... this.
39041
39042         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
39043         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
39044         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
39045         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
39046         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
39047         * sysdeps/s390/s390-32/setjmp.S: ... here.
39048         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
39049         * sysdeps/s390/s390-32/configure.in: ... here.
39050         * sysdeps/s390/s390-32/elf/configure: Delete file.
39051         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
39052         * sysdeps/s390/s390-32/start.S: ... here.
39053
39054         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
39055         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
39056         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
39057         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
39058         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
39059         * sysdeps/s390/s390-64/setjmp.S: ... here.
39060         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
39061         * sysdeps/s390/s390-64/configure.in: ... here
39062         * sysdeps/s390/s390-64/elf/configure: Delete file.
39063         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
39064         * sysdeps/s390/s390-64/start.S: ... here.
39065         * sysdeps/s390/s390-64/elf/configure: Delete.
39066
39067         * configure.in: Remove support for elf directories in sysdeps.
39068
39069         * configure: Regenerated.
39070         * sysdeps/i386/configure: Regenerated.
39071         * sysdeps/powerpc/powerpc32/configure: Regenerated.
39072         * sysdeps/powerpc/powerpc64/configure: Regenerated.
39073         * sysdeps/s390/s390-32/configure: Regenerated.
39074         * sysdeps/s390/s390-64/configure: Regenerated.
39075         * sysdeps/sh/configure: Regenerated.
39076         * sysdeps/sparc/configure: Regenerated.
39077         * sysdeps/x86_64/configure: Regenerated.
39078
39079 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
39080
39081         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39082
39083         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
39084         denormal result into account.
39085
39086 2012-03-25  Roland McGrath  <roland@hack.frob.com>
39087
39088         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
39089         Reported by Allan McRae <allan@archlinux.org>.
39090
39091 2012-03-23  Jeff Law  <law@redhat.com>
39092
39093         * nss/getnssent.c (__nss_getent): Fix typo.
39094
39095 2012-03-23  David S. Miller  <davem@davemloft.net>
39096
39097         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39098
39099 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
39100
39101         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
39102         to pad to uint64_t for each field.
39103         (dl_tls_index): Replace unsigned long with uint64_t.
39104
39105 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
39106         Paul Pluzhnikov  <ppluzhnikov@google.com>
39107
39108         [BZ #6528]
39109         * grp/Makefile (otherlibs): Don't set it.
39110         * inet/Makefile (otherlibs): Likewise.
39111         * login/Makefile (otherlibs): Likewise.
39112         * nscd/Makefile (otherlibs): Likewise.
39113         * posix/Makefile (otherlibs): Likewise.
39114         * pwd/Makefile (otherlibs): Likewise.
39115         * rt/Makefile (otherlibs): Likewise.
39116         * sunrpc/Makefile (otherlibs): Likewise.
39117         * nss/Makefile (otherlibs): Likewise.
39118         Add libnss_files to routines and static-only-routines.
39119         ($(objpfx)getent): Remove rule.
39120         * resolv/Makefile: Add libnss_dns and libresolv to routines and
39121         static-only-routines.
39122
39123 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
39124
39125         [BZ #13892]
39126         * math/s_cexp.c: Include <float.h>.
39127         (__cexp): Handle exp result overflowing not necessarily
39128         overflowing both real and imaginary parts of result.
39129         * math/s_cexpf.c: Likewise.
39130         * math/s_cexpl.c: Likewise.
39131         * math/libm-test.inc (cexp_test): Add more tests.
39132         * sysdeps/i386/fpu/libm-test-ulps: Update.
39133         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39134
39135 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39136
39137         * include/link.h (ELFW): New macro.
39138         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
39139         Replace ELF64_R_TYPE with ELFW(R_TYPE).
39140
39141 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39142
39143         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
39144         with uint64_t.
39145
39146 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39147
39148         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
39149         declaration.
39150         (struct La_x32_retval): Likewise.
39151
39152 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
39153
39154         * sysdeps/x86_64/preconfigure.in: New file.
39155         * sysdeps/x86_64/preconfigure: New generated file.
39156
39157 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
39158
39159         [BZ #13824]
39160         * math/e_exp2l.c: Include <float.h>.
39161         (__ieee754_exp2l): Handle overflow and underflow cases
39162         separately.  Only pass fractional part of argument to
39163         __ieee754_expl.
39164         * math/libm-test.inc (exp2_test): Add more tests.
39165
39166         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
39167         negating x to take absolute value.
39168         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
39169         Likewise.
39170         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
39171         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
39172         Likewise.
39173         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
39174         computing low part if x was negated.
39175         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
39176
39177 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39178
39179         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
39180         la_x32_gnu_pltexit.
39181         (pltexit): Cast int_retval to ptrdiff_t.
39182         * elf/tst-auditmod3b.c: Likewise.
39183         * elf/tst-auditmod4b.c: Likewise.
39184         * elf/tst-auditmod5b.c: Likewise.
39185         * elf/tst-auditmod6b.c: Likewise.
39186         * elf/tst-auditmod6c.c: Likewise.
39187         * elf/tst-auditmod7b.c: Likewise.
39188
39189         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
39190         and x32_gnu_pltexit.
39191
39192         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
39193         __ELF_NATIVE_CLASS.
39194         (La_x32_regs): New macro.
39195         (La_x32_retval): Likewise.
39196         (la_x32_gnu_pltenter): New function prototype.
39197         (la_x32_gnu_pltexit): Likewise.
39198
39199 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
39200
39201         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
39202         exponent.
39203
39204         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39205
39206         * configure.in (libc_cv_cc_nofma): Check for option to disable
39207         generation of FMA instructions.
39208         * configure: Regenerate.
39209         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
39210         * sysdeps/ieee754/dbl-64/Makefile: New file.
39211         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
39212         Remove brandred-fma4.
39213         (CFLAGS-brandred-fma4.c): Remove.
39214         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
39215         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
39216         define.
39217         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
39218         define.
39219
39220 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39221
39222         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39223         LLONG_MAX != LONG_MAX.
39224         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39225         (_fitoa_word): Likewise.
39226         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
39227         LLONG_MAX != LONG_MAX.
39228         * stdio-common/_itowa.h: Include <_itoa.h>.
39229         (_itowa_word): Use _ITOA_WORD_TYPE on value.
39230         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
39231         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
39232         only if not defined.
39233         (_ITOA_WORD_TYPE): Likewise.
39234         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39235         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
39236
39237 2012-03-21  David S. Miller  <davem@davemloft.net>
39238
39239         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39240
39241 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
39242
39243         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
39244         of x86_64 when setting libc_cv_slibdir, libdir and
39245         libc_cv_localedir.
39246         * sysdeps/unix/sysv/linux/configure: Regenerated.
39247
39248 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39249
39250         * manual/lang.texi (Old Varargs): Remove section.
39251         (How Variadic): Update menu.
39252         (va_start): Do not mention varargs.h.
39253
39254 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39255             Joseph Myers  <joseph@codesourcery.com>
39256
39257         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
39258         link test.
39259         * configure: Regenerated.
39260
39261 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
39262
39263         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
39264         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
39265         conformtest.pl
39266
39267 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39268
39269         * NOTES: Remove.
39270         * Makefile (files-for-dist): Remove NOTES.
39271         (NOTES): Remove rule.
39272         * README: Don't refer to NOTES.
39273         * manual/creature.texi: Don't include macros.texi.
39274         * manual/intro.texi (creature.texi): Remove comment referring to
39275         NOTES.
39276
39277         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
39278         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
39279         * configure: Regenerated.
39280         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
39281         LIBC_TRY_CC_OPTION.
39282         (libc_cv_as_i686): Likewise.
39283         (libc_cv_cc_avx): Likewise.
39284         (libc_cv_cc_sse2avx): Likewise.
39285         (libc_cv_cc_fma4): Likewise.
39286         (libc_cv_cc_novzeroupper): Likewise.
39287         * sysdeps/i386/configure: Regenerated.
39288
39289         [BZ #13883]
39290         * sysdeps/i386/fpu/s_cexp.S: Remove.
39291         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
39292         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
39293         * math/libm-test.inc (cexp_test): Add more tests.
39294         * sysdeps/i386/fpu/libm-test-ulps: Update.
39295         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39296
39297 2012-03-21  Allan McRae  <allan@archlinux.org>
39298
39299         * timezone/Makefile: Do not install iso3166.tab and zone.tab
39300
39301 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
39302
39303         [BZ #13871]
39304         * math/w_exp2.c: Do not include <float.h>.
39305         (o_threshold, u_threshold): Remove.
39306         (__exp2): Calculate result before checking finiteness and calling
39307         __kernel_standard.
39308         * math/w_exp2f.c: Likewise.
39309         * math/w_exp2l.c: Likewise.
39310         * math/libm-test.inc (exp2_test): Require overflow exception for
39311         1e6 input.
39312
39313         [BZ #3866]
39314         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
39315         range of signed 64-bit integers before using fistpll.  Remove
39316         checks for whether integers fit in mantissa bits.
39317         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
39318         the range of signed 32-bit integers before using fistpl.  Remove
39319         checks for whether integers fit in mantissa bits.
39320         * sysdeps/i386/fpu/e_powl.S (p64): New object.
39321         (__ieee754_powl): Test for y outside the range of signed 64-bit
39322         integers before using fistpll.  Reduce 64-bit values to 63-bit
39323         ones as needed.
39324         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
39325         divide-by-zero is raised for zero to large negative powers.
39326         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
39327         (__ieee754_powl): Test for y outside the range of signed 64-bit
39328         integers before using fistpll.  Reduce 64-bit values to 63-bit
39329         ones as needed.
39330         * math/libm-test.inc (pow_test): Add more tests.
39331
39332 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39333
39334         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
39335         <stdio-common/_itoa.h>.
39336         * debug/segfault.c: Likewise.
39337         * elf/dl-cache.c: Likewise.
39338         * elf/dl-minimal.c: Likewise.
39339         * elf/dl-misc.c: Likewise.
39340         * elf/dl-sysdep.c: Likewise.
39341         * elf/dl-version.c: Likewise.
39342         * elf/rtld.c: Likewise.
39343         * hurd/hurdsock.c: Likewise.
39344         * hurd/lookup-retry.c: Likewise.
39345         * malloc/malloc.c: Likewise.
39346         * malloc/mtrace.c: Likewise.
39347         * nscd/nscd_getgr_r.c: Likewise.
39348         * nscd/nscd_getpw_r.c: Likewise.
39349         * nscd/nscd_getserv_r.c: Likewise.
39350         * posix/getopt_init.c: Likewise.
39351         * posix/wordexp.c: Likewise.
39352         * stdio-common/_itoa.c: Likewise.
39353         * stdio-common/printf_fphex.c: Likewise.
39354         * stdio-common/vfprintf.c: Likewise.
39355         * string/_strerror.c: Likewise.
39356         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
39357         * sysdeps/i386/i686/hp-timing.h: Likewise.
39358         * sysdeps/mach/_strerror.c: Likewise.
39359         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
39360         * sysdeps/mach/hurd/sethostid.c: Likewise.
39361         * sysdeps/mach/hurd/xmknodat.c: Likewise.
39362         * sysdeps/mach/xpg-strerror.c: Likewise.
39363         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
39364         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
39365         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
39366         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
39367         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
39368         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
39369         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
39370         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
39371         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
39372         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
39373         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
39374         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
39375         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
39376         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
39377         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
39378         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
39379         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
39380         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
39381         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
39382         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
39383         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
39384
39385         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
39386
39387         * stdio-common/_itoa.h: Moved to ...
39388         * sysdeps/generic/_itoa.h: Here.
39389
39390         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
39391
39392         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
39393         instead of "_itoa.h" and "_itowa.h".
39394         * stdio-common/vfprintf.: Likewise.
39395
39396 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39397
39398         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
39399         <bits/wordsize.h>.
39400         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
39401         (__signbit): Likwise.
39402         (llrintf): Likwise.
39403         (llrint): Likwise.
39404
39405 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39406
39407         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
39408         __WORDSIZE != 64.
39409
39410 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
39411
39412         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
39413         OVERFLOW_EXCEPTION_OK.
39414         * math/libm-test.inc ("Philosophy"): Update comment about
39415         exception testing.
39416         (OVERFLOW_EXCEPTION): Define.
39417         (OVERFLOW_EXCEPTION_OK): Likewise.
39418         (INVALID_EXCEPTION_OK): Renumber.
39419         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39420         (IGNORE_ZERO_INF_SIGN): Likewise.
39421         (test_exceptions): Handle FE_OVERFLOW.
39422         (exp10_test): Expect overflow exceptions.
39423         (exp2_test): Likewise.
39424         (expm1_test): Likewise.
39425         (nextafter_test): Likewise.
39426         (pow_test): Likewise.
39427         (scalbn_test): Likewise.
39428         (scalbln_test): Likewise.
39429
39430 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39431
39432         * sysdeps/x86_64/bits/atomic.h
39433         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
39434         64bit integer.
39435         (atomic_exchange_acq): Likewise.
39436         (__arch_exchange_and_add_body): Likewise.
39437         (__arch_add_body): Likewise.
39438         (atomic_add_negative): Likewise.
39439         (atomic_add_zero): Likewise.
39440
39441 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39442
39443         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
39444         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
39445
39446 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39447
39448         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
39449         Check __x86_64__ instead of __WORDSIZE.
39450
39451 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39452
39453         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
39454
39455 2012-03-19  David S. Miller  <davem@davemloft.net>
39456
39457         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39458
39459         * sysdeps/sparc/fpu/fenv_private.h: New file.
39460         * sysdeps/sparc/fpu/math_private.h: Use it.
39461         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
39462         Remove.
39463         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
39464         (libc_feholdexcept_setroundl): Remove.
39465         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
39466         Remove.
39467         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
39468         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
39469
39470 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39471
39472         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
39473         int64_t instead of long int.
39474         (INSERT_WORDS64): Likwise.
39475
39476 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39477
39478         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
39479         _Unwind_GetCFA return to _Unwind_Ptr first.
39480
39481 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
39482
39483         [BZ #13629]
39484         * math/s_clog.c: Include <float.h>.
39485         (__clog): Scale large or subnormal inputs.
39486         * math/s_clogf.c: Likewise.
39487         * math/s_clogl.c: Likewise.
39488         * math/s_clog10.c: Include <float.h>.
39489         (M_LOG10_2): Define.
39490         (__clog10): Scale large or subnormal inputs.
39491         * math/s_clog10f.c: Likewise.
39492         * math/s_clog10l.c: Likewise.
39493         * math/libm-test.inc (clog_test): Add more tests.
39494         (clog10_test): Likewise.
39495         * sysdeps/i386/fpu/libm-test-ulps: Update.
39496         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39497
39498         [BZ #11451]
39499         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
39500         x and y.
39501         * math/libm-test.inc (atan2_test): Add another test.
39502
39503         * Makerules (common-objdir-compile): Remove.
39504         * sysdeps/unix/Makefile (config-generated): Do not add
39505         $(unix-generated) to variable.
39506         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
39507         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
39508         Remove rule.
39509         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
39510         Likewise.
39511         [generic bits/local_lim.h] (before-compile): Do not append to
39512         variable.
39513         [generic bits/local_lim.h] (common-generated): Likewise.
39514         [generic sys/param.h] (before-compile): Do not append to variable.
39515         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
39516         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
39517         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
39518         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
39519         include.
39520         [generic sys/param.h] (sys/param.h-includes): Remove variable.
39521         [generic sys/param.h] (sys/param.h-includes): Remove rule.
39522         [generic sys/param.h] ($(addprefix
39523         $(common-objpfx),$(sys/param.h-includes))): Likewise.
39524         [generic sys/param.h] (common-generated): Do not append to
39525         variable.
39526         [generic sys/param.h] (sysdep_headers): Likewise.
39527         [generic bits/errno.h] (before-compile): Do not append to
39528         variable.
39529         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
39530         rule.
39531         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
39532         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
39533         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
39534         [generic bits/errno.h] (common-generated): Do not append to
39535         variable.
39536         [generic bits/ioctls.h] (before-compile): Do not append to
39537         variable.
39538         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
39539         rule.
39540         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
39541         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
39542         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
39543         rule.
39544         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
39545         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
39546         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
39547         [generic bits/ioctls.h] (common-generated): Do not append to
39548         variable.
39549         [generic sys/syscall.h] (syscall.h): Remove variable.
39550         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
39551         rule.
39552         [generic sys/syscall.h] (before-compile): Do not append to
39553         variable.
39554         [generic sys/syscall.h] (common-generated): Likewise.
39555         * sysdeps/unix/errnos-tmpl.c: Remove file.
39556         * sysdeps/unix/errnos.awk: Likewise.
39557         * sysdeps/unix/ioctls-tmpl.c: Likewise.
39558         * sysdeps/unix/ioctls.awk: Likewise.
39559         * sysdeps/unix/mk-local_lim.c: Likewise.
39560         * sysdeps/unix/snarf-ioctls: Likewise.
39561
39562 2012-03-19  Richard Henderson  <rth@twiddle.net>
39563
39564         * sysdeps/i386/fpu/fenv_private.h: New file.
39565         * sysdeps/i386/fpu/math_private.h: Use it.
39566         (math_opt_barrier, math_force_eval): Remove.
39567         (libc_feholdexcept_setround_53bit): Remove.
39568         (libc_feupdateenv_53bit): Remove.
39569         * sysdeps/x86_64/fpu/math_private.h: Likewise.
39570         (math_opt_barrier, math_force_eval): Remove.
39571         (libc_feholdexcept): Remove.
39572         (libc_feholdexcept_setround): Remove.
39573         (libc_fetestexcept, libc_fesetenv): Remove.
39574         (libc_feupdateenv_test): Remove.
39575         (libc_feupdateenv, libc_feholdsetround): Remove.
39576         (libc_feresetround): Remove.
39577
39578         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
39579         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
39580
39581         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
39582         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
39583         (libc_feupdateenv_testl): New.
39584         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
39585         (libc_feupdateenv_testf): New.
39586         (libc_feupdateenv): Use libc_feupdateenv_test.
39587         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
39588         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
39589
39590         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
39591         (libc_feholdsetroundf, libc_feholdsetroundl): New.
39592         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
39593         (libc_feresetround_noex): New.
39594         (libc_feresetround_noexf): New.
39595         (libc_feresetround_noexl): New.
39596         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
39597         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
39598         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
39599         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
39600         SET_RESTORE_ROUND.
39601         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
39602         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
39603         (__cos): Likewise.
39604         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
39605         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
39606         SET_RESTORE_ROUND_NOEX.
39607         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
39608         SET_RESTORE_ROUND_NOEXF.
39609         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
39610         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
39611         (libc_feholdsetroundf): New.
39612         (libc_feresetround, libc_feresetroundf): New.
39613
39614         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
39615         (libc_feholdexcept_setround_53bit): Convert from macro to function.
39616         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
39617
39618         * sysdeps/generic/math_private.h: Include <fenv.h>.
39619         (default_libc_feholdexcept): New.
39620         (default_libc_feholdexcept_setround): New.
39621         (default_libc_fesetenv, default_libc_feupdateenv): New.
39622         (libc_feholdexcept): Only define if undefined.
39623         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
39624         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
39625         (libc_feholdexcept_setroundl): Likewise.
39626         (libc_feholdexcept_setround_53bit): Likewise.
39627         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
39628         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
39629         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
39630         (libc_feupdateenv_53bit): Likewise.
39631         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
39632         (libc_feholdexcept): Convert from macro to inline function.
39633         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
39634         (libc_fesetenv, libc_feupdateenv): Likewise.
39635
39636         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
39637         not previously defined.
39638         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
39639         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
39640         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
39641         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
39642         * sysdeps/ieee754/flt-32/math_private.h: New file.
39643         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
39644         math_private.h below SET_FLOAT_WORD.
39645         (__isnan, __isinf_ns, __finite): Remove.
39646         (__isnanf, __isinf_nsf, __finitef): Remove.
39647
39648 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
39649
39650         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39651
39652 2012-03-17  David S. Miller  <davem@davemloft.net>
39653
39654         [BZ #6471]
39655         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
39656         for 2.16.
39657
39658 2012-03-16  David S. Miller  <davem@davemloft.net>
39659
39660         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
39661         warnings.
39662
39663         [BZ #6471]
39664         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
39665         properly.
39666         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
39667         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
39668         sysdep_routines when subdir is sysvipc.
39669         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
39670         __getshmlba helper.
39671
39672         * sysdeps/sparc/fpu/libm-test/ulps: Update.
39673
39674 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39675
39676         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
39677         [__LP64__].
39678
39679 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39680
39681         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
39682         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
39683         (__lround): Renamed to ...
39684         (__llround): This.  Replace long int with long long int.
39685         Define lround functions as aliases of llround functions.
39686         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
39687
39688 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39689
39690         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
39691         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
39692         adresses to uintptr_t.  Replace "long int" and "unsigned long
39693         int" with "greg_t" on va_arg.
39694
39695 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39696
39697         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
39698         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
39699
39700         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
39701         Move e_machine check before EI_CLASS check.  Handle x32
39702         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
39703         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
39704         SKIP_EM_IA_64 and include
39705         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
39706
39707         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
39708         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
39709         (add_system_dir): New macro.
39710
39711         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
39712         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
39713
39714 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
39715
39716         [BZ #2551]
39717         [BZ #2552]
39718         [BZ #2553]
39719         [BZ #2554]
39720         [BZ #2562]
39721         [BZ #2563]
39722         [BZ #2565]
39723         [BZ #2566]
39724         [BZ #2576]
39725         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
39726         (y0): Likewise.
39727         * math/w_j0f.c (j0f): Likewise.
39728         (y0f): Likewise.
39729         * math/w_j0l.c (__j0l): Likewise.
39730         (__y0l): Likewise.
39731         * math/w_j1.c (j1): Likewise.
39732         (y1): Likewise.
39733         * math/w_j1f.c (j1f): Likewise.
39734         (y1f): Likewise.
39735         * math/w_j1l.c (__j1l): Likewise.
39736         (__y1l): Likewise.
39737         * math/w_jn.c (jn): Likewise.
39738         (yn): Likewise.
39739         * math/w_jnf.c (jnf): Likewise.
39740         (ynf): Likewise.
39741         * math/w_jnl.c (__jnl): Likewise.
39742         (__ynl): Likewise.
39743         * math/libm-test.inc (j0_test): Add more tests.
39744         (j1_test): Likewise.
39745         (jn_test): Likewise.  Add trailing semicolon to existing test.
39746         (y0_test): Likewise.
39747         (y1_test): Likewise.
39748         * sysdeps/i386/fpu/libm-test-ulps: Update.
39749         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39750
39751         [BZ #13851]
39752         [BZ #13854]
39753         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
39754         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
39755         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
39756         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
39757         (__tanl): Set errno for infinite argument.
39758         * sysdeps/i386/fpu/mptan.c: Remove.
39759         * sysdeps/i386/fpu/s_tan.S: Likewise.
39760         * sysdeps/i386/fpu/s_tanl.S: Likewise.
39761         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
39762         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
39763         * math/libm-test.inc (tan_test): Add more tests and enable more
39764         tests for double and long double.
39765         * sysdeps/i386/fpu/libm-test-ulps: Update.
39766         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39767
39768 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
39769
39770         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
39771         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
39772
39773 2012-03-16  Roland McGrath  <roland@hack.frob.com>
39774
39775         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
39776         * configure.in: Use it for both main tree and add-ons.
39777         * configure: Regenerated.
39778
39779 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39780
39781         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
39782
39783 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
39784
39785         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
39786         in comment.
39787
39788         [BZ #13851]
39789         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
39790         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
39791         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
39792         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
39793         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
39794         infinite argument.
39795         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
39796         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
39797         != 0 for prec == 2.
39798         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
39799         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
39800         * sysdeps/i386/fpu/s_cosl.S: Likewise.
39801         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
39802         * sysdeps/i386/fpu/s_sinl.S: Likewise.
39803         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
39804         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
39805         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
39806         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
39807         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
39808         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
39809         * math/libm-test.inc (cos_test): Add more tests and enable more
39810         tests for long double.
39811         (sin_test): Likewise.
39812         (sincos_test): Likewise.
39813         * sysdeps/i386/fpu/libm-test-ulps: Update.
39814         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39815
39816 2012-03-16  David S. Miller  <davem@davemloft.net>
39817
39818         * sysdeps/sparc/fpu/math_private.h: New file.
39819
39820 2012-03-15  David S. Miller  <davem@davemloft.net>
39821
39822         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
39823         file.
39824         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
39825         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
39826         file.
39827         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
39828         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
39829         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
39830         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
39831         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
39832         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
39833         sysdep routines.
39834         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
39835
39836         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
39837         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
39838
39839         * sysdeps/sparc/sparc-ifunc.h: New file.
39840         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
39841         sparc-ifunc.h
39842         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
39843         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
39844         Likewise.
39845         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
39846         Likewise.
39847         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
39848         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
39849         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39850         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
39851         Likewise.
39852         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
39853         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
39854         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
39855         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
39856         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
39857         Likewise.
39858         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
39859         Likewise.
39860         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
39861         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
39862         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
39863         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
39864         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
39865         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
39866         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
39867         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
39868         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
39869         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
39870         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
39871         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
39872         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
39873         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
39874         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
39875         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
39876         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
39877         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
39878         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
39879         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
39880         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
39881         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
39882         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
39883         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
39884
39885 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
39886
39887         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
39888         scaling.
39889         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39890
39891 2012-03-15  Andreas Jaeger  <aj@suse.de>
39892
39893         [BZ #13852]
39894         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
39895         ieee754/flt-32 implementation for sin, cos and sincos.
39896         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
39897         * sysdeps/i386/fpu/s_cosf.S: Likewise.
39898         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
39899         * sysdeps/i386/fpu/s_sinf.S: Likewise.
39900         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
39901         ieee754/flt-32 implementation for tan.
39902
39903         * math/libm-test.inc (cos_test): Enable some large input tests for
39904         float as well
39905         (sin_test): Likewise.
39906         (sincos_test): Likewise.
39907         (tan_test): Add tests for large input.
39908
39909         * sysdeps/i386/fpu/libm-test-ulps: Update.
39910
39911 2012-03-15  Andreas Jaeger  <aj@suse.de>
39912
39913         [BZ #13658]
39914         * math/libm-test.inc (cos_test): Add more test cases.
39915         (sin_test): Likewise.
39916         (sincos_test): Likewise.
39917
39918 2012-03-15  Andreas Jaeger  <aj@suse.de>
39919
39920         [BZ #13837]
39921         * math/libm-test.inc (cos_test): Add a test case for large input
39922         value.
39923         (sin_test): Likewise.
39924         (sincos_test): Likewise.
39925
39926 2012-03-15  Andreas Jaeger  <aj@suse.de>
39927             Joseph Myers  <joseph@codesourcery.com>
39928
39929         [BZ #13658]
39930         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
39931         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
39932         * sysdeps/i386/fpu/branred.c: Likewise.
39933         * sysdeps/i386/fpu/dosincos.c: Likewise.
39934         * sysdeps/i386/fpu/mpa.c: Likewise.
39935         * sysdeps/i386/fpu/s_cos.S: Likewise.
39936         * sysdeps/i386/fpu/s_sin.S: Likewise.
39937         * sysdeps/i386/fpu/s_sincos.S: Likewise.
39938         * sysdeps/i386/fpu/sincos32.c: Likewise.
39939
39940         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
39941         Define.
39942         (libc_feupdateenv_53bit): Define.
39943         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
39944         Define.
39945         (libc_feupdateenv_53bit): Define.
39946
39947         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
39948         53 bit (without extend i386 double precision).
39949
39950         * math/libm-test.inc (sincos_test): Add tests for large input.
39951         (sin): Likewise.
39952         (cos): Likewise.
39953
39954         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
39955
39956 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
39957
39958         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39959
39960 2012-03-15  David S. Miller  <davem@davemloft.net>
39961
39962         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
39963         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
39964         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
39965         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
39966         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
39967         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
39968         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
39969         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
39970         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
39971         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
39972         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
39973         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
39974         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
39975         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
39976         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
39977         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
39978         file.
39979         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
39980         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
39981         file.
39982         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
39983         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
39984         file.
39985         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
39986         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
39987         file.
39988         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
39989         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
39990         fmin/fmax sysdep routines.
39991         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
39992
39993 2012-03-14  David S. Miller  <davem@davemloft.net>
39994
39995         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
39996         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
39997         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
39998         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
39999         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
40000         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
40001         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
40002         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
40003         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
40004         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
40005         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
40006         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
40007         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
40008         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
40009         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
40010         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
40011         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
40012         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
40013         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
40014         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
40015         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
40016         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
40017         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
40018         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
40019         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
40020         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
40021         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
40022         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
40023         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
40024         routines.
40025         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
40026         file.
40027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
40028         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
40029         file.
40030         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
40031         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
40032         file.
40033         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
40034         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
40035         file.
40036         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
40037         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
40038         file.
40039         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
40040         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
40041         file.
40042         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
40043         file.
40044         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
40045         file.
40046         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
40047         file.
40048         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
40049         New file.
40050         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
40051         file.
40052         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
40053         file.
40054         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
40055         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
40056         file.
40057         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
40058         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
40059         file.
40060         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
40061         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
40062         file.
40063         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
40064         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
40065         VIS3 routines.
40066
40067         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
40068         New file.
40069
40070         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40071
40072         * sysdeps/sparc/configure.in: New file.
40073         * sysdeps/sparc/configure: Generate.
40074         * configure.in (libc_cv_sparc_as_vis3): Substitute.
40075         * configure: Regenerate.
40076         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
40077         * config.make.in (have-as-vis3): New.
40078         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
40079         available use -Av9d instead of -Av9a.
40080         * sysdeps/sparc/sparc64/Makefile: Likewise.
40081         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
40082         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
40083         New file.
40084         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
40085         file.
40086         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
40087         New file.
40088         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
40089         file.
40090         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
40091         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
40092         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
40093         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
40094         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
40095
40096         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
40097         fzeros/fnegs to load 0x80000000 into a float register instead of
40098         using the stack.
40099         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
40100
40101 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
40102
40103         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40104         bits/syscall.h.
40105         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
40106         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
40107         ($(inst_includedir)/bits/syscall.h): Remove rule.
40108         ($(objpfx)bits/syscall.d): Include instead of
40109         $(objpfx)syscall-list.d.
40110         (generated): Change syscall-list.h and syscall-list.d to
40111         bits/syscall.h and bits/syscall.d.
40112
40113 2012-03-14  Roland McGrath  <roland@hack.frob.com>
40114
40115         [BZ #13846]
40116         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
40117
40118 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
40119
40120         [BZ #13841]
40121         * math/s_csqrt.c: Include <float.h>.
40122         (__csqrt): Scale large or subnormal inputs.
40123         * math/s_csqrtf.c: Likewise.
40124         * math/s_csqrtl.c: Likewise.
40125         * math/libm-test.inc (csqrt_test): Add more tests.
40126         * sysdeps/i386/fpu/libm-test-ulps: Update.
40127         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40128
40129         [BZ #13840]
40130         * math/libm-test.inc (hypot_test): Add more tests.
40131
40132 2012-03-13  David S. Miller  <davem@davemloft.net>
40133
40134         [BZ #13840]
40135         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
40136         double-precision for the calculation instead of scaling.
40137
40138 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
40139
40140         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
40141         manipulate bits before adding and subtracting TWO52[sx].
40142         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
40143         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
40144         Likewise.
40145         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
40146
40147 2012-03-13  David S. Miller  <davem@davemloft.net>
40148
40149         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
40150         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
40151         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
40152         rtld-global-offsets.h
40153         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
40154
40155         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
40156         large parameters.
40157
40158         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
40159
40160         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
40161         'err' in the ifdef scope in which it is actually used.
40162
40163         * nss/nss_db/db-init.c: Include string.h
40164
40165 2012-03-12  David S. Miller  <davem@davemloft.net>
40166
40167         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
40168         masking out of the most significant byte of random value used.
40169         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40170         Fix coding style in previous change.
40171
40172         * sysdeps/unix/sysv/linux/kernel-features.h
40173         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
40174         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
40175         expression.
40176         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
40177         later.
40178
40179 2012-03-11  David S. Miller  <davem@davemloft.net>
40180
40181         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
40182         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
40183         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
40184         for 'resultvar' otherwise things get truncated on 64-bit.
40185
40186         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
40187         Fix masking out of the most significant byte of random value used.
40188
40189         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40190
40191 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
40192
40193         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40194
40195 2012-03-09  David S. Miller  <davem@davemloft.net>
40196
40197         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
40198         variables with appropriate CPP guards.
40199         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
40200         from the frame pointer, not the stack pointer.  Correct layout
40201         comments.  Fix test on resulting framesize and the management of
40202         the outregs buffer for pltexit.  Preserve floating point return
40203         values across _dl_call_pltexit call.
40204         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
40205         framesize and the management of the outregs buffer for pltexit.
40206         Preserve floating point return values across _dl_call_pltexit
40207         call.
40208         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
40209         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
40210         (la_sparc64_gnu_pltexit): New functions.
40211         (print_exit): Fix format string for return register value.
40212
40213 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
40214
40215         * sunrpc/Makefile (others): Add rpcgen.
40216         ($(objpfx)rpcgen): Remove special build rule and dependency on
40217         libc.
40218         * sunrpc/rpcgen.c: New file.
40219
40220 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
40221
40222         [BZ #13673]
40223         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
40224         * stdio-common/bug-vfprintf-nargs.c: Likewise.
40225         * sysdeps/i386/crti.S: Likewise.
40226         * sysdeps/i386/crtn.S: Likewise.
40227         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
40228         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
40229         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
40230         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
40231         * sysdeps/sh/crti.S: Likewise.
40232         * sysdeps/sh/crtn.S: Likewise.
40233         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40234
40235         [BZ #13673]
40236         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
40237         with URL.
40238         * locale/programs/locfile-kw.gperf: Likewise.
40239         * locale/programs/charmap-kw.h: Regenerated.
40240         * locale/programs/locfile-kw.h: Likewise.
40241
40242         [BZ #13673]
40243         * intl/plural.y: Replace FSF snail mail address with URL.
40244         * intl/plural.c: Regenerated.
40245
40246 2012-03-09  Richard Henderson  <rth@twiddle.net>
40247
40248         * include/math_private.h: Remove file.
40249         * math/math_private.h: Move file ...
40250         * sysdeps/generic/math_private.h: ... here.
40251
40252         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
40253         * sysdeps/powerpc/fpu/math_private.h: Likewise.
40254         * sysdeps/x86_64/fpu/math_private.h: Likewise.
40255
40256         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
40257         and <math_private.h>.
40258         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
40259         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
40260         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
40261         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
40262         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
40263         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
40264         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
40265         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
40266         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
40267         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
40268         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
40269         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
40270         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
40271         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
40272         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
40273         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
40274         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
40275         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
40276         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
40277         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
40278         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
40279         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
40280         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
40281         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
40282         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
40283         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
40284         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
40285         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
40286         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
40287         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
40288         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
40289         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
40290         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
40291         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
40292         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
40293         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
40294         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
40295         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
40296         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
40297         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
40298         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
40299         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
40300         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
40301         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
40302         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
40303         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
40304         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
40305         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
40306         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
40307         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
40308         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
40309         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
40310         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
40311         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
40312         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
40313         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
40314         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
40315         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
40316         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
40317         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
40318         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
40319         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
40320         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
40321         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
40322         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
40323         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
40324         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
40325         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
40326         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
40327         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
40328         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
40329         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
40330         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
40331         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
40332         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
40333         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
40334         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
40335         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
40336         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
40337         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
40338         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
40339         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
40340         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
40341         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
40342         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
40343         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
40344         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
40345         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
40346         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
40347         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
40348         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
40349         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
40350         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
40351         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
40352         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
40353         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
40354         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
40355         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
40356         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
40357         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
40358         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
40359         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
40360         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
40361         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
40362         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
40363         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
40364         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
40365         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
40366         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
40367         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
40368         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
40369         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
40370         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
40371         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
40372         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
40373         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
40374         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
40375         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
40376         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
40377         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
40378         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
40379         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
40380         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
40381         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
40382         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
40383         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
40384         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
40385         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
40386         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
40387         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
40388         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
40389         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
40390         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
40391         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
40392         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
40393         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
40394         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
40395         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
40396         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
40397         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
40398         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
40399         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
40400         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
40401         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
40402         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
40403         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
40404         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
40405         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
40406         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
40407         * sysdeps/ieee754/k_standard.c: Likewise.
40408         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
40409         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
40410         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
40411         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
40412         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
40413         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
40414         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
40415         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
40416         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
40417         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
40418         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
40419         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
40420         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
40421         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
40422         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
40423         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
40424         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
40425         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
40426         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
40427         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
40428         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
40429         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
40430         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
40431         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
40432         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
40433         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
40434         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
40435         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
40436         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
40437         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
40438         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
40439         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
40440         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
40441         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
40442         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
40443         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
40444         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
40445         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
40446         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
40447         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
40448         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
40449         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
40450         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
40451         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
40452         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
40453         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
40454         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
40455         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
40456         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
40457         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
40458         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
40459         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
40460         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
40461         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
40462         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
40463         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
40464         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
40465         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
40466         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
40467         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
40468         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
40469         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
40470         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
40471         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
40472         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
40473         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
40474         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
40475         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
40476         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
40477         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
40478         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
40479         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
40480         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
40481         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
40482         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
40483         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
40484         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
40485         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
40486         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
40487         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
40488         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
40489         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
40490         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
40491         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
40492         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
40493         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
40494         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
40495         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
40496         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40497         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
40498         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
40499         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
40500         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
40501         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
40502         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
40503         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
40504         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
40505         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
40506         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
40507         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
40508         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
40509         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
40510         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
40511         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
40512         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
40513         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
40514         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
40515         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
40516         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
40517         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
40518         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
40519         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
40520         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
40521         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
40522         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
40523         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
40524         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
40525         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
40526         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
40527         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
40528         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
40529         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
40530         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
40531         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
40532         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
40533         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
40534         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
40535         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
40536         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
40537         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
40538         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
40539         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
40540         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
40541         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
40542         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
40543         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
40544         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
40545         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
40546         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
40547         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
40548         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
40549         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
40550         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
40551         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
40552         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
40553         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
40554         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
40555         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
40556         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
40557         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
40558         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
40559         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
40560         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
40561         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
40562         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
40563         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
40564         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
40565         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
40566         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
40567         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
40568         * sysdeps/ieee754/s_lib_version.c: Likewise.
40569         * sysdeps/ieee754/s_matherr.c: Likewise.
40570         * sysdeps/ieee754/s_signgam.c: Likewise.
40571         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
40572         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
40573         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
40574         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
40575         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
40576         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40577         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
40578         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
40579         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
40580         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
40581         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
40582         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
40583         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
40584         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
40585         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
40586         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
40587         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
40588         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
40589         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
40590         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
40591         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
40592
40593 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40594
40595         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
40596         * sunrpc/rpc_main.c: Likewise.
40597         * sunrpc/rpc_svcout.c: Likewise.
40598
40599 2012-03-09  David S. Miller  <davem@davemloft.net>
40600
40601         * include/math_private.h: New file.
40602
40603 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40604
40605         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
40606         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
40607         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
40608         from <bits/socket_type.h>.
40609         (enum __socket_type): Don't define here.
40610         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
40611         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40612         bits/socket_type.h.
40613
40614         [BZ #13566]
40615         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
40616         checking __USE_GNU.
40617
40618         * Makerules ($(inst_includedir)/%.h): New rule.
40619         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
40620         (install-others): Remove variable setting.
40621         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
40622
40623 2012-03-08  Richard Henderson  <rth@twiddle.net>
40624
40625         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
40626         from macro to inline function; merge with the
40627         !__LIBC_INTERNAL_MATH_INLINES version.
40628         (__ieee754_sqrtf): Likewise.
40629
40630         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
40631         to inline function.
40632         (__rintf, __floor, __floorf): Likewise.
40633
40634         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
40635         macro to inline function.
40636         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
40637
40638         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
40639         not <math/math_private.h>.
40640
40641 2012-03-08  David S. Miller  <davem@davemloft.net>
40642
40643         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
40644         copyright year.
40645         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
40646
40647 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
40648
40649         * resolv/gai_misc.c (handle_requests): Fix struct timespec
40650         normalization.
40651         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
40652         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
40653
40654 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
40655
40656         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
40657         be defined individually, they must be defined as a block.  Define
40658         S for printing a string instead of hidint the different by using a
40659         macro for adding the 'l'.
40660         * stdio-common/tst-fphex-wide.c: Adjust.
40661
40662 2012-03-07  Marek Polacek  <polacek@redhat.com>
40663
40664         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
40665
40666 2012-03-08  Marek Polacek  <polacek@redhat.com>
40667
40668         [BZ #13806]
40669         * stdio-common/Makefile (tests): Add tst-fphex-wide.
40670         * stdio-common/tst-fphex.c: Define a few macros to make the
40671         test reusable.  Use them.
40672         * stdio-common/tst-fphex-wide.c: New file.
40673
40674 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
40675
40676         [BZ #6911]
40677         * manual/macros.texi (gnusystems): New macro.
40678         (nongnusystems): Likewise.
40679         (gnulinuxhurdsystems): Likewise.
40680         (gnuhurdsystems): Likewise..
40681         (gnulinuxsystems): Likewise.
40682         * manual/charset.texi: Use new macros or @theglibc{} to refer to
40683         variants of the GNU system, not "GNU system".
40684         * manual/conf.texi: Likewise.
40685         * manual/errno.texi: Likewise.  Update example of errno macro
40686         expansion.
40687         * manual/filesys.texi: Likewise.
40688         (getumask): Document as specific to GNU/Hurd.
40689         * manual/install.texi: Likewise.  Reword some references to
40690         GNU/Linux.
40691         * manual/intro.texi: Likewise.
40692         * manual/io.texi: Likewise.
40693         (File Name Portability): Detail which constraints are inapplicable
40694         to all GNU systems and which are only inapplicable to GNU/Hurd.
40695         * manual/job.texi: Likewise.
40696         * manual/llio.texi: Likewise.
40697         (O_NOCTTY): Document as present on GNU/Linux.
40698         * manual/maint.texi: Likewise.
40699         * manual/memory.texi: Likewise.
40700         * manual/pattern.texi: Likewise.
40701         * manual/pipe.texi: Likewise.
40702         * manual/process.texi: Likewise.
40703         * manual/resource.texi: Likewise.
40704         (RUSAGE_CHILDREN): Remove statement about specifying a particular
40705         child on GNU/Hurd.
40706         * manual/setjmp.texi: Likewise.
40707         * manual/signal.texi: Likewise.
40708         * manual/startup.texi: Likewise.
40709         * manual/stdio.texi: Likewise.
40710         * manual/terminal.texi: Likewise.
40711         (ONLCR): Document as POSIX.
40712         (OXTABS): Document availability on GNU/Linux as XTABS.
40713         (ONOEOT): Document availability separately from other bits.
40714         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
40715         * manual/time.texi: Likewise.
40716         * manual/users.texi: Likewise.
40717         * INSTALL: Regenerated.
40718         * sysdeps/gnu/errlist.c: Regenerated.
40719
40720         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
40721         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
40722         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
40723         puts.
40724         * configure: Regenerated.
40725
40726 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
40727
40728         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
40729         default includes instead of AC_HEADER_CHECK.
40730         * sysdeps/i386/configure: Regenerated.
40731
40732         [BZ #10716]
40733         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
40734         * math/s_cacoshf.c (__cacoshf): Likewise.
40735         * math/s_cacoshl.c (__cacoshl): Likewise.
40736         * math/s_casinh.c (__casinh): Set signs of result from argument.
40737         * math/s_casinhf.c (__casinhf): Likewise.
40738         * math/s_casinhl.c (__casinhl): Likewise.
40739         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
40740         (casinh_test): Add more tests.
40741         * sysdeps/i386/fpu/libm-test-ulps: Update.
40742         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40743
40744 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
40745
40746         * po/zh_TW.po: Update from translation team.
40747
40748         * login/Makefile (distribute): Remove variable.
40749         * catgets/Makefile: Likewise.
40750         * mach/Makefile: Likewise.
40751         * malloc/Makefile: Likewise.
40752         * misc/Makefile: Likewise.
40753         * iconv/Makefile: Likewise.
40754         * nscd/Makefile: Likewise.
40755         * hurd/Makefile: Likewise.
40756         * manual/Makefile: Likewise.
40757         * locale/Makefile: Likewise.
40758         * intl/Makefile: Likewise.
40759         * conform/Makefile: Likewise.
40760         * nss/Makefile: Likewise.
40761         * time/Makefile: Likewise.
40762         * soft-fp/Makefile: Likewise.
40763         * dirent/Makefile: Likewise.
40764         * gmon/Makefile: Likewise.
40765         * po/Makefile: Likewise.
40766         * rt/Makefile: Likewise.
40767         * socket/Makefile: Likewise.
40768         * math/Makefile: Likewise.
40769         * signal/Makefile: Likewise.
40770         * debug/Makefile: Likewise.
40771         * elf/Makefile: Likewise.
40772         * timezone/Makefile: Likewise.
40773         * stdlib/Makefile: Likewise.
40774         * iconvdata/Makefile: Likewise.
40775         * sunrpc/Makefile: Likewise.
40776         * io/Makefile: Likewise.
40777         * argp/Makefile: Likewise.
40778         * inet/Makefile: Likewise.
40779         * hesiod/Makefile: Likewise.
40780         * grp/Makefile: Likewise.
40781         * csu/Makefile: Likewise.
40782         * wctype/Makefile: Likewise.
40783         * crypt/Makefile: Likewise.
40784         * libio/Makefile: Likewise.
40785         * string/Makefile: Likewise.
40786         * nis/Makefile: Likewise.
40787         * resolv/Makefile: Likewise.
40788         * stdio-common/Makefile: Likewise.
40789         * wcsmbs/Makefile: Likewise.
40790         * dlfcn/Makefile: Likewise.
40791         * posix/Makefile: Likewise.
40792
40793         [BZ #6959]
40794         * timezone/Makefile: Don't install timezone files, just the programs
40795         and scripts.
40796
40797 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
40798
40799         * nss/databases.def: Add missing gshadow entry.
40800
40801         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
40802
40803 2012-03-06  Marek Polacek  <polacek@redhat.com>
40804
40805         [BZ #13726]
40806         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
40807         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
40808         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
40809         * stdio-common/tst-long-dbl-fphex.c: New file.
40810
40811 2012-03-06  David S. Miller  <davem@davemloft.net>
40812
40813         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
40814         (set_obp_int): New function.
40815         (get_obp_int): New function.
40816         (__get_clockfreq_via_dev_openprom): Likewise.
40817         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
40818         Avoid unused variable warnings on 'val' and use builtin_expect.
40819         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
40820         __builtin_expect.
40821         (INLINE_CLONE_SYSCALL): Likewise.
40822
40823 2012-03-05  David S. Miller  <davem@davemloft.net>
40824
40825         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40826
40827 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
40828
40829         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40830
40831         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
40832         only for |x| >= 40.
40833         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
40834
40835 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
40836
40837         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
40838         Replace gettimeofday with __vdso_gettimeofday.
40839
40840         * sysdeps/unix/sysv/linux/x86_64/init-first.c
40841         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
40842         __vdso_clock_gettime and __vdso_getcpu.
40843
40844         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
40845         time with __vdso_time.
40846
40847 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
40848
40849         * manual/lang.texi (size_t): Note types to which size_t may be
40850         equivalent with the GNU C Library, but do not describe when
40851         differences between them are significant.
40852
40853 2012-03-05  Andreas Jaeger  <aj@suse.de>
40854
40855         * sysdeps/i386/fpu/libm-test-ulps: Update.
40856
40857 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
40858
40859         [BZ #3976]
40860         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
40861         (__ieee754_pow): Save and restore rounding mode and use
40862         round-to-nearest for main computations.
40863         * math/libm-test.inc (pow_test_tonearest): New function.
40864         (pow_test_towardzero): Likewise.
40865         (pow_test_downward): Likewise.
40866         (pow_test_upward): Likewise.
40867         (main): Call the new functions.
40868         * sysdeps/i386/fpu/libm-test-ulps: Update.
40869         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40870
40871         [BZ #3976]
40872         * math/libm-test.inc (cosh_test_tonearest): New function.
40873         (cosh_test_towardzero): Likewise.
40874         (cosh_test_downward): Likewise.
40875         (cosh_test_upward): Likewise.
40876         (sinh_test_tonearest): Likewise.
40877         (sinh_test_towardzero): Likewise.
40878         (sinh_test_downward): Likewise.
40879         (sinh_test_upward): Likewise.
40880         (main): Call the new functions.
40881         * sysdeps/i386/fpu/libm-test-ulps: Update.
40882         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40883
40884 2012-03-05  Tom de Vries  <tom@codesourcery.com>
40885
40886         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
40887         default stack guard is set in last bytes.
40888         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
40889
40890 2012-03-05  Kees Cook  <keescook@chromium.org>
40891
40892         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
40893
40894         [BZ #13656]
40895         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
40896         possibly allocate from heap instead of stack.
40897         * stdio-common/bug-vfprintf-nargs.c: New file.
40898         * stdio-common/Makefile (tests): Add nargs overflow test.
40899
40900 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
40901
40902         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40903
40904 2012-03-03  Marek Polacek  <polacek@redhat.com>
40905
40906         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
40907         * math/math_private.h: Likewise.
40908         * stdlib/tst-strtod.c: Likewise.
40909         * sysdeps/i386/i486/bits/atomic.h: Likewise.
40910         * sysdeps/x86_64/bits/atomic.h: Likewise.
40911
40912 2012-03-02  David S. Miller  <davem@davemloft.net>
40913
40914         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
40915         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
40916         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
40917         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
40918         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
40919         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
40920         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
40921         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
40922
40923 2012-03-02  Roland McGrath  <roland@hack.frob.com>
40924
40925         [BZ #13792]
40926         * manual/examples/README: New file, says the example source files
40927         can be used under GPL>=2.
40928         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
40929         line containing just "*/".
40930         * manual/examples/add.c: Add copyright header (GPL>=2).
40931         * manual/examples/argp-ex1.c: Likewise.
40932         * manual/examples/argp-ex2.c: Likewise.
40933         * manual/examples/argp-ex3.c: Likewise.
40934         * manual/examples/argp-ex4.c: Likewise.
40935         * manual/examples/atexit.c: Likewise.
40936         * manual/examples/db.c: Likewise.
40937         * manual/examples/dir.c: Likewise.
40938         * manual/examples/dir2.c: Likewise.
40939         * manual/examples/execinfo.c: Likewise.
40940         * manual/examples/filecli.c: Likewise.
40941         * manual/examples/filesrv.c: Likewise.
40942         * manual/examples/fmtmsgexpl.c: Likewise.
40943         * manual/examples/genpass.c: Likewise.
40944         * manual/examples/inetcli.c: Likewise.
40945         * manual/examples/inetsrv.c: Likewise.
40946         * manual/examples/isockad.c: Likewise.
40947         * manual/examples/longopt.c: Likewise.
40948         * manual/examples/memopen.c: Likewise.
40949         * manual/examples/memstrm.c: Likewise.
40950         * manual/examples/mkfsock.c: Likewise.
40951         * manual/examples/mkisock.c: Likewise.
40952         * manual/examples/mygetpass.c: Likewise.
40953         * manual/examples/pipe.c: Likewise.
40954         * manual/examples/popen.c: Likewise.
40955         * manual/examples/rprintf.c: Likewise.
40956         * manual/examples/search.c: Likewise.
40957         * manual/examples/select.c: Likewise.
40958         * manual/examples/setjmp.c: Likewise.
40959         * manual/examples/sigh1.c: Likewise.
40960         * manual/examples/sigusr.c: Likewise.
40961         * manual/examples/stpcpy.c: Likewise.
40962         * manual/examples/strdupa.c: Likewise.
40963         * manual/examples/strftim.c: Likewise.
40964         * manual/examples/strncat.c: Likewise.
40965         * manual/examples/subopt.c: Likewise.
40966         * manual/examples/swapcontext.c: Likewise.
40967         * manual/examples/termios.c: Likewise.
40968         * manual/examples/testopt.c: Likewise.
40969         * manual/examples/testpass.c: Likewise.
40970         * manual/examples/timeval_subtract.c: Likewise.
40971
40972         [BZ #13792]
40973         * manual/time.texi (Elapsed Time): Move timeval_subtract example
40974         function to ...
40975         * manual/timeval_subtract.c.texi: ... here, new file.
40976
40977 2012-03-02  David S. Miller  <davem@davemloft.net>
40978
40979         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
40980
40981 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
40982
40983         [BZ #3976]
40984         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
40985         (__sin): Save and restore rounding mode and use round-to-nearest
40986         for all computations.
40987         (__cos): Save and restore rounding mode and use round-to-nearest
40988         for all computations.
40989         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
40990         <fenv.h>.
40991         (tan): Save and restore rounding mode and use round-to-nearest for
40992         all computations.
40993         * math/libm-test.inc (cos_test_tonearest): New function.
40994         (cos_test_towardzero): Likewise.
40995         (cos_test_downward): Likewise.
40996         (cos_test_upward): Likewise.
40997         (sin_test_tonearest): Likewise.
40998         (sin_test_towardzero): Likewise.
40999         (sin_test_downward): Likewise.
41000         (sin_test_upward): Likewise.
41001         (tan_test_tonearest): Likewise.
41002         (tan_test_towardzero): Likewise.
41003         (tan_test_downward): Likewise.
41004         (tan_test_upward): Likewise.
41005         (main): Call the new functions.
41006         * sysdeps/i386/fpu/libm-test-ulps: Update.
41007         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41008
41009         [BZ #10135]
41010         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
41011         small n, then large n, before computing and testing k+n.
41012         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
41013         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
41014         Likewise.
41015         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
41016         Likewise.
41017         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
41018         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
41019         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
41020         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
41021         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
41022         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
41023         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
41024         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
41025         * math/libm-test.inc (scalbn_test): Add more tests.
41026         (scalbln_test): Likewise.
41027
41028         * manual/filesys.texi (mode_t): Describe constraints on size and
41029         signedness, not exact equivalence to a particular type.
41030         (ino_t): Likewise.
41031         (ino64_t): Likewise.
41032         (dev_t): Likewise.
41033         (nlink_t): Likewise.
41034         (blkcnt_t): Likewise.
41035         (blkcnt64_t): Likewise.
41036         * manual/llio.texi (off_t): Likewise.
41037
41038         [BZ #3976]
41039         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
41040         (__ieee754_exp): Save and restore rounding mode and use
41041         round-to-nearest for all computations.
41042         * math/libm-test.inc (exp_test_tonearest): New function.
41043         (exp_test_towardzero): Likewise.
41044         (exp_test_downward): Likewise.
41045         (exp_test_upward): Likewise.
41046         (main): Call the new functions.
41047         * sysdeps/i386/fpu/libm-test-ulps: Update.
41048         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41049
41050 2012-03-01  Chris Demetriou  <cgd@google.com>
41051
41052         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
41053         have predictable order.
41054
41055 2012-03-01  David S. Miller  <davem@davemloft.net>
41056
41057         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
41058
41059         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
41060         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
41061         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
41062         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
41063
41064         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
41065         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
41066         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
41067         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
41068         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
41069         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
41070         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
41071         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
41072         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
41073
41074         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41075
41076         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
41077         * sysdeps/sparc/fpu/libm-test-ulps: to here.
41078         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
41079
41080         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
41081         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
41082         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41083         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
41084         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
41085         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
41086         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
41087         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
41088         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41089         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
41090         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
41091         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41092         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
41093         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41094         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41095         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41096         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
41097         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
41098         * sysdeps/sparc/elf/configure: Regenerated.
41099
41100 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
41101
41102         * configure.in (AS, LD): Require binutils 2.20 or later.
41103         * configure: Regenerated.
41104         * manual/install.texi (Tools for Compilation): Give binutils 2.20
41105         as required minimum version.
41106         * INSTALL: Regenerated.
41107
41108         [BZ #2541]
41109         [BZ #4108]
41110         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
41111         before squaring exponent.
41112         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
41113         bottom long double and 27 bits of top long double before squaring
41114         exponent.
41115         * math/libm-test.inc (erfc_test): Add more tests.
41116         * sysdeps/i386/fpu/libm-test-ulps: Update.
41117         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41118         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41119
41120 2012-03-01  Kai Tietz  <ktietz@redhat.com>
41121
41122         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
41123         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
41124         containing bit-fields.
41125         * soft-fp/extended.h (_FP_UNION_E): Likewise.
41126         * soft-fp/single.h (_FP_UNION_S): Likewise.
41127         * soft-fp/double.h (_FP_UNION_D): Likewise.
41128
41129 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41130
41131         [BZ #13786]
41132         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
41133         not include ../strcmp.S.
41134         [USE_AS_STRNCASECMP_L]: Likewise.
41135         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
41136         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
41137         * sysdeps/i386/i686/multiarch/strncase_l-c.c
41138         (__strncasecmp_l_ia32): Define as alias to
41139         __strncasecmp_l_nonascii.
41140
41141         [BZ #5794]
41142         * math/libm-test.inc (expm1_test): Add test for bug 5794.
41143         * sysdeps/i386/fpu/libm-test-ulps: Update.
41144         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41145
41146         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
41147         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41148
41149 2012-02-29  Jeff Law  <law@redhat.com>
41150
41151         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
41152         out of bounds read.
41153
41154 2012-02-29  Marek Polacek  <polacek@redhat.com>
41155
41156         [BZ #13706]
41157         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
41158         * elf/Makefile: Add rules to run tst-unused-dep.out.
41159
41160 2012-02-28  David S. Miller  <davem@davemloft.net>
41161
41162         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
41163         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
41164         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
41165         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
41166         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
41167         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
41168
41169 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
41170
41171         * math/libm-test.inc (llround_test): Move one test from
41172         lround_test.  Use TEST_f_L in moved test.
41173         (lround_test): Move misplaced test to llround_test.  Add testcase
41174         from bug 2561.
41175
41176 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
41177
41178         * sysdeps/x86_64/fpu/e_expf.S: New file.
41179         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
41180
41181 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
41182
41183         [BZ #13637]
41184         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
41185         of remain_len that may cause incomplete multi-byte character and
41186         false match.
41187         * posix/bug-regex33.c: New file.
41188         * posix/Makefile (tests): Add bug-regex33.
41189
41190 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
41191
41192         * manual/macros.texi: New file.
41193         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
41194         * manual/libc.texinfo: Include macros.texi.
41195         * manual/creatute.texi: Likewise.
41196         * manual/install.texi: Likewise.
41197         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
41198         @glibcadj{} in references to the GNU C Library.
41199         * manual/charset.texi: Likewise.
41200         * manual/conf.texi: Likewise.
41201         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
41202         when not using those macros.
41203         * manual/creature.texi: Likewise.
41204         * manual/crypt.texi: Likewise.
41205         * manual/errno.texi: Likewise.
41206         * manual/filesys.texi: Likewise.
41207         * manual/header.texi: Likewise.
41208         * manual/install.texi: Likewise.
41209         * manual/intro.texi: Likewise.
41210         * manual/io.texi: Likewise.
41211         * manual/job.texi: Likewise.
41212         * manual/lang.texi: Likewise.
41213         * manual/libc.texiinfo: Likewise.
41214         * manual/llio.texi: Likewise.
41215         * manual/locale.texi: Likewise.
41216         * manual/maint.texi: Likewise.
41217         * manual/math.texi: Likewise.
41218         * manual/memory.texi: Likewise.
41219         * manual/message.texi: Likewise.
41220         * manual/nss.texi: Likewise.
41221         * manual/pattern.texi: Likewise.
41222         * manual/process.texi: Likewise.
41223         * manual/resource.texi: Likewise.
41224         * manual/search.texi: Likewise.
41225         * manual/setjmp.texi: Likewise.
41226         * manual/signal.texi: Likewise.
41227         * manual/socket.texi: Likewise.
41228         * manual/startup.texi: Likewise.
41229         * manual/stdio.texi: Likewise.
41230         * manual/string.texi: Likewise.
41231         * manual/sysinfo.texi: Likewise.
41232         * manual/syslog.texi: Likewise.
41233         * manual/terminal.texi: Likewise.
41234         * manual/time.texi: Likewise.
41235         * manual/users.texi: Likewise.
41236         * INSTALL: Regenerated.
41237         * NOTES: Regenerated.
41238         * sysdeps/gnu/errlist.c: Regenerated.
41239
41240 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
41241
41242         * include/dirent.h: Include <dirstream.h> before
41243         <dirent/dirent.h>.
41244
41245 2012-02-28  David S. Miller  <davem@davemloft.net>
41246
41247         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
41248         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
41249         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
41250         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
41251
41252 2012-02-27  David S. Miller  <davem@davemloft.net>
41253
41254         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
41255         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
41256         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
41257         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
41258
41259         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
41260         frame pointer instead of stack pointer relative arg slot.
41261         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41262         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41263         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41264
41265 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
41266
41267         [BZ #3992]
41268         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
41269
41270 2012-02-27  David S. Miller  <davem@davemloft.net>
41271
41272         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
41273         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
41274         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41275         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
41276         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
41277         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
41278         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
41279         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
41280
41281 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41282
41283         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
41284         later.  Allow versions 5-9.
41285         * configure: Regenerated.
41286         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
41287         required minimum version and 4.6 as recommended version.  Do not
41288         mention bugs in GCC 2.7 and 2.8.
41289         * INSTALL: Regenerated.
41290
41291 2012-02-27  David S. Miller  <davem@davemloft.net>
41292
41293         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
41294         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
41295         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
41296         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
41297         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
41298         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
41299         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
41300         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
41301
41302         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
41303         manipulate bits before adding and subtracting TWO112[sx].
41304         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
41305
41306 2012-02-27  Roland McGrath  <roland@hack.frob.com>
41307
41308         [BZ #13775]
41309         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
41310         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
41311         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
41312         being in POSIX, because they are in 1003.1-2008.
41313
41314         * rt/tst-aio.c: Include <fcntl.h>.
41315         * rt/tst-aio7.c: Likewise.
41316         * rt/tst-aio64.c: Likewise.
41317
41318         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
41319
41320 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
41321
41322         * manual/install.texi (--with-headers): Describe headers as
41323         interface headers, not private headers.
41324         (Specific advice for GNU/Linux systems): Describe use of headers
41325         from "make headers_install", not private headers from older
41326         kernels.
41327         * INSTALL: Regenerated.
41328         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
41329         Change to 2.6.19.
41330         * sysdeps/unix/sysv/linux/configure: Regenerated.
41331
41332         * manual/llio.texi (fclean): Remove documentation.
41333
41334         * manual/Makefile (libc-texi-generated): New variable.  Include
41335         version.texi.
41336         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
41337         $(libc-texi-generated), not duplicated list of files.
41338         (version.texi, stamp-version): New rules.
41339         (realclean): Remove $(libc-texi-generated), not individual files
41340         from that list.  Do not remove dir-add.texinfo.
41341         * manual/libc.texinfo: Comment out uses of edition numbers and
41342         references to printed manual.  Remove last-updated dates.
41343         (EDITION): Comment out.
41344         (ISBN): Likewise.
41345         (VERSION, UPDATED): Remove.
41346         (version.texi): Include.
41347
41348 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
41349
41350         * sysdeps/posix/spawni.c: Include <signal.h>.
41351         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
41352         * sysdeps/pthread/aio_fsync.c: Likewise.
41353
41354 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
41355
41356         * conform/Makefile (tests): Run only when not cross-compiling and
41357         when fast-check is not defined.
41358
41359         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
41360         * conform/data/limits.h-data: Fixes for POSIX2008.
41361         * conform/run-conformtest.sh: Run all tests.
41362         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
41363         headers.
41364         * include/bits/dlfcn.h: Likewise.
41365         * include/langinfo.h: Likewise.
41366         * include/monetary.h: Likewise.
41367         * include/sys/poll.h: Likewise.
41368
41369         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
41370         for __USE_GNU.
41371         * posix/spawn.h: Define __need_sigset_t.
41372         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
41373         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
41374         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
41375         to get sigevent_t only.
41376         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
41377         only for __USE_GNU.
41378         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
41379         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
41380         process_vm_writev only for __USE_GNU.
41381         * termios/termios.h: Declare tcgetsid also for POSIX2008.
41382
41383         * conform/Makefile: For now ignore errors from run-conformtest.
41384         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
41385         POSIX to avoid namespace pollution.  Don't prepend headers.
41386         * conform/data/aio.h-data: Fixes for POSIX testing.
41387         * conform/data/fcntl.h-data: Likewise.
41388         * conform/data/glob.h-data: Likewise.
41389         * conform/data/grp.h-data: Likewise.
41390         * conform/data/pthread.h-data: Likewise.
41391         * conform/data/pwd.h-data: Likewise.
41392         * conform/data/signal.h-data: Likewise.
41393         * conform/data/spawn.h-data: Likewise.
41394         * conform/data/stdio.h-data: Likewise.
41395         * conform/data/stdlib.h-data: Likewise.
41396         * conform/data/stropts.h-data: Likewise.
41397         * conform/data/sys/mman.h-data: Likewise.
41398         * conform/data/sys/stat.h-data: Likewise.
41399         * conform/data/sys/types.h-data: Likewise.
41400         * conform/data/sys/wait.h-data: Likewise.
41401         * conform/data/time.h-data: Likewise.
41402         * conform/data/unistd.h-data: Likewise.
41403         * conform/data/utime.h-data: Likewise.
41404
41405         * io/sys/stat.h: fchmod was always in POSIX.
41406         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
41407         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
41408         * rt/aio.h: Define __need_timespec before including <time.h>.
41409         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
41410         struct.  Add forward declaration of pthread_attr_t and use it in
41411         sigevent.
41412         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
41413         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
41414         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
41415         always remove CLK_TCK definition.
41416
41417 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
41418
41419         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
41420
41421 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
41422
41423         * conform/run-conformtest.sh: New file.
41424         * conform/Makefile: Run run-conformtest for tests.
41425         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
41426         support.
41427
41428         * conform/data/uchar.h-data: New file.
41429         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
41430         * conform/data/arpa/inet.h-data: Likewise.
41431         * conform/data/assert.h-data: Likewise.
41432         * conform/data/complex.h-data: Likewise.
41433         * conform/data/cpio.h-data: Likewise.
41434         * conform/data/ctype.h-data: Likewise.
41435         * conform/data/dirent.h-data: Likewise.
41436         * conform/data/dlfcn.h-data: Likewise.
41437         * conform/data/errno.h-data: Likewise.
41438         * conform/data/fcntl.h-data: Likewise.
41439         * conform/data/float.h-data: Likewise.
41440         * conform/data/fmtmsg.h-data: Likewise.
41441         * conform/data/fnmatch.h-data: Likewise.
41442         * conform/data/ftw.h-data: Likewise.
41443         * conform/data/glob.h-data: Likewise.
41444         * conform/data/grp.h-data: Likewise.
41445         * conform/data/iconv.h-data: Likewise.
41446         * conform/data/inttypes.h-data: Likewise.
41447         * conform/data/langinfo.h-data: Likewise.
41448         * conform/data/libgen.h-data: Likewise.
41449         * conform/data/limits.h-data: Likewise.
41450         * conform/data/locale.h-data: Likewise.
41451         * conform/data/math.h-data: Likewise.
41452         * conform/data/monetary.h-data: Likewise.
41453         * conform/data/mqueue.h-data: Likewise.
41454         * conform/data/ndbm.h-data: Likewise.
41455         * conform/data/net/if.h-data: Likewise.
41456         * conform/data/netdb.h-data: Likewise.
41457         * conform/data/netinet/in.h-data: Likewise.
41458         * conform/data/nl_types.h-data: Likewise.
41459         * conform/data/poll.h-data: Likewise.
41460         * conform/data/pthread.h-data: Likewise.
41461         * conform/data/pwd.h-data: Likewise.
41462         * conform/data/regex.h-data: Likewise.
41463         * conform/data/sched.h-data: Likewise.
41464         * conform/data/search.h-data: Likewise.
41465         * conform/data/semaphore.h-data: Likewise.
41466         * conform/data/setjmp.h-data: Likewise.
41467         * conform/data/signal.h-data: Likewise.
41468         * conform/data/spawn.h-data: Likewise.
41469         * conform/data/stdarg.h-data: Likewise.
41470         * conform/data/stdio.h-data: Likewise.
41471         * conform/data/stdlib.h-data: Likewise.
41472         * conform/data/string.h-data: Likewise.
41473         * conform/data/strings.h-data: Likewise.
41474         * conform/data/stropts.h-data: Likewise.
41475         * conform/data/sys/ipc.h-data: Likewise.
41476         * conform/data/sys/mman.h-data: Likewise.
41477         * conform/data/sys/msg.h-data: Likewise.
41478         * conform/data/sys/resource.h-data: Likewise.
41479         * conform/data/sys/select.h-data: Likewise.
41480         * conform/data/sys/sem.h-data: Likewise.
41481         * conform/data/sys/shm.h-data: Likewise.
41482         * conform/data/sys/socket.h-data: Likewise.
41483         * conform/data/sys/stat.h-data: Likewise.
41484         * conform/data/sys/statvfs.h-data: Likewise.
41485         * conform/data/sys/time.h-data: Likewise.
41486         * conform/data/sys/timeb.h-data: Likewise.
41487         * conform/data/sys/times.h-data: Likewise.
41488         * conform/data/sys/types.h-data: Likewise.
41489         * conform/data/sys/uio.h-data: Likewise.
41490         * conform/data/sys/un.h-data: Likewise.
41491         * conform/data/sys/utsname.h-data: Likewise.
41492         * conform/data/sys/wait.h-data: Likewise.
41493         * conform/data/syslog.h-data: Likewise.
41494         * conform/data/tar.h-data: Likewise.
41495         * conform/data/termios.h-data: Likewise.
41496         * conform/data/utime.h-data: Likewise.
41497         * conform/data/utmpx.h-data: Likewise.
41498         * conform/data/varargs.h-data: Likewise.
41499         * conform/data/wchar.h-data: Likewise.
41500         * conform/data/wctype.h-data: Likewise.
41501         * conform/data/wordexp.h-data: Likewise.
41502
41503         * include/stropts.h: New file.
41504         * include/uchar.h: New file.
41505         * include/aio.h: Changes to allow conformtest.pl to use the headers.
41506         * include/assert.h: Likewise.
41507         * include/ctype.h: Likewise.
41508         * include/dirent.h: Likewise.
41509         * include/dlfcn.h: Likewise.
41510         * include/fcntl.h: Likewise.
41511         * include/fnmatch.h: Likewise.
41512         * include/glob.h: Likewise.
41513         * include/grp.h: Likewise.
41514         * include/libio.h: Likewise.
41515         * include/locale.h: Likewise.
41516         * include/math.h: Likewise.
41517         * include/net/if.h: Likewise.
41518         * include/netdb.h: Likewise.
41519         * include/netinet/in.h: Likewise.
41520         * include/pthread.h: Likewise.
41521         * include/pwd.h: Likewise.
41522         * include/regex.h: Likewise.
41523         * include/sched.h: Likewise.
41524         * include/search.h: Likewise.
41525         * include/setjmp.h: Likewise.
41526         * include/signal.h: Likewise.
41527         * include/stdio.h: Likewise.
41528         * include/stdlib.h: Likewise.
41529         * include/string.h: Likewise.
41530         * include/sys/cdefs.h: Likewise.
41531         * include/sys/mman.h: Likewise.
41532         * include/sys/msg.h: Likewise.
41533         * include/sys/resource.h: Likewise.
41534         * include/sys/select.h: Likewise.
41535         * include/sys/socket.h: Likewise.
41536         * include/sys/stat.h: Likewise.
41537         * include/sys/statvfs.h: Likewise.
41538         * include/sys/time.h: Likewise.
41539         * include/sys/times.h: Likewise.
41540         * include/sys/uio.h: Likewise.
41541         * include/sys/utsname.h: Likewise.
41542         * include/sys/wait.h: Likewise.
41543         * include/termios.h: Likewise.
41544         * include/time.h: Likewise.
41545         * include/ulimit.h: Likewise.
41546         * include/unistd.h: Likewise.
41547         * include/utime.h: Likewise.
41548         * include/wchar.h: Likewise.
41549         * include/wctype.h: Likewise.
41550         * include/wordexp.h: Likewise.
41551
41552         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
41553
41554         * time/time.h: TIME_UTC must be a macro.
41555         Make timespec_get available for ISO C11 only as well.
41556
41557 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
41558
41559         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
41560         Reported by Peng Haitao <penght@cn.fujitsu.com>.
41561
41562 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41563
41564         * configure.in: Use -o not -a in test for unsupported multi-arch.
41565
41566 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41567
41568         * manual/texinfo.tex: Update to version 2012-01-19.16.
41569
41570 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41571
41572         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
41573
41574 2012-02-24  Roland McGrath  <roland@hack.frob.com>
41575
41576         [BZ #13738]
41577         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
41578         * manual/fdl-1.3.texi: New file.
41579         * manual/fdl-1.1.texi: File removed.
41580
41581         [BZ #13738]
41582         * manual/libc.texinfo (FDL_VERSION): New @set.
41583         Use it for mention of FDL in cover text.
41584         (Documentation License): Use it in @include file name.
41585
41586 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41587             Roland McGrath  <roland@hack.frob.com>
41588
41589         [BZ #5461]
41590         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
41591         (not LONG_LONG_MAX and LONG_LONG_MIN.
41592         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
41593         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
41594         name.
41595         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
41596
41597 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41598
41599         [BZ #2547]
41600         [BZ #11365]
41601         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
41602         manipulate bits before adding and subtracting TWO23[sx].
41603         * math/libm-test.inc (nearbyint_test): Add more tests.
41604
41605 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41606
41607         [BZ #2548]
41608         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
41609         bits before adding and subtracting TWO23[sx].
41610         * math/libm-test.inc (rint_test): Add more tests.
41611         (rint_test_tonearest): Likewise.
41612         (rint_test_towardzero): Likewise.
41613         (rint_test_downward): Likewise.
41614         (rint_test_upward: Likewise.
41615
41616 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41617
41618         [BZ #10110]
41619         * include/stdc-predef.h: New file.  Extracted from features.h.
41620         * include/features.h: Include stdc-predef.h.
41621         * Makefile (headers): Add stdc-predef.h.
41622         * CONFORMANCE (Compiler limitations): Update.
41623
41624 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41625
41626         * manual/libc.texinfo (VERSION, UPDATED): Revert.
41627
41628 2012-02-21  David S. Miller  <davem@davemloft.net>
41629
41630         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
41631         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
41632
41633 2012-02-20  David S. Miller  <davem@davemloft.net>
41634
41635         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
41636         using a normal save/restore sequence, rather than allocating a
41637         dummy stack frame just to store a frame pointer and restore.
41638         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41639
41640 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41641
41642         * manual/install.texi: Fix stray word in line-wrapped comment.
41643
41644 2012-02-20  David S. Miller  <davem@davemloft.net>
41645
41646         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
41647         both binutils and gcc support GOTDATA.
41648
41649         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
41650         "rd %pc" in the PIC register setup sequences.
41651
41652         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
41653         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
41654         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41655         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
41656         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41657         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
41658         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41659         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41660         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
41661         (SYSCALL_ERROR_HANDLER): Likewise.
41662         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41663         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41664         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
41665         (SYSCALL_ERROR_HANDLER): Likewise.
41666
41667         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
41668         (HAVE_GCC_GOTDATA): New.
41669         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
41670         relocation support in both binutils and gcc.
41671         * sysdeps/sparc/elf/configure: Regenerate.
41672
41673         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
41674         * sysdeps/sparc/sparc32/elf/configure: Delete.
41675         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
41676         * sysdeps/sparc/sparc64/elf/configure: Delete.
41677         * sysdeps/sparc/elf/configure.in: New file.
41678         * sysdeps/sparc/elf/configure: Generate.
41679
41680         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
41681         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
41682         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
41683         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
41684         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
41685
41686 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41687
41688         * manual/install.texi: Do not mention specific glibc version
41689         numbers.
41690         * manual/libc.texinfo (VERSION, UPDATED): Update.
41691         (@copying): Use @copyright{} and range of years.
41692
41693 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41694
41695         [BZ #13695]
41696         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
41697         [crti.S not in sysdirs] (generated): Do not append.
41698         [crti.S not in sysdirs] (omit-deps): Likewise.
41699         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
41700         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
41701         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
41702         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
41703         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
41704         Likewise.
41705         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
41706         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
41707         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
41708         * csu/defs.awk: Remove file.
41709         * sysdeps/generic/initfini.c: Likewise.
41710         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
41711         variable.
41712         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
41713         Likewise.
41714
41715 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41716
41717         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
41718         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
41719         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
41720         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
41721         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
41722         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
41723         <bits/epoll.h>.
41724         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
41725         (__EPOLL_PACKED): Define to empty if not defined by
41726         <bits/epoll.h>.
41727         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
41728         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41729         bits/epoll.h.
41730
41731 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41732
41733         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
41734         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
41735         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
41736         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
41737         <bits/timerfd.h>.
41738         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
41739         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41740         bits/timerfd.h.
41741
41742 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41743
41744         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
41745         in C locale.
41746         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41747         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
41748         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
41749         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41750
41751 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
41752
41753         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
41754         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
41755
41756 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
41757
41758         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
41759         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
41760         defined.
41761         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
41762         Likewise.
41763         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
41764         entry for 2.16.
41765
41766 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
41767
41768         * math/w_acos.c: Use non-signaling floating-point comparisons.
41769         * math/w_acosf.c: Likewise.
41770         * math/w_acosh.c: Likewise.
41771         * math/w_acoshf.c: Likewise.
41772         * math/w_acoshl.c: Likewise.
41773         * math/w_acosl.c: Likewise.
41774         * math/w_asin.c: Likewise.
41775         * math/w_asinf.c: Likewise.
41776         * math/w_asinl.c: Likewise.
41777         * math/w_atanh.c: Likewise.
41778         * math/w_atanhf.c: Likewise.
41779         * math/w_atanhl.c: Likewise.
41780         * math/w_exp2.c: Likewise.
41781         * math/w_exp2f.c: Likewise.
41782         * math/w_exp2l.c: Likewise.
41783         * math/w_j0.c: Likewise.
41784         * math/w_j0f.c: Likewise.
41785         * math/w_j0l.c: Likewise.
41786         * math/w_j1.c: Likewise.
41787         * math/w_j1f.c: Likewise.
41788         * math/w_j1l.c: Likewise.
41789         * math/w_jn.c: Likewise.
41790         * math/w_jnf.c: Likewise.
41791         * math/w_log.c: Likewise.
41792         * math/w_log10.c: Likewise.
41793         * math/w_log10f.c: Likewise.
41794         * math/w_log10l.c: Likewise.
41795         * math/w_log2.c: Likewise.
41796         * math/w_log2f.c: Likewise.
41797         * math/w_log2l.c: Likewise.
41798         * math/w_logf.c: Likewise.
41799         * math/w_logl.c: Likewise.
41800         * math/w_sqrt.c: Likewise.
41801         * math/w_sqrtf.c: Likewise.
41802         * math/w_sqrtl.c: Likewise.
41803         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
41804         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
41805         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41806         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
41807         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
41808
41809 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
41810
41811         [BZ #9739]
41812         * manual/string.texi (strnlen): Use correct parameter name in
41813         equivalent expression.
41814
41815 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
41816
41817         [BZ #11174]
41818         * manual/users.texi (seteuid): Consistently use neweuid for
41819         argument name.
41820
41821 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
41822
41823         [BZ #13704]
41824         * manual/nss.texi (Services in the NSS configuration): Correct
41825         list of services in example configuration file.
41826
41827 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
41828
41829         [BZ #11322]
41830         * manual/arith.texi: Remove statements about negative zero
41831         behaving identically to zero.
41832
41833 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
41834
41835         [BZ #5993]
41836         * manual/install.texi: Do not document upgrading from libc5.
41837
41838 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
41839
41840         [BZ #4596]
41841         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
41842
41843 2012-02-18  David S. Miller  <davem@davemloft.net>
41844
41845         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
41846         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
41847         %o7 across the call.
41848         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
41849         instead.
41850         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
41851         SETUP_PIC_REG_LEAF.
41852         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41853         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
41854         * sysdeps/sparc/crtn.S: Likewise.
41855
41856 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
41857
41858         * aout/Makefile: Remove.
41859
41860 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
41861
41862         [BZ #13058]
41863         * manual/examples/argp-ex1.c (main): Format definition in GNU
41864         style.
41865         * manual/examples/argp-ex2.c (main): Likewise.
41866         * manual/examples/argp-ex3.c (main): Likewise.
41867         * manual/examples/argp-ex4.c (main): Likewise.
41868         * manual/examples/longopt.c (main): Use new-style prototype
41869         definition.
41870         * manual/examples/strncat.c (main): Specify return type and use
41871         (void) for arguments.
41872         * manual/examples/subopt.c (main): Use char **argv argument.
41873
41874 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41875
41876         [BZ #5077]
41877         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
41878         rounding modes.
41879
41880 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
41881
41882         [BZ #6907]
41883         * manual/string.texi (strchr): Change when strchrnul is
41884         recommended.
41885
41886 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
41887
41888         [BZ #174]
41889         * manual/locale.texi (setlocale): Document LOCPATH.
41890
41891 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41892
41893         [BZ #10210]
41894         * manual/process.texi (execle): Move @dots{} before last argument.
41895
41896 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
41897
41898         [BZ #12047]
41899         * manual/charset.texi (Generic Charset Conversion): Fix typo
41900         (LC_TYPE -> LC_CTYPE).
41901
41902 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
41903
41904         [BZ #5805]
41905         * manual/arith.texi (scalbn): Use @var{} on parameter names.
41906         (scalbnf): Likewise.
41907         (scalbnl): Likewise.
41908         (scalbln): Likewise.
41909         (scalblnf): Likewise.
41910         (scalblnl): Likewise.
41911         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
41912         (vwarnx): Likewise.
41913         (verr): Likewise.
41914         (verrx): Likewise.
41915         * manual/filesys.texi (telldir): Use braces around return type.
41916         * manual/llio.texi (mmap): Add space after comma.
41917         (mmap64): Likewise.
41918         * manual/math.texi (jn): Use @var{} on parameter names.
41919         (jnf): Likewise.
41920         (jnl): Likewise.
41921         (yn): Likewise.
41922         (ynf): Likewise.
41923         (ynl): Likewise.
41924         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
41925         line.
41926         * manual/resource.texi (ulimit): Use @dots{} instead of literal
41927         "...".
41928         (sched_get_priority_min): Remove semicolon on @deftypefun line.
41929         (sched_get_priority_max): Likewise.
41930         * manual/signal.texi (sigvec): Add space after comma.
41931         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
41932         names.
41933         (if_indextoname): Likewise.
41934         (if_freenameindex): Likewise.
41935         (sendto): Use ',' instead of '.' in prototype.
41936         * manual/startup.texi (syscall): Use @dots{} instead of literal
41937         "...".
41938         * manual/stdio.texi (__fpending): Separate initial words of
41939         paragraph from @deftypefun line.
41940         * manual/syslog.texi (syslog): Use @dots{} instead of literal
41941         "...".
41942         (vsyslog): Use @var{} on parameter names.
41943         * manual/terminal.texi (stty): Use @var{} on parameter names.
41944         * manual/users.texi (getutmp): Use @var{} on parameter names.
41945         (getutmpx): Likewise.
41946
41947 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41948
41949         [BZ #6884]
41950         * manual/stdio.texi (fopen): Fix typos in description of
41951         ",ccs=STRING".
41952
41953 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
41954
41955         [BZ #4026]
41956         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
41957         get clock_id definition.
41958
41959 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
41960
41961         [BZ #4822]
41962         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
41963         (madvise): Cast every argument to void on its own.
41964
41965 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41966
41967         [BZ #9902]
41968         * manual/startup.texi (Exit Status): Fix typo.
41969
41970 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41971
41972         [BZ #10140]
41973         * manual/examples/argp-ex1.c: Include <stdlib.h>.
41974         * manual/examples/argp-ex2.c: Likewise.
41975         * manual/examples/argp-ex3.c: Likewise.
41976
41977 2012-02-16  Richard Henderson  <rth@redhat.com>
41978
41979         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
41980         * sysdeps/s390/s390-32/initfini.c: Remove.
41981         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
41982         * sysdeps/s390/s390-64/initfini.c: Remove.
41983
41984 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41985
41986         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
41987         compiler output for sysdeps/generic/initfini.c.
41988         * sysdeps/sh/elf/initfini.c: Remove file.
41989
41990 2012-02-16  David S. Miller  <davem@davemloft.net>
41991
41992         [BZ #11494]
41993         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
41994
41995         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
41996         * sysdeps/sparc/crti.S: New file.
41997         * sysdeps/sparc/crtn.S: New file.
41998         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
41999         * sysdeps/sparc/sparc64/Makefile: Likewise.
42000
42001 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
42002
42003         [BZ #3335]
42004         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
42005
42006 2012-02-15  Roland McGrath  <roland@hack.frob.com>
42007
42008         [BZ #4822]
42009         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
42010
42011         * mach/devstream.c (cookie_io_functions_t): Macro removed.
42012         (write, read, close): Likewise.
42013         Patch by Aurelien Jarno <aurelien@aurel32.net>.
42014
42015 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
42016
42017         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
42018         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
42019         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
42020         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
42021         <bits/signalfd.h>.
42022         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
42023         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42024         bits/signalfd.h.
42025
42026 2012-02-14  Marek Polacek  <polacek@redhat.com>
42027
42028         * sysdeps/x86_64/crti.S: New file.
42029         * sysdeps/x86_64/crtn.S: New file.
42030         * sysdeps/x86_64/elf/initfini.c: Remove file.
42031
42032 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
42033
42034         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
42035         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
42036         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
42037         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
42038         <bits/inotify.h>.
42039         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
42040         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42041         bits/inotify.h.
42042
42043 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
42044
42045         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
42046         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
42047         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
42048         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
42049         <bits/eventfd.h>.
42050         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
42051         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42052         bits/eventfd.h.
42053
42054 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
42055
42056         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
42057         __feraiseexcept instead of feraiseexcept.
42058
42059         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
42060         nanosleep invocations.
42061         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
42062         strings, and add error checking for a nanosleep invocations.
42063
42064 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
42065
42066         Replace FSF snail mail address with URLs, as per GNU coding standards.
42067         Most of the snail mail addresses were wrong anyway, and omitting
42068         them makes the source code easier to maintain.  Almost all of the
42069         changes are to license notices and to locale LC_IDENTIFICATION
42070         addresses, except for this one:
42071         * manual/libc.texinfo: In "Published by", give the FSF's URL,
42072         not its snail mail address.
42073
42074 2012-02-09  Richard Henderson  <rth@twiddle.net>
42075
42076         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
42077         of kernel-features.h.
42078
42079         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
42080
42081 2012-02-08  Marek Polacek  <polacek@redhat.com>
42082
42083         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
42084         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
42085         * sysdeps/gnu/_G_config.h: Likewise.
42086         * sysdeps/generic/_G_config.h: Likewise.
42087
42088 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
42089
42090         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
42091         tests.
42092         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42093
42094         * sysdeps/powerpc/powerpc32/crti.S: New file.
42095         * sysdeps/powerpc/powerpc32/crtn.S: New file.
42096         * sysdeps/powerpc/powerpc64/crti.S: New file.
42097         * sysdeps/powerpc/powerpc64/crtn.S: New file.
42098
42099         * Makeconfig (have-initfini): Don't set.
42100         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
42101         * configure.in (nopic_initfini): Don't substitute.
42102         * config.h.in (HAVE_INITFINI): Don't #undef.
42103         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
42104         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
42105
42106 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
42107
42108         Support crti.S and crtn.S provided directly by architectures.
42109         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
42110         [crti.S in sysdirs] (omit-deps): Likewise.
42111         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
42112         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
42113         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
42114         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
42115         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
42116         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
42117         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
42118         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
42119         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
42120         compiler output for sysdeps/generic/initfini.c.
42121         * sysdeps/i386/elf/Makefile: Remove file.
42122         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
42123
42124 2012-02-07  Marek Polacek  <polacek@redhat.com>
42125
42126         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
42127         * sysdeps/gnu/_G_config.h: Likewise.
42128         * sysdeps/mach/hurd/_G_config.h: Likewise.
42129
42130 2012-02-07  Marek Polacek  <polacek@redhat.com>
42131
42132         * math/Makefile (tests): Add tst-CMPLX2.
42133         * math/tst-CMPLX2.c: New file.
42134
42135 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
42136
42137         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
42138
42139         * math/libm-test.inc (jn_test): Add missing L suffix.
42140
42141 2012-02-06  Marek Polacek  <polacek@redhat.com>
42142
42143         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
42144         * sysdeps/i386/fpu/e_powf.S: Likewise.
42145         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
42146         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
42147         * sysdeps/i386/fpu/e_acosh.S: Likewise.
42148         * sysdeps/i386/fpu/e_pow.S: Likewise.
42149         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
42150         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
42151         * sysdeps/i386/fpu/s_expm1.S: Likewise.
42152         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
42153         * sysdeps/i386/fpu/e_log2.S: Likewise.
42154         * sysdeps/i386/fpu/e_log2l.S: Likewise.
42155         * sysdeps/i386/fpu/e_scalb.S: Likewise.
42156         * sysdeps/i386/fpu/e_powl.S: Likewise.
42157         * sysdeps/i386/fpu/s_log1p.S: Likewise.
42158         * sysdeps/i386/fpu/e_log10f.S: Likewise.
42159         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
42160         * sysdeps/i386/fpu/e_logl.S: Likewise.
42161         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
42162         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
42163         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
42164         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
42165         * sysdeps/i386/fpu/e_log2f.S: Likewise.
42166         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
42167         * sysdeps/i386/fpu/e_log.S: Likewise.
42168         * sysdeps/i386/fpu/s_cexp.S: Likewise.
42169         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
42170         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
42171         * sysdeps/i386/fpu/e_logf.S: Likewise.
42172         * sysdeps/i386/fpu/e_log10l.S: Likewise.
42173         * sysdeps/i386/fpu/e_atanh.S: Likewise.
42174         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
42175         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
42176         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
42177         * sysdeps/i386/fpu/e_log10.S: Likewise.
42178         * sysdeps/i386/fpu/s_frexp.S: Likewise.
42179         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
42180         * sysdeps/i386/fpu/s_asinh.S: Likewise.
42181         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
42182         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
42183         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
42184         * sysdeps/i386/asm-syntax.h: Likewise.
42185         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
42186         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42187         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
42188         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
42189         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
42190         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
42191         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
42192         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
42193         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
42194         * sysdeps/powerpc/sysdep.h: Likewise.
42195         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
42196         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
42197
42198 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42199
42200         [BZ #411]
42201         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
42202
42203 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
42204
42205         * sysdeps/i386/sysdep.h: Include <features.h>.
42206         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
42207         version.
42208
42209 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
42210
42211         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
42212         Define.
42213         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
42214         LOAD_PIC_REG_STR.
42215
42216 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42217
42218         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
42219         (SETUP_PIC_REG): Use GET_PC_THUNK.
42220         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
42221         macro.
42222
42223 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42224
42225         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
42226         for non-PIC compilation.
42227         (SETUP_PIC_REG): Add .p2align directive.
42228         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
42229         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
42230         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
42231         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
42232         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
42233         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
42234         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
42235         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
42236         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
42237         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
42238         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
42239         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
42240         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
42241         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
42242         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
42243         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
42244         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
42245         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
42246         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
42247         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
42248         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
42249         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
42250         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
42251         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
42252         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
42253         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
42254         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
42255         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
42256         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
42257         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
42258         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
42259         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
42260         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
42261         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
42262         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
42263         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
42264         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
42265         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
42266         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
42267         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
42268         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
42269
42270 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
42271
42272         * math/tst-CMPLX.c: Include <stdio.h>.
42273
42274 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
42275
42276         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
42277         float.
42278         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42279         * sysdeps/sparc/bits/mathdef.h: Likewise.
42280
42281 2012-01-31  Marek Polacek  <polacek@redhat.com>
42282
42283         * libio/libio.h: Don't define _PARAMS.
42284         * locale/programs/config.h: Don't define PARAMS.
42285         * stdlib/strtol_l.c: Likewise.
42286         (__strtol_l): Remove PARAMS from the prototype.
42287
42288 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
42289
42290         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
42291         names.  Just use the correct names.  Remove unnecessary wrapper
42292         functions.
42293         * malloc/arena.c: Likewise.
42294         * malloc/hooks.c: Likewise.
42295
42296         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
42297         ARENA_TEST says not to.  Simplify test for creation of a new arena.
42298         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
42299
42300 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
42301
42302         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
42303         into tail calls.
42304         (update_get_addr): New function.
42305         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
42306         GET_ADDR_MODULE parameter.
42307
42308 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42309
42310         * crypt/cert.c: Remove __STDC__ conditionals.
42311         * crypt/crypt-entry.c: Likewise.
42312         * crypt/crypt_util.c: Likewise.
42313         * libio/filedoalloc.c: Likewise.
42314         * libio/fileops.c: Likewise.
42315         * libio/genops.c: Likewise.
42316         * libio/iofclose.c: Likewise.
42317         * libio/iofdopen.c: Likewise.
42318         * libio/iofopen.c: Likewise.
42319         * libio/iofopen64.c: Likewise.
42320         * libio/iogetdelim.c: Likewise.
42321         * libio/iopopen.c: Likewise.
42322         * libio/obprintf.c: Likewise.
42323         * libio/oldfileops.c: Likewise.
42324         * libio/oldiofclose.c: Likewise.
42325         * libio/oldiofdopen.c: Likewise.
42326         * libio/oldiofopen.c: Likewise.
42327         * libio/oldiopopen.c: Likewise.
42328         * libio/wfiledoalloc.c: Likewise.
42329         * libio/wgenops.c: Likewise.
42330         * locale/programs/xmalloc.c: Likewise.
42331         * misc/syslog.c: Likewise.
42332         * stdio-common/xbug.c: Likewise.
42333         * string/memchr.c: Likewise.
42334         * string/memcmp.c: Likewise.
42335         * string/memrchr.c: Likewise.
42336         * string/rawmemchr.c: Likewise.
42337         * sysdeps/posix/getcwd.c: Likewise.
42338         * time/strftime_l.c: Likewise.
42339
42340 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
42341
42342         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
42343         * config.make.in (config-cflags-sse2avx): Define.
42344         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
42345         Fix typo.
42346
42347 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
42348
42349         * scripts/config.guess: Update from upstream config git repository.
42350         * scripts/config.sub: Likewise.
42351
42352 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
42353
42354         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
42355         (EM_NUM): Update.
42356         (R_TILEPRO_*, R_TILEGX_*): New macros.
42357
42358         * scripts/firstversions.awk: Fix bug in version range handling.
42359
42360         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
42361
42362         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
42363
42364         * include/sys/epoll.h: New file.
42365         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
42366         libc_hidden_def.
42367
42368 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
42369
42370         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
42371         Avoid unnecessary __WORDSIZE == 64 test.
42372         (fmaxf): Use VEX format if possible.
42373         (fmax): Likewise.
42374         (fminf): Likewise.
42375         (fmin): Likewise.
42376
42377         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
42378         * math/math_private.h: Remove libc_fegetround* and
42379         libc_fesetround*.
42380         * sysdeps/i386/configure.in: Check for -msse2avx.
42381         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
42382         also if SSE2AVX is defined.
42383         Remove libc_fegetround* and libc_fesetround*.
42384         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
42385         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
42386         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
42387         of HAS_YMM_USABLE.
42388         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42389         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42390         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42391         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42392         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42393
42394         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
42395
42396 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42397
42398         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
42399         size is not set.
42400         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
42401
42402 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
42403
42404         [BZ #13618]
42405         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
42406         relocation.
42407         * Makeconfig (libm): Define.
42408         * elf/Makefile: Add rules to build and run tst-relsort1.
42409         * elf/tst-relsort1.c: New file.
42410         * elf/tst-relsort1mod1.c: New file.
42411         * elf/tst-relsort1mod2.c: New file.
42412
42413 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
42414
42415         * math/s_ldexp.c: Remove __STDC__ conditionals.
42416         * math/s_ldexpf.c: Likewise.
42417         * math/s_ldexpl.c: Likewise.
42418         * math/s_nextafter.c: Likewise.
42419         * math/s_nexttowardf.c: Likewise.
42420         * math/s_significand.c: Likewise.
42421         * math/s_significandf.c: Likewise.
42422         * math/s_significandl.c: Likewise.
42423         * math/w_jnl.c: Likewise.
42424         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
42425         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
42426         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
42427         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
42428         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
42429         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
42430         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
42431         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
42432         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
42433         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
42434         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
42435         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
42436         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
42437         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
42438         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
42439         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
42440         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
42441         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
42442         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
42443         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
42444         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
42445         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
42446         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
42447         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
42448         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
42449         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
42450         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
42451         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
42452         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
42453         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
42454         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
42455         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
42456         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
42457         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
42458         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
42459         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
42460         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
42461         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
42462         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
42463         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
42464         * sysdeps/ieee754/k_standard.c: Likewise.
42465         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
42466         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
42467         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
42468         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
42469         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
42470         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
42471         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
42472         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
42473         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
42474         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
42475         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
42476         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
42477         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
42478         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
42479         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
42480         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
42481         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
42482         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
42483         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
42484         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
42485         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
42486         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
42487         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
42488         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
42489         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
42490         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
42491         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
42492         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
42493         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
42494         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
42495         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
42496         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
42497         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
42498         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
42499         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
42500         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
42501         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
42502         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
42503         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
42504         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
42505         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
42506         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
42507         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
42508         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
42509         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
42510         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
42511         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
42512         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
42513         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
42514         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
42515         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
42516         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
42517         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
42518         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
42519         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
42520         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
42521         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
42522         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
42523         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
42524         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
42525         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
42526         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
42527         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
42528         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
42529         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
42530         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
42531         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
42532         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
42533         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
42534         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
42535         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
42536         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
42537         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
42538         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
42539         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
42540         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
42541         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
42542         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
42543         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
42544         * sysdeps/ieee754/s_matherr.c: Likewise.
42545         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
42546         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
42547         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
42548         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
42549
42550 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42551
42552         * crypt/md5.h: Remove __STDC__ conditionals.
42553         * libio/libioP.h: Likewise.
42554         * locale/programs/config.h: Likewise.
42555         * sysdeps/generic/sysdep.h: Likewise.
42556         * sysdeps/i386/asm-syntax.h: Likewise.
42557         * sysdeps/s390/asm-syntax.h: Likewise.
42558         * sysdeps/unix/sysdep.h: Likewise.
42559         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
42560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
42561
42562 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42563
42564         * libio/libio.h: Remove __STDC__ conditionals.
42565         * malloc/obstack.h: Likewise.
42566         * math/complex.h: Likewise.
42567         * math/math.h: Likewise.
42568         * sysdeps/generic/_G_config.h: Likewise.
42569         * sysdeps/gnu/_G_config.h: Likewise.
42570         * sysdeps/mach/hurd/_G_config.h: Likewise.
42571         * sysdeps/powerpc/bits/mathdef.h: Likewise.
42572         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42573         * sysdeps/sparc/bits/mathdef.h: Likewise.
42574
42575 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
42576
42577         [BZ #13583]
42578         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
42579         Clean up HAS_* macros.
42580         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
42581         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
42582         possible.
42583         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
42584         HAS_AVX.
42585         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42586         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42587         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42588         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42589         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42590
42591 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
42592
42593         * elf/tst-unique3.cc (gets): Remove declaration.
42594         * elf/tst-unique3lib.cc (gets): Likewise.
42595         * elf/tst-unique3lib2.cc (gets): Likewise.
42596         * elf/tst-unique4.cc (gets): Likewise.
42597
42598 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
42599
42600         * include/stdio.h: Add C++ protection.  Add gets declarations and
42601         definitions.
42602         * debug/tst-chk1.c: Don't declare gets here.
42603         * stdio-common/tst-gets.c: Likewise.
42604
42605 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42606
42607         * posix/glob: Remove directory.
42608
42609 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42610
42611         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
42612
42613 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
42614
42615         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
42616         of the non-standard EPFNOSUPPORT.
42617
42618 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42619
42620         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
42621         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
42622         ANYWHERE set to 1 only on KERN_NO_SPACE error.
42623
42624 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
42625
42626         * wcsmbs/uchar.h: Test __STDC_VERSION__.
42627
42628 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
42629
42630         * nscd/aicache.c (addhstaiX): Do not cache negative results of
42631         transient errors.
42632         * nscd/grpcache.c (cache_addgr): Likewise.
42633         * nscd/hstcache.c (cache_addhst): Likewise.
42634         * nscd/initgrcache.c (addinitgroupsX): Likewise.
42635         * nscd/pwdcache.c (cache_addpw): Likewise.
42636         * nscd/servicescache.c (cache_addserv): Likewise.
42637
42638 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
42639
42640         * malloc/malloc.c: Various cleanups.
42641         * malloc/hooks.c: Likewise.
42642
42643         * stdlib/Makefile (tests): Add bug-fmtmsg1.
42644         * stdlib/bug-fmtmsg1.c: New file.
42645
42646         * stdlib/fmtmsg.c (init): Add missing unlock.
42647         Patch by Peng Haitao <penght@cn.fujitsu.com>.
42648
42649 2012-01-12  Marek Polacek  <polacek@redhat.com>
42650
42651         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
42652         and _GNU_SOURCE.
42653
42654 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
42655
42656         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
42657         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
42658         macro to ensure uniqueness of label name.
42659         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
42660         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
42661
42662 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
42663
42664         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
42665
42666         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
42667         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
42668         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
42669         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
42670
42671 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
42672
42673         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
42674
42675         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
42676         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
42677         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
42678
42679         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
42680
42681         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
42682         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
42683         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
42684         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
42685
42686         * math/bits/math-finite.h: Add ldexp support.
42687
42688 2012-01-10  Marek Polacek  <polacek@redhat.com>
42689
42690         * locale/programs/localedef.h (show_archive_content): Add noreturn
42691         attribute.
42692
42693 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
42694
42695         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
42696
42697 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42698
42699         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
42700
42701         * io/Makefile (headers): Add bits/poll2.h.
42702
42703 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
42704
42705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
42706         typo #include statement.
42707
42708 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42709
42710         * include/sys/cdefs.h: Define __attribute_alloc_size.
42711         * catgets/gencat.c: Add alloc_size attribute and apply consistently
42712         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
42713         * elf/pldd.c: Likewise.
42714         * iconv/iconv_charmap.c: Likewise.
42715         * iconv/iconvconfig.c: Likewise.
42716         * iconv/strtab.c: Likewise.
42717         * locale/programs/locale.c: Likewise.
42718         * locale/programs/localedef.h: Likewise.
42719         * locale/programs/simple-hash.c: Likewise.
42720         * nscd/nscd.h: Likewise.
42721         * nss/makedb.c: Likewise.
42722         * sysdeps/generic/ldconfig.h: Likewise.
42723         * locale/programs/localedef.c: Remove xmalloc prototype.
42724         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
42725
42726 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
42727
42728         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
42729         appropriate.
42730
42731 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42732
42733         * math/Makefile (tests): Add tst-CMPLX.
42734         * math/tst-CMPLX.c: New file.
42735
42736         * math/complex.h (CMPLXL): Fix typo.
42737
42738         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
42739         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
42740         GLIBC_2.16.
42741         * debug/tst-chk1.c: Add poll and ppoll tests.
42742         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
42743         * include/sys/poll.h: Add hidden proto for ppoll.
42744         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
42745         * sysdeps/mach/hurd/ppoll.c: Likewise.
42746         * io/ppoll.c: Likewise.
42747         * debug/poll_chk.c: New file.
42748         * debug/ppoll_chk.c: New file.
42749         * include/bits/poll2.h: New file.
42750         * io/bits/poll2.h: New file.
42751
42752         [BZ #1350]
42753         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
42754
42755         * configure.in: static is always set to yes.  Remove.
42756         * config.make.in: Don't set build-static.
42757         * Makeconfig: Remove use of build-static.
42758         * dlfcn/Makefile: Likewise.
42759         * elf/Makefile: Likewise.
42760         * math/Makefile: Likewise.
42761         * misc/Makefile: Likewise.
42762         * nptl/Makefile: Likewise.
42763         * sysdeps/mach/hurd/Makefile: Likewise.
42764
42765         * configure.in: PWD_P is not used anymore.
42766         * config.make.in: Remove PWD_P entry.
42767
42768         * configure.in: Remove last remnants of RANLIB.
42769         No need to check for signed size_t anymore.
42770         Don't set libc_commonpagesize and libc_relro_required here for Alpha
42771         and IA-64.
42772         Remove __builtin_expect test because we require at least gcc 3.4.
42773         * aclocal.m4: Likewise.
42774
42775         * wcsmbs/mbrtoc16.c: Implement using towc function.
42776         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
42777         * wcsmbs/wcsmbsload.c: Likewise.
42778         * iconv/gconv_simple.c: Likewise.
42779         * iconv/gconv_int.h: Likewise.
42780         * iconv/gconv_builtin.h: Likewise.
42781         * iconv/iconv_prog.c: Remove CHAR16 handling.
42782
42783         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
42784
42785         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
42786
42787         * configure.in: Remove --with-elf and --enable-bounded options.
42788         Dont set base_machine for ia64.  More non-ELF conditions removed.
42789         Remove testing and setting of leading underscore information.
42790         * config.make.in (build-bounded): Set to no.
42791         * config.h.in: Remove NO_UNDERSCORES entry.
42792         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
42793         them.
42794         * csu/start.c: Remove !NO_UNDERSCORE code.
42795         * locale/localeinfo.h: Likewise.
42796         * sysdeps/generic/machine-gmon.h: Likewise.
42797         * sysdeps/generic/sysdep.h: Likewise.
42798         * sysdeps/i386/sysdep.h: Likewise.
42799         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
42800         * sysdeps/mach/sysdep.h: Likewise.
42801         * sysdeps/s390/s390-32/sysdep.h: Likewise.
42802         * sysdeps/s390/s390-64/sysdep.h: Likewise.
42803         * sysdeps/sh/sysdep.h: Likewise.
42804         * sysdeps/sparc/sparc32/alloca.S: Likewise.
42805         * sysdeps/unix/i386/sysdep.S: Likewise.
42806         * sysdeps/unix/sparc/start.c: Likewise.
42807         * sysdeps/unix/sparc/sysdep.S: Likewise.
42808         * sysdeps/unix/sparc/sysdep.h: Likewise.
42809         * sysdeps/unix/start.c: Likewise.
42810         * sysdeps/unix/x86_64/sysdep.S: Likewise.
42811         * sysdeps/x86_64/sysdep.h: Likewise.
42812
42813 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
42814
42815         [BZ #13553]
42816         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
42817         for non-gcc.
42818         * argp/argp-fmtstream.h: Use const instead __const.
42819         * argp/argp.h: Likewise.
42820         * assert/assert.h: Likewise.
42821         * bits/fenv.h: Likewise.
42822         * bits/sched.h: Likewise.
42823         * bits/sigset.h: Likewise.
42824         * bits/sigthread.h: Likewise.
42825         * catgets/nl_types.h: Likewise.
42826         * conform/data/pthread.h-data: Likewise.
42827         * crypt/crypt-private.h: Likewise.
42828         * crypt/crypt.h: Likewise.
42829         * crypt/crypt_util.c: Likewise.
42830         * ctype/ctype.h: Likewise.
42831         * debug/execinfo.h: Likewise.
42832         * debug/mbsnrtowcs_chk.c: Likewise.
42833         * debug/mbsrtowcs_chk.c: Likewise.
42834         * debug/wcsnrtombs_chk.c: Likewise.
42835         * debug/wcsrtombs_chk.c: Likewise.
42836         * debug/wcstombs_chk.c: Likewise.
42837         * dirent/dirent.h: Likewise.
42838         * dlfcn/dlfcn.h: Likewise.
42839         * elf/neededtest4.c: Likewise.
42840         * grp/grp.h: Likewise.
42841         * gshadow/gshadow.h: Likewise.
42842         * iconv/gconv.h: Likewise.
42843         * iconv/gconv_int.h: Likewise.
42844         * iconv/gconv_simple.c: Likewise.
42845         * iconv/iconv.h: Likewise.
42846         * iconv/loop.c: Likewise.
42847         * iconv/skeleton.c: Likewise.
42848         * include/aio.h: Likewise.
42849         * include/aliases.h: Likewise.
42850         * include/argz.h: Likewise.
42851         * include/arpa/inet.h: Likewise.
42852         * include/assert.h: Likewise.
42853         * include/dirent.h: Likewise.
42854         * include/dlfcn.h: Likewise.
42855         * include/execinfo.h: Likewise.
42856         * include/fcntl.h: Likewise.
42857         * include/fenv.h: Likewise.
42858         * include/glob.h: Likewise.
42859         * include/grp.h: Likewise.
42860         * include/libintl.h: Likewise.
42861         * include/mntent.h: Likewise.
42862         * include/netdb.h: Likewise.
42863         * include/pwd.h: Likewise.
42864         * include/rpc/netdb.h: Likewise.
42865         * include/sched.h: Likewise.
42866         * include/search.h: Likewise.
42867         * include/shadow.h: Likewise.
42868         * include/signal.h: Likewise.
42869         * include/stdio.h: Likewise.
42870         * include/stdlib.h: Likewise.
42871         * include/string.h: Likewise.
42872         * include/sys/socket.h: Likewise.
42873         * include/sys/stat.h: Likewise.
42874         * include/sys/statfs.h: Likewise.
42875         * include/sys/statvfs.h: Likewise.
42876         * include/sys/syslog.h: Likewise.
42877         * include/sys/time.h: Likewise.
42878         * include/sys/uio.h: Likewise.
42879         * include/time.h: Likewise.
42880         * include/unistd.h: Likewise.
42881         * include/utmp.h: Likewise.
42882         * include/wchar.h: Likewise.
42883         * include/wctype.h: Likewise.
42884         * inet/aliases.h: Likewise.
42885         * inet/arpa/inet.h: Likewise.
42886         * inet/netinet/ether.h: Likewise.
42887         * inet/netinet/in.h: Likewise.
42888         * intl/libintl.h: Likewise.
42889         * io/bits/fcntl2.h: Likewise.
42890         * io/fcntl.h: Likewise.
42891         * io/ftw.h: Likewise.
42892         * io/sys/poll.h: Likewise.
42893         * io/sys/stat.h: Likewise.
42894         * io/sys/statfs.h: Likewise.
42895         * io/sys/statvfs.h: Likewise.
42896         * io/utime.h: Likewise.
42897         * libio/bits/stdio.h: Likewise.
42898         * libio/bits/stdio2.h: Likewise.
42899         * libio/libio.h: Likewise.
42900         * libio/libioP.h: Likewise.
42901         * libio/stdio.h: Likewise.
42902         * locale/lc-ctype.c: Likewise.
42903         * locale/locale.h: Likewise.
42904         * login/utmp.h: Likewise.
42905         * malloc/arena.c: Likewise.
42906         * malloc/malloc.c: Likewise.
42907         * malloc/malloc.h: Likewise.
42908         * malloc/mcheck.c: Likewise.
42909         * malloc/mtrace.c: Likewise.
42910         * math/bits/mathcalls.h: Likewise.
42911         * math/fenv.h: Likewise.
42912         * math/math_private.h: Likewise.
42913         * misc/bits/error.h: Likewise.
42914         * misc/bits/syslog.h: Likewise.
42915         * misc/err.h: Likewise.
42916         * misc/error.h: Likewise.
42917         * misc/fstab.h: Likewise.
42918         * misc/mntent.h: Likewise.
42919         * misc/regexp.h: Likewise.
42920         * misc/search.h: Likewise.
42921         * misc/sgtty.h: Likewise.
42922         * misc/sys/mman.h: Likewise.
42923         * misc/sys/syslog.h: Likewise.
42924         * misc/sys/uio.h: Likewise.
42925         * misc/sys/xattr.h: Likewise.
42926         * misc/ttyent.h: Likewise.
42927         * nis/rpcsvc/ypclnt.h: Likewise.
42928         * nss/nss.h: Likewise.
42929         * posix/bits/unistd.h: Likewise.
42930         * posix/fnmatch.h: Likewise.
42931         * posix/glob.h: Likewise.
42932         * posix/sched.h: Likewise.
42933         * posix/spawn.h: Likewise.
42934         * posix/sys/wait.h: Likewise.
42935         * posix/unistd.h: Likewise.
42936         * posix/wordexp.h: Likewise.
42937         * pwd/pwd.h: Likewise.
42938         * resolv/netdb.h: Likewise.
42939         * resource/sys/resource.h: Likewise.
42940         * rt/aio.h: Likewise.
42941         * rt/bits/mqueue2.h: Likewise.
42942         * rt/mqueue.h: Likewise.
42943         * shadow/shadow.h: Likewise.
42944         * signal/signal.h: Likewise.
42945         * socket/send.c: Likewise.
42946         * socket/sendto.c: Likewise.
42947         * socket/sys/socket.h: Likewise.
42948         * stdio-common/printf.h: Likewise.
42949         * stdlib/bits/stdlib.h: Likewise.
42950         * stdlib/fmtmsg.h: Likewise.
42951         * stdlib/monetary.h: Likewise.
42952         * stdlib/stdlib.h: Likewise.
42953         * stdlib/ucontext.h: Likewise.
42954         * streams/stropts.h: Likewise.
42955         * string/argz.h: Likewise.
42956         * string/bits/string2.h: Likewise.
42957         * string/string.h: Likewise.
42958         * string/strings.h: Likewise.
42959         * sunrpc/rpc/auth.h: Likewise.
42960         * sunrpc/rpc/auth_des.h: Likewise.
42961         * sunrpc/rpc/clnt.h: Likewise.
42962         * sunrpc/rpc/netdb.h: Likewise.
42963         * sunrpc/rpc/pmap_clnt.h: Likewise.
42964         * sunrpc/rpc/xdr.h: Likewise.
42965         * sysdeps/generic/inttypes.h: Likewise.
42966         * sysdeps/generic/net/if.h: Likewise.
42967         * sysdeps/generic/sys/swap.h: Likewise.
42968         * sysdeps/gnu/net/if.h: Likewise.
42969         * sysdeps/gnu/utmpx.h: Likewise.
42970         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
42971         * sysdeps/i386/i486/bits/string.h: Likewise.
42972         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
42973         * sysdeps/s390/bits/string.h: Likewise.
42974         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
42975         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
42976         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
42977         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
42978         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
42979         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
42980         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
42981         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
42982         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
42983         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
42984         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
42985         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
42986         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
42987         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
42988         * sysdeps/unix/sysv/linux/readv.c: Likewise.
42989         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
42990         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
42991         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42992         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
42993         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
42994         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
42995         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
42996         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
42997         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
42998         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
42999         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
43000         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
43001         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43002         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
43003         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
43004         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
43005         * sysvipc/sys/ipc.h: Likewise.
43006         * sysvipc/sys/msg.h: Likewise.
43007         * sysvipc/sys/sem.h: Likewise.
43008         * sysvipc/sys/shm.h: Likewise.
43009         * termios/termios.h: Likewise.
43010         * time/sys/time.h: Likewise.
43011         * time/time.h: Likewise.
43012         * wcsmbs/bits/wchar2.h: Likewise.
43013         * wcsmbs/uchar.h: Likewise.
43014         * wcsmbs/wchar.h: Likewise.
43015         * wctype/wctype.h: Likewise.
43016
43017         [BZ #13551]
43018         * Makeconfig: Remove all but ELF support including AIX support.
43019         * Makerules: Likewise.
43020         * config.h.in: Likewise.
43021         * config.make.in: Likewise.
43022         * configure: Likewise.
43023         * configure.in: Likewise.
43024         * csu/Makefile: Likewise.
43025         * csu/version.c: Likewise.
43026         * debug/Makefile: Likewise.
43027         * dlfcn/Makefile: Likewise.
43028         * elf/Makefile: Likewise.
43029         * extra-lib.mk: Likewise.
43030         * iconv/Makefile: Likewise.
43031         * include/libc-symbols.h: Likewise.
43032         * include/shlib-compat.h: Likewise.
43033         * resolv/Makefile: Likewise.
43034         * resolv/res_libc.c: Likewise.
43035         * rt/Makefile: Likewise.
43036         * sysdeps/i386/asm-syntax.h: Likewise.
43037         * sysdeps/i386/sysdep.h: Likewise.
43038         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
43039         * sysdeps/mach/sysdep.h: Likewise.
43040         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
43041         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
43042         * sysdeps/s390/asm-syntax.h: Likewise.
43043         * sysdeps/s390/s390-32/sysdep.h: Likewise.
43044         * sysdeps/s390/s390-64/sysdep.h: Likewise.
43045         * sysdeps/sh/sysdep.h: Likewise.
43046         * sysdeps/unix/sparc/sysdep.h: Likewise.
43047         * sysdeps/wordsize-32/divdi3.c: Likewise.
43048         * sysdeps/x86_64/sysdep.h: Likewise.
43049
43050         * argp/Versions: Remove _argp_unlock_xxx.
43051
43052         [BZ #13559]
43053         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
43054         * abilist/libBrokenLocale.abilist: Likewise.
43055         * abilist/libanl.abilist: Likewise.
43056         * abilist/libc.abilist: Likewise.
43057         * abilist/libcrypt.abilist: Likewise.
43058         * abilist/libdl.abilist: Likewise.
43059         * abilist/libm.abilist: Likewise.
43060         * abilist/libnsl.abilist: Likewise.
43061         * abilist/libpthread.abilist: Likewise.
43062         * abilist/libresolv.abilist: Likewise.
43063         * abilist/librt.abilist: Likewise.
43064         * abilist/libthread_db.abilist: Likewise.
43065         * abilist/libutil.abilist: Likewise.
43066         * abilist/libnss_db.abilist: New file.
43067
43068         * scripts/abilist.awk: Add support for indirect functions.
43069
43070         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
43071
43072         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
43073
43074         * shlib-versions: Remove entries for ports architectures.
43075
43076         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
43077         files in ports.
43078         * elf/stackguard-macros.h: Remove support for IA-64.
43079         * elf/tst-auditmod1.c: Likewise.
43080         * sysdeps/generic/ldsodefs.h: Likewise.
43081
43082         * sysdeps/unix/sysv/linux/configure.in: Ports should define
43083         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
43084         configure files.
43085
43086         [BZ #13552]
43087         * configure.in: Remove --enable-omitfp support.
43088         * FAQ.in: Adjust.
43089         * config.make.in: Likewise.
43090         * Makeconfig: Likewise.
43091         * manual/install.texi: Likewise.
43092
43093         In case anyone cares, the IA-64 architecture could move to ports.
43094         * sysdeps/ia64/*: Removed.
43095         * sysdeps/unix/sysv/linux/ia64/*: Removed.
43096         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
43097
43098         [BZ #13555]
43099         * configure.in: Remove entries for unsupported architectures.
43100
43101         [BZ #13533]
43102         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
43103         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
43104         routines.
43105         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
43106         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
43107         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
43108         fall back to using wcrtomb.
43109         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
43110         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
43111         renaming.
43112         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
43113         * wcsmbs/tst-c16c32-1.c: New file.
43114
43115         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
43116         local variable.
43117
43118         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
43119
43120         * elf/tst-unique3.cc: Add explicit declaration of gets.
43121         * elf/tst-unique3lib.cc: Likewise.
43122         * elf/tst-unique3lib2.cc: Likewise.
43123         * elf/tst-unique4.cc: Likewise.
43124
43125         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
43126
43127 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
43128
43129         [BZ #13566]
43130         * assert/assert.h (static_assert): Don't define for C++.
43131         * libio/stdio.h (gets): Do declare for C++ <= C++11.
43132         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
43133
43134 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
43135
43136         * iconv/loop.c (single loop): Fix assertion in storing of
43137         remaining bytes.
43138
43139         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
43140
43141 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
43142
43143         * posix/getconf.c: Update copyright year.
43144         * nss/getent.c: Likewise.
43145         * nss/makedb.c: Likewise.
43146         * iconv/iconvconfig.c: Likewise.
43147         * iconv/iconv_prog.c: Likewise.
43148         * elf/ldconfig.c: Likewise.
43149         * elf/pldd.c: Likewise.
43150         * elf/sotruss.ksh: Likewise.
43151         * catgets/gencat.c: Likewise.
43152         * csu/version.c: Likewise.
43153         * elf/ldd.bash.in: Likewise.
43154         * elf/sprof.c (print_version): Likewise.
43155         * locale/programs/locale.c: Likewise.
43156         * locale/programs/localedef.c: Likewise.
43157         * login/programs/pt_chown.c: Likewise.
43158         * nscd/nscd.c (print_version): Likewise.
43159         * debug/xtrace.sh: Likewise.
43160         * malloc/memusage.sh: Likewise.
43161         * malloc/mtrace.pl: Likewise.
43162         * debug/catchsegv.sh: Likewise.
43163
43164 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
43165
43166         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
43167         pure attribute.
43168
43169 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
43170
43171         [BZ #13533]
43172         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
43173         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
43174         transformations.
43175         * iconv/gconv_int.h: Likewise.
43176         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
43177         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
43178         from libc for GLIBC_2.16.
43179         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
43180         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
43181         * wcsmbs/uchar.h: Really define mbstate_t.
43182         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
43183         * wcsmbs/c16rtomb.c: New file.
43184         * wcsmbs/mbrtoc16.c: New file.
43185         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
43186         for C/POSIX locale.
43187         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
43188         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
43189
43190         * wcsmbs/wchar.h: Add missing __restrict.
43191
43192 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43193
43194         [BZ #13532]
43195         * time/Makefile (routines): Add timespec_get.
43196         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
43197         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
43198         timespec for ISO C11.
43199         * time/timespec_get.c: New file.
43200         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
43201         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
43202
43203         [BZ #13531]
43204         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
43205         * stdlib/stdlib.h: Declare aligned_alloc.
43206         * Versions.def: Add GLIBC_2.16 for libc.
43207         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
43208
43209         [BZ 13527]
43210         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
43211         ISO C11.
43212
43213         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
43214         code.
43215
43216         [BZ #13528]
43217         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
43218
43219         [BZ #13529]
43220         * assert/assert.h (static_assert): Define.
43221
43222         * version.h: Update for 2.16 development version.
43223
43224         [BZ #13526]
43225         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
43226         _ISOC11_SOURCE.
43227
43228         * version.h (RELEASE): Bump for 2.15 release.
43229         * include/features.h (__GLIBC_MINOR__): Bump to 15.
43230
43231         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
43232         Patch by Marek Polacek <mpolacek@redhat.com>.
43233
43234         * bits/byteswap.h: Protect long long constants with __extension__.
43235         * sysdeps/i386/bits/byteswap.h: Likewise.
43236         * sysdeps/ia64/bits/byteswap.h: Likewise.
43237         * sysdeps/s390/bits/byteswap.h: Likewise.
43238         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43239
43240 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43241
43242         [BZ #13540]
43243         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
43244         destination buffer.
43245         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
43246
43247 2011-12-23  Marek Polacek  <polacek@redhat.com>
43248
43249         * elf/dl-addr.c (determine_info): Add inline keyword.
43250         * elf/tst-auditmod4b.c (check_avx): Likewise.
43251         * elf/tst-auditmod6b.c (check_avx): Likewise.
43252         * elf/tst-auditmod6c.c (check_avx): Likewise.
43253         * elf/tst-auditmod7b.c (check_avx): Likewise.
43254
43255 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
43256
43257         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
43258         !__SSE_MATH__.
43259
43260 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43261
43262         [BZ #13540]
43263         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
43264         processing for last bytes.
43265
43266 2011-08-06  Bruno Haible  <bruno@clisp.org>
43267
43268         [BZ #13061]
43269         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
43270         U+0385, not to U+1FEE.
43271
43272         [BZ #13062]
43273         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
43274         entry for U+00A5 U+0301.
43275
43276 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43277
43278         [BZ #13166]
43279         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
43280         buffer for the output is too small.
43281
43282         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
43283         optimization.
43284
43285         [BZ #13185]
43286         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
43287         SSE flags if possible.
43288
43289 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43290
43291         [BZ #13540]
43292         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
43293         processing for last bytes.
43294
43295 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
43296
43297         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
43298         (syscall-list-default-options, syscall-list-default-condition)
43299         (syscall-list-includes): Define.
43300         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
43301         list of ABIs and options and #if conditions for each ABI.  Do not
43302         handle common syscalls between ABIs specially.
43303         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
43304         Remove.
43305         (syscall-list-variants, syscall-list-32bit-options)
43306         (syscall-list-32bit-condition, syscall-list-64bit-options)
43307         (syscall-list-64bit-condition): Define.
43308         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
43309         (syscall-list-variants, syscall-list-32bit-options)
43310         (syscall-list-32bit-condition, syscall-list-64bit-options)
43311         (syscall-list-64bit-condition): Define.
43312         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
43313         Remove.
43314         (syscall-list-variants, syscall-list-32bit-options)
43315         (syscall-list-32bit-condition, syscall-list-64bit-options)
43316         (syscall-list-64bit-condition): Define.
43317         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
43318         Remove.
43319         (syscall-list-variants, syscall-list-32bit-options)
43320         (syscall-list-32bit-condition, syscall-list-64bit-options)
43321         (syscall-list-64bit-condition): Define.
43322
43323 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
43324
43325         * locale/iso-639.def: Add brx entry.
43326
43327         [BZ #13328]
43328         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
43329         Proposed by Mariusz_Cukr <marcukr@op.pl>.
43330
43331         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
43332         __feraiseexcept_renamed.
43333
43334 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43335
43336         [BZ #13538]
43337         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
43338         EPOLLET with unsigned values.
43339         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
43340         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
43341
43342         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
43343         to large cancellation.
43344         * math/s_cacoshf.c: Likewise.
43345         * math/s_cacoshl.c: Likewise.
43346
43347 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
43348
43349         [BZ #13305]
43350         [BZ #12786]
43351         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
43352         * math/s_cacoshf.c: Likewise.
43353         * math/s_cacoshl.c: Likewise.
43354
43355 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
43356
43357         [BZ #13439]
43358         * iconv/gconv.h: Define __GCONV_SWAP.
43359         * iconvdata/unicode.c: The swap bit must be stored in __flags.
43360         * iconvdata/utf-16.c: Likewise.
43361         * iconvdata/utf-32.c: Likewise.
43362
43363 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
43364
43365         [BZ #13524]
43366         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
43367         numerator after shifting it by one limb.
43368
43369 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
43370
43371         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
43372         under [__USE_EXTERN_INLINES].
43373
43374 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43375
43376         [BZ #13446]
43377         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
43378
43379 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43380
43381         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
43382         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
43383         optimized code.
43384         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
43385         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
43386         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
43387         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
43388         for strncasecmp/strncasecmp_l compilation.
43389         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
43390         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
43391
43392 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
43393
43394         [BZ #13484]
43395         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
43396         of __asm__.
43397
43398 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43399
43400         [BZ #13506]
43401         * time/tzfile.c (__tzfile_read): Check values from file header.
43402
43403 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
43404
43405         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
43406         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
43407         * powerpc/powerpc32/dl-start.S: Likewise.
43408         * powerpc/powerpc32/elf/start.S: Likewise.
43409         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
43410         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
43411         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
43412         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
43413         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
43414         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
43415         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
43416         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
43417         * powerpc/powerpc32/fpu/s_round.S: Likewise.
43418         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
43419         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
43420         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
43421         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
43422         * powerpc/powerpc32/memset.S: Likewise.
43423         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
43424         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
43425         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
43426         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
43427         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
43428         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
43429         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
43430         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
43431         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
43432         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
43433         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
43434         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43435         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43436
43437 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43438
43439         * math/libm-test.inc: Added more nearbyint tests.
43440         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
43441         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
43442         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
43443         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
43444
43445 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
43446
43447         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
43448         FD_CLOEXEC.
43449
43450 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43451
43452         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
43453         Add wcscpy-ssse3 wcscpy-c.
43454         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
43455         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
43456         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
43457         * sysdeps/x86_64/wcschr.S: New file.
43458         * sysdeps/x86_64/wcsrchr.S: New file.
43459         * string/test-strcmp.c: Remove checking of wcscmp function for
43460         wrong alignments.
43461         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
43462         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
43463         wcsrchr-sse2 wcsrchr-c.
43464         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
43465         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
43466         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
43467         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
43468         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
43469         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
43470         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
43471         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
43472         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
43473         * wcsmbc/wcschr.c (WCSCHR): New macro.
43474
43475 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43476
43477         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
43478         * wcsmbs/test-wcsrchr.c: New file.
43479         * string/test-strrchr.c: Add wcsrchr support.
43480         (WIDE): New macro.
43481         * wcsmbs/test-wcscpy.c: New file.
43482         * string/test-strcpy.c: Add wcscpy support.
43483         (WIDE): New macro.
43484
43485 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
43486
43487         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
43488         the inner loop.
43489
43490 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
43491
43492         [BZ #13472]
43493         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
43494
43495 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
43496
43497         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
43498         Minor optimizations.
43499
43500         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
43501         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
43502         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
43503
43504 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
43505
43506         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
43507         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
43508         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
43509         for gcc to avoid warnings.
43510         * inet/Makefile (tests): Add tst-checks.
43511         * inet/tst-checks.c: New file.
43512
43513         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
43514         warning.
43515
43516         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
43517         __wmemcmp_sse2.
43518
43519         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
43520         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
43521
43522         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
43523
43524 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
43525
43526         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
43527         problem.
43528
43529         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
43530
43531 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
43532
43533         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
43534         conditional on GCC version.
43535         (__arch_compare_and_exchange_val_8_acq)
43536         (__arch_compare_and_exchange_val_16_acq)
43537         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
43538         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
43539         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
43540
43541 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
43542
43543         * sysdeps/sh/backtrace.c: New file.
43544
43545 2011-12-02  Andreas Schwab  <schwab@redhat.com>
43546
43547         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
43548         parenthesis.
43549
43550 2011-12-01  Andreas Schwab  <schwab@redhat.com>
43551
43552         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
43553         falling back to utime.
43554
43555 2011-11-30  Andreas Schwab  <schwab@redhat.com>
43556
43557         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
43558         expectations for float.
43559
43560 2011-11-29  Andreas Schwab  <schwab@redhat.com>
43561
43562         * locale/weight.h (findidx): Add parameter len.
43563         * locale/weightwc.h (findidx): Likewise.
43564         * posix/fnmatch_loop.c (FCT): Adjust caller.
43565         * posix/regcomp.c (build_equiv_class): Likewise.
43566         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
43567         * posix/regexec.c (check_node_accept_bytes): Likewise.
43568         * string/strcoll_l.c (STRCOLL): Likewise.
43569         * string/strxfrm_l.c (STRXFRM): Likewise.
43570
43571 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
43572
43573         * Makefile.in: Remove CVSOPT handling.
43574         * configure.in: Remove use of AC_REVISION.
43575         * iconvdata/Makefile (distribute): No need to filter out CVS.
43576         * scripts/list-sources.sh: Remove CVS, subversion and monotone
43577         handling.
43578
43579 2011-11-16  Andreas Schwab  <schwab@redhat.com>
43580
43581         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
43582         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
43583         [USE_AS_STRNCASECMP_L]: Likewise.
43584         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
43585         NO_TLS_DIRECT_SEG_REFS.
43586         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
43587         Fix argument offsets for non-PIC.
43588         [USE_AS_STRNCASECMP_L]: Likewise.
43589         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
43590         NO_TLS_DIRECT_SEG_REFS.
43591
43592 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43593
43594         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
43595         O_CLOEXEC.
43596         * locale/loadlocale.c (_nl_load_locale): Likewise.
43597
43598 2011-11-15  Andreas Schwab  <schwab@redhat.com>
43599
43600         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
43601         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
43602         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
43603         (SYSCALL_GETTIME): Set errno on error.
43604
43605         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
43606         count references to noai6ai_cached.
43607
43608 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43609
43610         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
43611
43612         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
43613         FD_CLOEXEC for /proc/self/maps.
43614
43615         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
43616         FD_CLOEXEC for /proc/meminfo.
43617
43618         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
43619         gai.conf.
43620
43621         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
43622         FD_CLOEXEC for given file.
43623
43624         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
43625
43626         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
43627         FD_CLOEXEC for /etc/hosts.
43628         (_gethtent): Likewise.
43629
43630         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
43631
43632         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
43633         cancellation and set FD_CLOEXEC for /etc/netgroup.
43634
43635         * nss/nss_files/files-key.c (search): Don't allow cancellation when
43636         reading /etc/publickey.
43637
43638         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
43639         allow cancellation when reading /etc/group.
43640
43641         * nss/nss_files/files-alias.c (internal_setent): Don't allow
43642         cancellation.
43643         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
43644
43645         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
43646         when using data file.
43647
43648         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
43649
43650         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
43651         (write_nis_obj): Use "c" and "e" in fopen.
43652
43653         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
43654
43655         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
43656
43657         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
43658
43659         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
43660
43661         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
43662         locale.alias.
43663
43664         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
43665
43666         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
43667
43668         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
43669
43670         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
43671         file parsing and set FD_CLOEXEC.
43672
43673 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
43674
43675         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
43676
43677 2011-11-14  Andreas Schwab  <schwab@redhat.com>
43678
43679         * malloc/arena.c (arena_get2): Don't call reused_arena when
43680         _int_new_arena failed.
43681
43682 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
43683
43684         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
43685         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
43686         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
43687         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43688         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43689         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
43690         to compile strcasecmp and strncasecmp.
43691         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
43692         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
43693
43694         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
43695
43696 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
43697
43698         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
43699         locale-defines.sym to gen-as-const-headers.
43700         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
43701         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
43702         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
43703         to compile strcasecmp and strncasecmp.
43704         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
43705         strcasecmp_l and strncasecmp_l.
43706         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
43707         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
43708         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
43709         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
43710         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
43711         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
43712         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
43713         * sysdeps/i386/i686/multiarch/strncase.S: New file.
43714         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
43715         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
43716         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
43717
43718 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
43719
43720         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
43721         result of SYSDEP_GETTIME_CPU to retval.
43722         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
43723         parameter list to macro.  Remove trailing semicolon.  Adjust users.
43724
43725         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
43726         variable.
43727
43728         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
43729         mantissa words.
43730         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
43731
43732         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
43733         from unused variable.
43734
43735         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
43736         DWARF definitions.
43737         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
43738         for assembling.
43739
43740         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
43741         over namespaces.
43742
43743         * sunrpc/rpc_prot.c (rejected): Fix case value.
43744
43745         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
43746         unsigned long long int to avoid warnings in shift.
43747
43748         * posix/regex_internal.c (re_string_reconstruct): Actually use result
43749         of use of trans.
43750         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
43751         variable tmp.
43752
43753         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
43754         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
43755         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
43756
43757         * nis/nis_table.c (nis_list): Use variable of correct type for
43758         result of __follow_path call.
43759
43760 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43761
43762         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
43763         of math functions ceil, trunc, floor, round, and sqrt, when
43764         avaliable on the platform.
43765         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
43766         name clash.
43767         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
43768         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
43769         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
43770
43771 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
43772
43773         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
43774         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
43775
43776 2011-11-11  Roland McGrath  <roland@hack.frob.com>
43777
43778         * include/unistd.h: Fix __readlink return type.
43779         Reported by Chris Metcalf <cmetcalf@tilera.com>.
43780
43781 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
43782
43783         * stdlib/ucontext.h: Undo last change for makecontext.
43784
43785 2011-11-11  Andreas Schwab  <schwab@redhat.com>
43786
43787         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
43788
43789         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
43790         * setjmp/setjmp.h: Mark functions as non-leaf.
43791         * setjmp/bits/setjmp2.h: Likewise.
43792         * stdlib/ucontext.h: Likewise.
43793
43794 2011-11-10  Andreas Schwab  <schwab@redhat.com>
43795
43796         * malloc/arena.c (_int_new_arena): Don't increment narenas.
43797         (reused_arena): Don't check arena limit.
43798         (arena_get2): Atomically check arena limit.
43799
43800 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
43801
43802         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
43803         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
43804
43805         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
43806         instructions.
43807
43808 2011-11-07  Andreas Schwab  <schwab@redhat.com>
43809
43810         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
43811         handler when locking.
43812
43813         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
43814         Fix size of allocated buffer.
43815
43816 2011-11-04  Andreas Schwab  <schwab@redhat.com>
43817
43818         [BZ #10103]
43819         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
43820         declarations for long double functions.
43821         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
43822
43823         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
43824
43825 2011-11-03  Andreas Schwab  <schwab@redhat.com>
43826
43827         * nscd/nscd.c (main): Don't start AVC thread until credentials are
43828         installed.
43829
43830         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
43831         is disabled.
43832
43833 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43834
43835         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
43836
43837 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
43838
43839         * include/alloca.h (stackinfo_alloca_round): Define.
43840         (extend_alloca): Use it.
43841         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
43842         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
43843         here.
43844
43845         * scripts/check-local-headers.sh: Ignore libaudit.h.
43846
43847         * nscd/Makefile (extra-objs): Make recursively expanded.
43848
43849 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
43850
43851         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
43852         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
43853
43854         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
43855         * posix/tst-rfc3484-2.c: Likewise.
43856         * posix/tst-rfc3484-3.c: Likewise.
43857
43858         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
43859         process_vm_writev.
43860         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
43861         process_vm_writev.
43862         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
43863         process_vm_writev from libc using GLIBC_2.15 version.
43864
43865         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
43866
43867 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
43868
43869         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
43870         stack usage.
43871
43872 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
43873
43874         [BZ #13367]
43875         * nss/getent.c (initgroups_keys): Show error message in case no group
43876         names are given.
43877
43878         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
43879         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
43880         __bump_nl_timestamp.
43881         * nscd/connections (nscd_init): When host database is served open
43882         netlink socket and request notification about configuration changes.
43883         (main_loop_poll): Track netlink file descriptor and bump timestamp
43884         in case data becomes available.
43885         (main_loop_epoll): Likewise.
43886         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
43887         (database_pers_head): Add extra_data fileds.
43888         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
43889         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
43890         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
43891         Adjust caller.
43892         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
43893         in6ai data, call __free_in6ai.
43894         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
43895         Add -DHAVE_NETLINK.
43896         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
43897         interface information.  Reuse previous data if netlink timestamp
43898         is not changed.
43899         (__bump_nl_timestamp): New function.
43900         (__free_in6ai): New function.
43901
43902 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
43903
43904         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
43905         close_not_cancel_no_status here.
43906         (__check_pf): Reorganize code a bit to not call close twice if OOM.
43907
43908 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
43909
43910         [BZ #13276]
43911         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
43912         return value.
43913
43914         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
43915         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
43916         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
43917
43918 2011-07-03  Andreas Jaeger  <aj@suse.de>
43919
43920         [BZ #10709]
43921         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
43922         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
43923         * math/libm-test.inc (sin_test): Add test case.
43924
43925 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
43926
43927         [BZ #13337]
43928         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
43929         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
43930
43931         * elf/chroot_canon.c (chroot_canon): Cleanups.
43932
43933         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
43934
43935         [BZ #13335]
43936         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
43937         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
43938
43939         * string/test-strchr.c: Make usable for strchrnul testing.
43940         * string/test-strchrnul.c: New file.
43941         * string/Makefile (strop-tests): Add strchrnul.
43942
43943         * po/it.po: Update from translation team.
43944         * po/es.po: Likewise.
43945
43946 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
43947
43948         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
43949         the three constants needed as parameters.  Drop the others.
43950         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
43951         __m128i_strloadu_tolower.
43952         Create and initialize variable zero and use it in all the places
43953         where _mm_setzero_si128 was used.
43954
43955         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
43956         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
43957         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
43958         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
43959         anymore.
43960         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
43961         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
43962         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
43963         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
43964         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
43965         __mpranred, __mptan.
43966         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
43967         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
43968         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
43969         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
43970         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
43971         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
43972         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
43973         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
43974         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
43975
43976 2011-10-28  Andreas Schwab  <schwab@redhat.com>
43977
43978         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
43979         redefine if SHARED.
43980         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
43981
43982         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
43983         wide char related routines to wcsmbs subdir.
43984
43985 2011-10-27  Andreas Schwab  <schwab@redhat.com>
43986
43987         [BZ #13344]
43988         * misc/sys/cdefs.h (__THROWNL): Define.
43989         * posix/unistd.h: Use __THREADNL instead of __THREAD
43990         for memory synchronization functions.
43991
43992 2011-10-26  Roland McGrath  <roland@hack.frob.com>
43993
43994         [BZ #13349]
43995         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
43996         doesn't exist.
43997         * manual/stdio.texi (Obstack Streams): Node removed.
43998
43999 2011-10-26  Andreas Schwab  <schwab@redhat.com>
44000
44001         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
44002         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44003         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44004
44005         * math/math_private.h (math_force_eval): Allow non-addressable
44006         arguments.
44007         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
44008
44009 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44010
44011         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
44012         file is not needed.
44013
44014         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
44015         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
44016         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
44017         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
44018         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
44019         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
44020         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
44021         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
44022         Add AVX variants.
44023         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
44024         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
44025         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
44026         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
44027         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
44028         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
44029         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
44030         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
44031         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
44032         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
44033         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
44034         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
44035         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
44036         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
44037         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
44038         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
44039         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
44040         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
44041         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
44042
44043         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
44044         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
44045
44046         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
44047         place.  Use VEX encoding when compiling for AVX.
44048
44049 2011-10-25  Andreas Schwab  <schwab@redhat.com>
44050
44051         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
44052         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
44053
44054         * string/test-strchr.c (do_test): Don't generate NUL bytes.
44055
44056 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44057
44058         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
44059         useless if() expression.
44060         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44061         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44062         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44063         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44064         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44065         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44066         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44067         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44068         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44069         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44070         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44071         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44072         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44073         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44074         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44075         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44076         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44077         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44078         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44079
44080         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
44081
44082 2011-10-25  Andreas Schwab  <schwab@redhat.com>
44083
44084         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
44085         condition.
44086         * elf/dl-fini.c (_dl_sort_fini): Likewise.
44087
44088 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
44089
44090         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
44091         .text section.  Avoid duplicate constants.
44092         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44093         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44094         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44095         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44096         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44097         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44098         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44099         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44100         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
44101         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
44102         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
44103         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
44104         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
44105         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
44106         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
44107         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
44108         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
44109         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
44110         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44111         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44112         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44113         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44114         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44115         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
44116         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
44117         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
44118         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
44119         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
44120         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
44121         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
44122         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
44123         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
44124         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
44125         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
44126         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
44127         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
44128         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
44129         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
44130         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
44131         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
44132         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
44133         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
44134         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
44135         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
44136         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
44137
44138 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
44139
44140         * sysdeps/x86_64/dla.h: Move to ...
44141         * sysdeps/x86_64/fpu/dla.h: ...here.
44142         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
44143         situations.  Use __builtin_fma only for gcc 4.6 and up.
44144
44145         * config.make.in: Add have-mfma4 entry.
44146         * configure.in: Substitute libc_cv_cc_fma4.
44147         * math/Makefile (dbl-only-routines): Add sincostab.
44148         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
44149         Use __sincostab not sincos.
44150         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
44151         name is a macro.
44152         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44153         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44154         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44155         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
44156         using __copysign.
44157         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
44158         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
44159         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
44160         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
44161         and __inv.
44162         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
44163         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
44164         __copysign.
44165         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
44166         define aliases when function name is a macro.
44167         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
44168         sysdeps/ieee754/dbl-64/sincos.tbl.
44169         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
44170         fma4-enabled routines.
44171         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
44172         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
44173         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
44174         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
44175         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
44176         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
44177         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
44178         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
44179         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
44180         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
44181         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
44182         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
44183         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
44184         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
44185         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
44186         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
44187         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
44188         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
44189         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
44190         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
44191         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
44192         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
44193         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
44194         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
44195         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
44196         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
44197         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
44198         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
44199         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
44200         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
44201
44202         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
44203         rename.
44204         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44205         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44206         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44207         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44208         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44209         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44210         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44211         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44212
44213 2011-10-24  Andreas Schwab  <schwab@redhat.com>
44214
44215         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
44216
44217 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44218
44219         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
44220
44221         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
44222         prediction.
44223         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
44224
44225         * string/strnlen.c: Don't define STRNLEN, reverse logic.
44226         Remove unused variable magic_bits.
44227         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
44228
44229         * string/strnlen.c: Define and use STRNLEN macro.
44230         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
44231         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
44232         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
44233         * wcsmbs/wcslen.c: Define and use WCSLEN.
44234         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
44235         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
44236         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
44237         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
44238         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
44239         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
44240         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
44241
44242 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44243
44244         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
44245         strnlen-sse2-no-bsf.
44246         Rename strlen-no-bsf to strlen-sse2-no-bsf.
44247         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
44248         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
44249         Add strnlen support.
44250         (USE_AS_STRNLEN): New macro.
44251         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
44252         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
44253         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
44254         * sysdeps/x86_64/wcslen.S: New file.
44255
44256 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
44257
44258         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
44259         XMM-moves are used for copying on small sizes.
44260
44261 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44262
44263         * wcsmbs/Makefile (strop-tests): Add wcschr.
44264         * wcsmbs/test-wcschr.c: New file.
44265         * string/test-strchr.c: Update.
44266         Add wcschr support.
44267         (WIDE): New macro.
44268
44269 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44270
44271         * wcsmbs/Makefile (strop-tests): Add wcslen.
44272         * wcsmbs/test-wcslen.c: New file.
44273         * string/test-strlen.c: Update.
44274         Add wcslen support.
44275         (WIDE): New macro.
44276
44277 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44278
44279         * po/it.po: Update from translation team.
44280
44281 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44282
44283         * sysdeps/x86_64/wcscmp.S: Update.
44284         Fix wrong comparison semantics.
44285         wcscmp shall use signed comparison not unsigned.
44286         Don't use substraction to avoid overflow bug.
44287         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
44288         * wcsmbc/wcscmp.c: Likewise.
44289         * string/test-strcmp.c: Likewise.
44290         Add new tests to check cases with negative values.
44291
44292 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
44293
44294         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
44295         * sysdeps/x86_64/dla.h: ...here.  New file.
44296         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
44297         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44298         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44299         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44300         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44301         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44302         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44303         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44304         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44305
44306 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
44307
44308         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
44309         __ynl_finite aliases.
44310
44311 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44312
44313         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44314
44315         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
44316         define DLA_FMA.
44317         [DLA_FMA] (EMULV): Use DLA_FMA.
44318         [DLA_FMA] (MUL12): Use EMULV.
44319         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
44320         that are not needed.
44321         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44322         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44323         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44324         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44325         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44326         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44327         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44328
44329 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
44330
44331         * math/s_nan.c: Undef __nan.
44332         * math/s_nanf.c: Undef __nanf.
44333         * math/s_nanl.c: Undef __nanl.
44334         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
44335         "math_private.h".
44336
44337 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
44338
44339         * math/s_catan.c: Add branch predictions.
44340         * math/s_catanf.c: Likewise.
44341         * math/s_catanh.c: Likewise.
44342         * math/s_catanhf.c: Likewise.
44343         * math/s_catanhl.c: Likewise.
44344         * math/s_catanl.c: Likewise.
44345         * math/s_cexp.c: Likewise.
44346         * math/s_cexpf.c: Likewise.
44347         * math/s_cexpl.c: Likewise.
44348         * math/s_clog.c: Likewise.
44349         * math/s_clog10.c: Likewise.
44350         * math/s_clog10f.c: Likewise.
44351         * math/s_clog10l.c: Likewise.
44352         * math/s_clogf.c: Likewise.
44353         * math/s_clogl.c: Likewise.
44354         * math/s_csqrt.c: Likewise.
44355         * math/s_csqrtf.c: Likewise.
44356         * math/s_csqrtl.c: Likewise.
44357         * math/s_ctanf.c: Likewise.
44358         * math/s_ctanh.c: Likewise.
44359         * math/s_ctanhf.c: Likewise.
44360         * math/s_ctanhl.c: Likewise.
44361         * math/s_ctanl.c: Likewise.
44362
44363         * math/math_private.h: Define __nan, __nanf, __nanl.
44364         * math/s_cacosh.c: Include <math_private.h>.
44365         * math/s_cacoshl.c: Likewise.
44366         * math/s_casinh.c: Likewise.
44367         * math/s_casinhf.c: Likewise.
44368         * math/s_casinhl.c: Likewise.
44369         * math/s_ccos.c: Rely entire on ccosh.
44370         * math/s_ccosf.c: Rely entire on ccoshf.
44371         * math/s_ccosl.c: Rely entirely on ccoshl.
44372         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
44373         Remove tests for FE_INVALID.
44374         * math/s_ccoshf.c: Likewise.
44375         * math/s_ccoshl.c: Likewise.
44376         * math/s_csin.c: Likewise.
44377         * math/s_csinf.c: Likewise.
44378         * math/s_csinh.c Likewise.
44379         * math/s_csinhf.c: Likewise.
44380         * math/s_csinhl.c: Likewise.
44381         * math/s_csinl.c: Likewise.
44382         * math/s_ctan.c: Likewise.
44383         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
44384         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
44385         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
44386
44387 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
44388
44389         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
44390         compilation problems.
44391
44392         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
44393         __builtin_expect.
44394
44395 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
44396
44397         * sysdeps/i386/configure.in: Test for -mfma4 option.
44398         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
44399         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
44400         COMMON_CPUID_INDEX_80000001.
44401         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
44402         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
44403         use it if FMA3 is not supported.
44404         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
44405
44406         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
44407         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
44408
44409 2011-10-20  Andreas Schwab  <schwab@redhat.com>
44410
44411         [BZ #12892]
44412         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
44413         it would create a cycle with a link time dependency.
44414
44415 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
44416
44417         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
44418         instruction.
44419         * string/Makefile (strop-tests): Add rawmemchr.
44420         * string/test-rawmemchr.c: New file.
44421
44422         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
44423         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
44424         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
44425         when compiling str{,n}casecmp and when AVX is available.  Hook up
44426         new optimized code in initializers.
44427
44428 2011-10-19  Andreas Schwab  <schwab@redhat.com>
44429
44430         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
44431         __feraiseexcept instead of feraiseexcept.
44432
44433 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
44434
44435         * math/math_private.h: Define defaults for libc_fetestexcept and
44436         libc_feupdateenv.
44437         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
44438         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
44439         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
44440         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44441         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44442         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44443         libc_fetestexcept and libc_feupdateenv.
44444
44445         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
44446         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
44447         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
44448         * sysdeps/x86_64/fpu/math_private.h: Define special version of
44449         libc_feholdexcept_setround.
44450
44451         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
44452         Add s_nearbyint-c and s_nearbyintf-c.
44453         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
44454         nearbyintf inlines.
44455         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
44456         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
44457         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
44458         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
44459
44460         * math/math_private.h: Define defaults for libc_fegetround,
44461         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
44462         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
44463         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
44464         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
44465         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
44466         standard functions.
44467         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
44468         Remove comments and hacks for old compiler versions.
44469         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44470         libc_fegetround, libc_fesetround, libc_feholdexcept, and
44471         libc_feholdexceptl.
44472
44473 2011-10-18  Andreas Schwab  <schwab@redhat.com>
44474
44475         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
44476         (__feraiseexcept_renamed): Add __NTH.
44477         (feraiseexcept): Add __NTH.  Rename local variables to fix
44478         namespace violations.
44479
44480 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
44481
44482         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
44483
44484         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
44485
44486         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
44487         recently added interfaces.
44488         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
44489
44490         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
44491         about macro parameter expansion.
44492
44493         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
44494         __NO_MATH_INLINES is defined.  Cleanups.
44495
44496         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
44497         and __floorf is target has SSE4.1.
44498         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
44499         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
44500         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
44501         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
44502
44503         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
44504         name.
44505         (floorf): Likewise.
44506
44507         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
44508
44509 2011-10-17  Andreas Schwab  <schwab@redhat.com>
44510
44511         * misc/sys/cdefs.h: Fix last change.
44512
44513         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
44514         database lookup.
44515
44516 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
44517
44518         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
44519
44520         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
44521         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44522         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44523         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44524         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44525         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44526         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44527         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44528         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44529         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
44530         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
44531         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
44532         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
44533         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
44534         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
44535         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
44536         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
44537         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
44538         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
44539         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
44540         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
44541         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
44542
44543         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
44544         ceil, ceilf, floor, floorf.
44545
44546         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
44547         Perform IRELATIVE relocations last.
44548
44549         * elf/do-rel.h: Add another parameter nrelative, replacing the
44550         local variable with the same name.  Change name of the function
44551         to end in Rel or Rela (uppercase).
44552         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
44553         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
44554         elf_dynamic_do_##reloc function.
44555
44556 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44557
44558         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
44559         is sufficient, at least on modern CPUs.
44560
44561         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
44562
44563         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
44564         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
44565
44566         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
44567         __expl_finite.
44568         * math/bits/math-finite.h: Add entries for exp.
44569         * math/e_expl.c: Add __*_finite alias.
44570         * sysdeps/i386/fpu/e_exp.S: Likewise.
44571         * sysdeps/i386/fpu/e_expf.S: Likewise.
44572         * sysdeps/i386/fpu/e_expl.c: Likewise.
44573         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44574         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44575         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
44576         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
44577         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
44578         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
44579         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
44580
44581         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
44582         is sufficient, at least on modern CPUs.
44583
44584         * ctype/ctype-info.c (__ctype_init): Define.
44585         * include/ctype.h (__ctype_init): Declare.
44586         (__ctype_b_loc): The variable is always initialized.
44587         (__ctype_toupper_loc): Likewise.
44588         (__ctype_tolower_loc): Likewise.
44589         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
44590         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
44591
44592 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
44593
44594         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
44595
44596         * configure.in: Also look in $cxxmachine/include for C++ system
44597         headers.
44598
44599 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44600
44601         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
44602         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
44603         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
44604         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
44605         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
44606         (USE_AS_WMEMCMP): New macro.
44607         Fixing indents.
44608         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
44609         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
44610         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
44611         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
44612         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44613         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
44614         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
44615         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
44616         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
44617         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
44618         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
44619         (USE_AS_WMEMCMP): New macro.
44620         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
44621         * sysdeps/string/test-memcmp.c: Update.
44622         Fix simple_wmemcmp.
44623         Add new tests.
44624         * wcsmbs/wmemcmp.c: Update.
44625         (WMEMCMP): New macro.
44626         Fix overflow bug.
44627
44628 2011-10-12  Andreas Jaeger  <aj@suse.de>
44629
44630         [BZ #13268]
44631         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
44632
44633 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44634
44635         * libio/iofwide.c (do_length): Avoid warning.
44636
44637         * ctype/ctype.h (__isctype_f): Add missing __THROW.
44638
44639 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
44640
44641         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
44642
44643         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
44644         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
44645         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
44646         * sysdeps/i386/i686/fpu/e_log.S: New file.
44647         * sysdeps/i386/i686/fpu/e_logf.S: New file.
44648         * sysdeps/i386/i686/fpu/e_logl.S: New file.
44649
44650         * ctype/ctype.h: Add support for inlined isXXX functions when
44651         compiling C++ code.
44652
44653 2011-10-14  Andreas Schwab  <schwab@redhat.com>
44654
44655         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44656
44657         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
44658
44659 2011-10-13  Roland McGrath  <roland@hack.frob.com>
44660
44661         [BZ #13291]
44662         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
44663
44664 2011-10-13  Andreas Schwab  <schwab@redhat.com>
44665
44666         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
44667         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
44668         feraiseexcept.
44669
44670         * sysdeps/x86_64/memrchr.S: Check for zero size.
44671
44672         * string/stratcliff.c: Add memrchr tests.
44673
44674 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44675
44676         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44677         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
44678         rawmemchr-sse2 rawmemchr-sse2-bsf.
44679         * sysdeps/i386/i686/multiarch/memchr.S: New file.
44680         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
44681         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
44682         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
44683         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
44684         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
44685         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
44686         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
44687         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
44688         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
44689         * string/memrchr.c (MEMRCHR): New macro.
44690
44691 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
44692
44693         Add integration with gcc's -ffinite-math-only and optimize wrapper
44694         functions in libm.
44695         * Versions.def: Define GLIBC_2.15 version for libm.
44696         * math/Makefile (headers): Add bits/math-finite.h.
44697         * math/bits/math-finite.h: New file.
44698         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
44699         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
44700         * math/e_acoshl.c: Add __*_finite alias.
44701         * math/e_acosl.c: Likewise.
44702         * math/e_asinl.c: Likewise.
44703         * math/e_atan2l.c: Likewise.
44704         * math/e_atanhl.c: Likewise.
44705         * math/e_coshl.c: Likewise.
44706         * math/e_exp10.c: Likewise.
44707         * math/e_exp10f.c: Likewise.
44708         * math/e_exp10l.c: Likewise.
44709         * math/e_exp2l.c: Likewise.
44710         * math/e_fmodl.c: Likewise.
44711         * math/e_gammal_r.c: Likewise.
44712         * math/e_hypotl.c: Likewise.
44713         * math/e_j0l.c: Likewise.
44714         * math/e_j1l.c: Likewise.
44715         * math/e_jnl.c: Likewise.
44716         * math/e_lgammal_r.c: Likewise.
44717         * math/e_log10l.c: Likewise.
44718         * math/e_log2l.c: Likewise.
44719         * math/e_logl.c: Likewise.
44720         * math/e_powl.c: Likewise.
44721         * math/e_sinhl.c: Likewise.
44722         * math/e_sqrtl.c: Likewise.
44723         * math/e_scalb.c: Completely rewritten and optimized.
44724         * math/e_scalbf.c: Likewise.
44725         * math/e_scalbl.c: Likewise.
44726         * math/w_acos.c: Likewise.
44727         * math/w_acosf.c: Likewise.
44728         * math/w_acosl.c: Likewise.
44729         * math/w_acosh.c: Likewise.
44730         * math/w_acoshf.c: Likewise.
44731         * math/w_acoshl.c: Likewise.
44732         * math/w_asin.c: Likewise.
44733         * math/w_asinf.c: Likewise.
44734         * math/w_asinl.c: Likewise.
44735         * math/w_atan2.c: Likewise.
44736         * math/w_atan2f.c: Likewise.
44737         * math/w_atan2l.c: Likewise.
44738         * math/w_atanh.c: Likewise.
44739         * math/w_atanhf.c: Likewise.
44740         * math/w_atanhl.c: Likewise.
44741         * math/w_exp10.c: Likewise.
44742         * math/w_exp10f.c: Likewise.
44743         * math/w_exp10l.c: Likewise.
44744         * math/w_fmod.c: Likewise.
44745         * math/w_fmodf.c: Likewise.
44746         * math/w_fmodl.c: Likewise.
44747         * math/w_j0.c: Likewise.
44748         * math/w_j0f.c: Likewise.
44749         * math/w_j0l.c: Likewise.
44750         * math/w_j1.c: Likewise.
44751         * math/w_j1f.c: Likewise.
44752         * math/w_j1l.c: Likewise.
44753         * math/w_jn.c: Likewise.
44754         * math/w_jnf.c: Likewise.
44755         * math/w_log.c: Likewise.
44756         * math/w_logf.c: Likewise.
44757         * math/w_logl.c: Likewise.
44758         * math/w_log10.c: Likewise.
44759         * math/w_log10f.c: Likewise.
44760         * math/w_log10l.c: Likewise.
44761         * math/w_log2.c: Likewise.
44762         * math/w_log2f.c: Likewise.
44763         * math/w_log2l.c: Likewise.
44764         * math/w_pow.c: Likewise.
44765         * math/w_powf.c: Likewise.
44766         * math/w_powl.c: Likewise.
44767         * math/w_remainder.c: Likewise.
44768         * math/w_remainderf.c: Likewise.
44769         * math/w_remainderl.c: Likewise.
44770         * math/w_scalb.c: Likewise.
44771         * math/w_scalbf.c: Likewise.
44772         * math/w_scalbl.c: Likewise.
44773         * math/w_sqrt.c: Likewise.
44774         * math/w_sqrtf.c: Likewise.
44775         * math/w_sqrtl.c: Likewise.
44776         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
44777         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
44778         used.
44779         * math/math_private.h: Declare __kernel_standard_f.
44780         * math/w_cosh.c: Remove cruft and optimize a bit.
44781         * math/w_coshf.c: Likewise.
44782         * math/w_coshl.c: Likewise.
44783         * math/w_exp2.c: Likewise.
44784         * math/w_exp2f.c: Likewise.
44785         * math/w_exp2l.c: Likewise.
44786         * math/w_hypot.c: Likewise.
44787         * math/w_hypotf.c: Likewise.
44788         * math/w_hypotl.c: Likewise.
44789         * math/w_lgamma.c: Likewise.
44790         * math/w_lgamma_r.c: Likewise.
44791         * math/w_lgammaf.c: Likewise.
44792         * math/w_lgammaf_r.c: Likewise.
44793         * math/w_lgammal.c: Likewise.
44794         * math/w_lgammal_r.c: Likewise.
44795         * math/w_sinh.c: Likewise.
44796         * math/w_sinhf.c: Likewise.
44797         * math/w_sinhl.c: Likewise.
44798         * math/w_tgamma.c: Likewise.
44799         * math/w_tgammaf.c: Likewise.
44800         * math/w_tgammal.c: Likewise.
44801         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44802         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44803         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
44804         Minor optimizations.  Pretty printing.  Remove cruft.
44805         * sysdeps/i386/fpu/e_acosf.S: Likewise.
44806         * sysdeps/i386/fpu/e_acosh.S: Likewise.
44807         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
44808         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
44809         * sysdeps/i386/fpu/e_acosl.c: Likewise.
44810         * sysdeps/i386/fpu/e_asin.S: Likewise.
44811         * sysdeps/i386/fpu/e_asinf.S: Likewise.
44812         * sysdeps/i386/fpu/e_atan2.S: Likewise.
44813         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
44814         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
44815         * sysdeps/i386/fpu/e_atanh.S: Likewise.
44816         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
44817         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
44818         * sysdeps/i386/fpu/e_exp10.S: Likewise.
44819         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
44820         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
44821         * sysdeps/i386/fpu/e_exp2.S: Likewise.
44822         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
44823         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
44824         * sysdeps/i386/fpu/e_fmod.S: Likewise.
44825         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
44826         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
44827         * sysdeps/i386/fpu/e_hypot.S: Likewise.
44828         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
44829         * sysdeps/i386/fpu/e_log.S: Likewise.
44830         * sysdeps/i386/fpu/e_log10.S: Likewise.
44831         * sysdeps/i386/fpu/e_log10f.S: Likewise.
44832         * sysdeps/i386/fpu/e_log10l.S: Likewise.
44833         * sysdeps/i386/fpu/e_log2.S: Likewise.
44834         * sysdeps/i386/fpu/e_log2f.S: Likewise.
44835         * sysdeps/i386/fpu/e_log2l.S: Likewise.
44836         * sysdeps/i386/fpu/e_logf.S: Likewise.
44837         * sysdeps/i386/fpu/e_logl.S: Likewise.
44838         * sysdeps/i386/fpu/e_pow.S: Likewise.
44839         * sysdeps/i386/fpu/e_powf.S: Likewise.
44840         * sysdeps/i386/fpu/e_powl.S: Likewise.
44841         * sysdeps/i386/fpu/e_remainder.S: Likewise.
44842         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
44843         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
44844         * sysdeps/i386/fpu/e_scalb.S: Likewise.
44845         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
44846         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
44847         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
44848         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
44849         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
44850         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44851         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44852         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44853         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44854         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
44855         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44856         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
44857         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44858         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44859         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44860         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44861         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44862         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44863         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44864         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44865         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44866         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44867         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44868         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44869         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44870         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44871         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44872         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44873         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44874         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44875         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44876         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
44877         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44878         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
44879         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44880         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44881         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44882         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44883         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44884         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44885         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44886         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44887         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44888         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44889         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44890         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44891         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44892         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44893         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44894         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44895         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44896         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44897         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44898         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44899         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
44900         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44901         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44902         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44903         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44904         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44905         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44906         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44907         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44908         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44909         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44910         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44911         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44912         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44913         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44914         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44915         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44916         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44917         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44918         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
44919         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44920         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44921         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44922         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44923         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44924         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44925         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44926         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
44927         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44928         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44929         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44930         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44931         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44932         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
44933         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44934         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44935         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44936         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44937         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44938         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44939         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44940         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44941         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44942         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44943         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
44944         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44945         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44946         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44947         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
44948         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
44949         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
44950         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
44951         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
44952         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
44953         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
44954         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
44955         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
44956         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
44957         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44958         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
44959         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
44960         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
44961         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
44962         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
44963         (__isnanf): Likewise.
44964         (__isinf_ns): Likewise.
44965         (__isinf_nsf): Likewise.
44966         (__finite): Likewise.
44967         (__finitef): Likewise.
44968         (__ieee754_sqrt): Define as macro.
44969         (__ieee754_sqrtf): Define as macro.
44970         (__ieee754_sqrtl): Define as macro.
44971         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
44972         inlined copy.
44973         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
44974         __FINITE_MATH_ONLY__ consistent.
44975         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
44976
44977 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
44978
44979         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
44980         of rawmemchr.
44981
44982         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
44983
44984 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
44985
44986         * po/ja.po: Update from translation team.
44987
44988 2011-10-08  Roland McGrath  <roland@hack.frob.com>
44989
44990         * locale/programs/locarchive.c (prepare_address_space): New function.
44991         (create_archive, enlarge_archive, open_archive): Use it.
44992
44993         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
44994         inside [SHARED], where it is used.
44995
44996         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
44997
44998         * nss/getent.c (netgroup_keys): Remove unused variable.
44999         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
45000
45001 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
45002
45003         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
45004         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
45005         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
45006         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
45007         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
45008         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
45009         * math/Makefile (libm-calls): Add s_isinf_ns.
45010         * math/divtc3.c: Use __isinf_nsl instead of isinf.
45011         * math/multc3.c: Likewise.
45012         * math/s_casin.c: Likewise.
45013         * math/s_casinf.c: Likewise.
45014         * math/s_casinl.c: Likewise.
45015         * math/s_ccos.c: Likewise.
45016         * math/s_ccosf.c: Likewise.
45017         * math/s_ccosl.c: Likewise.
45018         * math/s_ctan.c: Likewise.
45019         * math/s_ctanf.c: Likewise.
45020         * math/s_ctanh.c: Likewise.
45021         * math/s_ctanhf.c: Likewise.
45022         * math/s_ctanhl.c: Likewise.
45023         * math/s_ctanl.c: Likewise.
45024         * math/w_fmod.c: Likewise.
45025         * math/w_fmodf.c: Likewise.
45026         * math/w_fmodl.c: Likewise.
45027         * math/w_remainder.c: Likewise.
45028         * math/w_remainderf.c: Likewise.
45029         * math/w_remainderl.c: Likewise.
45030         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
45031         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
45032         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
45033         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
45034         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
45035         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
45036         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
45037         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
45038
45039         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
45040         of the number.
45041         * stdio-common/printf_fphex.c: Likewise.
45042         * stdio-common/printf_size.c: Likewise.
45043
45044         * math/e_exp10.c: Include math_private.h using <...> not "...".
45045         * math/e_exp10f.c: Likewise.
45046         * math/e_exp10l.c: Likewise.
45047         * math/e_exp2l.c: Likewise.
45048         * math/e_j0l.c: Likewise.
45049         * math/e_j1l.c: Likewise.
45050         * math/e_jnl.c: Likewise.
45051         * math/e_lgammal_r.c: Likewise.
45052         * math/e_rem_pio2l.c: Likewise.
45053         * math/e_scalb.c: Likewise.
45054         * math/e_scalbf.c: Likewise.
45055         * math/e_scalbl.c: Likewise.
45056         * math/k_cosl.c: Likewise.
45057         * math/k_sinl.c: Likewise.
45058         * math/k_tanl.c: Likewise.
45059         * math/s_cacoshf.c: Likewise.
45060         * math/s_catan.c: Likewise.
45061         * math/s_catanf.c: Likewise.
45062         * math/s_catanh.c: Likewise.
45063         * math/s_catanhf.c: Likewise.
45064         * math/s_catanhl.c: Likewise.
45065         * math/s_catanl.c: Likewise.
45066         * math/s_ccosh.c: Likewise.
45067         * math/s_ccoshf.c: Likewise.
45068         * math/s_ccoshl.c: Likewise.
45069         * math/s_cexp.c: Likewise.
45070         * math/s_cexpf.c: Likewise.
45071         * math/s_cexpl.c: Likewise.
45072         * math/s_clog.c: Likewise.
45073         * math/s_clog10.c: Likewise.
45074         * math/s_clog10f.c: Likewise.
45075         * math/s_clog10l.c: Likewise.
45076         * math/s_clogf.c: Likewise.
45077         * math/s_clogl.c: Likewise.
45078         * math/s_csin.c: Likewise.
45079         * math/s_csinf.c: Likewise.
45080         * math/s_csinh.c: Likewise.
45081         * math/s_csinhf.c: Likewise.
45082         * math/s_csinhl.c: Likewise.
45083         * math/s_csinl.c: Likewise.
45084         * math/s_csqrt.c: Likewise.
45085         * math/s_csqrtf.c: Likewise.
45086         * math/s_csqrtl.c: Likewise.
45087         * math/s_ctan.c: Likewise.
45088         * math/s_ctanf.c: Likewise.
45089         * math/s_ctanh.c: Likewise.
45090         * math/s_ctanhf.c: Likewise.
45091         * math/s_ctanhl.c: Likewise.
45092         * math/s_ctanl.c: Likewise.
45093         * math/s_ldexp.c: Likewise.
45094         * math/s_ldexpf.c: Likewise.
45095         * math/s_ldexpl.c: Likewise.
45096         * math/s_significand.c: Likewise.
45097         * math/s_significandf.c: Likewise.
45098         * math/s_significandl.c: Likewise.
45099         * math/w_acos.c: Likewise.
45100         * math/w_acosf.c: Likewise.
45101         * math/w_acosh.c: Likewise.
45102         * math/w_acoshf.c: Likewise.
45103         * math/w_acoshl.c: Likewise.
45104         * math/w_acosl.c: Likewise.
45105         * math/w_asin.c: Likewise.
45106         * math/w_asinf.c: Likewise.
45107         * math/w_asinl.c: Likewise.
45108         * math/w_atan2.c: Likewise.
45109         * math/w_atan2f.c: Likewise.
45110         * math/w_atan2l.c: Likewise.
45111         * math/w_atanh.c: Likewise.
45112         * math/w_atanhf.c: Likewise.
45113         * math/w_atanhl.c: Likewise.
45114         * math/w_cosh.c: Likewise.
45115         * math/w_coshf.c: Likewise.
45116         * math/w_coshl.c: Likewise.
45117         * math/w_dremf.c: Likewise.
45118         * math/w_exp10.c: Likewise.
45119         * math/w_exp10f.c: Likewise.
45120         * math/w_exp10l.c: Likewise.
45121         * math/w_exp2.c: Likewise.
45122         * math/w_exp2f.c: Likewise.
45123         * math/w_fmod.c: Likewise.
45124         * math/w_fmodf.c: Likewise.
45125         * math/w_fmodl.c: Likewise.
45126         * math/w_hypot.c: Likewise.
45127         * math/w_hypotf.c: Likewise.
45128         * math/w_hypotl.c: Likewise.
45129         * math/w_j0.c: Likewise.
45130         * math/w_j0f.c: Likewise.
45131         * math/w_j0l.c: Likewise.
45132         * math/w_j1.c: Likewise.
45133         * math/w_j1f.c: Likewise.
45134         * math/w_j1l.c: Likewise.
45135         * math/w_jn.c: Likewise.
45136         * math/w_jnf.c: Likewise.
45137         * math/w_jnl.c: Likewise.
45138         * math/w_lgamma.c: Likewise.
45139         * math/w_lgamma_r.c: Likewise.
45140         * math/w_lgammaf.c: Likewise.
45141         * math/w_lgammaf_r.c: Likewise.
45142         * math/w_lgammal.c: Likewise.
45143         * math/w_lgammal_r.c: Likewise.
45144         * math/w_log.c: Likewise.
45145         * math/w_log10.c: Likewise.
45146         * math/w_log10f.c: Likewise.
45147         * math/w_log10l.c: Likewise.
45148         * math/w_log2.c: Likewise.
45149         * math/w_log2f.c: Likewise.
45150         * math/w_log2l.c: Likewise.
45151         * math/w_logf.c: Likewise.
45152         * math/w_logl.c: Likewise.
45153         * math/w_pow.c: Likewise.
45154         * math/w_powf.c: Likewise.
45155         * math/w_powl.c: Likewise.
45156         * math/w_remainder.c: Likewise.
45157         * math/w_remainderf.c: Likewise.
45158         * math/w_remainderl.c: Likewise.
45159         * math/w_scalb.c: Likewise.
45160         * math/w_scalbf.c: Likewise.
45161         * math/w_scalbl.c: Likewise.
45162         * math/w_sinh.c: Likewise.
45163         * math/w_sinhf.c: Likewise.
45164         * math/w_sinhl.c: Likewise.
45165         * math/w_sqrt.c: Likewise.
45166         * math/w_sqrtf.c: Likewise.
45167         * math/w_sqrtl.c: Likewise.
45168         * math/w_tgamma.c: Likewise.
45169         * math/w_tgammaf.c: Likewise.
45170         * math/w_tgammal.c: Likewise.
45171
45172         * po/ja.po: Update from translation team.
45173
45174 2011-09-29  Andreas Jaeger  <aj@suse.de>
45175
45176         [BZ #13179]
45177         * sunrpc/netname.c (netname2host): Fix logic.
45178
45179         [BZ #6779]
45180         [BZ #6783]
45181         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
45182         correctly.
45183         * math/w_remainder.c (__remainder): Likewise.
45184         * math/w_remainderf.c (__remainderf): Likewise.
45185         * math/libm-test.inc (remainder_test): Add test cases.
45186
45187 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45188
45189         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
45190         sdiv_qrnnd.
45191
45192 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45193
45194         * string/test-memcmp.c: Avoid unncessary #defines.
45195         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
45196
45197 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45198
45199         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
45200         Use new sse2 version for core i3 - i7 as it's faster
45201         than sse42 version.
45202         (bit_Prefer_PMINUB_for_stringop): New.
45203         * sysdeps/x86_64/rawmemchr.S: Update.
45204         Replace with faster SSE2 version.
45205         * sysdeps/x86_64/memrchr.S: New file.
45206         * sysdeps/x86_64/memchr.S: Update.
45207         Replace with faster SSE2 version.
45208
45209 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
45210
45211         * elf/dl-load.c (lose): Add cast to avoid warning.
45212
45213 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
45214
45215         * po/ca.po: Update from translation team.
45216
45217         * inet/getnetgrent_r.c: Hook up nscd.
45218         * nscd/Makefile (routines): Add nscd_netgroup.
45219         (nscd-modules): Add netgroupcache.
45220         (CFLAGS-netgroupcache.c): Define.
45221         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
45222         (cache_search): Add const to second parameter.
45223         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
45224         INNETGR.
45225         (dbs): Add netgrdb entry.
45226         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
45227         (verify_persistent_db): Handle netgrdb.
45228         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
45229         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
45230         GETFDNETGR.
45231         (netgroup_response_header): Define.
45232         (innetgroup_response_header): Define.
45233         (datahead): Add netgroup_response_header and innetgroup_response_header
45234         elements.
45235         * nscd/nscd.conf: Add entries for netgroup cache.
45236         * nscd/nscd.h (dbtype): Add netgrdb.
45237         (_PATH_NSCD_NETGROUP_DB): Define.
45238         (netgroup_iov_disabled): Declare.
45239         (xmalloc, xcalloc, xrealloc): Move declarations here.
45240         (cache_search): Adjust prototype.
45241         Add netgroup-related prototypes.
45242         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
45243         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
45244         (__nscd_innetgr): Declare.
45245         * nscd/selinux.c (perms): Use access_vector_t as element type and
45246         add netgroup-related initializers.
45247         * nscd/netgroupcache.c: New file.
45248         * nscd/nscd_netgroup.c: New file.
45249         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
45250         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
45251         For four parameters use innetgr.
45252         * nss/nss_files/files-init.c: Add definition and callback for netgr.
45253         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
45254         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
45255         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
45256
45257         * nscd/connections.c (register_traced_file): Don't register file
45258         for disabled databases.
45259
45260 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
45261
45262         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
45263
45264         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
45265         from tree and freeing node.
45266
45267 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
45268
45269         * nss/nsswitch.c (__nss_database_lookup): Handle
45270         nss_parse_service_list out of memory case.
45271
45272 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
45273
45274         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
45275         out of memory case.
45276
45277 2011-10-04  Andreas Schwab  <schwab@redhat.com>
45278
45279         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
45280         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
45281         pass it down.
45282         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
45283         elf_machine_rela, elf_machine_lazy_rel.
45284         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
45285         (ELF_DYNAMIC_DO_REL): Likewise.
45286         (ELF_DYNAMIC_DO_RELA): Likewise.
45287         (ELF_DYNAMIC_RELOCATE): Likewise.
45288         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
45289         to ELF_DYNAMIC_DO_REL.
45290         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
45291         (dl_main): In trace mode always set __RTLD_NOIFUNC.
45292         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
45293         elf_machine_rela.
45294         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
45295         skip_ifunc, don't call ifunc function if non-zero.
45296         (elf_machine_rela): Likewise.
45297         (elf_machine_lazy_rel): Likewise.
45298         (elf_machine_lazy_rela): Likewise.
45299         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
45300         (elf_machine_lazy_rel): Likewise.
45301         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
45302         Likewise.
45303         (elf_machine_lazy_rel): Likewise.
45304         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45305         Likewise.
45306         (elf_machine_lazy_rel): Likewise.
45307         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
45308         (elf_machine_lazy_rel): Likewise.
45309         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
45310         (elf_machine_lazy_rel): Likewise.
45311         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
45312         (elf_machine_lazy_rel): Likewise.
45313         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
45314         (elf_machine_lazy_rel): Likewise.
45315         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
45316         (elf_machine_lazy_rel): Likewise.
45317         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
45318         (elf_machine_lazy_rel): Likewise.
45319
45320 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
45321
45322         * nss/nss_files/files-init.c (_nss_files_init): Use static
45323         initialization for all the *_traced_file variables.
45324
45325 2011-09-28  Andreas Schwab  <schwab@redhat.com>
45326
45327         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45328
45329 2011-09-27  Roland McGrath  <roland@hack.frob.com>
45330
45331         [BZ #13226]
45332         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
45333
45334 2011-09-27  Andreas Schwab  <schwab@redhat.com>
45335
45336         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
45337         Reread the line before reparsing it.
45338
45339 2011-09-26  Andreas Schwab  <schwab@redhat.com>
45340
45341         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
45342
45343 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
45344             Maxim Kuvyrkov  <maxim@codesourcery.com>
45345             Joseph Myers  <joseph@codesourcery.com>
45346
45347         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
45348         if needed for __stack_chk_guard.
45349
45350 2011-09-19  Roland McGrath  <roland@hack.frob.com>
45351
45352         * sysdeps/posix/spawni.c (script_execute): Always define it.
45353         It will be optimized away if unused.
45354         (maybe_script_execute): New function.
45355         (__spawni): Call it.
45356
45357         * Makerules: Don't include tls.make.
45358         (config-tls): Always set to thread.
45359         * tls.make.c: File removed.
45360
45361 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
45362
45363         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
45364         * config.make.in (CPPFLAGS-config): New substituted variable.
45365
45366 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45367
45368         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
45369
45370         [BZ #13192]
45371         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
45372         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
45373
45374 2011-09-15  Roland McGrath  <roland@hack.frob.com>
45375
45376         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
45377         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
45378         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
45379         (CALL_FAIL): Likewise.
45380         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
45381         (CALL_FAIL): Macro removed.
45382         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
45383
45384 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45385
45386         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
45387         for __FINITE_MATH_ONLY__ == 1.
45388
45389 2011-09-15  Andreas Schwab  <schwab@redhat.com>
45390
45391         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
45392         __ieee754_sqrt instead of sqrt.
45393         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
45394         __ieee754_sqrtf instead of sqrtf.
45395         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
45396         __floorf instead of floorf.
45397         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
45398         __floorf, __truncf instead of floorf, truncf.
45399
45400 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
45401
45402         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
45403
45404         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
45405         __extern_always_inline.
45406         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
45407         32-bit.
45408
45409 2011-09-14  Andreas Schwab  <schwab@redhat.com>
45410
45411         * elf/rtld.c (dl_main): Also relocate in dependency order when
45412         doing symbol dependency testing.
45413
45414 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
45415
45416         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45417         Always define `refsym'.
45418
45419 2011-09-13  Andreas Schwab  <schwab@redhat.com>
45420
45421         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
45422         (__FD_ELT): Renamed from __FDELT.
45423         * misc/bits/select2.h (__FD_ELT): Likewise.
45424         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
45425         __FD_MASK instead of __FDELT, __FDMASK.
45426         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45427         Likewise.
45428         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45429         Likewise.
45430
45431         * elf/Makefile (gen-ldd): Fix pattern.
45432
45433         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
45434         (init_tls): Likewise.
45435
45436 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
45437
45438         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
45439
45440 2011-09-12  Andreas Schwab  <schwab@redhat.com>
45441
45442         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
45443         `struct cmsghdr *' instead of `void *'.
45444         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
45445         Likewise.
45446
45447 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
45448
45449         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
45450         if non-absolute.
45451         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
45452         ldd_rewrite_script.
45453
45454 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
45455
45456         * configure.in: Remove --with-tls option.
45457         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
45458         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
45459         out in case it is missing.
45460         * sysdeps/ia64/elf/configure.in: Likewise.
45461         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
45462         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
45463         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
45464         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
45465         * sysdeps/sh/elf/configure.in: Likewise.
45466         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
45467         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45468         * sysdeps/x86_64/elf/configure.in: Likewise.
45469         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
45470         * sysdeps/mach/hurd/tls.h: Likewise.
45471
45472         [BZ #13067]
45473         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
45474
45475         [BZ #13090]
45476         * configure.in: Fix use of AC_INIT.
45477
45478         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
45479
45480 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
45481
45482         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
45483         __set_errno.
45484         * malloc/hooks.c: Likewise.
45485
45486         [BZ #11929]
45487         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
45488         variables statically.
45489         (narenas): Initialize.
45490         (list_lock): Initialize.
45491         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
45492         initializtion of main_arena and list_lock.  Small cleanups.
45493         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
45494         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
45495         Add initializers to main_arena and mp_.
45496         (malloc_state): Remove pagesize member.  Change all users to use
45497         GLRO(dl_pagesize).
45498
45499         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
45500         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
45501         is always initialized.
45502
45503         * malloc/malloc.c: Removed unused configurations and dead code.
45504         * malloc/arena.c: Likewise.
45505         * malloc/hooks.c: Likewise.
45506         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
45507
45508         * include/tls.h: Removed.  USE___THREAD must always be defined.
45509         * bits/libc-tsd.h: Don't handle !USE___THREAD.
45510         * elf/dl-libc.c: Likewise.
45511         * elf/dl-tsd.c: Likewise.
45512         * include/errno.h: Likewise.
45513         * include/netdb.h: Likewise.
45514         * include/resolv.h: Likewise.
45515         * inet/herrno-loc.c: Likewise.
45516         * inet/herrno.c: Likewise.
45517         * malloc/arena.c: Likewise.
45518         * malloc/hooks.c: Likewise.
45519         * malloc/malloc.c: Likewise.
45520         * resolv/res-state.c: Likewise.
45521         * resolv/res_libc.c: Likewise.
45522         * sysdeps/i386/dl-machine.h: Likewise.
45523         * sysdeps/ia64/dl-machine.h: Likewise.
45524         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
45525         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
45526         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
45527         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
45528         * sysdeps/sh/dl-machine.h: Likewise.
45529         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45530         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45531         * sysdeps/unix/i386/sysdep.S: Likewise.
45532         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
45533         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
45534         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
45535         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
45536         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
45537         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
45538         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
45539         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45540         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45541         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
45542         * sysdeps/unix/x86_64/sysdep.S: Likewise.
45543         * sysdeps/x86_64/dl-machine.h: Likewise.
45544         * tls.make.c: Likewise.
45545
45546         * configure.in: Remove --with-__thread option.  Make tests for
45547         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
45548         tls_model attribute fail if no support is available.  Remove
45549         USE_IN_LIBIO.
45550         * Makeconfig: Adjust for dropped configure option.  All features are
45551         now mandatory.
45552         * Makerules: Likewise.
45553         * Versions.def: Likewise.
45554         * argp/argp-fmtstream.c: Likewise.
45555         * argp/argp-fmtstream.h: Likewise.
45556         * argp/argp-help.c: Likewise.
45557         * assert/assert.c: Likewise.
45558         * config.h.in: Likewise.
45559         * config.make.in: Likewise.
45560         * configure: Likewise.
45561         * configure.in: Likewise.
45562         * csu/Versions: Likewise.
45563         * csu/init.c: Likewise.
45564         * elf/tst-audit2.c: Likewise.
45565         * elf/tst-tls10.c: Likewise.
45566         * elf/tst-tls10.h: Likewise.
45567         * elf/tst-tls11.c: Likewise.
45568         * elf/tst-tls12.c: Likewise.
45569         * elf/tst-tls14.c: Likewise.
45570         * elf/tst-tlsmod11.c: Likewise.
45571         * elf/tst-tlsmod12.c: Likewise.
45572         * elf/tst-tlsmod13.c: Likewise.
45573         * elf/tst-tlsmod13a.c: Likewise.
45574         * elf/tst-tlsmod14a.c: Likewise.
45575         * elf/tst-tlsmod15b.c: Likewise.
45576         * elf/tst-tlsmod16a.c: Likewise.
45577         * elf/tst-tlsmod16b.c: Likewise.
45578         * elf/tst-tlsmod7.c: Likewise.
45579         * elf/tst-tlsmod8.c: Likewise.
45580         * elf/tst-tlsmod9.c: Likewise.
45581         * gmon/gmon.c: Likewise.
45582         * grp/fgetgrent_r.c: Likewise.
45583         * grp/putgrent.c: Likewise.
45584         * hurd/fopenport.c: Likewise.
45585         * include/libc-symbols.h: Likewise.
45586         * include/tls.h: Likewise.
45587         * intl/gettextP.h: Likewise.
45588         * intl/loadinfo.h: Likewise.
45589         * locale/global-locale.c: Likewise.
45590         * locale/localeinfo.h: Likewise.
45591         * mach/devstream.c: Likewise.
45592         * malloc/arena.c: Likewise.
45593         * malloc/set-freeres.c: Likewise.
45594         * misc/err.c: Likewise.
45595         * misc/getttyent.c: Likewise.
45596         * misc/mntent_r.c: Likewise.
45597         * posix/getopt.c: Likewise.
45598         * posix/wordexp.c: Likewise.
45599         * pwd/fgetpwent_r.c: Likewise.
45600         * resolv/Versions: Likewise.
45601         * resolv/res_hconf.c: Likewise.
45602         * shadow/fgetspent_r.c: Likewise.
45603         * shadow/putspent.c: Likewise.
45604         * stdio-common/printf_fphex.c: Likewise.
45605         * stdio-common/tmpfile.c: Likewise.
45606         * stdlib/abort.c: Likewise.
45607         * stdlib/fmtmsg.c: Likewise.
45608         * sunrpc/auth_unix.c: Likewise.
45609         * sunrpc/clnt_perr.c: Likewise.
45610         * sunrpc/clnt_tcp.c: Likewise.
45611         * sunrpc/clnt_udp.c: Likewise.
45612         * sunrpc/clnt_unix.c: Likewise.
45613         * sunrpc/openchild.c: Likewise.
45614         * sunrpc/svc_simple.c: Likewise.
45615         * sunrpc/svc_tcp.c: Likewise.
45616         * sunrpc/svc_udp.c: Likewise.
45617         * sunrpc/svc_unix.c: Likewise.
45618         * sunrpc/xdr.c: Likewise.
45619         * sunrpc/xdr_array.c: Likewise.
45620         * sunrpc/xdr_rec.c: Likewise.
45621         * sunrpc/xdr_ref.c: Likewise.
45622         * sunrpc/xdr_stdio.c: Likewise.
45623
45624 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45625
45626         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45627
45628 2011-07-03  Andreas Jaeger  <aj@suse.de>
45629
45630         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
45631         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
45632         regenerate with gen-libm-tests.pl.
45633
45634 2010-05-12  Petr Baudis  <pasky@suse.cz>
45635
45636         [BZ #11589]
45637         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
45638         around j0() zero points by switching to j1().
45639         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45640         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45641         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45642         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45643
45644 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45645
45646         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
45647         instead of 0.
45648         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
45649         instead of 0.
45650         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45651         Patch in part by Pavel Roskin <proski@gnu.org>.
45652
45653         [BZ #13138]
45654         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
45655         realloc.
45656         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
45657         Free memory block if necessary.
45658
45659         [BZ #12847]
45660         * libio/genops.c (INTDEF): For string streams the _lock pointer can
45661         be NULL.  Don't lock in this case.
45662
45663 2011-09-09  Roland McGrath  <roland@hack.frob.com>
45664
45665         * elf/elf.h (ELFOSABI_GNU): New macro.
45666         (ELFOSABI_LINUX): Define to that.
45667
45668 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
45669
45670         * string/strncat.c (strncat): Undef the symbol in case it has been
45671         defined in bits/string.h.
45672
45673 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45674
45675         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
45676
45677         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
45678         link map.
45679
45680 2011-08-17  Andreas Jaeger  <aj@suse.de>
45681
45682         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
45683
45684 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
45685             Ian Lance Taylor  <iant@google.com>
45686
45687         * math/libm-test.inc (lround_test): New testcase.
45688         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
45689
45690 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
45691
45692         * Makefile: Remove support for automatic cvs check-ins.
45693         * Makerules: Likewise.
45694         * config.make.in: Likewise.
45695         * configure.in: Likewise.
45696         * intl/Makefile: Likewise.
45697         * locale/Makefile: Likewise.
45698         * po/Makefile: Likewise.
45699         * posix/Makefile: Likewise.
45700         * sysdeps/gnu/Makefile: Likewise.
45701         * sysdeps/mach/hurd/Makefile: Likewise.
45702         * sysdeps/sparc/sparc32/Makefile: Likewise.
45703
45704         [BZ #13118]
45705         * posix/Makefile (bug-regex32-ENV): Define.
45706         Patch by John Stanley <jpsinthemix@verizon.net>.
45707
45708         * misc/Makefile (headers): Add bits/select2.h.
45709         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
45710         * misc/bits/select2.h: New file.
45711         * include/bits/select2.h: New file.
45712         * debug/Makefile (routines): Add fdelt_chk.
45713         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
45714         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
45715         FD_ISSET.
45716         * debug/fdelt_chk.c: New file.
45717
45718         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
45719         * wcsmbs/test-wmemcmp.c: Likewise.
45720         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
45721         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
45722
45723 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45724
45725         * string/Makefile (strop-tests): Add memcmp.
45726         * string/test-wmemcmp.c: New file.
45727         * string/test-memcmp.c: Add wmemcmp support.
45728
45729 2011-09-08  Roland McGrath  <roland@hack.frob.com>
45730
45731         [BZ #13153]
45732         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
45733         2011-07-19 change.
45734
45735         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
45736         garbage value in a __mach_port_mod_refs call in the cases of the
45737         task-self and thread-self ports.
45738
45739 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45740
45741         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
45742
45743 2011-09-08  Andreas Schwab  <schwab@redhat.com>
45744
45745         * elf/dl-load.c (lose): Check for non-null L.
45746
45747 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
45748
45749         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
45750
45751         * elf/dl-libc.c (dlerror_run): Pass back error code from
45752         dl_catch_error.
45753
45754         [BZ #13123]
45755         * elf/dl-load.c (lose): Free l_origin if it is valid.
45756
45757         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
45758         names.
45759         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
45760         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
45761         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
45762         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
45763         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
45764         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
45765
45766 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45767
45768         * sysdeps/powerpc/fpu/e_hypot.c: New file.
45769         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
45770         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
45771         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
45772         * sysdeps/powerpc/fpu/k_cosf.c: New file.
45773         * sysdeps/powerpc/fpu/k_sinf.c: New file.
45774         * sysdeps/powerpc/fpu/s_cosf.c: New file.
45775         * sysdeps/powerpc/fpu/s_sinf.c: New file.
45776         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
45777         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
45778
45779 2011-08-15  Alan Modra  <amodra@gmail.com>
45780
45781         [BZ #13092]
45782         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
45783         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
45784         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
45785         ppc_mcount to static-only-routines.
45786         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
45787         __mcount_internal.
45788         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
45789         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
45790
45791 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
45792
45793         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
45794         for finite and infinity parameters.
45795
45796 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
45797
45798         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
45799         and add nop instructions for throughput optimization.
45800         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
45801
45802 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
45803
45804         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
45805         aligned copy for power7 with vector-scalar instructions.
45806         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
45807
45808 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
45809
45810         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
45811         AVX check.
45812
45813 2011-09-07  Andreas Schwab  <schwab@redhat.com>
45814
45815         [BZ #13144]
45816         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
45817         last change.
45818
45819 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
45820
45821         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45822         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
45823         syscall wrapper around clock_gettime in __vdso_clock_gettime.
45824         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
45825         clock_gettime.
45826
45827 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
45828
45829         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
45830         Forgot to demangle the pointer.
45831
45832         * sysdeps/i386/sysdep.h: Define atom_text_section.
45833         * sysdeps/x86_64/sysdep.h: Likewise.
45834         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
45835         section with atom_text_section.
45836         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
45837         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
45838         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
45839         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
45840         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
45841
45842         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
45843         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
45844         already be defined.  Change to take two parameters and don't assign
45845         result to variable.  Adjust all users.
45846         Define INTERNAL_GETTIME if not already defined.
45847         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
45848         call.
45849         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
45850         HAVE_CLOCK_GETTIME_VSYSCALL.
45851         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
45852
45853         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
45854         gettimeofday vsyscall, just use time.
45855
45856 2011-09-06  Andreas Schwab  <schwab@redhat.com>
45857
45858         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
45859         <errno.h>.
45860
45861 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
45862
45863         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
45864         syscall on x86-64.
45865         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
45866         syscall.
45867         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
45868         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
45869         syscall if possible.
45870
45871 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
45872
45873         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
45874         e_ident.  Don't pass to find_mapsXX.
45875         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
45876
45877 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45878
45879         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45880         strchr-sse2-no-bsf strrchr-sse2-no-bsf
45881         * sysdeps/x86_64/multiarch/strchr.S: Update.
45882         Check bit_slow_BSF bit.
45883         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
45884         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
45885         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
45886
45887 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
45888
45889         [BZ #13134]
45890         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
45891         before glibc 2.15.
45892         (tryshell): Define.
45893         (__spawni): Change last parameter to be flag.  Test
45894         SPAWN_XFLAGS_USE_PATH flag to use path or not.
45895         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
45896         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
45897         * posix/spawni.c: Likewise.
45898         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
45899         * posix/spawnp.c: Likewise.  Change normal version to use
45900         SPAWN_XFLAGS_USE_PATH.
45901         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
45902         SPAWN_XFLAGS_TRY_SHELL.
45903
45904         [BZ #13150]
45905         * posix/glob.h: Remove gcc 1.x support.
45906
45907         [BZ #13068]
45908         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
45909
45910 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45911
45912         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45913         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
45914         strrchr-sse2-bsf
45915         * sysdeps/i386/i686/multiarch/strchr.S: New file.
45916         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
45917         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
45918         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
45919         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
45920         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
45921
45922 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45923
45924         * sysdeps/x86_64/wcscmp.S: New file.
45925
45926         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
45927         wcscmp-c wcscmp-sse2
45928         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
45929         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
45930         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
45931         * wcsmbs/wcscmp.c: Allow renaming.
45932
45933 2011-09-05  David S. Miller  <davem@davemloft.net>
45934
45935         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
45936         stack slot, rather than the struct return pointer slot.
45937         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
45938         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
45939         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
45940         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
45941
45942 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
45943
45944         * po/ja.po: Update from translation team.
45945
45946         [BZ #13144]
45947         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
45948         kernel in 64-bit binaries.
45949
45950 2011-09-01  David S. Miller  <davem@davemloft.net>
45951
45952         * elf/elf.h (HWCAP_SPARC_*): Move to..
45953         * sysdeps/sparc/sysdep.h: this new file and add new values.
45954         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
45955         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
45956         _DL_HWCAP_COUNT to 24.
45957         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
45958         entries.
45959         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
45960         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
45961         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
45962         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
45963         instead of magic constants.
45964         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45965
45966 2011-08-31  David S. Miller  <davem@davemloft.net>
45967
45968         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
45969         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
45970         Reimplement to do errno handling inline.
45971         (SYSCALL_ERROR_HANDLER): New macro.
45972         (__SYSCALL_STRING): Do not do errno handling in asm.
45973         (__CLONE_SYSCALL_STRING): Delete.
45974         (__INTERNAL_SYSCALL_STRING): Delete.
45975         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
45976         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
45977         (PSEUDO): Reimplement to do errno handling inline.
45978         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
45979         (SYSCALL_ERROR_HANDLER): New macro.
45980         (__SYSCALL_STRING): Do not do errno handling in asm.
45981         (__CLONE_SYSCALL_STRING): Delete.
45982         (__INTERNAL_SYSCALL_STRING): Delete.
45983         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
45984         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
45985         i386.
45986         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
45987         (inline_syscall*): Add 'err' argument.
45988         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
45989         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
45990         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
45991         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
45992
45993         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
45994         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45995
45996 2011-08-30  Andreas Schwab  <schwab@redhat.com>
45997
45998         * elf/rtld.c (dl_main): Relocate objects in dependency order.
45999
46000 2011-08-29  Jiri Olsa <jolsa@redhat.com>
46001
46002         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
46003         directive.
46004
46005 2011-08-24  David S. Miller  <davem@davemloft.net>
46006
46007         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
46008
46009 2011-08-24  Andreas Schwab  <schwab@redhat.com>
46010
46011         * elf/Makefile: Add rules to build and run unload8 test.
46012         * elf/unload8.c: New file.
46013         * elf/unload8mod1.c: New file.
46014         * elf/unload8mod1x.c: New file.
46015         * elf/unload8mod2.c: New file.
46016         * elf/unload8mod3.c: New file.
46017
46018         * elf/dl-close.c (_dl_close_worker): Reset private search list if
46019         it wasn't used.
46020
46021 2011-08-23  David S. Miller  <davem@davemloft.net>
46022
46023         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
46024         subtract stack bias.
46025         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
46026         %sp not %fp in calculations.
46027         (_JMPBUF_UNWINDS_ADJ): Likewise.
46028
46029         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
46030         (aio_suspend): Call it to force an exception region around the
46031         AIO_MISC_WAIT() invocation.
46032
46033 2011-08-23  Andreas Schwab  <schwab@redhat.com>
46034
46035         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
46036         backslash.
46037
46038 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
46039
46040         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
46041         protection macro.
46042         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
46043         and <dl-machine.h>.
46044         (Elf64_FuncDesc): Remove.
46045
46046 2011-08-22  David S. Miller  <davem@davemloft.net>
46047
46048         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
46049         sigaltstack check, add missing cfi directives.
46050         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
46051         missing cfi directives, and sigaltstack handling.
46052
46053 2011-08-16  Andreas Schwab  <schwab@redhat.com>
46054
46055         [BZ #11724]
46056         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
46057         object is seen twice.
46058         * elf/dl-fini.c (_dl_sort_fini): Likewise.
46059
46060         * elf/Makefile (distribute): Add tst-initorder2.c.
46061         (tests): Add tst-initorder2.
46062         (modules-names): Add tst-initorder2a tst-initorder2b
46063         tst-initorder2c tst-initorder2d.  Add rules to build them.
46064         ($(objpfx)tst-initorder2.out): New rule.
46065         * elf/tst-initorder2.c: New file.
46066         * elf/tst-initorder2.exp: New file.
46067
46068 2011-08-22  Andreas Schwab  <schwab@redhat.com>
46069
46070         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
46071
46072         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
46073         dependencies back to end of function.
46074
46075         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
46076         $(elfobjdir)/ld.so.
46077
46078 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
46079
46080         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
46081         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
46082         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
46083         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
46084         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
46085         of __vdso_gettimeofday.
46086         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
46087         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
46088         attribute_hidden.
46089         (_libc_vdso_platform_setup): Remove initialization of
46090         __vdso_gettimeofday and __vdso_time.
46091
46092 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
46093
46094         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
46095         and fgetc_unlocked.
46096         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
46097         getc_unlocked.
46098
46099         * elf/dl-open.c (add_to_global): Report additions to the global scope
46100         for LD_DEBUG=scopes.
46101         (dl_open_worker): Also print scope of newly loaded dependencies.
46102         (_dl_show_scope): Indicate if there is no scope.
46103
46104         [BZ #13114]
46105         * stdio-common/Makefile (tests): Add bug24.
46106         * stdio-common/bug24.c: New file.
46107
46108 2011-08-19  Andreas Jaeger  <aj@suse.de>
46109
46110         [BZ #13114]
46111         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
46112         non-existant file when using close-on-exec mode.
46113
46114 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
46115
46116         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
46117         the very first instruction.
46118
46119         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
46120         the CFI state in the end.
46121         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
46122         inclusion of dl-trampoline.h.
46123         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
46124
46125 2011-08-19  Andreas Schwab  <schwab@redhat.com>
46126
46127         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
46128         expectations for long double.
46129
46130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
46131         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
46132
46133 2011-08-14  David S. Miller  <davem@davemloft.net>
46134
46135         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
46136         artificual limit depends upon the system page size.
46137
46138 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46139
46140         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
46141         * resolv/Makefile: Define CFLAGS-libresolv.
46142
46143 2011-08-17  Andreas Schwab  <schwab@redhat.com>
46144
46145         * nss/makedb.c (compute_tables): Make variables used in nested
46146         function static.
46147
46148 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
46149
46150         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
46151         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
46152         if buffer was too small.
46153
46154         * elf/pldd.c (main): Attach to all threads in the process.
46155         Rewrite /proc handling to use *at functions.
46156
46157 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
46158
46159         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
46160         specifies first scope to show.
46161         (dl_open_worker): Update callers.  Move printing scope of new
46162         object to before the relocation.
46163         * elf/rtld.c (dl_main): Update _dl_show_scope call.
46164         * sysdeps/generic/ldsodefs.h: Update declaration.
46165
46166         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
46167         string for the scope number.
46168
46169 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
46170
46171         * nscd/servicescache.c (cache_addserv): Make sure written is always
46172         initialized.
46173
46174 2011-08-14  Roland McGrath  <roland@hack.frob.com>
46175
46176         * sysdeps/i386/i486/bits/atomic.h
46177         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
46178         statement expression, so as to suppress "set but not used" warning.
46179         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
46180
46181         * string/strncat.c (STRNCAT): Use prototype definition.
46182
46183         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
46184         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
46185         -Iprograms here.
46186         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
46187         (localedef-modules): Add localedef.
46188         (locale-modules): Add locale.
46189
46190         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
46191         * elf/rtld.c (dl_main): Invert order of assignment in last change,
46192         to avoid a warning.
46193
46194 2011-08-14  David S. Miller  <davem@davemloft.net>
46195
46196         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
46197         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
46198
46199 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
46200
46201         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
46202         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
46203         * elf/rtld.c (dl_main): Set l_name of vDSO.
46204         Call _dl_show_scope when DL_DEBUG_SCOPES.
46205         (process_dl_debug): Recognize scopes flag and also set it for all.
46206         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
46207         Declare _dl_show_scope.
46208
46209         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
46210         (do_dlopen): Pass caller_dlopen to dl_open.
46211         (__libc_dlopen_mode): Initialize caller_dlopen.
46212
46213         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
46214         of libc.  Make tolower call locale-independent.  Optimize a bit by
46215         using isdigit instead of isalnum.
46216         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
46217
46218 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
46219
46220         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
46221         was a dependency or dynamically loaded.
46222
46223 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
46224
46225         * intl/l10nflist.c: Allow architecture-specific pop function.
46226         * sysdeps/x86_64/l10nflist.c: New file.
46227
46228         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
46229         classification.
46230
46231 2011-08-10  Andreas Schwab  <schwab@redhat.com>
46232
46233         * include/dirent.h: Add libc_hidden_proto for scandirat and
46234         scandirat64.  Don't declare __scandirat64.
46235         * dirent/scandirat.c: Add libc_hidden_def.
46236         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
46237         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
46238
46239 2011-08-10  David S. Miller  <davem@davemloft.net>
46240
46241         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
46242         enum.
46243         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46244         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46245         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46246
46247 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
46248
46249         * Versions.def [libc]: Add GLIBC_2.15.
46250         * dirent/Makefile (routines): Add scandirat and scandirat64.
46251         * dirent/Versions [libc]: Export scandirat and scandirat64 for
46252         GLIBC_2.15.
46253         * dirent/dirent.h: Declare scandirat and scandirat64.
46254         * dirent/scandirat.c: New file.
46255         * dirent/scandirat64.c: New file.
46256         * sysdeps/wordsize-64/scandirat.c: New file.
46257         * sysdeps/wordsize-64/scandirat64.c: New file.
46258         * dirent/opendir.c: Define opendirat.
46259         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
46260         using scandirat.
46261         * dirent/scandir64.c: Adjust for scandir.c change.
46262         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
46263         __scandirat64, and __scandir_cancel_handler.
46264         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
46265         additional parameter and use openat instead of open (outside of ld.so).
46266         Add new __opendir as wrapper around __opendirat.
46267         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
46268         here without requiring old scandirat implementation.
46269
46270 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
46271
46272         * dirent/scandir.c (cancel_handler): Renamed to
46273         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
46274         defined.  Adjust users.
46275         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
46276         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
46277
46278 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
46279
46280         * string/test-string.h (IMPL): Use __STRING to expand name and then
46281         stringify it.
46282
46283         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
46284         of cleanups.
46285
46286 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46287
46288         * string/Makefile: Update.
46289         (strop-tests): Append strncat.
46290         * string/test-wcscmp.c: New file.
46291         New comprehensive test for wcscmp.
46292         * string/test-strcmp.c: Update.
46293         (WIDE): New define.
46294
46295 2011-07-22  Andreas Schwab  <schwab@redhat.com>
46296
46297         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
46298         line.
46299
46300 2011-07-26  Andreas Schwab  <schwab@redhat.com>
46301
46302         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
46303         encoding to ACE if AI_IDN.
46304
46305 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
46306
46307         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
46308         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
46309
46310 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46311
46312         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
46313         Fix overflow bug in strncat.
46314         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
46315
46316         * string/test-strncat.c: Update.
46317         Add new tests for checking overflow bugs.
46318
46319 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46320
46321         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46322         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
46323         * sysdeps/i386/i686/multiarch/strcat.S: New file.
46324         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
46325         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
46326         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
46327         * sysdeps/i386/i686/multiarch/strncat.S: New file.
46328         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
46329         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
46330
46331         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
46332         (USE_AS_STRCAT): Define.
46333         Add strcat and strncat support.
46334         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
46335
46336 2011-07-25  Andreas Schwab  <schwab@redhat.com>
46337
46338         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
46339         __n bigger than INT_MAX+1.
46340         (__strncmp_g): Likewise.
46341
46342 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
46343
46344         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
46345         * libio/stido.h: Likewise.
46346
46347         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
46348         (AF_NFC): Define.
46349         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
46350         (AF_NFC): Define.
46351
46352         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
46353         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
46354         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
46355         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
46356         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
46357
46358         [BZ #13021]
46359         * scripts/test-installation.pl: Don't expect libnss_test1 to be
46360         installed.
46361
46362         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
46363         typo.
46364         (_dl_x86_64_save_sse): Likewise.
46365
46366 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
46367
46368         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
46369         OSXSAVE.
46370         (_dl_x86_64_save_sse): Likewise.
46371
46372         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
46373
46374         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
46375
46376 2011-07-21  Andreas Schwab  <schwab@redhat.com>
46377
46378         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
46379         change.
46380         (_dl_x86_64_save_sse): Use correct AVX check.
46381
46382 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46383
46384         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
46385         bug in strncpy/strncat.
46386         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
46387
46388 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
46389
46390         * string/tester.c (test_strcat): Add tests for different alignments
46391         of source and destination.
46392         (test_strncat): Likewise.
46393
46394 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46395
46396         [BZ #12852]
46397         * posix/glob.c (glob): Check passed in values before using them in
46398         expressions to avoid some overflows.
46399         (glob_in_dir): Likewise.
46400
46401         [BZ #13007]
46402         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
46403         check for AVX enablement so that we don't crash with old kernels and
46404         new hardware.
46405         * elf/tst-audit4.c: Add same checks here.
46406         * elf/tst-audit6.c: Likewise.
46407
46408         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
46409
46410 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
46411
46412         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
46413
46414 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46415
46416         * po/cs.po: Update from translation team.
46417         * po/bg.po: Likewise.
46418
46419 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
46420
46421         * misc/sys/cdefs.h: Add support for const attribute.
46422         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
46423         to gnu_dev_{major,minor,makedev} functions.
46424
46425 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
46426
46427         * intl/dcigettext.c (get_output_charset): Add missing bracket.
46428
46429 2011-07-20  Andreas Schwab  <schwab@redhat.com>
46430
46431         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
46432         strlen results.
46433
46434 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46435
46436         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
46437         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
46438         register in order to avoid conflicts with the soft frame pointer
46439         being held in r11 when necessary.
46440         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
46441         (INTERNAL_VSYSCALL_NCS): Likewise.
46442
46443 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
46444
46445         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
46446         * elf/dl-fini.c (_dl_fini): Adjust caller.
46447         * elf/dl-close.c (_dl_close_worker): Likewise.
46448         * sysdeps/generic/ldsodefs.h: Adjust declaration.
46449
46450 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46451
46452         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
46453         "aux_cache->nlibs < 0".
46454
46455         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
46456         in the reload-count case.
46457
46458 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46459
46460         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46461         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
46462         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
46463         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
46464         * sysdeps/x86_64/multiarch/strcat.S: New file.
46465         * sysdeps/x86_64/multiarch/strncat.S: New file.
46466         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
46467         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
46468         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
46469         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
46470         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
46471         (USE_AS_STRCAT): Define.
46472         Add strcat and strncat support.
46473         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46474         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
46475         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
46476         * string/strncat.c: Update.
46477         (USE_AS_STRNCAT): Define.
46478         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46479         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
46480         and i7.
46481         * sysdeps/x86_64/multiarch/init-arch.h
46482         (bit_Prefer_PMINUB_for_stringop): New.
46483         (index_Prefer_PMINUB_for_stringop): Likewise.
46484         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
46485         bit_Prefer_PMINUB_for_stringop.
46486
46487 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46488
46489         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
46490         buffer64.
46491         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
46492         of casting of buffer.
46493         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
46494         buffer32 and buffer64.
46495         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
46496         writes instead of casting of buffer.
46497         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
46498         buffer32.
46499         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
46500         casting of buffer.
46501
46502 2011-07-19  Andreas Schwab  <schwab@redhat.com>
46503
46504         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
46505
46506 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46507
46508         * nscd/nscd.c (termination_handler): Don't do anything for a database
46509         if it has not yet been initialized.
46510
46511 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46512
46513         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46514
46515 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46516
46517         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46518
46519 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46520
46521         * po/nl.po: Update from translation team.
46522         * po/sv.po: Likewise.
46523
46524 2011-07-16  Roland McGrath  <roland@hack.frob.com>
46525
46526         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
46527         now disallowed by GCC.
46528
46529         * configure.in (use-default-link): Default to yes if a test -shared
46530         link meets our qualifications.
46531         * configure: Regenerated.
46532
46533         * config.make.in (output-format): New variable.
46534         * configure.in: Check for ld --print-output-format support.
46535         * configure: Regenerated.
46536         * Makerules ($(common-objpfx)format.lds)
46537         [$(output-format) != unknown]: Just use $(output-format),
46538         instead of the linker-script munging.
46539
46540 2011-07-14  Roland McGrath  <roland@hack.frob.com>
46541
46542         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
46543         of $(common-objpfx)shlib.lds.
46544         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
46545
46546         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
46547         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
46548
46549         * configure.in (-z relro check): Adjust test code to add a large
46550         writable data section after it.
46551         * configure: Regenerated.
46552
46553 2011-07-11  Roland McGrath  <roland@hack.frob.com>
46554
46555         * configure.in (-z relro check): Fix test code to make the variable
46556         truly const.
46557         * configure: Regenerated.
46558
46559 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
46560
46561         * nscd/nscd.h (struct traced_file): Define.
46562         (struct database_dyn): Remove inotify_descr, reset_res, and filename
46563         elements.  Add traced_files.
46564         (inotify_fd): Declare.
46565         (register_traced_file): Declare.
46566         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
46567         (inotify_fd): Export.
46568         (resolv_conf_descr): Remove.
46569         (nscd_init): Move inotify descriptor creation to main.
46570         Don't register files for notification here.
46571         (register_traced_file): New function.
46572         (invalidate_cache): Don't use reset_res to determine whether to call
46573         res_init, go through the list of registered files.
46574         (main_loop_poll): The inotify descriptors are now stored in the
46575         structures for the traced files.
46576         (main_loop_epoll): Likewise
46577         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
46578         to __nss_disable_nscd.
46579         * nscd/cache.c (prune_cache): There is no single inotify descriptor
46580         for a database anymore.  Check the records for all the registered
46581         files instead.
46582         * nss/Makefile (libnss_files-routines): Add files-init.
46583         (libnss_db-routines): Add db-init.
46584         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
46585         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
46586         * nss/nss_db/db-init.c: New file.
46587         * nss/nss_files/files-init.c: New file.
46588         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
46589         __nss_lookup_function.
46590         (__nss_lookup_function): Call nss_load_library.
46591         (nss_load_all_libraries): New function.
46592         (__nss_disable_nscd): Take parameter with callback function for files
46593         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
46594         used for the cached services.
46595         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
46596         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
46597         options for features to all the files in nscd.
46598
46599         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
46600
46601 2011-07-10  Roland McGrath  <roland@hack.frob.com>
46602
46603         * csu/elf-init.c (__libc_csu_init): Comment typo.
46604
46605 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
46606
46607         * po/pl.po: Update from translation team.
46608         * po/ja.po: Likewise.
46609         * po/ru.po: Likewise.
46610         * po/ko.po: Likewise.
46611         * po/fr.po: Likewise.
46612
46613 2011-07-09  Roland McGrath  <roland@hack.frob.com>
46614
46615         * configure.in (.ctors/.dtors header and trailer check):
46616         Use an empirical test on a built program.
46617         * configure: Regenerated.
46618
46619         * configure.in (-z relro check): Use an empirical test on a built DSO.
46620         Detect, but do not require, on ia64.
46621         * configure: Regenerated.
46622
46623         * configure.in (READELF): Find it with AC_CHECK_TOOL.
46624         Update tests that use readelf to use $READELF instead.
46625         * configure: Regenerated.
46626
46627 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
46628
46629         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
46630         if the result is not used.
46631
46632 2011-07-05  Andreas Jaeger  <aj@suse.de>
46633
46634         [BZ#9696]
46635         * stdlib/tst-strtod.c: Add testcase.
46636
46637 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
46638
46639         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46640         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
46641         The latter has a higher limit.  Take additional parameter to pass to
46642         the new function.
46643         (__pathconf): Pass file to __statfs_link_max.
46644         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
46645         __statfs_link_max.
46646         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
46647         __statfs_link_max.
46648
46649         [BZ #12868]
46650         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
46651         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
46652         Handle Lustre.
46653         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
46654         (__statfs_filesize_max): Likewise.
46655         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
46656
46657 2011-07-05  Andreas Jaeger  <aj@suse.de>
46658
46659         * resolv/res_comp.c (dn_skipname): Remove unused variable.
46660
46661 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
46662
46663         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
46664         `status' variable.
46665         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
46666         Likewise.
46667
46668 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
46669
46670         * Makefile (strop-tests): Add strncat.
46671         * string/test-strncat.c: New file.
46672
46673 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
46674
46675         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
46676
46677 2011-06-21  Andreas Jaeger  <aj@suse.de>
46678
46679         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
46680         Copy rule from iconvdata/Makefile.
46681
46682 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
46683
46684         [BZ #12922]
46685         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
46686         but no long options are defined, just return 'W'.
46687
46688 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
46689
46690         [BZ #9696]
46691         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
46692
46693 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
46694
46695         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
46696         netgroups to read.
46697         (innetgr): Likewise.
46698
46699 2011-07-05  Roland McGrath  <roland@hack.frob.com>
46700
46701         * config.make.in (install_root): Default to $(DESTDIR).
46702
46703 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
46704
46705         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
46706
46707 2011-07-02  Roland McGrath  <roland@hack.frob.com>
46708
46709         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
46710
46711         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
46712         containing directory rather than embedding absolute directory names.
46713
46714         * scripts/check-local-headers.sh: Rewritten using awk.
46715         Match by word, not by line.  Print error messages for matches.
46716         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
46717
46718         * Makerules [shlib-lds-flags empty]:
46719         ($(common-objpfx)libc_pic.opts): New target.
46720         ($(common-objpfx)libc_pic.os.clean): New target.
46721         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
46722
46723         * config.make.in (OBJCOPY): New variable.
46724         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
46725         * configure: Regenerated.
46726
46727         * config.make.in (use-default-link): New variable.
46728         * configure.in (use_default_link): Grok --with-default-link to set it.
46729         * configure: Regenerated.
46730         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
46731         (shlib-lds, shlib-lds-flags): Define to empty.
46732
46733         * Makerules (shlib-lds): New variable.
46734         (shlib-lds-flags): New variable.
46735         (build-shlib, build-moduile, build-module-asneeded): Use it.
46736         ($(common-objpfx)libc.so): Use $(shlib-lds).
46737         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
46738         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
46739
46740         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
46741         DT_FLAGS/DT_FLAGS_1 with zero flags.
46742
46743         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
46744         linker script munging.
46745
46746 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
46747
46748         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
46749         as 128-bit value.
46750         * crypt/sha512.c (sha512_process_block): Perform total addition using
46751         128-bit if possible.
46752         (__sha512_finish_ctx): Likewise.
46753         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
46754         as 64-bit value.
46755         * crypt/sha256.c (SWAP64): Define.
46756         (sha256_process_block): Perform total addition using 64-bit if
46757         possible.
46758         (__sha256_finish_ctx): Likewise.
46759
46760 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
46761
46762         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
46763         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46764         * nscd/hstcache.c (cache_addhst): Likewise.
46765         * nscd/grpcache.c (cache_addgr): Likewise.
46766         * nscd/aicache.c (addhstaiX): Likewise
46767         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
46768
46769 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
46770
46771         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
46772         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46773         * nscd/hstcache.c (cache_addhst): Likewise.
46774         * nscd/grpcache.c (cache_addgr): Likewise.
46775         * nscd/aicache.c (addhstaiX): Likewise
46776
46777 2011-07-01  Andreas Schwab  <schwab@redhat.com>
46778
46779         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
46780         domain only when needed.
46781
46782 2011-06-30  Andreas Schwab  <schwab@redhat.com>
46783
46784         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
46785         is always restored.
46786
46787 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
46788
46789         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
46790         are re-adding the entry.
46791         * nscd/servicescache.c (cache_addserv): Likewise.
46792
46793 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
46794
46795         * sysdeps/generic/dl-irel.h: fix protection against multiple
46796         inclusions.
46797         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
46798
46799 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
46800
46801         [BZ #12935]
46802         * malloc/memusage.sh: Fix quoting in message.
46803         * debug/xtrace.sh: Likewise.
46804
46805         * configure.in: Remove support for --experimental-malloc option, make
46806         it the default.
46807         * config.make.in: Likewise.
46808         * malloc/Makefile: Likewise.
46809
46810 2011-06-27  Andreas Schwab  <schwab@redhat.com>
46811
46812         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
46813         two-byte characters.
46814
46815 2011-06-27  Roland McGrath  <roland@hack.frob.com>
46816
46817         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
46818         AC_CACHE_CHECK invocation.
46819         * configure: Regenerated.
46820
46821         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
46822
46823 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
46824
46825         [BZ #12350]
46826         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
46827         bit from old_res_options.
46828
46829         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
46830
46831         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
46832         value type for setfct.
46833
46834 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
46835
46836         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
46837         __gettimeofday instead of gettimeofday.
46838
46839 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
46840
46841         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
46842
46843 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
46844
46845         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
46846
46847         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
46848         info.
46849
46850 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
46851
46852         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46853         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
46854         strcpy-sse2-unaligned strncpy-sse2-unaligned
46855         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
46856         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
46857         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
46858         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
46859         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
46860         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
46861         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
46862         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
46863         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
46864         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
46865         (STRCPY): Support SSE2 and SSSE3 versions.
46866
46867 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
46868
46869         [BZ #12874]
46870         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
46871         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
46872         kernels which artificially limit size of requests.
46873
46874 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
46875
46876         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46877         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
46878         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
46879         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
46880         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
46881         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
46882         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
46883         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
46884         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
46885         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
46886         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
46887         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
46888         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
46889         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
46890         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
46891         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46892         Enable unaligned load optimization for Intel Core i3, i5 and i7
46893         processors.
46894         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
46895         Define.
46896         (index_Fast_Unaligned_Load): Define.
46897         (HAS_FAST_UNALIGNED_LOAD): Define.
46898
46899 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
46900
46901         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
46902
46903 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
46904
46905         [BZ #12907]
46906         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
46907         until it is clear that the information is realy needed.
46908         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
46909
46910 2011-06-22  Andreas Schwab  <schwab@redhat.com>
46911
46912         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
46913
46914 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
46915
46916         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
46917         /sys/devices/system/cpu/online if it is usable.
46918
46919         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
46920         reading the information from the /proc filesystem to once a second.
46921
46922 2011-06-21  Andreas Jaeger  <aj@suse.de>
46923
46924         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
46925         NULL after inclusion of kernel headers.
46926
46927 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
46928
46929         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
46930         calls to internal_setent.
46931
46932         [BZ #12885]
46933         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
46934         addresses using gethostbyname4_r ignore IPv4 addresses.
46935
46936         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
46937         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
46938
46939         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
46940
46941 2011-06-20  David S. Miller  <davem@davemloft.net>
46942
46943         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
46944         inclusions.
46945         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
46946
46947         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
46948         (elf_irel): Use it.
46949         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
46950         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
46951         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
46952         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
46953         * sysdeps/x86_64/dl-irel.h: Likewise.
46954
46955         * elf/dl-runtime.c: Use elf_ifunc_invoke.
46956         * elf/dl-sym.c: Likewise.
46957
46958 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
46959
46960         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
46961         need to dereference resplen2.
46962
46963 2011-06-14  Andreas Schwab  <schwab@redhat.com>
46964
46965         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
46966
46967 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
46968
46969         * Makeconfig: Define vardbdir and inst_vardbdir.
46970         * nss/Makefile: Add rules to install db-Makefile.
46971
46972         * nss/nss_db/db-XXX.c: Cleanup.
46973
46974         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
46975         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
46976         GLIBC_PRIVATE.
46977         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
46978         * nss/makedb.c: Implement -g option to specify that value strings
46979         are generated and should not be added to table iterated over for
46980         get*ent calls.
46981         * nss/nss_db/db-initgroups.c: New file.
46982
46983         * nss/getent.c: Add support for initgroups lookups through getgrouplist
46984         interface.
46985
46986         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
46987         (internal_getgrouplist): Adjust to name change.
46988         Update use_initgroups_entry if this is not the first call.
46989         * nss/databases.def: Add initgroups entry.
46990
46991         * nss/makedb.c (compute_tables): Check result of multiple hash table
46992         sizes to minimize maximum chain length.
46993
46994 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
46995
46996         * Versions.def: Add entry for libnss_db.
46997         * shlib-versions: Likewise.
46998         * nss/Makefile: Add rules to build libnss_db.
46999         * nss/Versions: Add libnss_db information.  Organize libnss_files
47000         entries better.
47001         * nss/db-Makefile: Add gshadow support.  Change rules for the new
47002         makedb progra.  Some minor improvements to generate smaller files.
47003         * nss/nss_db/nss_db.h: Move NSS database header data structures to
47004         here from...
47005         * nss/makedb.c: ...here.
47006         Improve database format to be smaller and require less memory at
47007         runtime.
47008         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
47009         db anymore.
47010         * nss/nss_db/db-netgrp.c: Likewise.
47011         * nss/nss_db/db-open.c: Likewise.
47012         * nss/nss_files/flies-XXX.x: Adjust comments.
47013         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
47014         * nss/nss_files/files-grp.c: Likewise.
47015         * nss/nss_files/files-hosts.c: Likewise.
47016         * nss/nss_files/files-network.c: Likewise.
47017         * nss/nss_files/files-proto.c: Likewise.
47018         * nss/nss_files/files-pwd.c: Likewise.
47019         * nss/nss_files/files-rpc.c: Likewise.
47020         * nss/nss_files/files-service.c: Likewise.
47021         * nss/nss_files/files-sgrp.c: Likewise.
47022         * nss/nss_files/files-spwd.c: Likewise.
47023         * nss/nss_db/db-alias.c: Removed.
47024         * nss/nss_db/dummy-db.h: Removed.
47025
47026 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
47027
47028         * nss/makedb.c: Rewritten to not use database library.
47029         * nss/Makefile: Update to build new makedb program.
47030
47031 2011-06-14  Andreas Jaeger  <aj@suse.de>
47032
47033         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
47034         memset declaration.
47035
47036 2011-06-10  Andreas Schwab  <schwab@redhat.com>
47037
47038         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
47039         tmpbuf.
47040
47041 2011-06-10  Roland McGrath  <roland@hack.frob.com>
47042
47043         * Makerules (shlib.lds): Fail if the linker script comes out empty.
47044         * elf/Makefile ($(objpfx)ld.so): Likewise.
47045
47046         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
47047         Don't list ld.so twice in dependencies.
47048
47049         * posix/bug-regex31.c: Include <stdlib.h>.
47050
47051         * nscd/hstcache.c (cache_addhst): Remove unused variable.
47052
47053         * nis/nss_compat/compat-spwd.c
47054         (getspent_next_nss_netgr): Remove unused variable.
47055         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
47056
47057         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
47058         nonmembers" output to use the right array.
47059
47060         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
47061
47062         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
47063
47064         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
47065         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
47066         * catgets/gencat.c (read_input_file): Likewise.
47067         * locale/programs/locarchive.c (enlarge_archive): Likewise.
47068
47069         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
47070         variable definition inside #if's controlling its use.
47071
47072         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
47073
47074         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
47075
47076         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
47077
47078         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
47079         unreachable code.
47080
47081         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
47082
47083         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
47084         * configure: Regenerated.
47085
47086         * Makerules: Revert last change.
47087         * elf/Makefile: Likewise.
47088
47089 2011-06-09  Roland McGrath  <roland@hack.frob.com>
47090
47091         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
47092         * elf/Makefile ($(objpfx)librtld.os): Likewise.
47093         (reloc-link): Likewise.
47094
47095 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
47096
47097         * elf/Makefile: Add rules to build pldd.
47098         * elf/pldd.c: New file.
47099         * elf/pldd-xx.c: New file.
47100
47101 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
47102
47103         * version.h: Update for 2.15 development version.
47104
47105 2011-06-07  David S. Miller  <davem@davemloft.net>
47106
47107         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
47108         ifuncs.
47109         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
47110         elf_machine_lazy_rel): Likewise.
47111         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
47112         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
47113         elf_machine_lazy_rel): Likewise.
47114         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
47115         dl_hwcap via passed in argument.
47116         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
47117         Likewise.
47118
47119 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47120
47121         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
47122
47123 2011-06-06  Roland McGrath  <roland@hack.frob.com>
47124
47125         [BZ #12849]
47126         * manual/fdl-1.1.texi: New file, verbatim from:
47127         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
47128         * manual/lgpl-2.1.texi: New file, verbatim from:
47129         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
47130         * manual/Makefile (licenses): New variable, list those new file names.
47131         (texis): Use it.
47132         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
47133
47134         * manual/fdl.texi: File removed.
47135         * manual/lesser.texi: File removed.
47136         * manual/libc.texinfo (Copying, Documentation License):
47137         Use new @include file names, put @appendix directive before @include.
47138
47139 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
47140
47141         [BZ #12841]
47142         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
47143         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
47144         (mq_open): Add __NTH.
47145
47146 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
47147
47148         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47149         Assume Intel Core i3/i5/i7 processor if AVX is available.
47150
47151 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47152
47153         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47154         typo.
47155
47156 2011-05-31  Andreas Schwab  <schwab@redhat.com>
47157
47158         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
47159         memory.  Use alloca_account.  Fix memory leak when retrying.
47160
47161 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
47162
47163         * version.h (RELEASE): Bump for 2.14 release.
47164         * include/features.h (__GLIBC_MINOR__): Bump to 14.
47165
47166         * config.make.in (RANLIB): Remove entry.
47167
47168 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
47169
47170         * po/Makefile (po-sed-cmd): Add ksh to extensions.
47171         (libc.pot): Work around missing support for .ksh extension in xgettext.
47172
47173         [BZ #12684]
47174         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
47175         if both request failed.
47176         (send_dg): In case of server errors clear resplen or *resplen2.
47177
47178         [BZ #12454]
47179         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
47180         when there are multiple maps.
47181         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
47182         (_dl_fini): Remove test here.
47183
47184         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
47185
47186 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
47187
47188         [BZ #12350]
47189         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
47190         bit from old_res_options.
47191         (gaih_inet): Likewise.
47192
47193         [BZ #11099]
47194         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
47195         as signed.
47196
47197         * resolv/res_init.c (res_setoptions): Make the code more compact.
47198
47199         [BZ #11558]
47200         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
47201         set RES_USEVC.
47202
47203         [BZ #11634]
47204         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
47205
47206         * malloc/malloc.h: Mark malloc hook variables as deprecated.
47207
47208         [BZ #11781]
47209         * malloc/malloc.h: Declare malloc hook variables as volatile.
47210
47211         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
47212         in last patch.
47213
47214         [BZ #11799]
47215         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
47216         raise in the comment.
47217         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
47218         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
47219         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
47220
47221 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
47222
47223         [BZ #12811]
47224         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
47225         grow the buffers more if it already has to be sufficient.
47226         (build_wcs_upper_buffer): Likewise.
47227         * posix/regexec.c (check_matching): Likewise.
47228         (clean_state_log_if_needed): Likewise.
47229         (extend_buffers): Don't enlarge buffers beyond size of the input
47230         buffer.
47231         Patches mostly by Emil Wojak <emil@wojak.eu>.
47232         * posix/bug-regex32.c: New file.
47233         * posix/Makefile (tests): Add bug-regex32.
47234
47235         * locale/findlocale.c (_nl_find_locale): Return right away if
47236         _nl_explode_name failed.
47237         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
47238
47239         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
47240
47241         * debug/xtrace.sh: Unify messages.
47242         * malloc/memusage.sh: Likewise.
47243
47244         [BZ #12813]
47245         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
47246         time symbol from vDSO.  Substitute with vsyscall if not available.
47247         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
47248         __vdso_time.
47249
47250         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
47251         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
47252         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
47253         Add sendmmsg and internal_sendmmsg.
47254         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
47255         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
47256         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
47257
47258         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
47259         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
47260         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
47261
47262 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
47263
47264         [BZ #12813]
47265         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
47266         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
47267         available.
47268         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
47269         __vdso_getcpu.
47270
47271         [BZ #12814]
47272         * iconvdata/Makefile (tests): Add bug-iconv9.
47273         * iconvdata/bug-iconv9.c: New file.
47274
47275 2011-05-27  Andreas Schwab  <schwab@redhat.com>
47276
47277         [BZ #12814]
47278         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
47279
47280 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
47281
47282         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47283         (struct user_regs_struct): Change intcs field back to cs.
47284
47285 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
47286
47287         * po/ja.po: Update from translation team.
47288
47289 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
47290
47291         [BZ #12795]
47292         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
47293         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
47294
47295 2011-05-20  Andreas Schwab  <schwab@redhat.com>
47296
47297         * stdlib/longlong.h: Update from GCC.
47298
47299 2011-05-23  Andreas Schwab  <schwab@redhat.com>
47300
47301         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
47302         parameter name.
47303         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
47304         Add parameter name.
47305         (__sysconf): Pass it down.
47306
47307 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
47308
47309         [BZ #12671]
47310         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
47311         some situations.
47312         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
47313         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
47314         add in in __libc_use_alloca calls.  Adjust callers.
47315         (glob): Use malloc in some situations.
47316
47317         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
47318         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
47319         pltexit.
47320
47321 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
47322
47323         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
47324         and CLOCK_BOOTTIME_ALARM.
47325
47326         [BZ #12782]
47327         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
47328         is returned.
47329
47330         * string/_strerror.c (__strerror_r): Print negative errors as signed
47331         numbers.
47332
47333         [BZ #12777]
47334         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
47335         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
47336         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
47337
47338         * configure.in: Fix typo in redirection and correct removal of test
47339         files in two cases.
47340
47341         [BZ #12788]
47342         * locale/setlocale.c (new_composite_name): Fix test to check for
47343         identical name of all categories.
47344
47345         [BZ #12792]
47346         * libio/filedoalloc.c (local_isatty): New function.
47347         (_IO_file_doallocate): Use local_isatty.
47348         * stdio-common/perror.c (perror): In case a new stream is used
47349         forward the stream error.
47350         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
47351         error flag.
47352
47353 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
47354
47355         [BZ #11869]
47356         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
47357         alloca.
47358         * include/alloca.h (extend_alloca_account): Define.
47359
47360         [BZ #11857]
47361         * posix/regex.h: Fix comments with documentation of user-accessible
47362         fields after compilation and describe correct free'ing of pattern
47363         after re_compile_pattern.
47364         Patch by Reuben Thomas <rrt@sc3d.org>.
47365
47366 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
47367
47368         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
47369         and -mno-altivec to prevent the compiler from using Altivec and/or
47370         VSX instructions when the corresponding registers are not available.
47371
47372 2011-05-19  Andreas Schwab  <schwab@redhat.com>
47373
47374         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
47375
47376 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
47377
47378         * libio/freopen.c (freopen): Use __dup2, not dup2.
47379         * libio/freopen64.c (freopen64): Likewise.
47380
47381 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
47382
47383         [BZ #12775]
47384         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
47385         * math/Makefile (tests): Add test-powl.
47386         (CFLAGS-test-powl.c): Define.
47387         * math/test-powl.c: New file.
47388
47389 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47390
47391         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
47392
47393 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
47394
47395         [BZ #11837]
47396         * iconvdata/gb18030.c: Update to GB18020-2005.
47397
47398 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
47399
47400         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
47401         RE_SYNTAX_POSIX_AWK): Update to match recent development.
47402         Patch by Aharon Robbins <arnold@skeeve.com>.
47403
47404         [BZ #11892]
47405         * stdlib/putenv.c (putenv): Don't always create copy of the variable
47406         on the stack.
47407
47408         [BZ #11895]
47409         * misc/pselect.c (__pselect): Handle timeout value errors hidden
47410         through underflows.
47411
47412         [BZ #12766]
47413         * misc/error.c (error_at_line): Ensure file_name and old_file_name
47414         point to strings before performing equality test for error_one_per_line
47415         mode.
47416
47417         [BZ #11697]
47418         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
47419
47420         [BZ #11820]
47421         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47422         (struct user_fpregs_struct): Avoid __uint*_t types.
47423
47424         [BZ #6420]
47425         * malloc/mtrace.c (tr_where): Add additional parameter to point to
47426         symbol info.  Use it instead of calling _dl_addr locally.
47427         (lock_and_info): New function.
47428         (tr_freehook): Call lock_and_info and pass symbol info as additional
47429         parameter to tr_where.
47430         (tr_mallochook): Likewise.
47431         (tr_reallochook): Likewise.
47432         (tr_memalignhook): Likewise.
47433
47434         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
47435         used and couldn't be at all thread-safe.
47436
47437 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
47438
47439         * libio/freopen.c (freopen): Don't close old file descriptor
47440         before the new one is opened.  Instead dup the new file descriptor
47441         to the old one after the new stream is created.
47442         * libio/freopen64.c (freopen64): Likewise.
47443         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
47444         * libio/fileops.c (_IO_new_file_close_it): Handle new
47445         _IO_FLAGS2_NOCLOSE flag.
47446         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
47447         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
47448         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
47449         _IO_FLAGS2_NOCLOSE flag.
47450         * include/unistd.h: Add hidden_proto for dup3.
47451         Define __have_dup3.
47452         * io/dup3.c: Define hidden symbol.
47453         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
47454
47455         [BZ #7101]
47456         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
47457         when an incomplete long option is used.
47458         * posix/tst-getopt_long1.c: New file.
47459         * posix/Makefile (tests): Add tst-getopt_long1.
47460
47461         [BZ #10138]
47462         * scripts/config.guess: Update from autoconf-2.68.
47463         * scripts/config.sub: Likewise.
47464
47465         [BZ #10157]
47466         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
47467         tests into ...
47468         (has_cpuclock): ...this.  New function.
47469         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
47470         macro here based on has_cpuclock code.
47471
47472         [BZ #10149]
47473         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47474         First byte (not low byte) is now always NUL.
47475         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
47476
47477         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47478         Use non-cancelable interfaces.
47479
47480         [BZ #9809]
47481         * locale/iso-639.def: Add entry for Sorani.
47482
47483         [BZ #11901]
47484         * include/stdlib.h: Move include protection to the right place.
47485         Define abort_msg_s.  Declare __abort_msg with it.
47486         * stdlib/abort.c (__abort_msg): Adjust type.
47487         * assert/assert.c (__assert_fail_base): New function.  Majority
47488         of code from __assert_fail.  Allocate memory for __abort_msg with
47489         mmap.
47490         (__assert_fail): Now call __assert_fail_base.
47491         * assert/assert-perr.c: Remove bulk of implementation.  Use
47492         __assert_fail_base.
47493         * include/assert.hL Declare __assert_fail_base.
47494         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
47495         mmap.
47496         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
47497
47498 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
47499
47500         [BZ #11952]
47501         [BZ #12453]
47502         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
47503         until all modules are registered in the DTV.
47504         * elf/Makefile: Add rules to build and run tst-tls19.
47505         * elf/tst-tls19.c: New file.
47506         * elf/tst-tls19mod1.c: New file.
47507         * elf/tst-tls19mod2.c: New file.
47508         * elf/tst-tls19mod3.c: New file.
47509         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
47510
47511         [BZ #12083]
47512         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
47513         correctly.
47514
47515         [BZ #12601]
47516         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
47517         two-byte sequence errors.
47518         * iconvdata/Makefile (tests): Add bug-iconv8.
47519         * iconvdata/bug-iconv8.c: New file.
47520
47521         [BZ #12626]
47522         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
47523         buf2 definition.
47524
47525         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
47526
47527         [BZ #12432]
47528         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
47529         (dummy_getcfa): New function.
47530         (init): Get _Unwind_GetCFA address, use dummy if not found.
47531         (backtrace_helper): In recursion check, also check whether CFA changes.
47532         (__backtrace): Completely initialize arg.
47533
47534         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
47535         storing incomplete byte sequence in state object.  Avoid testing for
47536         guaranteed too small input if we know there is enough data available.
47537
47538 2011-05-11  Andreas Schwab  <schwab@redhat.com>
47539
47540         * Makeconfig (+link-pie): Indent.
47541         * Rules (binaries-pie): Define if $(have-fpie) and
47542         $(build-shared).
47543         (binaries-shared): Also filter out $(binaries-pie).
47544         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
47545         * nscd/Makefile (others-pie): Add nscd.
47546         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
47547         ($(objpfx)nscd): Remove command override.
47548         * login/Makefile (others-pie): Add pt_chown.
47549         ($(objpfx)pt_chown): Remove command override.
47550         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
47551         remove command overrides.
47552
47553 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
47554
47555         * libio/tst_putwc.c: Fix error messages.
47556
47557         [BZ #12724]
47558         * libio/fileops.c (_IO_new_file_close_it): Always flush when
47559         currently writing and seek to current position when not.
47560         * libio/Makefile (tests): Add bug-fclose1.
47561         * libio/bug-fclose1.c: New file.
47562
47563 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
47564
47565         [BZ #12511]
47566         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
47567         don't set DF_1_NODELETE here.
47568         (do_lookup_x): When entering new entry test for copy relocation
47569         and if necessary set DF_1_NODELETE flag.
47570         * elf/tst-unique4.cc: New file.
47571         * elf/tst-unique4.h: New file.
47572         * elf/tst-unique4lib.cc: New file.
47573         * elf/Makefile: Add rules to build and run tst-unique4.
47574         Patch by Piotr Bury <pbury@goahead.com>.
47575
47576 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
47577
47578         [BZ #12052]
47579         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
47580
47581         [BZ #12625]
47582         * misc/mntent_r.c (addmntent): Flush the stream after the output
47583
47584         [BZ #12393]
47585         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
47586         (is_trusted_path_normalize): Skip initial colon.  Append slash
47587         to empty buffer.  Duplicate is_trusted_path code but allow
47588         constructed patch to be prefix.
47589         (is_dst): Allow $ORIGIN followed by /.
47590         (_dl_dst_substitute): Correct clearing of check_for_trusted.
47591         Correct testing of result of is_trusted_path_normalize
47592         (decompose_rpath): Fix warning.
47593
47594 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
47595
47596         [BZ #11257]
47597         * grp/initgroups.c (internal_getgrouplist): When we found the service
47598         list through the initgroups entry in nsswitch.conf do not always
47599         continue on a successful lookup.  Don't always use the
47600         __nss_group_database value if it is set.
47601         * nss/nsswitch.conf (initgroups): Change action for successful db
47602         lookup to continue for compatibility.
47603
47604 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
47605
47606         [BZ #11532]
47607         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
47608         and CP774 modules.
47609         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
47610         and CP774 modules.
47611         * iconvdata/tst-tables.sh: Likewise.
47612         * iconvdata/cp770.c: New file.
47613         * iconvdata/cp771.c: New file.
47614         * iconvdata/cp772.c: New file.
47615         * iconvdata/cp773.c: New file.
47616         * iconvdata/cp774.c: New file.
47617         * iconvdata/testdata/CP770: New file.
47618         * iconvdata/testdata/CP770..UTF8: New file.
47619         * iconvdata/testdata/CP771: New file.
47620         * iconvdata/testdata/CP771..UTF8: New file.
47621         * iconvdata/testdata/CP772: New file.
47622         * iconvdata/testdata/CP772..UTF8: New file.
47623         * iconvdata/testdata/CP773: New file.
47624         * iconvdata/testdata/CP773..UTF8: New file.
47625         * iconvdata/testdata/CP774: New file.
47626         * iconvdata/testdata/CP774..UTF8: New file.
47627
47628         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
47629         END CHARMAP line.
47630         * iconvdata/gen-8bit-gap.sh: Likewise.
47631         * iconvdata/gen-8bit.sh: Likewise.
47632
47633         * locale/iso-639.def: Add ary entry.
47634
47635         [BZ #11258]
47636         * locale/C-translit.h.in: Add U20A1 transliteration.
47637
47638         [BZ #12178]
47639         * locale/iso-639.def: Add wae entry.
47640         Patch by Kevin Bortis <bortis@translate-wae.ch>.
47641
47642         [BZ #12545]
47643         * locale/programs/localedef.c (construct_output_path): Use ssize_t
47644         for n.
47645
47646         [BZ #12711]
47647         * locale/C-translit.h.in: Add entry for U20B9.
47648         Patch by pravin.d.s@gmail.com.
47649
47650 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
47651
47652         [BZ #12713]
47653         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
47654         ENAMETOOLONG use generic getcwd.
47655         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
47656         in rtld.  Use *stat64.
47657         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
47658         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
47659         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
47660         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
47661         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
47662         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
47663         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
47664         __fstatat64 macros.
47665         * include/dirent.h: Add libc_hidden_proto for rewinddir.
47666         * dirent/rewinddir.c: Add libc_hidden_def.
47667         * sysdeps/mach/hurd/rewinddir.c: Likewise.
47668         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
47669
47670         * include/dirent.h (__alloc_dir): Add flags parameter.
47671         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
47672         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
47673         __alloc_dir.
47674         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
47675         from fdopendir if O_CLOEXEC is already set.
47676
47677 2011-03-15  Alan Modra  <amodra@gmail.com>
47678
47679         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
47680         l_tls_firstbyte_offset non-zero.  Save padding offset in
47681         l_tls_firstbyte_offset for later use.
47682         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
47683         freeing static tls block.
47684
47685 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
47686
47687         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
47688         where #ifdef was intended.  The intent is to prevent ARG_MAX from
47689         being defined by the kernel headers.
47690
47691 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
47692
47693         [BZ #12734]
47694         * resolv/resolv.h: Define RES_NOTLDQUERY.
47695         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
47696         no-tld-query and set RES_NOTLDQUERY.
47697         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
47698         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
47699         modern BIND to search name as TLD unless forbidden.
47700
47701 2011-05-07  Petr Baudis  <pasky@suse.cz>
47702             Ulrich Drepper  <drepper@gmail.com>
47703
47704         [BZ #12393]
47705         * elf/dl-load.c (fillin_rpath): Move trusted path check...
47706         (is_trusted_path): ...to here.
47707         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47708         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
47709         using is_trusted_path_normalize() in setuid scripts.
47710
47711 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
47712
47713         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
47714         __BEGIN/__END_DECLS.
47715
47716 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
47717
47718         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
47719         NSS_STATUS_NOTFOUND if no record was found.
47720
47721 2011-05-05  Andreas Schwab  <schwab@redhat.com>
47722
47723         * sunrpc/Makefile (headers): Add rpc/netdb.h.
47724         (headers-not-in-tirpc): Remove rpc/netdb.h
47725         * resolv/netdb.h: Revert last change.
47726
47727 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47728
47729         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
47730         circular dependency between libgcc.a and libc.a.
47731
47732 2011-05-05  Andreas Schwab  <schwab@redhat.com>
47733
47734         * resolv/netdb.h: Don't include <rpc/netdb.h>.
47735         * nis/Makefile: Don't install rpcsvc/*.
47736         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
47737         instead of <rpc/types.h>.
47738         (MAXHOSTNAMELEN): Define.
47739
47740 2011-05-03  Andreas Schwab  <schwab@redhat.com>
47741
47742         * elf/ldconfig.c (add_dir): Don't crash on empty path.
47743
47744 2011-04-28  Maciej Babinski  <mbabinski@google.com>
47745
47746         [BZ #12714]
47747         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
47748         gethostbyname4_r when IPv6 results are possible.
47749
47750 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
47751
47752         [BZ #12723]
47753         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
47754         _PC_PIPE_BUF handling.
47755
47756 2011-04-30  Bruno Haible  <bruno@clisp.org>
47757
47758         [BZ #12717]
47759         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
47760         * resolv/netdb.h (getnameinfo): Change type of flags parameter
47761         to 'int'.
47762         * inet/getnameinfo.c (getnameinfo): Likewise.
47763
47764 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
47765
47766         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
47767         to groups setting in database lookup.
47768         * nss/nsswitch.conf: Add initgroups entry.
47769
47770 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
47771
47772         [BZ #12685]
47773         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
47774         mode string.
47775         Patch by Eric Blake <eblake@redhat.com>.
47776
47777 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
47778
47779         * sunrpc/Makefile (need-export-routines): Add svc_run.
47780         (routines): Remove svc_run.
47781         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
47782         * sunrpc/clnt_perr.c (clnt_perrno): Export.
47783         * sunrpc/svc_run.c (svc_run): Likewise.
47784         * sunrpc/svc_udp.c (svcudp_create): Likewise.
47785
47786 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
47787
47788         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
47789         problem in reallocation in last patch.
47790
47791 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
47792
47793         * sunrpc/Makefile: Move inclusion of Rules.
47794
47795 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
47796
47797         * nss/nss_files/files-initgroups.c: New file.
47798         * nss/Makefile (libnss_files-routines): Add files-initgroups.
47799         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
47800         _nss_files_initgroups_dyn.
47801
47802 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
47803
47804         * elf/elf.h (R_ARM_IRELATIVE): Define.
47805
47806 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
47807
47808         * po/ru.po: Update from translation team.
47809
47810 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
47811
47812         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
47813         dependencies.
47814
47815 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
47816
47817         [BZ #12653]
47818         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
47819         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
47820         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
47821         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
47822         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
47823
47824 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
47825
47826         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
47827         differing bytes.
47828         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
47829         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
47830         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
47831
47832 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
47833
47834         [BZ #12420]
47835         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
47836         storing it.
47837         * stdlib/bug-getcontext.c: New file.
47838         * stdlib/Makefile: Add rules to build and run bug-getcontext.
47839
47840 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47841
47842         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
47843         instructions into .machine "z9-109".
47844         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
47845         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
47846
47847 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47848
47849         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
47850         between environment variables and auxiliary vector.
47851
47852 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
47853
47854         * Makefile: Add rules to build linkobj/libc.so.
47855         * include/libc-symbols.h: Define libc_hidden_nolink.
47856         * include/rpc/auth.h: Mark functions which are to be hidden.
47857         * include/rpc/auth_des.h: Likewise.
47858         * include/rpc/auth_unix.h: Likewise.
47859         * include/rpc/clnt.h: Likewise.
47860         * include/rpc/des_crypt.h: Likewise.
47861         * include/rpc/key_prot.h: Likewise.
47862         * include/rpc/pmap_clnt.h: Likewise.
47863         * include/rpc/pmap_prot.h: Likewise.
47864         * include/rpc/pmap_rmt.h: Likewise.
47865         * include/rpc/rpc_msg.h: Likewise.
47866         * include/rpc/svc.h: Likewise.
47867         * include/rpc/svc_auth.h: Likewise.
47868         * include/rpc/xdr.h: Likewise.
47869         * nis/Makefile: Link all DSOs against linkobj/libc.so.
47870         * nss/Makefile: Likewise.
47871         * sunrpc/Makefile: Don't install headers.  Build library with normal
47872         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
47873         * sunrpc/auth_des.c: Hide exported symbols by default, export some
47874         for the compat linking library.  Remove use of INTDEF/INTUSE.
47875         * sunrpc/auth_none.c: Likewise.
47876         * sunrpc/auth_unix.c: Likewise.
47877         * sunrpc/authdes_prot.c: Likewise.
47878         * sunrpc/authuxprot.c: Likewise.
47879         * sunrpc/clnt_gen.c: Likewise.
47880         * sunrpc/clnt_perr.c: Likewise.
47881         * sunrpc/clnt_raw.c: Likewise.
47882         * sunrpc/clnt_simp.c: Likewise.
47883         * sunrpc/clnt_tcp.c: Likewise.
47884         * sunrpc/clnt_udp.c: Likewise.
47885         * sunrpc/clnt_unix.c: Likewise.
47886         * sunrpc/des_crypt.c: Likewise.
47887         * sunrpc/des_soft.c: Likewise.
47888         * sunrpc/get_myaddr.c: Likewise.
47889         * sunrpc/key_call.c: Likewise.
47890         * sunrpc/key_prot.c: Likewise.
47891         * sunrpc/netname.c: Likewise.
47892         * sunrpc/pm_getmaps.c: Likewise.
47893         * sunrpc/pm_getport.c: Likewise.
47894         * sunrpc/pmap_clnt.c: Likewise.
47895         * sunrpc/pmap_prot.c: Likewise.
47896         * sunrpc/pmap_prot2.c: Likewise.
47897         * sunrpc/pmap_rmt.c: Likewise.
47898         * sunrpc/publickey.c: Likewise.
47899         * sunrpc/rpc_cmsg.c: Likewise.
47900         * sunrpc/rpc_common.c: Likewise.
47901         * sunrpc/rpc_dtable.c: Likewise.
47902         * sunrpc/rpc_prot.c: Likewise.
47903         * sunrpc/rpc_thread.c: Likewise.
47904         * sunrpc/rtime.c: Likewise.
47905         * sunrpc/svc.c: Likewise.
47906         * sunrpc/svc_auth.c: Likewise.
47907         * sunrpc/svc_authux.c: Likewise.
47908         * sunrpc/svc_raw.c: Likewise.
47909         * sunrpc/svc_run.c: Likewise.
47910         * sunrpc/svc_simple.c: Likewise.
47911         * sunrpc/svc_tcp.c: Likewise.
47912         * sunrpc/svc_udp.c: Likewise.
47913         * sunrpc/svc_unix.c: Likewise.
47914         * sunrpc/svcauth_des.c: Likewise.
47915         * sunrpc/xcrypt.c: Likewise.
47916         * sunrpc/xdr.c: Likewise.
47917         * sunrpc/xdr_array.c: Likewise.
47918         * sunrpc/xdr_float.c: Likewise.
47919         * sunrpc/xdr_intXX_t.c: Likewise.
47920         * sunrpc/xdr_mem.c: Likewise.
47921         * sunrpc/xdr_rec.c: Likewise.
47922         * sunrpc/xdr_ref.c: Likewise.
47923         * sunrpc/xdr_sizeof.c: Likewise.
47924         * sunrpc/xdr_stdio.c: Likewise.
47925
47926 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
47927
47928         [BZ #12650]
47929         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
47930         * sysdeps/ia64/dl-tls.h: Likewise.
47931         * sysdeps/powerpc/dl-tls.h: Likewise.
47932         * sysdeps/s390/dl-tls.h: Likewise.
47933         * sysdeps/sh/dl-tls.h: Likewise.
47934         * sysdeps/sparc/dl-tls.h: Likewise.
47935         * sysdeps/x86_64/dl-tls.h: Likewise.
47936         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
47937
47938 2011-03-14  Andreas Schwab  <schwab@redhat.com>
47939
47940         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
47941         rpath element also skip the following colon.
47942         (expand_dynamic_string_token): Add is_path parameter and pass
47943         down to DL_DST_REQUIRED and _dl_dst_substitute.
47944         (decompose_rpath): Call expand_dynamic_string_token with
47945         non-zero is_path.  Ignore empty rpaths.
47946         (_dl_map_object_from_fd): Call expand_dynamic_string_token
47947         with zero is_path.
47948
47949 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
47950
47951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
47952         Make cancelable.
47953
47954 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
47955
47956         [BZ #12655]
47957         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
47958         Patch by Filipe David Manana <fdmanana@apache.org>.
47959
47960 2011-04-07  Andreas Schwab  <schwab@redhat.com>
47961
47962         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
47963         Maintain aligned stack.
47964         (CHECK_RSP): Remove unused macro.
47965
47966 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
47967
47968         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
47969         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
47970
47971 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
47972
47973         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
47974
47975         * include/features.h: Mention __USE_XOPEN2K8 in comment.
47976
47977 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
47978
47979         [BZ #12518]
47980         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
47981         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
47982         * sysdeps/x86_64/memmove.c: New file.
47983         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
47984         (memcpy): Renamed to ...
47985         (__new_memcpy): This.
47986         (memcpy): Provide GLIBC_2_14 memcpy.
47987         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
47988         (memcpy): Provide GLIBC_2_2_5 memcpy.
47989
47990 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47991
47992         [BZ #12631]
47993         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
47994
47995 2011-03-30  Andreas Schwab  <schwab@redhat.com>
47996
47997         * misc/syncfs.c: New file.
47998         * misc/Makefile (routines): Add syncfs.
47999         * posix/unistd.h: Declare syncfs.
48000         * sysdeps/unix/syscalls.list: Add syncfs.
48001
48002 2011-04-01  Andreas Schwab  <schwab@redhat.com>
48003
48004         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
48005         open_by_handle_at.
48006         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
48007         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48008         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48009         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48010         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48011         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
48012         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48013
48014 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48015
48016         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
48017         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48018         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
48019         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48020         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48021         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48022         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48023
48024         * io/Makefile: Compile fallocate.c, fallocate64.c, and
48025         sync_file_range.c with -fexceptions.
48026         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
48027         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
48028         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
48029         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
48030         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
48031         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
48032         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
48033         sync_file_range as cancellation point
48034         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
48035         now a wrapper around __call_sync_file_range with cancellation handling.
48036         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
48037         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
48038         function name to __call_sync_file_range.
48039         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
48040         Add call_sync_file_range.
48041
48042 2011-04-01  Andreas Schwab  <schwab@redhat.com>
48043
48044         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48045         bits/timex.h.
48046
48047 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
48048
48049         * iconv/iconv.h: Fix typo in comment.
48050         * io/fcntl.h: Likewise.
48051         * libio/stdio.h: Likewise.
48052         * posix/spawn.h: Likewise.
48053         * posix/unistd.h: Likewise.
48054         * stdlib/stdlib.h: Likewise.
48055         * time/time.h: Likewise.
48056         * wcsmbs/wchar.h: Likewise.
48057
48058         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
48059         open_by_handle): Add.
48060         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
48061         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
48062         Augment a few comments.
48063         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
48064         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
48065         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48066         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
48067         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
48068         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
48069         open_by_handle.
48070
48071         * io/fcntl.h (AT_EMPTY_PATH): Define.
48072
48073 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
48074
48075         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
48076         * sysdeps/unix/sysv/linux/bits/time.h: New file.
48077         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
48078         to...
48079         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
48080         * Versions.def: Add GLIBC_2.14.
48081         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
48082         Export.
48083
48084 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
48085
48086         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
48087         round counter.
48088         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48089
48090 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48091
48092         [BZ #12597]
48093         * string/test-strncmp.c (do_page_test): New function.
48094         (check2): Likewise.
48095         (test_main): Call check2.
48096         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
48097
48098 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
48099
48100         [BZ #12587]
48101         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
48102         Handle cache information in CPU leaf 4.
48103         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
48104
48105 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
48106
48107         [BZ #12583]
48108         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
48109         character representation.
48110         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
48111
48112 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
48113
48114         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
48115         END(__isnan) to END(__isnanf) to match function entry point/label
48116         EALIGN(__isnanf,...).
48117
48118 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
48119
48120         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
48121
48122 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
48123
48124         [BZ #12510]
48125         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
48126         copy from the symbol referenced in the relocation to initialize the
48127         used variable.
48128         Patch by Piotr Bury <pbury@goahead.com>.
48129         * elf/Makefile: Add rules to build and tst-unique3.
48130         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
48131         * elf/tst-unique3.cc: New file.
48132         * elf/tst-unique3.h: New file.
48133         * elf/tst-unique3lib.cc: New file.
48134         * elf/tst-unique3lib2.cc: New file.
48135
48136         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
48137
48138 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
48139
48140         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
48141         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
48142         to _start.
48143
48144 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
48145
48146         * elf/dl-load.c (_dl_map_object): If we are looking for the first
48147         to-be-loaded object along a path to loader is ld.so.
48148
48149 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48150             Ulrich Drepper  <drepper@gmail.com>
48151
48152         * sysdeps/x86_64/memset.S: After aligning destination, code
48153         branches to different locations depending on the value of
48154         misalignment, when multiarch is enabled. Fix this.
48155
48156 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
48157
48158         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
48159         Set _x86_64_preferred_memory_instruction for AMD processsors.
48160         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48161         Set bit_Prefer_SSE_for_memop for AMD processors.
48162
48163 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
48164
48165         * libio/fmemopen.c (fmemopen): Optimize a bit.
48166
48167 2011-03-03  Andreas Schwab  <schwab@redhat.com>
48168
48169         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
48170
48171 2011-03-03  Roland McGrath  <roland@redhat.com>
48172
48173         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
48174
48175 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
48176
48177         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
48178         __bzero_ultra1 instead of __memset_ultra1.
48179
48180 2011-02-23  Andreas Schwab  <schwab@redhat.com>
48181             Ulrich Drepper  <drepper@gmail.com>
48182
48183         [BZ #12509]
48184         * include/link.h (struct link_map): Add l_orig_initfini.
48185         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
48186         returning unsuccessfully.
48187         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
48188         close of a file loaded at startup, restore the original l_initfini
48189         list.
48190         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
48191         list, store the pointer.
48192         * elf/Makefile ($(objpfx)noload-mem): New rule.
48193         (noload-ENV): Define.
48194         (tests): Add $(objpfx)noload-mem.
48195         * elf/noload.c: Include <memcheck.h>.
48196         (main): Call mtrace.  Close all opened handles.
48197
48198 2011-02-17  Andreas Schwab  <schwab@redhat.com>
48199
48200         [BZ #12454]
48201         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
48202         dependencies are missing.
48203
48204 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48205
48206         Fix __if_freereq crash: Unlike the generic version which uses free,
48207         Hurd needs munmap.
48208         * sysdeps/mach/hurd/ifreq.h: New file.
48209
48210 2011-01-27  Petr Baudis  <pasky@suse.cz>
48211             Ulrich Drepper  <drepper@gmail.com>
48212
48213         [BZ 12445]#
48214         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
48215         to extend_alloca().
48216         * stdio-common/bug23.c: New file.
48217         * stdio-common/Makefile (tests): Add bug23.
48218
48219 2010-09-28  Andreas Schwab  <schwab@redhat.com>
48220             Ulrich Drepper  <drepper@gmail.com>
48221
48222         [BZ #12489]
48223         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
48224         before performing relro protection.  At old place add assertion
48225         to make sure nothing changed.
48226
48227 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
48228             Glauber de Oliveira Costa  <glommer@gmail.com>
48229
48230         * elf/elf.h: Add new ARM TLS relocs.
48231
48232 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
48233
48234         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
48235         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
48236         cast from r3.
48237         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
48238         'tests' variable.
48239         * sysdeps/wordsize-64/tst-writev.c: New file.
48240
48241 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
48242
48243         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
48244         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
48245         insns in _dl_start to prevent a TOC reference before relocs are
48246         resolved.
48247
48248 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
48249
48250         [BZ #12469]
48251         * Makeconfig: Remove RANLIB definition.
48252         * Makerules: Don't use RANLIB.
48253         * aclocal.m4: Remove ranlib test.
48254         * configure.in: No need to check for ranlib.
48255         * elf/rtld-Rules: Don't use RANLIB.
48256
48257 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48258
48259         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
48260         protection macro.
48261         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
48262         inclusion protection macro.
48263
48264         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
48265         SIGRTMIN and SIGRTMAX and print information in that case only when
48266         SIGRTMIN is defined.
48267
48268 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
48269
48270         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
48271         arginfo fn returning -1.
48272
48273         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
48274         and thousands string is zero terminated.
48275
48276 2011-02-03  Andreas Schwab  <schwab@redhat.com>
48277
48278         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
48279         sysdeps/unix/sysv/linux/bits/socket.h.
48280
48281 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48282
48283         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
48284         (__CPU_COUNT): Remove old macros.
48285         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
48286         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
48287         (__CPU_ALLOC, __CPU_FREE): Add macros.
48288         (__sched_cpualloc, __sched_cpufree): Add declarations.
48289
48290 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
48291
48292         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
48293         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
48294         * nscd/aicache.c (addhstaiX): Return timeout of added value.
48295         (readdhstai): Return value of addhstaiX call.
48296         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
48297         (addgrbyX): Return value returned by cache_addgr.
48298         (readdgrbyname): Return value returned by addgrbyX.
48299         (readdgrbygid): Likewise.
48300         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
48301         (addpwbyX): Return value returned by cache_addpw.
48302         (readdpwbyname): Return value returned by addhstbyX.
48303         (readdpwbyuid): Likewise.
48304         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
48305         (addservbyX): Return value returned by cache_addserv.
48306         (readdservbyname): Return value returned by addservbyX:
48307         (readdservbyport): Likewise.
48308         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
48309         (addhstbyX): Return value returned by cache_addhst.
48310         (readdhstbyname): Return value returned by addhstbyX.
48311         (readdhstbyaddr): Likewise.
48312         (readdhstbynamev6): Likewise.
48313         (readdhstbyaddrv6): Likewise.
48314         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
48315         (readdinitgroups): Return value returned by addinitgroupsX.
48316         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
48317         (prune_cache): Keep track of timeout value of re-added entries.
48318         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
48319         * nscd/nscd.h: Adjust prototypes of readd* functions.
48320
48321 2011-02-04  Roland McGrath  <roland@redhat.com>
48322
48323         * nis/nis_server.c (nis_servstate): Use the right name for 0.
48324         (nis_stats): Likewise.
48325         * nis/nis_modify.c (nis_modify): Likewise.
48326         * nis/nis_remove.c (nis_remove): Likewise.
48327         * nis/nis_add.c (nis_add): Likewise.
48328
48329         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
48330
48331         * posix/fnmatch_loop.c: Add some consts.
48332
48333         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
48334
48335 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
48336
48337         [BZ #12460]
48338         * config.make.in (config-cflags-novzeroupper): Define.
48339         * configure.in: Substitute libc_cv_cc_novzeroupper.
48340         * elf/Makefile (AVX-CFLAGS): Define.
48341         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
48342         (CFLAGS-tst-auditmod4a.c): Likewise.
48343         (CFLAGS-tst-auditmod4b.c): Likewise.
48344         (CFLAGS-tst-auditmod6b.c): Likewise.
48345         (CFLAGS-tst-auditmod6c.c): Likewise.
48346         (CFLAGS-tst-auditmod7b.c): Likewise.
48347         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
48348
48349 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
48350
48351         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
48352         function to the callback.
48353         Patch partly by Jiri Olsa <jolsa@redhat.com>.
48354
48355 2011-02-02  Andreas Schwab  <schwab@redhat.com>
48356
48357         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
48358         of errno.
48359
48360 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
48361
48362         [BZ #11724]
48363         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
48364         of constructors.
48365         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
48366         of destructors.
48367         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
48368
48369         [BZ #11724]
48370         * elf/Makefile: Add rules to build and run new test.
48371         * elf/tst-initorder.c: New file.
48372         * elf/tst-initorder.exp: New file.
48373         * elf/tst-initordera1.c: New file.
48374         * elf/tst-initordera2.c: New file.
48375         * elf/tst-initordera3.c: New file.
48376         * elf/tst-initordera4.c: New file.
48377         * elf/tst-initorderb1.c: New file.
48378         * elf/tst-initorderb2.c: New file.
48379         * elf/tst-order-a1.c: New file.
48380         * elf/tst-order-a2.c: New file.
48381         * elf/tst-order-a3.c: New file.
48382         * elf/tst-order-a4.c: New file.
48383         * elf/tst-order-b1.c: New file.
48384         * elf/tst-order-b2.c: New file.
48385         * elf/tst-order-main.c: New file.
48386         New test case by George Gensure <werkt0@gmail.com>.
48387
48388 2010-10-01  Andreas Schwab  <schwab@redhat.com>
48389
48390         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
48391         decoding ACE if AI_CANONIDN.
48392
48393 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
48394
48395         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
48396
48397 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
48398
48399         * version.h (RELEASE): Bump for 2.13 release.
48400         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
48401
48402         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
48403
48404         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
48405         MADV_NOHUGEPAGE.
48406         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
48407         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
48408         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
48409         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
48410         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
48411         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48412
48413         * posix/getconf.c: Update copyright year.
48414         * catgets/gencat.c: Likewise.
48415         * csu/version.c: Likewise.
48416         * debug/catchsegv.sh: Likewise.
48417         * debug/xtrace.sh: Likewise.
48418         * elf/ldconfig.c: Likewise.
48419         * elf/ldd.bash.in: Likewise.
48420         * elf/sprof.c (print_version): Likewise.
48421         * iconv/iconv_prog.c: Likewise.
48422         * iconv/iconvconfig.c: Likewise.
48423         * locale/programs/locale.c: Likewise.
48424         * locale/programs/localedef.c: Likewise.
48425         * malloc/memusage.sh: Likewise.
48426         * malloc/mtrace.pl: Likewise.
48427         * nscd/nscd.c (print_version): Likewise.
48428         * nss/getent.c: Likewise.
48429
48430         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
48431         PF_CAIF, and PF_ALG.
48432         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48433
48434 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
48435
48436         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
48437         (modules-names): Use them.
48438         (ifunc-test-modules, ifunc-pie-tests): Define.
48439         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
48440         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
48441         (test-extras): Likewise.
48442         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
48443         $(compile-command.c).
48444         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
48445         (all-built-dso): Define.
48446         (check-textrel.out, check-execstack.out): Depend on it.
48447
48448         * configure.in: Don't override --enable-multi-arch.
48449
48450 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
48451
48452         [BZ #6812]
48453         * nscd/hstcache.c (tryagain): Define.
48454         (cache_addhst): Return tryagain not notfound for temporary errors.
48455         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
48456         failed.
48457
48458 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
48459
48460         [BZ #10563]
48461         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
48462         to make the syscall.
48463         * sysdeps/unix/sysv/linux/setgroups.c: New file.
48464
48465         [BZ #12378]
48466         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
48467         and fall back to matching as normal character if the string ends before
48468         the matching ']' is found.  This is what POSIX requires.
48469         * posix/testfnm.c: Adjust test result.
48470         * posix/globtest.sh: Adjust test result.  Add new test.
48471         * posix/tst-fnmatch.input: Likewise.
48472         * posix/tst-fnmatch2.c: Add new test.
48473
48474 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
48475
48476         * elf/Makefile (check-execstack): Revert last change.  Depend on
48477         check-execstack.h.
48478         (check-execstack.h): New target.
48479         (generated): Add check-execstack.h.
48480         * elf/check-execstack.c: Include "check-execstack.h".
48481         (main): Revert last change.
48482         (handle_file): Return zero if GNU_STACK is absent and
48483         DEFAULT_STACK_PERMS doesn't include PF_X.
48484
48485 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
48486
48487         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
48488         in child fails because the descriptor is already closed.
48489         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
48490         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
48491         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
48492
48493         [BZ #12397]
48494         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
48495         syscall.
48496
48497         [BZ #10484]
48498         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
48499         temporary buffer used to handle multi lookups locally.
48500         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
48501
48502 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48503
48504         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
48505         loader is ld.so.
48506
48507 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
48508
48509         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
48510         alignment for SSE2.
48511
48512 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48513
48514         [BZ #12394]
48515         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
48516         characters.  When rounding increased number of integer digits recompute
48517         number of groups.
48518         * stdio-common/tst-grouping.c: New file.
48519         * stdio-common/Makefile: Add rules to build and run tst-grouping.
48520
48521 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
48522
48523         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
48524         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
48525
48526         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
48527         void.
48528         * bits/select.h: Likewise.
48529
48530 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
48531
48532         * po/ja.po: Update from translation team.
48533
48534 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
48535
48536         [BZ #11155]
48537         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
48538         implementation just like for lxstat, fxstatat, et al.
48539
48540 2010-12-27  Jim Meyering  <meyering@redhat.com>
48541
48542         [BZ #12348]
48543         * posix/regexec.c (build_trtable): Return failure indication upon
48544         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
48545
48546 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
48547
48548         [BZ #12201]
48549         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
48550         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
48551         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
48552         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
48553
48554         [BZ #12207]
48555         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
48556
48557         [BZ #12204]
48558         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
48559         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
48560
48561 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
48562
48563         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
48564         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
48565         script has SORT_BY_INIT_PRIORITY.
48566         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
48567         NO_CTORS_DTORS_SECTIONS is defined.
48568         * elf/soinit.c: Likewise.
48569         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
48570         NO_CTORS_DTORS_SECTIONS is defined.
48571         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
48572         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
48573         * sysdeps/sh/init-first.c: Likewise.
48574         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
48575
48576 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
48577
48578         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
48579         always use the slow path.
48580
48581 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
48582
48583         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
48584         similar rule which adds the sysdep directories to the header search in
48585         order to pick up the correct platform stackinfo.h.
48586         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
48587         perform test if it is, otherwise return successfully without testing.
48588         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
48589         DEFAULT_STACK_PERMS define in stackinfo.h.
48590         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
48591         defined in stackinfo.h.
48592         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
48593         DEFAULT_STACK_PERMS defined in stackinfo.h.
48594         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
48595         * sysdeps/ia64/stackinfo.h: Likewise.
48596         * sysdeps/s390/stackinfo.h: Likewise.
48597         * sysdeps/sh/stackinfo.h: Likewise.
48598         * sysdeps/sparc/stackinfo.h: Likewise.
48599         * sysdeps/x86_64/stackinfo.h: Likewise.
48600         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
48601         PF_X for powerpc64.  Retain PF_X for powerpc32.
48602
48603 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
48604
48605         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
48606         accurately.
48607         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
48608         GETDENTS_64BIT_ALIGNED.
48609
48610 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
48611
48612         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
48613
48614 2010-12-10  Andreas Schwab  <schwab@redhat.com>
48615
48616         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
48617         _GNU_SOURCE.
48618
48619         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
48620         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
48621         Remove __restrict.
48622         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
48623         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
48624
48625 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
48626
48627         [BZ #11655]
48628         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
48629         are initialized.
48630
48631 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
48632
48633         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
48634
48635 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
48636
48637         * po/it.po: Update from translation team.
48638
48639 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
48640
48641         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
48642         unused codes.
48643
48644 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
48645
48646         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
48647
48648 2010-11-24  Andreas Schwab  <schwab@redhat.com>
48649
48650         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
48651         specially.
48652         (gaih_getanswer_slice): Likewise.
48653
48654 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
48655
48656         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
48657
48658 2010-05-31  Petr Baudis  <pasky@suse.cz>
48659
48660         [BZ #11149]
48661         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
48662         silently even in the chroot mode.
48663
48664 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
48665
48666         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
48667         last patch a bit.  Pretty printing
48668
48669 2010-05-31  Petr Baudis <pasky@suse.cz>
48670
48671         [BZ #10085]
48672         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
48673         initialization of skip_initgroups_dyn.
48674
48675 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
48676
48677         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
48678         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48679
48680 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
48681
48682         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
48683
48684 2010-11-11  Andreas Schwab  <schwab@redhat.com>
48685
48686         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
48687         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
48688         (tst-fnmatch-ENV): Set MALLOC_TRACE.
48689         ($(objpfx)tst-fnmatch-mem): New rule.
48690         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
48691         * posix/tst-fnmatch.c (main): Call mtrace.
48692
48693 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
48694
48695         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48696         Support Intel processor model 6 and model 0x2c.
48697
48698 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
48699
48700         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
48701           signed comparison.
48702
48703 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
48704
48705         [BZ #12205]
48706         * string/test-strncasecmp.c (check_result): New function.
48707         (do_one_test): Use it.
48708         (check1): New function.
48709         (test_main): Use it.
48710         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
48711         Support strcasecmp and strncasecmp.
48712
48713 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
48714
48715         [BZ #12194]
48716         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
48717         * sysdeps/x86_64/bits/byteswap.h: Likewise.
48718
48719 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
48720
48721         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
48722         IFUNC support.
48723         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48724         memset-x86-64.
48725         * sysdeps/x86_64/multiarch/bzero.S: New file.
48726         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
48727         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
48728         * sysdeps/x86_64/multiarch/memset.S: New file.
48729         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
48730         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48731         Set bit_Prefer_SSE_for_memop for Intel processors.
48732         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
48733         Define.
48734         (index_Prefer_SSE_for_memop): Define.
48735         (HAS_PREFER_SSE_FOR_MEMOP): Define.
48736
48737 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
48738
48739         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
48740         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
48741
48742 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
48743
48744         [BZ #12191]
48745         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
48746         (__x86_64_raw_data_cache_size_half): Likewise.
48747         (__x86_64_raw_shared_cache_size): Likewise.
48748         (__x86_64_raw_shared_cache_size_half): Likewise.
48749
48750         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
48751         (__x86_64_raw_data_cache_size_half): Likewise.
48752         (__x86_64_raw_shared_cache_size): Likewise.
48753         (__x86_64_raw_shared_cache_size_half): Likewise.
48754         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
48755         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
48756         and __x86_64_raw_shared_cache_size_half.  Round
48757         __x86_64_data_cache_size_half, __x86_64_data_cache_size
48758         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
48759         to multiple of 256 bytes.
48760
48761 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
48762
48763         [BZ #12167]
48764         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
48765         of inacessible symlinks.  Verify result of symlink before returning it.
48766         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
48767         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
48768
48769 2010-10-28  Erich Ritz  <erichritz@gmail.com>
48770
48771         * math/math.h (isinf): Fix typo in comment.
48772
48773 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
48774
48775         * po/da.po: Update from translation team.
48776
48777 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
48778
48779         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
48780         is added to the list.
48781
48782 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48783             Ulrich Drepper  <drepper@gmail.com>
48784
48785         * elf/dl-object.c (_dl_new_object): Don't append the new object to
48786         the global list here.  Move code to...
48787         (_dl_add_to_namespace_list): ...here.  New function.
48788         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
48789         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
48790         * elf/dl-load.c (lose): Don't remove the element from the list.
48791         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
48792         (_dl_map_object): Likewise.
48793
48794 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
48795
48796         [BZ #12159]
48797         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
48798         into all bytes of SSE register.
48799         Patch by Richard Li <richardpku@gmail.com>.
48800
48801 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
48802
48803         [BZ #12140]
48804         * malloc/malloc.c (_int_free): Fill correct number of bytes when
48805         perturbing.
48806
48807 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
48808
48809         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
48810         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
48811         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
48812         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
48813         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
48814         submachine.
48815         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
48816
48817 2010-10-22  Andreas Schwab  <schwab@redhat.com>
48818
48819         * include/dlfcn.h (__RTLD_SECURE): Define.
48820         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
48821         mode & __RTLD_SECURE instead.
48822         (open_path): Rename preloaded parameter to secure.
48823         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
48824         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
48825         * elf/dl-deps.c (openaux): Likewise.
48826         * elf/rtld.c (struct map_args): Remove is_preloaded.
48827         (map_doit): Don't use it.
48828         (dl_main): Likewise.
48829         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
48830         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
48831
48832 2010-09-09  Andreas Schwab  <schwab@redhat.com>
48833
48834         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
48835         (sysd-rules-targets): Remove duplicates.
48836         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
48837         rtld-%.$o dependency.
48838
48839 2010-10-18  Andreas Schwab  <schwab@redhat.com>
48840
48841         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
48842         _dl_map_object do it.
48843
48844 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
48845
48846         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
48847         fast fma builtins, define the macros in the C99 standard.
48848         (FP_FAST_FMAF): Likewise.
48849         (FP_FAST_FMAL): Likewise.
48850         * sysdeps/x86_64/bits/mathdef.h: Likewise.
48851
48852         * bits/mathdef.h: Update copyright year.
48853         * sysdeps/powerpc/bits/mathdef.h: Likewise.
48854
48855 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
48856
48857         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
48858         builtins, define the macros in the C99 standard.
48859         (FP_FAST_FMAF): Likewise.
48860         (FP_FAST_FMAL): Likewise.
48861         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
48862         multiply/add.
48863         (FP_FAST_FMAF): Likewise.
48864
48865 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
48866
48867         [BZ #3268]
48868         * math/libm-test.inc (fma_test): Some new testcases.
48869         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
48870         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
48871         y and infinite z.  Do multiplication by C already in long double.
48872         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
48873         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
48874         y and infinite z.  Do bitwise or of inexact bit into u.d.
48875         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
48876         * sysdeps/i386/fpu/s_fmaf.S: Removed.
48877         * sysdeps/i386/fpu/s_fma.S: Removed.
48878         * sysdeps/i386/fpu/s_fmal.S: Removed.
48879
48880 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
48881
48882         [BZ #3268]
48883         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
48884         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
48885         computation is not scheduled after fetestexcept.  Fix value
48886         of minimum denormal long double.
48887
48888 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
48889
48890         [BZ #3268]
48891         * math/libm-test.inc (fma_test): Add some more tests.
48892         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
48893         correctly.
48894
48895 2010-10-15  Andreas Schwab  <schwab@redhat.com>
48896
48897         * scripts/data/localplt-s390-linux-gnu.data: New file.
48898         * scripts/data/localplt-s390x-linux-gnu.data: New file.
48899
48900 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
48901
48902         [BZ #3268]
48903         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
48904         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
48905         instead of dbl-64.
48906         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
48907         inlines.
48908         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
48909         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
48910         if one of x and y is very large and the other is subnormal.
48911         * sysdeps/s390/fpu/s_fmaf.c: New file.
48912         * sysdeps/s390/fpu/s_fma.c: New file.
48913         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
48914         * sysdeps/powerpc/fpu/s_fma.S: New file.
48915         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
48916         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
48917         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
48918
48919 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
48920
48921         [BZ #3268]
48922         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
48923         fma tests.
48924         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
48925         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
48926         * sysdeps/i386/i686/multiarch/s_fma.c: Include
48927         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
48928         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
48929         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
48930         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
48931
48932 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
48933
48934         [BZ #12078]
48935         * posix/regcomp.c (parse_branch): One more memory leak plugged.
48936         * posix/bug-regex31.input: Add test case.
48937
48938 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
48939
48940         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
48941         * posix/bug-regex31.input: New file.
48942
48943         [BZ #12078]
48944         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
48945         (parse_sub_exp): Fix last change, use postorder.
48946
48947         * posix/bug-regex31.c: New file.
48948         * posix/Makefile: Add rules to build and run bug-regex31.
48949
48950         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
48951
48952         [BZ #12078]
48953         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
48954
48955         [BZ #12108]
48956         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
48957         to have entries in sys_siglist.
48958
48959         [BZ #12093]
48960         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
48961         be NULL.
48962
48963 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
48964
48965         [BZ #3268]
48966         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
48967         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
48968         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
48969         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
48970         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48971         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
48972         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
48973         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
48974         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
48975         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
48976         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
48977         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
48978         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
48979         * math/ftestexcept.c (fetestexcept): Likewise.
48980         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
48981         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
48982         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
48983         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
48984         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
48985         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
48986         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
48987
48988 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
48989
48990         [BZ #12107]
48991         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
48992         newline.
48993
48994 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
48995
48996         * string/bug-strstr1.c: New file.
48997         * string/Makefile: Add rules to build and run bug-strstr1.
48998
48999 2010-10-05  Eric Blake  <eblake@redhat.com>
49000
49001         [BZ #12092]
49002         * string/str-two-way.h (two_way_long_needle): Always clear memory
49003         when skipping input due to the shift table.
49004
49005 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
49006
49007         [BZ #12005]
49008         * malloc/mcheck.c: Handle large requests.
49009
49010         [BZ #12077]
49011         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
49012         for strncmp and strncasecmp.
49013         * string/stratcliff.c: Add tests for strcmp and strncmp.
49014         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
49015
49016 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
49017
49018         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
49019         __set_fpscr.
49020
49021 2010-09-30  Andreas Jaeger  <aj@suse.de>
49022
49023         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
49024         (CGROUP_SUPER_MAGIC): Define.
49025         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49026         Handle btrfs and cgroup file systems.
49027         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
49028         Likewise.
49029
49030 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
49031
49032         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
49033         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
49034
49035 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49036
49037         [BZ #12067]
49038         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
49039         trying to locate the ELF header.
49040
49041 2010-09-27  Andreas Schwab  <schwab@redhat.com>
49042
49043         [BZ #11611]
49044         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
49045         Mask out sign-bit copies when constructing f_fsid.
49046
49047 2010-09-24  Petr Baudis <pasky@suse.cz>
49048
49049         * debug/stack_chk_fail_local.c: Add missing licence exception.
49050         * debug/warning-nop.c: Likewise.
49051
49052 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
49053
49054         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
49055         implementing getdents64 using getdents syscall, set d_type if
49056         __ASSUME_GETDENTS32_D_TYPE.
49057
49058 2010-09-16  Andreas Schwab  <schwab@redhat.com>
49059
49060         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
49061         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
49062
49063 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
49064
49065         [BZ #12037]
49066         * posix/unistd.h: Undo change of feature selection for ftruncate from
49067         2010-01-11.
49068
49069 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
49070
49071         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
49072         detection.
49073
49074 2010-09-20  Andreas Schwab  <schwab@redhat.com>
49075
49076         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
49077         fanotify_mark.
49078         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49079
49080 2010-09-14  Andreas Schwab  <schwab@redhat.com>
49081
49082         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
49083         variables after CHECK_SP call.
49084         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
49085
49086 2010-09-13  Andreas Schwab  <schwab@redhat.com>
49087             Ulrich Drepper  <drepper@redhat.com>
49088
49089         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
49090         re-relocationg ld.so.
49091         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
49092         _dl_init_paths call.
49093         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
49094         here anymore.
49095
49096 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
49097
49098         * resolv/res_init.c (__res_vinit): Count the default server we added.
49099
49100 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
49101             Ulrich Drepper  <drepper@redhat.com>
49102
49103         [BZ #11968]
49104         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49105         (____longjmp_chk): Use %ebx for saving value across system call.
49106         Add unwind info.
49107
49108 2010-09-06  Andreas Schwab  <schwab@redhat.com>
49109
49110         * manual/Makefile: Don't mix pattern rules with normal rules.
49111
49112 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
49113
49114         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
49115         operation.
49116         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
49117         * libio/iofopncook.c (_IO_cookie_init): Likewise.
49118         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
49119         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
49120         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49121         Likewise.
49122
49123 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
49124
49125         [BZ #11979]
49126         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
49127         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
49128
49129 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
49130
49131         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
49132         * sysdeps/x86_64/addmul_1.S: Likewise.
49133         * sysdeps/x86_64/lshift.S: Likewise.
49134         * sysdeps/x86_64/mul_1.S: Likewise.
49135         * sysdeps/x86_64/rshift.S: Likewise.
49136         * sysdeps/x86_64/sub_n.S: Likewise.
49137         * sysdeps/x86_64/submul_1.S: Likewise.
49138
49139 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49140
49141         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
49142         Define __sched_param instead of SCHED_* and sched_param when
49143         <bits/sched.h> is included with __need_schedparam defined.
49144         * bits/sched.h [__need_schedparam]
49145         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
49146         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
49147         (__defined_schedparam): Define to 1.
49148         (__sched_param): New structure, identical to sched_param.
49149         (__need_schedparam): Undefine.
49150
49151 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
49152
49153         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
49154         (epoll_create1): Declare.
49155
49156         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
49157
49158 2010-08-31  Andreas Schwab  <schwab@redhat.com>
49159
49160         [BZ #7066]
49161         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
49162         shifting retval into place.
49163
49164 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
49165
49166         * nis/rpcsvc/nis.h: Update copyright notice.
49167         * nis/rpcsvc/nis.x: Likewise.
49168         * nis/rpcsvc/nis_callback.h: Likewise.
49169         * nis/rpcsvc/nis_callback.x: Likewise.
49170         * nis/rpcsvc/nis_object.x: Likewise.
49171         * nis/rpcsvc/nis_tags.h: Likewise.
49172         * nis/rpcsvc/yp.h: Likewise.
49173         * nis/rpcsvc/yp.x: Likewise.
49174         * nis/rpcsvc/ypupd.h: Likewise.
49175         * nis/yp_xdr.c: Likewise.
49176         * nis/ypupdate_xdr.c: Likewise.
49177
49178         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
49179         mainly the body of pmap_getport.  Add parameters to specify timeouts.
49180         (pmap_getport): Use __libc_rpc_getport.
49181         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
49182         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
49183         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
49184
49185 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
49186
49187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
49188         fanotify_mark.
49189
49190 2010-08-27  Roland McGrath  <roland@redhat.com>
49191
49192         * sysdeps/i386/i686/multiarch/Makefile
49193         (CFLAGS-varshift.c): New variable.
49194
49195 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
49196
49197         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
49198         * sysdeps/i386/i686/multiarch/varshift.c: New file.
49199
49200         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
49201
49202         * sysdeps/x86_64/strlen.S: Minimal code improvement.
49203
49204 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
49205
49206         * sysdeps/x86_64/strlen.S: Unroll the loop.
49207         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49208         strlen-sse2 strlen-sse2-bsf.
49209         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
49210         __strlen_no_bsf if bit_Slow_BSF is set.
49211         (__strlen_sse42): Removed.
49212         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
49213         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
49214
49215 2010-08-25  Roland McGrath  <roland@redhat.com>
49216
49217         * sysdeps/x86_64/multiarch/varshift.S: File removed.
49218         * sysdeps/x86_64/multiarch/varshift.c: New file.
49219         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
49220         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
49221         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
49222         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
49223
49224 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
49225
49226         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49227         strlen-sse2 strlen-sse2-bsf.
49228         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
49229         __strlen_sse2_bsf if bit_Slow_BSF is unset.
49230         (__strlen_sse2): Removed.
49231         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
49232         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
49233         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
49234         bit_Slow_BSF for Atom.
49235         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
49236         (index_Slow_BSF): Define.
49237         (HAS_SLOW_BSF): Define.
49238
49239 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
49240
49241         [BZ #10851]
49242         * resolv/res_init.c (__res_vinit): When no server address at all
49243         is given default to loopback.
49244
49245 2010-08-24  Roland McGrath  <roland@redhat.com>
49246
49247         * configure.in: Remove config-name.h generation.
49248         * configure: Regenerated.
49249         * config-name.in: File removed.
49250         * scripts/config-uname.sh: New file.
49251         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
49252         ($(objdir)config-name.h): New target.
49253
49254         * sunrpc/rpc_parse.h: Avoid nested comment.
49255
49256 2010-08-24  Richard Henderson  <rth@redhat.com>
49257             Ulrich Drepper  <drepper@redhat.com>
49258             H.J. Lu  <hongjiu.lu@intel.com>
49259
49260         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
49261         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
49262         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
49263         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
49264         _mm_alignr_epi8 with _mm_loadu_si128.
49265         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
49266         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
49267         (__m128i_shift_right): Removed.
49268         * sysdeps/i386/i686/multiarch/varshift.h: New file.
49269         * sysdeps/i386/i686/multiarch/varshift.S: New file.
49270         * sysdeps/x86_64/multiarch/varshift.h: New file.
49271         * sysdeps/x86_64/multiarch/varshift.S: New file.
49272
49273 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
49274
49275         * configure.in: Move assembler checks to before sysdep dir checking.
49276
49277 2010-08-20  Petr Baudis  <pasky@suse.cz>
49278
49279         * LICENSES: Sync the sunrpc license.
49280
49281 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
49282
49283         * sunrpc/auth_des.c: Update copyright notice once again.
49284         * sunrpc/auth_none.c: Likewise.
49285         * sunrpc/auth_unix.c: Likewise.
49286         * sunrpc/authdes_prot.c: Likewise.
49287         * sunrpc/authuxprot.c: Likewise.
49288         * sunrpc/bindrsvprt.c: Likewise.
49289         * sunrpc/clnt_gen.c: Likewise.
49290         * sunrpc/clnt_perr.c: Likewise.
49291         * sunrpc/clnt_raw.c: Likewise.
49292         * sunrpc/clnt_simp.c: Likewise.
49293         * sunrpc/clnt_tcp.c: Likewise.
49294         * sunrpc/clnt_udp.c: Likewise.
49295         * sunrpc/clnt_unix.c: Likewise.
49296         * sunrpc/des_crypt.c: Likewise.
49297         * sunrpc/des_soft.c: Likewise.
49298         * sunrpc/get_myaddr.c: Likewise.
49299         * sunrpc/getrpcport.c: Likewise.
49300         * sunrpc/key_call.c: Likewise.
49301         * sunrpc/key_prot.c: Likewise.
49302         * sunrpc/openchild.c: Likewise.
49303         * sunrpc/pm_getmaps.c: Likewise.
49304         * sunrpc/pm_getport.c: Likewise.
49305         * sunrpc/pmap_clnt.c: Likewise.
49306         * sunrpc/pmap_prot.c: Likewise.
49307         * sunrpc/pmap_prot2.c: Likewise.
49308         * sunrpc/pmap_rmt.c: Likewise.
49309         * sunrpc/rpc/auth.h: Likewise.
49310         * sunrpc/rpc/auth_unix.h: Likewise.
49311         * sunrpc/rpc/clnt.h: Likewise.
49312         * sunrpc/rpc/des_crypt.h: Likewise.
49313         * sunrpc/rpc/key_prot.h: Likewise.
49314         * sunrpc/rpc/netdb.h: Likewise.
49315         * sunrpc/rpc/pmap_clnt.h: Likewise.
49316         * sunrpc/rpc/pmap_prot.h: Likewise.
49317         * sunrpc/rpc/pmap_rmt.h: Likewise.
49318         * sunrpc/rpc/rpc.h: Likewise.
49319         * sunrpc/rpc/rpc_des.h: Likewise.
49320         * sunrpc/rpc/rpc_msg.h: Likewise.
49321         * sunrpc/rpc/svc.h: Likewise.
49322         * sunrpc/rpc/svc_auth.h: Likewise.
49323         * sunrpc/rpc/types.h: Likewise.
49324         * sunrpc/rpc/xdr.h: Likewise.
49325         * sunrpc/rpc_clntout.c: Likewise.
49326         * sunrpc/rpc_cmsg.c: Likewise.
49327         * sunrpc/rpc_common.c: Likewise.
49328         * sunrpc/rpc_cout.c: Likewise.
49329         * sunrpc/rpc_dtable.c: Likewise.
49330         * sunrpc/rpc_hout.c: Likewise.
49331         * sunrpc/rpc_main.c: Likewise.
49332         * sunrpc/rpc_parse.c: Likewise.
49333         * sunrpc/rpc_parse.h: Likewise.
49334         * sunrpc/rpc_prot.c: Likewise.
49335         * sunrpc/rpc_sample.c: Likewise.
49336         * sunrpc/rpc_scan.c: Likewise.
49337         * sunrpc/rpc_scan.h: Likewise.
49338         * sunrpc/rpc_svcout.c: Likewise.
49339         * sunrpc/rpc_tblout.c: Likewise.
49340         * sunrpc/rpc_util.c: Likewise.
49341         * sunrpc/rpc_util.h: Likewise.
49342         * sunrpc/rpcinfo.c: Likewise.
49343         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
49344         * sunrpc/rpcsvc/key_prot.x: Likewise.
49345         * sunrpc/rpcsvc/klm_prot.x: Likewise.
49346         * sunrpc/rpcsvc/mount.x: Likewise.
49347         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
49348         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
49349         * sunrpc/rpcsvc/rex.x: Likewise.
49350         * sunrpc/rpcsvc/rstat.x: Likewise.
49351         * sunrpc/rpcsvc/rusers.x: Likewise.
49352         * sunrpc/rpcsvc/sm_inter.x: Likewise.
49353         * sunrpc/rpcsvc/spray.x: Likewise.
49354         * sunrpc/rpcsvc/yppasswd.x: Likewise.
49355         * sunrpc/rtime.c: Likewise.
49356         * sunrpc/svc.c: Likewise.
49357         * sunrpc/svc_auth.c: Likewise.
49358         * sunrpc/svc_authux.c: Likewise.
49359         * sunrpc/svc_raw.c: Likewise.
49360         * sunrpc/svc_run.c: Likewise.
49361         * sunrpc/svc_simple.c: Likewise.
49362         * sunrpc/svc_tcp.c: Likewise.
49363         * sunrpc/svc_udp.c: Likewise.
49364         * sunrpc/svc_unix.c: Likewise.
49365         * sunrpc/svcauth_des.c: Likewise.
49366         * sunrpc/xcrypt.c: Likewise.
49367         * sunrpc/xdr.c: Likewise.
49368         * sunrpc/xdr_array.c: Likewise.
49369         * sunrpc/xdr_float.c: Likewise.
49370         * sunrpc/xdr_mem.c: Likewise.
49371         * sunrpc/xdr_rec.c: Likewise.
49372         * sunrpc/xdr_ref.c: Likewise.
49373         * sunrpc/xdr_sizeof.c: Likewise.
49374         * sunrpc/xdr_stdio.c: Likewise.
49375
49376         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
49377         handling.
49378
49379 2010-08-19  Andreas Schwab  <schwab@redhat.com>
49380
49381         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
49382
49383 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
49384
49385         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
49386         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
49387         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
49388         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
49389         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
49390         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
49391         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
49392         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
49393         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
49394         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
49395         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
49396         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
49397         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
49398         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
49399
49400 2010-07-26  Anton Blanchard  <anton@samba.org>
49401
49402         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
49403         * malloc/arena.c (heap_trim): Likewise.
49404
49405 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
49406
49407         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
49408         here.  Not...
49409         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
49410         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
49411
49412 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
49413
49414         * sysdeps/i386/elf/Makefile: New file.
49415
49416 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49417
49418         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
49419         from fanotify_init.
49420         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
49421         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49422
49423 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
49424
49425         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
49426         of strncasecmp_l.
49427         * sysdeps/multiarch/strcmp.S: Likewise.
49428
49429 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
49430
49431         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49432         strncase_l-nonascii.
49433         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49434         Add strncase_l-ssse3.
49435         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
49436         * sysdeps/x86_64/strcmp.S: Likewise.
49437         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
49438         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
49439         * sysdeps/x86_64/strncase.S: New file.
49440         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
49441         * sysdeps/x86_64/strncase_l.S: New file.
49442         * string/Makefile (strop-tests): Add strncasecmp.
49443         * string/test-strncasecmp.c: New file.
49444
49445         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
49446         warning.
49447
49448         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
49449         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
49450
49451 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49452
49453         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
49454
49455 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
49456
49457         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
49458         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
49459         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
49460
49461 2010-05-01  Alan Modra  <amodra@gmail.com>
49462
49463         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
49464         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
49465         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
49466         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
49467         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
49468         tidying.  Don't tail-call __sigjmp_save for static lib.
49469         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
49470         save location.
49471         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
49472         (CALL_MCOUNT): Add eh info, and nop after bl.
49473         (TAIL_CALL_SYSCALL_ERROR): New macro.
49474         (PSEUDO_RET): Use it.
49475         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
49476         Correct save location of integer regs and cr.
49477         (_dl_profile_resolve): Correct cr save location.  Delete nops
49478         after bl when SHARED.  Reduce cfi size a little by better
49479         placement of cfi directives.
49480         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
49481         make a stack frame.  Instead use parm save area as a temp.
49482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
49483         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
49484         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
49485         Don't make a stack frame for parent, use parm save area.
49486         Increase child stack frame to 112 bytes.  Don't save unused reg,
49487         and adjust reg usage.  Set up cfi on error recovery and
49488         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
49489         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
49490         (__makecontext): Add dummy nop after jump to exit.
49491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
49492         Use correct parm save area and cr save, reduce stack frame.
49493         Correct cfi for possible PSEUDO_RET frame setup.
49494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
49495         Branch to local label emitted by PSEUDO_RET rather than
49496         __syscall_error.
49497
49498 2010-08-12  Andreas Schwab  <schwab@redhat.com>
49499
49500         [BZ #11904]
49501         * locale/programs/locale.c (print_assignment): New function.
49502         (show_locale_vars): Use it.
49503
49504 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
49505
49506         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
49507         field.
49508         (struct statfs64): Likewise.
49509         (_STATFS_F_FLAGS): Define.
49510         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
49511         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49512         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
49513         (ST_VALID): Define locally.
49514         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
49515         __statvfs_getflags, use the provided value.
49516         * sysdeps/unix/sysv/linux/kernel-features.h: Define
49517         __ASSUME_STATFS_F_FLAGS.
49518
49519         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
49520
49521         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
49522         Add sys/fanotify.h.
49523         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
49524         fanotify_mask for GLIBC_2.13.
49525         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
49526         fanotify_init and fanotify_mark.
49527         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49528         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
49529
49530         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
49531         Add prlimit.
49532         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
49533         prlimit64 for GLIBC_2.13.
49534         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
49535         prlimit64.
49536         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
49537         syscall.
49538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
49539         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49540         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
49541         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
49542         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
49543         add prlimit alias.
49544         * sysdeps/unix/sysv/linux/prlimit.c: New file.
49545
49546         [BZ #11903]
49547         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
49548         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
49549
49550         * nss/Makefile: Add rules to build and run tst-nss-test1.
49551         * shlib-versions: Add entry for libnss_test1.
49552         * nss/nss_test1.c: New file.
49553         * nss/tst-nss-test1.c: New file.
49554
49555         * nss/nsswitch.c (__nss_database_custom): Define new variable.
49556         (__nss_configure_lookup): Set appropriate entry in
49557         __nss_configure_lookup to true.
49558         * nss/nsswitch.h: Define enum with indeces of databases in
49559         databases and __nss_database_custom arrays.  Declare
49560         __nss_database_custom.
49561         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
49562         to avoid using nscd when custom rules are installed.
49563         * nss/getXXbyYY_r.c: Likewise.
49564         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
49565
49566         * nss/nss_files/files-parse.c: Whitespace fixes.
49567
49568 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
49569
49570         [BZ #11883]
49571         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
49572         * posix/fnmatch_loop.c: Likewise.
49573
49574 2010-07-17  Andi Kleen  <ak@linux.intel.com>
49575
49576         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
49577         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
49578         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
49579         * Versions.def [GLIBC_2.13]: Add.
49580
49581 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
49582
49583         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
49584         Also fail if tpwd after pwuid call is NULL.
49585
49586 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49587
49588         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
49589         when converting to ms.
49590
49591 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49592
49593         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
49594         EOPNOTSUPP errors with ENOTTY.
49595         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
49596         EOPNOTSUPP errors with ENOTTY.
49597
49598 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
49599
49600         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49601         Add strcasecmp_l-ssse3.
49602         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
49603         strcasecmp.
49604         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
49605         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
49606         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
49607
49608 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
49609
49610         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
49611
49612         * string/Makefile (strop-tests): Add strcasecmp.
49613         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49614         strcasecmp_l-nonascii.
49615         (gen-as-const-headers): Add locale-defines.sym.
49616         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
49617         * sysdeps/x86_64/strcasecmp.S: New file.
49618         * sysdeps/x86_64/strcasecmp_l.S: New file.
49619         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
49620         * sysdeps/x86_64/locale-defines.sym: New file.
49621         * string/test-strcasecmp.c: New file.
49622
49623         * string/test-strcasestr.c: Test both ends of the range of characters.
49624         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
49625
49626 2010-07-29  Roland McGrath  <roland@redhat.com>
49627
49628         [BZ #11856]
49629         * manual/locale.texi (Yes-or-No Questions): Fix example code.
49630
49631 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
49632
49633         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
49634         for ld.so.
49635
49636 2010-07-27  Andreas Schwab  <schwab@redhat.com>
49637
49638         * manual/memory.texi (Malloc Tunable Parameters): Document
49639         M_PERTURB.
49640
49641 2010-07-26  Roland McGrath  <roland@redhat.com>
49642
49643         [BZ #11840]
49644         * configure.in (-fgnu89-inline check): Set and substitute
49645         gnu89_inline, not libc_cv_gnu89_inline.
49646         * configure: Regenerated.
49647         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
49648
49649 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
49650
49651         * string/test-strnlen.c: New file.
49652         * string/Makefile (strop-tests): Add strnlen.
49653         * string/tester.c (test_strnlen): Add a few more test cases.
49654         * string/tst-strlen.c: Better error reporting.
49655
49656         * sysdeps/x86_64/strnlen.S: New file.
49657
49658 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
49659
49660         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
49661         lower-latency instructions.
49662
49663 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
49664
49665         * string/test-strcasestr.c: New file.
49666         * string/test-strstr.c: New file.
49667         * string/Makefile (strop-tests): Add strstr and strcasestr.
49668         * string/str-two-way.h: Don't undefine MAX.
49669         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
49670
49671 2010-07-21  Andreas Schwab  <schwab@redhat.com>
49672
49673         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49674         strcasestr-nonascii.
49675         (CFLAGS-strcasestr-nonascii.c): Define.
49676         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
49677         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
49678         Remove unused attribute.
49679
49680 2010-07-20  Roland McGrath  <roland@redhat.com>
49681
49682         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
49683         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
49684         ld.so.cache was broken.  With it, there is no way to disable dsocaps
49685         like LD_HWCAP_MASK can disable hwcaps.
49686
49687 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
49688
49689         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
49690
49691 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
49692
49693         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
49694         call in strcasestr.
49695         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
49696         __strcasestr_sse42_nonascii.
49697         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
49698         strcasestr-nonascii.c.
49699         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
49700
49701 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
49702
49703         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
49704         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
49705         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
49706         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
49707
49708 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
49709
49710         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
49711         fcntl.
49712
49713 2010-07-06  Andreas Schwab  <schwab@redhat.com>
49714
49715         [BZ #11577]
49716         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
49717         dl_signal_cerror.
49718
49719 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
49720
49721         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
49722         _PC_PIPE_BUF using F_GETPIPE_SZ.
49723
49724 2010-07-05  Roland McGrath  <roland@redhat.com>
49725
49726         * manual/arith.texi (Rounding Functions): Fix rint description
49727         implicit in round description.
49728
49729 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
49730
49731         * elf/Makefile: Fix linking for a few tests to make recent linker
49732         happy.
49733
49734 2010-06-30  Andreas Schwab  <schwab@redhat.com>
49735
49736         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
49737         $(common-objpfx)libc_nonshared.a.
49738
49739 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
49740
49741         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
49742         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
49743         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
49744         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
49745         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
49746         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
49747         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
49748         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
49749         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
49750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
49751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
49752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
49753         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
49754         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
49755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
49756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
49757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
49758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
49759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
49760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
49761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
49762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
49763         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
49764         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
49765         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
49766         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
49767         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
49768         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
49769         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
49770         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
49771         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
49772         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
49773         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
49774         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
49775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
49776         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
49777         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
49778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
49779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
49780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
49781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
49782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
49783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
49784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
49785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
49786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
49787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
49788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
49789
49790 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
49791
49792         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
49793         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
49794         * string/memmove.c (memmove): Renamed to ...
49795         (MEMMOVE): ...this.  Default to memmove.
49796         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
49797         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
49798         (END_CHK): Define.
49799         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49800         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
49801         mempcpy-ssse3-back memmove-ssse3-back.
49802         * sysdeps/x86_64/multiarch/bcopy.S: New file .
49803         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
49804         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
49805         * sysdeps/x86_64/multiarch/memcpy.S: New file.
49806         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
49807         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
49808         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
49809         * sysdeps/x86_64/multiarch/memmove.c: New file.
49810         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
49811         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
49812         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
49813         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
49814         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
49815         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
49816         Define.
49817         (index_Fast_Copy_Backward): Define.
49818         (HAS_ARCH_FEATURE): Define.
49819         (HAS_FAST_REP_STRING): Define.
49820         (HAS_FAST_COPY_BACKWARD): Define.
49821
49822 2010-06-21  Andreas Schwab  <schwab@redhat.com>
49823
49824         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
49825         Restore proper fallback handling.
49826
49827 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
49828
49829         [BZ #11701]
49830         * posix/group_member.c (__group_member): Correct checking loop.
49831
49832         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
49833         OOM in getpwuid_r correctly.  Return error number when the caller
49834         should return, otherwise -1.
49835         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
49836         call returning > 0 value.
49837         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
49838
49839 2010-06-07  Andreas Schwab  <schwab@redhat.com>
49840
49841         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
49842         libc_nonshared.a from targets in modules-names.
49843
49844 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
49845
49846         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
49847         requires it.
49848
49849 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
49850
49851         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
49852         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
49853         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
49854         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
49855
49856 2010-06-02  Andreas Schwab  <schwab@redhat.com>
49857
49858         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
49859
49860 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
49861
49862         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
49863         and F_GETPIPE_SZ.
49864         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
49865         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49866         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49867         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49868         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49869         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
49870
49871 2010-06-14  Roland McGrath  <roland@redhat.com>
49872
49873         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
49874
49875 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
49876
49877         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
49878         __REDIRECT followed by __THROW.
49879         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
49880         * posix/getopt.h (getopt): Likewise.
49881
49882 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
49883
49884         * hurd/lookup-at.c (__file_name_lookup_at): Accept
49885         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
49886         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
49887         in AT_FLAGS.
49888         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
49889         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
49890
49891 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
49892
49893         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
49894
49895 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
49896
49897         [BZ #11640]
49898         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49899         Properly check family and model.
49900
49901 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
49902
49903         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
49904
49905 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
49906
49907         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
49908
49909 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
49910
49911         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
49912         symbol reference.
49913
49914 2010-05-19  Andreas Schwab  <schwab@redhat.com>
49915
49916         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
49917         symbol reference.
49918
49919 2010-05-21  Andreas Schwab  <schwab@redhat.com>
49920
49921         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
49922         and internal_recvmmsg.
49923         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
49924         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
49925         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
49926         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
49927
49928         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
49929         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
49930         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
49931
49932 2010-05-20  Andreas Schwab  <schwab@redhat.com>
49933
49934         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
49935
49936 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
49937
49938         POWER7 optimizations.
49939         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
49940         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
49941
49942 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
49943
49944         * version.h: Update for 2.13 development version.
49945
49946 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
49947
49948         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
49949         exceptions.  Return 0.
49950
49951 2010-05-07  Roland McGrath  <roland@redhat.com>
49952
49953         * elf/ldconfig.c (main): Add a const.
49954
49955 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
49956
49957         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
49958         (args_options): Add no-idn option.
49959         (ahosts_keys_int): Add idn_flags to ai_flags.
49960         (parse_option): Handle 'i' option to clear idn_flags.
49961
49962         * malloc/malloc.c (_int_free): Possible race in the most recently
49963         added check.  Only act on the data if no current modification
49964         happened.
49965
49966 See ChangeLog.17 for earlier changes.