1652aa8fb4d5a2e17fc2217ba26d67e834e9fc6e
[platform/upstream/glibc.git] / ChangeLog
1 2013-07-28  David S. Miller  <davem@davemloft.net>
2
3         * po/sv.po: Update Swedish translation from translation project.
4
5 2013-07-27  David S. Miller  <davem@davemloft.net>
6
7         * po/eo.po: Update Esperanto translation from translation project.
8
9         * po/vi.po: Update Vietnamese translation from translation project.
10
11         * po/de.po: Update German translation from translation project.
12
13 2013-07-26  David S. Miller  <davem@davemloft.net>
14
15         * po/bg.po: Update Bulgarian translation from translation project.
16
17         * po/nl.po: Update Dutch translation from translation project.
18         * po/pl.po: Update Polish translation from translation project.
19         * po/ru.po: Update Russian translation from translation project.
20
21 2013-07-24  David S. Miller  <davem@davemloft.net>
22
23         * po/libc.pot: Update.
24
25 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26
27         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
28         variable page size.
29         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
30         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
31         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
32
33 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34
35         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
36
37 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
38             Andreas Schwab  <schwab@suse.de>
39             Roland McGrath  <roland@hack.frob.com>
40             Joseph Myers  <joseph@codesourcery.com>
41             Carlos O'Donell  <carlos@redhat.com>
42
43         [BZ #15755]
44         * config.h.in: Define HAVE_PT_CHOWN.
45         * config.make.in (build-pt-chown): New variable.
46         * configure.in (--enable-pt_chown): New configure option.
47         * configure: Regenerate.
48         * login/Makefile: Include Makeconfig.  Build pt_chown only if
49         build-pt-chown is enabled.
50         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
51         pt_chown to fix pty ownership.
52         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
53         CLOSE_ALL_FDS.
54         * manual/install.texi (Configuring and compiling): Mention
55         --enable-pt_chown. Add @findex for grantpt.
56         * INSTALL: Regenerate.
57
58 2013-07-20  David S. Miller  <davem@davemloft.net>
59
60         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
61         difference between 32-bit and 64-bit.
62
63 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
64
65         [BZ #15711]
66         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
67         Avoid system header dependency with -ffreestanding.
68         ($(objpfx)bits/syscall%d): Likewise.
69
70 2013-07-13  David S. Miller  <davem@davemloft.net>
71
72         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
73         underflows from atanl/atan2l due to bug 15319.
74         (casinh_test_data): Likewise.
75
76 2013-07-07  David S. Miller  <davem@davemloft.net>
77
78         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
79
80 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
81
82         * sysdeps/i386/fpu/libm-test-ulps: Update.
83         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
84
85 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
86
87         * configure.in (--enable-lock-elision): Fix message text.
88         * INSTALL: Regenerate.
89         * configure: Regenerate.
90
91 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
92
93         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
94
95 2013-07-03  Andreas Jaeger  <aj@suse.de>
96
97         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
98         define.
99         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
100         (ptrace_peeksiginfo_args): Add.
101         (__ptrace_peeksiginfo_flags): Add.
102         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
103         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
104         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
105
106 2013-07-03  Allan McRae  <allan@archlinux.org>
107
108         * sysdeps/i386/fpu/libm-test-ulps: Update.
109
110 2013-07-02  David S. Miller  <davem@davemloft.net>
111
112         * sysdeps/sparc/fpu/libm-test-ulps: Update.
113
114 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
115
116         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
117
118 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
119
120         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
121         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
122
123 2013-07-02  Andi Kleen <ak@linux.intel.com>
124
125         * config.h.in (ENABLE_LOCK_ELISION): Add.
126         * configure.in (--enable-lock-elision): Add option.
127         * manual/install.texi: Document --enable lock elision.
128         * configure: Regenerate
129         * INSTALL: Regenerate.
130
131 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
132
133         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
134         SSE4.2 strcasecmp for libc.a.
135         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
136
137 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
138
139         [BZ #13304]
140         * soft-fp/op-common.h (_FP_FMA): New macro.
141         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
142         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
143         (_FP_MUL_MEAT_1_imm): ... here.
144         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
145         (_FP_MUL_MEAT_1_wide): ... here.
146         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
147         (_FP_MUL_MEAT_1_hard): ... here.
148         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
149         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
150         (_FP_MUL_MEAT_2_wide): ... here.
151         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
152         (_FP_MUL_MEAT_2_wide_3mul): ... here.
153         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
154         (_FP_MUL_MEAT_2_gmp): ... here.
155         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
156         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
157         (_FP_MUL_MEAT_4_wide): ... here.
158         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
159         (_FP_MUL_MEAT_4_gmp): ... here.
160         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
161         (_FP_WFRACBITS_DW_S): Likewise.
162         (_FP_WFRACXBITS_DW_S): Likewise.
163         (_FP_HIGHBIT_DW_S): Likewise.
164         (FP_FMA_S): Likewise.
165         (_FP_FRAC_HIGH_DW_S): Likewise.
166         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
167         (_FP_WFRACBITS_DW_D): Likewise.
168         (_FP_WFRACXBITS_DW_D): Likewise.
169         (_FP_HIGHBIT_DW_D): Likewise.
170         (FP_FMA_D): Likewise.
171         (_FP_FRAC_HIGH_DW_D): Likewise.
172         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
173         (_FP_WFRACBITS_DW_E): Likewise.
174         (_FP_WFRACXBITS_DW_E): Likewise.
175         (_FP_HIGHBIT_DW_E): Likewise.
176         (FP_FMA_E): Likewise.
177         (_FP_FRAC_HIGH_DW_E): Likewise.
178         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
179         (_FP_WFRACBITS_DW_Q): Likewise.
180         (_FP_WFRACXBITS_DW_Q): Likewise.
181         (_FP_HIGHBIT_DW_Q): Likewise.
182         (FP_FMA_Q): Likewise.
183         (_FP_FRAC_HIGH_DW_Q): Likewise.
184         * soft-fp/fmasf4.c: New file.
185         * soft-fp/fmadf4.c: Likewise.
186         * soft-fp/fmatf4.c: Likewise.
187
188 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
189
190         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
191         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
192         Silvermont.
193         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
194         macro.
195         (index_Slow_SSE4_2): Likewise.
196         (index_Prefer_PMINUB_for_stringop): Likewise.
197         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
198         bit_Slow_SSE4_2 is set.
199         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
200         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
201
202 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
203
204         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
205         rtld_global._dl_hwcap2.
206         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
207         POWER8.
208         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
209         POWER8 feature descriptions defined in _dl_hwcap2.
210         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
211         string handling for POWER8 feature bits.
212         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
213         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
214         _dl_powerpc_cap_flags.
215         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
216         * sysdeps/powerpc/rtld-global-offsets.sym
217         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
218         _dl_hwcap2 in the rtld_global_ro structure.
219
220 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
221
222         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
223         hardware capabilities in support of AT_HWCAP2.
224         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
225         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
226         GLRO(dl_hwcap2).
227         (_dl_show_auxv): Add support for calling _dl_procinfo to display
228         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
229         explicitly the unknown a_type display mechanism is used.
230         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
231         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
232         struct member.
233         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
234         to macro prototype for AT_HWCAP2 support.
235         * sysdeps/i386/dl-procinfo.h: Likewise.
236         * sysdeps/s390/dl-procinfo.h: Likewise.
237         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
238         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
239         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
240         return -1 for unknown a_type display fallback.
241         * sysdeps/sparc/dl-procinfo.h: Likewise.
242         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
243         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
244
245 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
246
247         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
248         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
249
250 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
251
252         [BZ #12492]
253         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
254         mprotect making __stack_prot writable.
255
256 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
257             Joseph Myers  <joseph@codesourcery.com>
258
259         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
260         as being properly aligned.
261
262 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
263
264         * dlfcn/modstatic5.c: New file.
265         * dlfcn/tststatic5.c: New file.
266         * dlfcn/Makefile (tests): Add tststatic5.
267         (tests-static): Likewise.
268         (modules-names): Add modstatic5.
269         (tststatic5-ENV): New variable.
270         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
271
272         [BZ #15022]
273         * elf/dl-support.c (_dl_main_map): New variable.
274         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
275         (_dl_nns, _dl_load_adds): Set to 1.
276         (_dl_initial_searchlist): Refer to _dl_main_map.
277         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
278         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
279         call to _dl_get_origin.
280         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
281         around call_map.
282         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
283         * dlfcn/modstatic3.c: New file.
284         * dlfcn/tststatic3.c: New file.
285         * dlfcn/tststatic4.c: New file.
286         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
287         (tests-static): Likewise.
288         (modules-names): Add modstatic3.
289         (tststatic3-ENV, tststatic4-ENV): New variables.
290         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
291         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
292
293 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
294
295         * configure.in (CC): Require GCC version 4.4 or later.
296         * configure: Regenerated.
297         * manual/install.texi (Tools for Compilation): Update GCC version
298         requirement.
299         * INSTALL: Regenerated.
300
301 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
302
303         [BZ #15674]
304         * string/test-memcmp.c (check2): New.
305         (main): Call check2.
306
307         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
308
309 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
310
311         [BZ #15022]
312         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
313         over to...
314         (dl_open_worker) [!SHARED]: ... here.
315
316 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
317
318         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
319
320 2013-06-25  Richard Henderson  <rth@redhat.com>
321
322         * locale/programs/locarchive.c: Include <libc-internal.h>
323
324 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
325
326         * manual/texinfo.tex: Update to version 2013-06-21.17, with
327         trailing whitespace removed.
328
329 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
330
331         [BZ #10283]
332         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
333         * locale/programs/locarchive.c: Include libc-mmap.h.
334         (prepare_address_space): Take two new outputs (the mmap base and len).
335         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
336         values.
337         (create_archive): Declare new mmap base and len values for
338         prepare_address_space, and store the result in ah.
339         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
340         (enlarge_archive): If ah->mmap_base is not NULL, use that and
341         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
342         Declare new mmap base and len values for
343         prepare_address_space, and store the result in new_ah.
344         (open_archive): Declare new mmap base and len values for
345         prepare_address_space, and store the result in ah.
346         (close_archive): If ah->mmap_base is not NULL, use that and
347         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
348         * sysdeps/generic/libc-mmap.h: New file.
349
350 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
351
352         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
353         (ALIGN_UP): Likewise.
354         (PTR_ALIGN_DOWN): Likewise.
355         (PTR_ALIGN_UP): Likewise.
356
357 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
358
359         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
360         entry mapped to PPC_PLATFORM_POWER8.
361         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
362         POWER8.
363         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
364         (_dl_string_platform): Add case for exporting platform position for
365         POWER8.
366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
367         search path to sysdeps/powerpc/powerpc32/power8 directory.
368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
369         search path to sysdeps/powerpc/powerpc64/power8 directory.
370         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
371         power7 directories.
372         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
373         power7 directories.
374
375 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
376
377         * INSTALL: Regenerate.
378
379         * nscd/connections.c (nscd_init): Fix comment.
380
381 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
382
383         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
384
385         [BZ #15667]
386         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
387         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
388
389 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
390
391         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
392         DL_DST_REQ_STATIC.
393         (DL_DST_REQ_STATIC): Remove macro.
394
395 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
396
397         [BZ #7006]
398         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
399         with a shift of 0 bits.
400
401 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
402
403         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
404         $(tststatic-ENV).
405
406 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
407
408         [BZ #15655]
409         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
410
411 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
412
413         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
414         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
415         accepts -fno-tree-loop-distribute-patterns.
416         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
417         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
418         recursive call.
419         * string/memset.c (memset): Likewise.
420         * string/test-memmove.c (simple_memmove): Disable loop transformation
421         to library calls.
422         * string/test-memset.c (simple_memset): Likewise.
423         * benchtests/bench-memmove.c (simple_memmove): Likewise.
424         * benchtests/bench-memset.c (simple_memset): Likewise.
425         * configure: Regenerated.
426
427 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
428
429         * math/test-misc.c (main): Ignore fesetround failure when failures
430         of subsequent rounding tests would be ignored.
431
432         [BZ #15654]
433         * math/fedisblxcpt.c (fedisableexcept): Return 0.
434         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
435         * math/fegetenv.c (__fegetenv): Return 0.
436         * math/fegetexcept.c (fegetexcept): Return 0.
437         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
438         FE_TONEAREST.
439         * math/feholdexcpt.c (feholdexcept): Return 0.
440         * math/fesetenv.c (__fesetenv): Return 0.
441         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
442         argument FE_TONEAREST.
443         * math/feupdateenv.c (__feupdateenv): Return 0.
444         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
445
446 2013-06-18  Roland McGrath  <roland@hack.frob.com>
447
448         * elf/rtld-Rules (rtld-compile-command.S): New variable.
449         (rtld-compile-command.s, rtld-compile-command.c): New variables.
450         ($(objpfx)rtld-%.os rules): Use them.
451
452 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
453
454         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
455         fields.
456
457 2013-06-17  Roland McGrath  <roland@hack.frob.com>
458
459         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
460         length of target pattern, then descending length of dependency pattern.
461         * configure.in (AWK): Require gawk 3.1.2 or newer.
462         * manual/install.texi (Tools for Compilation): Say that we do.
463         * configure: Regenerated.
464
465         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
466         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
467         * scripts/sysd-rules.awk: ... this new script.
468         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
469         than a glob-style pattern.
470
471 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
472
473         * math/test-misc.c (main): Do not treat incorrectly rounded
474         conversions as failure unless ROUNDING_TESTS passes.
475
476 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
477
478         [BZ #15631]
479         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
480         restore exception state around main square root computation, then
481         check for inexactness explicitly.
482
483         * math/libm-test.inc (fma_test_data): Add another test.
484
485 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
486
487         * manual/threads.texi (Non-POSIX Extensions): New document
488         node.  Document pthread_getattr_default_np and
489         pthread_setattr_default_np.
490
491         * Versions.def (libpthread): Add GLIBC_2.18.
492         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
494         Likewise.
495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
496         Likewise.
497         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
498         Likewise.
499         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
500         Likewise.
501         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
502         Likewise.
503         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
504         Likewise.
505         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
506         Likewise.
507         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
508         Likewise.
509         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
510         Likewise.
511
512 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
513
514         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
515         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
516
517 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
518             H.J. Lu  <hjl.tools@gmail.com>
519
520         [BZ #15627]
521         * sysdeps/x86_64/rtld-memset.c: Remove file.
522         * sysdeps/x86_64/rtld-memset.S: New file.
523
524 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
525
526         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
527         (test_in_one_mode): Take arguments for whether the rounding mode
528         is supported for each floating-point type.
529         (do_test): Pass new arguments to test_in_one_mode using
530         ROUNDING_TESTS.
531
532 2013-06-13  Roland McGrath  <roland@hack.frob.com>
533
534         * posix/tst-waitid.c (do_test): Distinguish different instances of
535         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
536         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
537         before entering the kernel for waitpid.
538
539 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
540
541         * NEWS: Fix note on clock function precision.  Text by Roland
542         McGrath.
543
544 2013-06-13  Roland McGrath  <roland@hack.frob.com>
545
546         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
547         it into place only when and if the sanity check passes.
548
549 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
550
551         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
552         output for whether conversion result is exact.  Take argument
553         indicating whether type is IBM long double.
554         (round_for_all): Change need_exact field to ibm_ld.
555         * stdlib/tst-strtod-round.c (struct exactness): New type.
556         (struct test): Change bool ld_ok field to struct exactness exact.
557         (TEST): Update all definitions for change to field.
558         (tests): Regenerate array contents.
559         (test_in_one_mode): Take pointer to new field instead of old ld_ok
560         field value.  Check for IBM long double here.
561         (do_test): Update calls to test_in_one_mode.
562
563 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
564
565         [BZ #12515]
566         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
567         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
568
569 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
570
571         [BZ #15605]
572         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
573         generated by the compiler on loop optimizations.
574         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
575         general definitions.
576
577 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
578
579         * math/bug-nextafter.c: Include <math-tests.h>.
580         (main): Only test for exceptions if EXCEPTION_TESTS is true for
581         the relevant type.
582         * math/bug-nexttoward.c: Include <math-tests.h>.
583         (main): Only test for exceptions if EXCEPTION_TESTS is true for
584         the relevant type.
585         * math/test-misc.c: Include <math-tests.h>.
586         (main): Only test for exceptions if EXCEPTION_TESTS is true for
587         the relevant type.
588
589 2013-06-12  Andreas Jaeger  <aj@suse.de>
590
591         * po/ia.po: Update Interlingua translation from translation
592         project.
593
594 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
595
596         * include/fenv.h: Include stdbool.h.
597         (struct rm_ctx): New structure.
598         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
599         Define macro.
600         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
601         (SET_RESTORE_ROUNDF): Likewise.
602         (SET_RESTORE_ROUNDL): Likewise.
603         (SET_RESTORE_ROUND_NOEX): Likewise.
604         (SET_RESTORE_ROUND_NOEXF): Likewise.
605         (SET_RESTORE_ROUND_NOEXL): Likewise.
606         (SET_RESTORE_ROUND_53BIT): Likewise.
607         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
608         (libc_feresetround_noexf_ctx): Likewise.
609         (libc_feresetround_noexl_ctx): Likewise.
610         (libc_feholdsetround_53bit_ctx): Likewise.
611         (libc_feresetround_53bit_ctx): Likewise.
612         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
613         (libc_feholdexcept_setround_sse_ctx): New function.
614         (libc_fesetenv_sse_ctx): Likewise.
615         (libc_feupdateenv_sse_ctx): Likewise.
616         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
617         (libc_feholdexcept_setround_387_ctx): Likewise.
618         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
619         (libc_feholdsetround_387_prec_ctx): Likewise.
620         (libc_feholdsetround_387_ctx): Likewise.
621         (libc_feholdsetround_387_53bit_ctx): Likewise.
622         (libc_feholdsetround_sse_ctx): Likewise.
623         (libc_feresetround_sse_ctx): Likewise.
624         (libc_feresetround_387_ctx): Likewise.
625         (libc_feupdateenv_387_ctx): Likewise.
626         (libc_feholdexcept_setroundf_ctx): Define macro.
627         (libc_fesetenvf_ctx): Likewise.
628         (libc_feupdateenvf_ctx): Likewise.
629         (libc_feholdsetroundf_ctx): Likewise.
630         (libc_feresetroundf_ctx): Likewise.
631         (libc_feholdexcept_setround_ctx): Likewise.
632         (libc_fesetenv_ctx): Likewise.
633         (libc_feupdateenv_ctx): Likewise.
634         (libc_feholdsetround_ctx): Likewise.
635         (libc_feresetround_ctx): Likewise.
636         (libc_feholdexcept_setroundl_ctx): Likewise.
637         (libc_feupdateenvl_ctx): Likewise.
638         (libc_feholdsetroundl_ctx): Likewise.
639         (libc_feresetroundl_ctx): Likewise.
640         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
641         (libc_feresetround_53bit_ctx): Likewise.
642
643 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
644
645         * locale/iso-639.def: Convert to UTF-8.
646
647 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
648
649         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
650         (EXCEPTION_TESTS_double): Likewise.
651         (EXCEPTION_TESTS_long_double): Likewise.
652         (EXCEPTION_TESTS): Likewise.
653         * math/libm-test.inc (test_exceptions): Only test exceptions if
654         EXCEPTION_TESTS (FLOAT).
655
656 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
657
658         * benchtests/Makefile (string-bench): Add strcpy_chk and
659         stpcpy_chk.
660         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
661         * benchtests/bench-stpcpy_chk.c: New file.
662         * benchtests/bench-strcpy_chk-ifunc.c: New file.
663         * benchtests/bench-strcpy_chk.c: New file.
664         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
665         code.
666         (do_test): Likewise.
667
668 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
669
670         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
671         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
672         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
673         with tabs where appropriate.
674         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
675         dl-procinfo.h.
676         [PPC_PLATFORM_PPC440]: Likewise.
677         [PPC_PLATFORM_PPC464]: Likewise.
678         [PPC_PLATFORM_PPC476]: Likewise.
679         (_dl_string_platform): Add support for detecting ppc405, ppc440,
680         ppc464, and ppc476 platform strings merging from ports/
681         dl-procinfo.h.
682
683 2013-06-11  Andreas Schwab  <schwab@suse.de>
684
685         [BZ #14991]
686         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
687         (from_ucs4_idx): Regenerate.
688         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
689         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
690         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
691         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
692         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
693         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
694         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
695         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
696         from FROM_LOOP and TO_LOOP specific macros.
697         (BODY): Handle combining characters.
698         * iconvdata/BIG5HKSCS.irreversible: Update.
699         * iconvdata/BIG5HKSCS.precomposed: New file.
700         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
701         characters.
702         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
703
704 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
705
706         * include/sys/time.h: Fix indentation and add copyright header.
707
708         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
709         (do_test): Likewise.
710         * string/test-memchr.c (do_one_test): Likewise.
711         (do_test): Likewise.
712         * string/test-memcmp.c (do_one_test): Likewise.
713         (do_test): Likewise.
714         * string/test-memcpy.c (do_one_test): Likewise.
715         (do_test): Likewise.
716         * string/test-memmem.c (do_one_test): Likewise.
717         (do_test): Likewise.
718         (do_random_tests): Likewise.
719         * string/test-memmove.c (do_one_test): Likewise.
720         (do_test): Likewise.
721         * string/test-memset.c (do_one_test): Likewise.
722         (do_test): Likewise.
723         * string/test-rawmemchr.c (do_one_test): Likewise.
724         (do_test): Likewise.
725         * string/test-strcasecmp.c (do_one_test): Likewise.
726         (do_test): Likewise.
727         * string/test-strcasestr.c (do_one_test): Likewise.
728         (do_test): Likewise.
729         * string/test-strcat.c (do_one_test): Likewise.
730         (do_test): Likewise.
731         * string/test-strchr.c (do_one_test): Likewise.
732         (do_test): Likewise.
733         * string/test-strcmp.c (do_one_test): Likewise.
734         (do_test): Likewise.
735         * string/test-strcpy.c (do_one_test): Likewise.
736         (do_test): Likewise.
737         * string/test-string.h: Likewise.
738         (test_init): Likewise.
739         * string/test-strlen.c (do_one_test): Likewise.
740         (do_test): Likewise.
741         * string/test-strncasecmp.c (do_one_test): Likewise.
742         (do_test): Likewise.
743         * string/test-strncat.c (do_one_test): Likewise.
744         (do_test): Likewise.
745         * string/test-strncmp.c (do_one_test): Likewise.
746         (do_test_limit): Likewise.
747         (do_test): Likewise.
748         * string/test-strncpy.c (do_one_test): Likewise.
749         (do_test): Likewise.
750         * string/test-strnlen.c (do_one_test): Likewise.
751         (do_test): Likewise.
752         * string/test-strpbrk.c (do_one_test): Likewise.
753         (do_test): Likewise.
754         * string/test-strrchr.c (do_one_test): Likewise.
755         (do_test): Likewise.
756         * string/test-strspn.c (do_one_test): Likewise.
757         (do_test): Likewise.
758         * string/test-strstr.c (do_one_test): Likewise.
759         (do_test): Likewise.
760
761         * benchtests/Makefile (string-bench): Add string benchmarks.
762         * benchtests/bench-bcopy-ifunc.c: New file.
763         * benchtests/bench-bcopy.c: New file.
764         * benchtests/bench-bzero-ifunc.c: New file.
765         * benchtests/bench-bzero.c: New file.
766         * benchtests/bench-memccpy-ifunc.c: New file.
767         * benchtests/bench-memccpy.c: New file.
768         * benchtests/bench-memchr-ifunc.c: New file.
769         * benchtests/bench-memchr.c: New file.
770         * benchtests/bench-memcmp-ifunc.c: New file.
771         * benchtests/bench-memcmp.c: New file.
772         * benchtests/bench-memmem-ifunc.c: New file.
773         * benchtests/bench-memmem.c: New file.
774         * benchtests/bench-memmove-ifunc.c: New file.
775         * benchtests/bench-memmove.c: New file.
776         * benchtests/bench-mempcpy-ifunc.c: New file.
777         * benchtests/bench-mempcpy.c: New file.
778         * benchtests/bench-memset-ifunc.c: New file.
779         * benchtests/bench-memset.c: New file.
780         * benchtests/bench-rawmemchr-ifunc.c: New file.
781         * benchtests/bench-rawmemchr.c: New file.
782         * benchtests/bench-stpcpy-ifunc.c: New file.
783         * benchtests/bench-stpcpy.c: New file.
784         * benchtests/bench-stpncpy-ifunc.c: New file.
785         * benchtests/bench-stpncpy.c: New file.
786         * benchtests/bench-strcasecmp-ifunc.c: New file.
787         * benchtests/bench-strcasecmp.c: New file.
788         * benchtests/bench-strcasestr-ifunc.c: New file.
789         * benchtests/bench-strcasestr.c: New file.
790         * benchtests/bench-strcat-ifunc.c: New file.
791         * benchtests/bench-strcat.c: New file.
792         * benchtests/bench-strchr-ifunc.c: New file.
793         * benchtests/bench-strchr.c: New file.
794         * benchtests/bench-strchrnul-ifunc.c: New file.
795         * benchtests/bench-strchrnul.c: New file.
796         * benchtests/bench-strcmp-ifunc.c: New file.
797         * benchtests/bench-strcmp.c: New file.
798         * benchtests/bench-strcpy-ifunc.c: New file.
799         * benchtests/bench-strcpy.c: New file.
800         * benchtests/bench-strcspn-ifunc.c: New file.
801         * benchtests/bench-strcspn.c: New file.
802         * benchtests/bench-strlen-ifunc.c: New file.
803         * benchtests/bench-strlen.c: New file.
804         * benchtests/bench-strncasecmp-ifunc.c: New file.
805         * benchtests/bench-strncasecmp.c: New file.
806         * benchtests/bench-strncat-ifunc.c: New file.
807         * benchtests/bench-strncat.c: New file.
808         * benchtests/bench-strncmp-ifunc.c: New file.
809         * benchtests/bench-strncmp.c: New file.
810         * benchtests/bench-strncpy-ifunc.c: New file.
811         * benchtests/bench-strncpy.c: New file.
812         * benchtests/bench-strnlen-ifunc.c: New file.
813         * benchtests/bench-strnlen.c: New file.
814         * benchtests/bench-strpbrk-ifunc.c: New file.
815         * benchtests/bench-strpbrk.c: New file.
816         * benchtests/bench-strrchr-ifunc.c: New file.
817         * benchtests/bench-strrchr.c: New file.
818         * benchtests/bench-strspn-ifunc.c: New file.
819         * benchtests/bench-strspn.c: New file.
820         * benchtests/bench-strstr-ifunc.c: New file.
821         * benchtests/bench-strstr.c: New file.
822
823         * benchtests/Makefile: Disable parallel execution of targets.
824         (string-bench): Add memcpy.
825         (benchset): New variable to store a list of benchmark sets.
826         (bench-func): Renamed from bench.
827         (bench-set): New target.
828         (bench): Depend on bench-func and bench-set.
829         * benchtests/README: Add section on benchmark sets.
830         * benchtests/bench-memcpy-ifunc.c: New file.
831         * benchtests/bench-memcpy.c: New file.
832         * benchtests/bench-string.h: New file.
833
834 2013-06-11  Andreas Schwab  <schwab@suse.de>
835
836         [BZ #15577]
837         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
838         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
839         values in the triple.
840         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
841         terminator in the group key.
842
843 2013-06-11  Andreas Jaeger  <aj@suse.de>
844
845         * po/zh_TW.po: Update Chinese (traditional) translation from
846         translation project.
847
848 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
849
850         * include/time.h (__clock_gettime): Add libc_hidden_proto.
851         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
852         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
853         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
854         (clock_getcpuclockid): Likewise.
855         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
856         Add weak_alias and libc_hidden_def.
857         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
858         * rt/clock_gettime.c (clock_gettime): Rename to
859         __clock_gettime.  Add weak_alias and libc_hidden_def.
860         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
861         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
862         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
863         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
864         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
865         Likewise.
866         * rt/clock_settime.c (clock_settime): Rename to
867         __clock_settime.  Add weak_alias and libc_hidden_def.
868         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
869
870 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
871
872         * mach/err_boot.sub: Remove trailing whitespace.
873         * mach/err_ipc.sub: Likewise.
874         * mach/err_mach.sub: Likewise.
875
876         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
877         (ROUNDING_TESTS_double): Likewise.
878         (ROUNDING_TESTS_long_double): Likewise.
879         (ROUNDING_TESTS): Likewise.
880         * math/libm-test.inc: Include <math-tests.h>.
881         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
882         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
883         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
884         (IF_ROUND_INIT_FE_UPWARD): Likewise.
885
886 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
887
888         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
889         of assigning.
890
891 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
892
893         * sysdeps/gnu/errlist.awk: Do not generate space at end of
894         otherwise empty TRANS lines.
895         * sysdeps/gnu/errlist.c: Regenerated.
896
897         * catgets/gencat.c (error_print): Use (void) in function
898         definition.
899         * crypt/crypt_util.c (__init_des): Likewise.
900         * crypt/speeds.c (Stop): Likewise.
901         (main): Likewise.
902         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
903         * inet/ruserpass.c (token): Likewise.
904         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
905         * intl/localealias.c (extend_alias_table): Likewise.
906         * intl/plural-exp.c (init_germanic_plural): Likewise.
907         * libio/fcloseall.c (__fcloseall): Likewise.
908         * libio/genops.c (_IO_flush_all): Likewise.
909         (_IO_flush_all_linebuffered): Likewise.
910         (_IO_cleanup): Likewise.
911         (_IO_iter_begin): Likewise.
912         (_IO_iter_end): Likewise.
913         (_IO_list_lock): Likewise.
914         (_IO_list_unlock): Likewise.
915         (_IO_list_resetlock): Likewise.
916         * libio/getchar.c (getchar): Likewise.
917         * libio/getchar_u.c (getchar_unlocked): Likewise.
918         * libio/getwchar.c (getwchar): Likewise.
919         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
920         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
921         * login/getpt.c (__getpt): Likewise.
922         * login/tst-utmp.c (main): Likewise.
923         * malloc/hooks.c (__malloc_check_init): Likewise.
924         * malloc/malloc.c (__malloc_stats): Likewise.
925         * malloc/mtrace.c (tr_break): Likewise.
926         (mtrace): Likewise.
927         (muntrace): Likewise.
928         * misc/fstab.c (endfsent): Likewise.
929         * misc/getclktck.c (__getclktck): Likewise.
930         * misc/getdtsz.c (__getdtablesize): Likewise.
931         * misc/gethostid.c (gethostid): Likewise.
932         * misc/getpagesize.c (__getpagesize): Likewise.
933         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
934         (__get_nprocs): Likewise.
935         (__get_phys_pages): Likewise.
936         (__get_avphys_pages): Likewise.
937         * misc/getttyent.c (getttyent): Likewise.
938         (setttyent): Likewise.
939         (endttyent): Likewise.
940         * misc/getusershell.c (getusershell): Likewise.
941         (endusershell): Likewise.
942         (setusershell): Likewise.
943         (initshells): Likewise.
944         * misc/hsearch.c (__hdestroy): Likewise.
945         * misc/sync.c (sync): Likewise.
946         * misc/syslog.c (closelog_internal): Likewise.
947         (closelog): Likewise.
948         * misc/ttyslot.c (ttyslot): Likewise.
949         * misc/vhangup.c (vhangup): Likewise.
950         * posix/fork.c (__fork): Likewise.
951         * posix/getegid.c (__getegid): Likewise.
952         * posix/geteuid.c (__geteuid): Likewise.
953         * posix/getgid.c (__getgid): Likewise.
954         * posix/getpid.c (__getpid): Likewise.
955         * posix/getppid.c (__getppid): Likewise.
956         * posix/getuid.c (__getuid): Likewise.
957         * posix/pause.c (pause): Likewise.
958         * posix/setpgrp.c (setpgrp): Likewise.
959         * posix/setsid.c (__setsid): Likewise.
960         * posix/test-vfork.c (noop): Likewise.
961         * resolv/gethnamaddr.c (_endhtent): Likewise.
962         (_gethtent): Likewise.
963         (ht_endhostent): Likewise.
964         (gethostent): Likewise.
965         (dns_service): Likewise.
966         * stdlib/drand48.c (drand48): Likewise.
967         * stdlib/lrand48.c (lrand48): Likewise.
968         * stdlib/mrand48.c (mrand48): Likewise.
969         * stdlib/rand.c (rand): Likewise.
970         * stdlib/random.c (__random): Likewise.
971         * stdlib/setenv.c (clearenv): Likewise.
972         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
973         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
974         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
975         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
976         (__get_nprocs): Likewise.
977         (__get_phys_pages): Likewise.
978         (__get_avphys_pages): Likewise.
979         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
980         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
981         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
982         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
983         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
984         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
985         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
986         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
987         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
988         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
989         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
990         * sysdeps/mach/hurd/sync.c (sync): Likewise.
991         * sysdeps/posix/clock.c (clock): Likewise.
992         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
993         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
994         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
995         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
996         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
997         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
998         (__get_nprocs_conf): Likewise.
999         (__get_phys_pages): Likewise.
1000         (__get_avphys_pages): Likewise.
1001         * time/clock.c (clock): Likewise.
1002         * time/tzset.c (__tzname_max): Likewise.
1003
1004 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
1005
1006         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
1007         (__bswap_32): Do not use "register".
1008         * crypt/crypt.c (_ufc_doit_r): Likewise.
1009         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
1010         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
1011         * gmon/gmon.c (__monstartup): Likewise.
1012         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
1013         * hurd/hurdmalloc.c (more_memory): Likewise.
1014         (malloc): Likewise.
1015         (free): Likewise.
1016         (realloc): Likewise.
1017         (malloc_fork_prepare): Likewise.
1018         (malloc_fork_parent): Likewise.
1019         (malloc_fork_child): Likewise.
1020         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
1021         (_svcauth_des): Likewise.
1022         * inet/inet_lnaof.c (inet_lnaof): Likewise.
1023         * inet/inet_net.c (inet_network): Likewise.
1024         * inet/inet_netof.c (inet_netof): Likewise.
1025         * inet/rcmd.c (__validuser2_sa): Likewise.
1026         * io/fts.c (fts_open): Likewise.
1027         (fts_load): Likewise.
1028         (fts_close): Likewise.
1029         (fts_read): Likewise.
1030         (fts_children): Likewise.
1031         (fts_build): Likewise.
1032         (fts_stat): Likewise.
1033         (fts_sort): Likewise.
1034         (fts_alloc): Likewise.
1035         (fts_lfree): Likewise.
1036         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
1037         (_IO_file_xsgetn): Likewise.
1038         (_IO_file_xsgetn_mmap): Likewise.
1039         * libio/iofopncook.c (_IO_cookie_read): Likewise.
1040         (_IO_cookie_write): Likewise.
1041         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
1042         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
1043         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
1044         * malloc/obstack.c (_obstack_begin): Likewise.
1045         (_obstack_begin_1): Likewise.
1046         (_obstack_newchunk): Likewise.
1047         (_obstack_allocated_p): Likewise.
1048         (obstack_free): Likewise.
1049         (_obstack_memory_used): Likewise.
1050         * misc/getttyent.c (getttynam): Likewise.
1051         (getttyent): Likewise.
1052         (skip): Likewise.
1053         (value): Likewise.
1054         * misc/getusershell.c (initshells): Likewise.
1055         * misc/syslog.c (__vsyslog_chk): Likewise.
1056         * misc/ttyslot.c (ttyslot): Likewise.
1057         * nis/nis_hash.c (__nis_hash): Likewise.
1058         * posix/fnmatch_loop.c (FCT): Likewise.
1059         * posix/getconf.c (print_all): Likewise.
1060         (main): Likewise.
1061         * posix/getopt.c (exchange): Likewise.
1062         * posix/glob.c (globfree): Likewise.
1063         (prefix_array): Likewise.
1064         (__glob_pattern_type): Likewise.
1065         * resolv/arpa/nameser.h (NS_GET16): Likewise.
1066         (NS_GET32): Likewise.
1067         (NS_PUT16): Likewise.
1068         (NS_PUT32): Likewise.
1069         * resolv/gethnamaddr.c (getanswer): Likewise.
1070         (gethostbyname2): Likewise.
1071         (gethostbyaddr): Likewise.
1072         (_gethtent): Likewise.
1073         (_gethtbyname2): Likewise.
1074         (_gethtbyaddr): Likewise.
1075         * resolv/ns_print.c (dst_s_get_int16): Likewise.
1076         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
1077         * resolv/res_init.c (__res_vinit): Likewise.
1078         (net_mask): Likewise.
1079         * resolv/res_mkquery.c (outchar): Likewise.
1080         (PRINT): Likewise.
1081         * stdio-common/printf_fp.c (outchar): Likewise.
1082         (PRINT): Likewise.
1083         * stdio-common/printf_fphex.c (outchar): Likewise.
1084         (PRINT): Likewise.
1085         * stdio-common/printf_size.c (outchar): Likewise.
1086         (PRINT): Likewise.
1087         * stdio-common/test_rdwr.c (main): Likewise.
1088         * stdio-common/tfformat.c (matches): Likewise.
1089         * stdio-common/vfprintf.c (outchar): Likewise.
1090         (printf_unknown): Likewise.
1091         (buffered_vfprintf): Likewise.
1092         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
1093         * stdio-common/xbug.c (AppendToBuffer): Likewise.
1094         (ReadFile): Likewise.
1095         * stdlib/qsort.c (SWAP): Likewise.
1096         (_quicksort): Likewise.
1097         * stdlib/setenv.c (__add_to_environ): Likewise.
1098         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
1099         * stdlib/strtol_l.c (__strtol_l): Likewise.
1100         * stdlib/tst-strtod.c (main): Likewise.
1101         * stdlib/tst-strtol.c (main): Likewise.
1102         * stdlib/tst-strtoll.c (main): Likewise.
1103         * string/bits/string2.h (__strcmp_cc): Likewise.
1104         (__strcmp_cg): Likewise.
1105         (__strcspn_c1): Likewise.
1106         (__strcspn_c2): Likewise.
1107         (__strcspn_c3): Likewise.
1108         (__strspn_c1): Likewise.
1109         (__strspn_c2): Likewise.
1110         (__strspn_c3): Likewise.
1111         (__strsep_1c): Likewise.
1112         (__strsep_2c): Likewise.
1113         (__strsep_3c): Likewise.
1114         * string/memccpy.c (__memccpy): Likewise.
1115         * string/stpcpy.c (__stpcpy): Likewise.
1116         * string/strcmp.c (strcmp): Likewise.
1117         * string/strrchr.c (strrchr): Likewise.
1118         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
1119         Likewise.
1120         * sysdeps/mach/hurd/getcwd.c
1121         (_hurd_canonicalize_directory_name_internal): Likewise.
1122         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
1123         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
1124         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
1125         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
1126         Likewise, in both definitions.
1127         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
1128         definitions.
1129         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
1130         64] (__bswap_64): Likewise.
1131         * time/test_time.c (main): Likewise.
1132         * time/tzfile.c (__tzfile_read): Likewise.
1133         (__tzfile_compute): Likewise.
1134         * time/tzset.c (__tzset_parse_tz): Likewise.
1135         (tzset_internal): Likewise.
1136         (compute_change): Likewise.
1137         * wcsmbs/wcscat.c (__wcscat): Likewise.
1138         * wcsmbs/wcschr.c (wcschr): Likewise.
1139         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
1140         * wcsmbs/wcscspn.c (wcscspn): Likewise.
1141         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
1142         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
1143         * wcsmbs/wcsspn.c (wcsspn): Likewise.
1144         * wcsmbs/wcsstr.c (wcsstr): Likewise.
1145         * wcsmbs/wmemchr.c (wmemchr): Likewise.
1146         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
1147         * wcsmbs/wmemset.c (wmemset): Likewise.
1148
1149 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
1150
1151         * scripts/config.guess: Update to version 2013-05-16.
1152         * scripts/config.sub: Update to version 2013-04-24.
1153         * scripts/install-sh: Update to version 2011-11-20.07.
1154         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
1155         * scripts/move-if-change: Update to version 2012-01-06 07:23.
1156
1157 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
1158
1159         * debug/fgetws_u_chk.c: Fix leading whitespaces.
1160         * elf/sln.c: Likewise.
1161         * hurd/hurd/ioctl.h: Likewise.
1162         * hurd/hurdmalloc.c: Likewise.
1163         * hurd/xattr.c: Likewise.
1164         * include/shlib-compat.h: Likewise.
1165         * inet/ruserpass.c: Likewise.
1166         * libio/iofgets_u.c: Likewise.
1167         * libio/iofgetws_u.c: Likewise.
1168         * locale/programs/ld-identification.c: Likewise.
1169         * locale/programs/ld-time.c: Likewise.
1170         * mach/msg-destroy.c: Likewise.
1171         * nss/nss_files/files-netgrp.c: Likewise.
1172         * resolv/res_data.c: Likewise.
1173         * soft-fp/op-1.h: Likewise.
1174         * soft-fp/op-2.h: Likewise.
1175         * soft-fp/op-4.h: Likewise.
1176         * soft-fp/op-common.h: Likewise.
1177         * stdio-common/printf_fphex.c: Likewise.
1178         * stdlib/strtod_l.c: Likewise.
1179         * sunrpc/rpc/clnt.h: Likewise.
1180         * sysdeps/generic/framestate.c: Likewise.
1181         * sysdeps/i386/bsd-_setjmp.S: Likewise.
1182         * sysdeps/i386/bsd-setjmp.S: Likewise.
1183         * sysdeps/i386/__longjmp.S: Likewise.
1184         * sysdeps/i386/setjmp.S: Likewise.
1185         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
1186         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
1187         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
1188         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
1189         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
1190         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
1191         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
1192         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
1193         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1194         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
1195         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
1196         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
1197         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
1198         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
1199         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
1200         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
1201         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
1202         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
1203         * sysdeps/ieee754/support.c: Likewise.
1204         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
1205         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
1206         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
1207         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
1208         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
1209         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
1210         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
1211         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
1212         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
1213         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
1214         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
1215         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
1216         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
1217         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
1218         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
1219         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
1220         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
1221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
1222
1223 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
1224
1225         * posix/transbug.c: Remove executable mode.
1226
1227 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
1228
1229         * crypt/speeds.c: Remove trailing whitespace.
1230         * dlfcn/default.c: Likewise.
1231         * elf/ifuncdep2.c: Likewise.
1232         * elf/ifuncmain1.c: Likewise.
1233         * elf/ifuncmain1vis.c: Likewise.
1234         * elf/testobj.h: Likewise.
1235         * elf/tst-stackguard1.c: Likewise.
1236         * gmon/sys/gmon.h: Likewise.
1237         * hurd/hurdmsg.c: Likewise.
1238         * hurd/new-fd.c: Likewise.
1239         * hurd/ports-get.c: Likewise.
1240         * iconvdata/ibm1008_420.c: Likewise.
1241         * inet/tst-getni1.c: Likewise.
1242         * inet/tst-getni2.c: Likewise.
1243         * libio/ioungetc.c: Likewise.
1244         * libio/wfiledoalloc.c: Likewise.
1245         * manual/libm-err-tab.pl: Likewise.
1246         * math/w_dremf.c: Likewise.
1247         * misc/ftruncate.c: Likewise.
1248         * posix/bug-glob2.c: Likewise.
1249         * posix/tst-pcre.c: Likewise.
1250         * posix/wait4.c: Likewise.
1251         * resolv/README: Likewise.
1252         * resolv/res_debug.h: Likewise.
1253         * resolv/tst-inet_ntop.c: Likewise.
1254         * setjmp/bug269-setjmp.c: Likewise.
1255         * soft-fp/extended.h: Likewise.
1256         * soft-fp/op-1.h: Likewise.
1257         * soft-fp/op-2.h: Likewise.
1258         * soft-fp/op-4.h: Likewise.
1259         * soft-fp/op-8.h: Likewise.
1260         * soft-fp/testit.c: Likewise.
1261         * stdio-common/bug16.c: Likewise.
1262         * stdlib/random.c: Likewise.
1263         * sunrpc/rpcsvc/rquota.x: Likewise.
1264         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1265         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
1266         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
1267         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
1268         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
1269         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
1270         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
1271         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
1272         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
1273         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
1274         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
1275         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
1276         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1277         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
1278         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1279         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
1280         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
1281         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
1282         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
1283         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
1284         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
1285         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
1286         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
1287         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
1288         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
1289         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
1290         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
1291         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
1292         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1293         * sysdeps/ieee754/s_lib_version.c: Likewise.
1294         * sysdeps/mach/hurd/check_fds.c: Likewise.
1295         * sysdeps/mach/hurd/getsockname.c: Likewise.
1296         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
1297         * sysdeps/mach/hurd/recvfrom.c: Likewise.
1298         * sysdeps/powerpc/bits/link.h: Likewise.
1299         * sysdeps/powerpc/dl-procinfo.c: Likewise.
1300         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
1301         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
1302         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
1303         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
1304         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
1305         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
1306         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
1307         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
1308         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
1309         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1310         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
1311         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
1312         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
1313         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
1314         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
1315         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
1316         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
1317         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
1318         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
1319         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
1320         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
1321         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
1322         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
1323         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
1324         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
1325         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
1326         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
1327         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
1328         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
1329         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
1330         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
1331         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
1332         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
1333         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
1334         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
1335         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
1336         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
1337         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1338         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
1339         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
1340         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
1341         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
1342         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
1343         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
1344         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
1345         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
1346         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
1347         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
1348         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
1349         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
1350         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1351         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
1352         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
1353         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
1354         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1355         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1356         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
1357         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
1358         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1359         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
1360         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
1361         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
1362         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
1363         * sysdeps/powerpc/sysdep.h: Likewise.
1364         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
1365         * sysdeps/s390/s390-64/sub_n.S: Likewise.
1366         * sysdeps/sh/dl-trampoline.S: Likewise.
1367         * sysdeps/sh/memset.S: Likewise.
1368         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
1369         * sysdeps/sh/strlen.S: Likewise.
1370         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
1371         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
1372         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
1373         * sysdeps/sparc/sparc32/rem.S: Likewise.
1374         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
1375         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
1376         * sysdeps/sparc/sparc32/strchr.S: Likewise.
1377         * sysdeps/sparc/sparc32/udiv.S: Likewise.
1378         * sysdeps/sparc/sparc32/urem.S: Likewise.
1379         * sysdeps/sparc/sparc64/add_n.S: Likewise.
1380         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
1381         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
1382         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
1383         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
1384         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
1385         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
1386         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
1387         * sysdeps/unix/bsd/times.c: Likewise.
1388         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
1389         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
1390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
1391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
1392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
1393         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
1394         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
1395         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
1396         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
1397         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
1398         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
1399         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
1400         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
1401         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
1402         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
1403         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
1404         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
1405         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
1406         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
1407         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
1408         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
1409         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
1410         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
1411         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
1412         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
1413         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1414         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
1415         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1416         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
1417         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
1418         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
1419         * sysdeps/x86_64/strcspn.S: Likewise.
1420
1421 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
1422
1423         * locale/C-translit.h: Revert #include <stdint.h> because this is a
1424         generated file.  Regenerate properly from gen-translit.pl.
1425         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
1426         locale/C-translit.h.
1427
1428 2013-06-05  Andreas Schwab  <schwab@suse.de>
1429
1430         [BZ #15100]
1431         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
1432         week as 6 instead of -1.
1433         * time/tst-strptime.c (day_tests): Add test case.
1434
1435 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
1436
1437         * sysdeps/generic/math_private.h
1438         (libc_feholdexcept_setround_53bit): Replace with
1439         libc_feholdsetround_53bit.
1440         (libc_feupdateenv_53bit): Replace with
1441         libc_feresetround_53bit.
1442         (SET_RESTORE_ROUND_53BIT): Adjust.
1443
1444 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
1445
1446         * string/test-strchrnul.c: Add copyright header.
1447
1448         * posix/tst-getaddrinfo4.c: Increase test timeout.
1449
1450 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
1451
1452         [BZ #15536]
1453         * math/libm-test.inc (MAX_EXP): Remove
1454         (MIN_EXP): Define.
1455         (ulp): Use MIN_EXP - MANT_DIG.
1456         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
1457
1458 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
1459
1460         * po/be.po: Revert last change.
1461         * po/zh_CN.po: Likewise.
1462         * po/header.pot: Likewise.
1463
1464 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
1465
1466         * Makefile ($(common-objpfx)linkobj/libc.so): Define
1467         link-libc-deps to empty as target-specific variable.
1468         * Makerules (link-libc-args): New variable.
1469         (libc-for-link): Likewise.
1470         (link-libc-deps): Likewise.
1471         (lib%.so): Depend on $(link-libc-deps).  Link with
1472         $(link-libc-args).
1473         (build-module): Link with $(link-libc-args).
1474         (build-module-asneeded): Likewise.
1475         (build-module-helper-objlist): Filter out $(link-libc-deps) from
1476         list of objects.
1477         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
1478         target-specific variable.
1479         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
1480         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
1481         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
1482         libc.
1483         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
1484         libc and ld.so.
1485         ($(objpfx)libpcprofile.so): Likewise.
1486         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
1487         libc_nonshared.a.
1488         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
1489         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
1490         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
1491         $(link-libc-deps).
1492         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
1493         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
1494         * login/Makefile ($(objpfx)libutil.so): Likewise.
1495         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
1496         * math/Makefile ($(objpfx)libm.so): Likewise.
1497         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
1498         $(objpfx)libnsl.so): Define libc-for-link as target-specific
1499         variable instead of depending directly on libc.
1500         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
1501         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
1502         $(link-libc-deps).
1503         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
1504         libc.
1505         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
1506         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
1507         ($(objpfx)libanl.so): Likewise.
1508         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
1509         ld.so.
1510         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
1511         $(link-libc-deps).
1512         * sysdeps/i386/fpu/Makefile: Remove file.
1513         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
1514         ($(objpfx)libm.so): Remove dependency on ld.so.
1515
1516 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
1517
1518         [BZ # 15553]
1519         * nis/yp_xdr.c (XDRMAXNAME): Define.
1520         (XDRMAXRECORD): Define.
1521         (xdr_domainname): Use XDRMAXNAME.
1522         (xdr_mapname): Likewise.
1523         (xdr_peername): Likewise.
1524         (xdr_keydat): Use XDRMAXRECORD.
1525         (xdr_valdat): Likewise.
1526
1527 2013-05-30  Jeff Law  <law@redhat.com>
1528
1529         [BZ #14256]
1530         * manual/errno.texi (ESTALE): Update to account for more than
1531         just NFS file systems.
1532         * sysdeps/gnu/errlist.c: Regenerated.
1533
1534 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
1535
1536         [BZ #15465]
1537         * elf/Makefile (tests): Add tst-null-argv.
1538         (modules-names):  Add tst-null-argv-lib.
1539         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
1540         (tst-null-argv-ENV): Set environment for tst-null-argv.
1541         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
1542         (RTLD_PROGNAME): New macro.
1543         * elf/tst-null-argv.c: New test case.
1544         * elf/tst-null-argv-lib.c: Library for test case.
1545         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
1546         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
1547         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
1548         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
1549         * elf/dl-init.c (call_init): Likewise.
1550         (_dl_init): Likewise.
1551         * elf/dl-load.c (print_search_path): Likewise.
1552         (_dl_map_object): Likewise.
1553         * elf/dl-lookup.c (do_lookup_x): Likewise.
1554         (add_dependency): Likewise.
1555         (_dl_lookup_symbol_x): Likewise.
1556         (_dl_debug_bindings): Likewise.
1557         * elf/dl-open.c (_dl_show_scope): Likewise.
1558         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
1559         * elf/dl-version.c (match_symbol): Likewise.
1560         (_dl_check_map_versions): Likewise.
1561         * elf/rtld.c (dl_main): Likewise.
1562         (print_unresolved): Use RTLD_PROGNAME.
1563         (print_missing_version): Likewise.
1564         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
1565         (elf_machine_rela): Likewise.
1566         * sysdeps/powerpc/powerpc32/dl-machine.c
1567         (__process_machine_rela): Likewise.
1568         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
1569         Likewise.
1570         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
1571         Likewise.
1572         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
1573         Likewise.
1574         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
1575         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
1576         Likewise.
1577         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
1578         Likewise.
1579         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
1580
1581 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
1582
1583         * po/be.po: Add descriptive title.
1584         * po/zh_CN.po: Likewise.
1585         * po/header.pot: Likewise.
1586
1587 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
1588
1589         * locale/programs/locarchive.c (create_archive): Inlucde fname in
1590         error message.
1591         (enlarge_archive): Likewise.
1592
1593 2013-05-28  Ben North  <ben@redfrontdoor.org>
1594
1595         * manual/arith.texi (frexp): It is the magnitude of the return
1596         value which lies in [0.5, 1), not the return value itself.
1597
1598 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1599
1600         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1601
1602 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
1603
1604         * stdio-common/bug26.c (main): Correct fscanf template.
1605
1606         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
1607         declare _dl_skip_args.
1608
1609         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
1610         Don't declare.
1611
1612         * manual/platform.texi: Add missing @end deftypefun.
1613
1614 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
1615
1616         [BZ #15529]
1617         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
1618         bit of mantissa of 2^16382.
1619         * math/libm-test.inc (hypot_test_data): Add more tests.
1620
1621         * math/libm-test.inc: Add drem and pow10 to list of tested
1622         functions.
1623         (pow10_test): New function.
1624         (drem_test): Likewise.
1625         (drem_test_tonearest): Likewise.
1626         (drem_test_towardzero): Likewise.
1627         (drem_test_downward): Likewise.
1628         (drem_test_upward): Likewise.
1629         (main): Call the new functions.
1630
1631         * math/libm-test.inc (finite_test_data): Remove.
1632         (finite_test): Run tests from isfinite_test_data.
1633         (gamma_test_data): Remove.
1634         (gamma_test): Run tests from lgamma_test_data.
1635         * sysdeps/i386/fpu/libm-test-ulps: Update.
1636         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1637
1638 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1639
1640         * manual/platform.texi: Add PowerPC PPR function set documentation.
1641         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
1642         implementation.
1643
1644 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
1645
1646         * math/libm-test.inc (MAX_EXP): Define.
1647         (ULPDIFF): Define.
1648         (ulp): New function.
1649         (check_float_internal): Use ULPDIFF.
1650         (cpow_test): Disable failing test.
1651         (check_ulp): Test ulp() implemetnation.
1652         (main): Call check_ulp before starting tests.
1653
1654 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
1655
1656         * math/gen-libm-test.pl (generate_testfile): Do not handle
1657         START_DATA and END_DATA.
1658         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
1659         END_DATA.
1660         (acos_tonearest_test_data): Likewise.
1661         (acos_towardzero_test_data): Likewise.
1662         (acos_downward_test_data): Likewise.
1663         (acos_upward_test_data): Likewise.
1664         (acosh_test_data): Likewise.
1665         (asin_test_data): Likewise.
1666         (asin_tonearest_test_data): Likewise.
1667         (asin_towardzero_test_data): Likewise.
1668         (asin_downward_test_data): Likewise.
1669         (asin_upward_test_data): Likewise.
1670         (asinh_test_data): Likewise.
1671         (atan_test_data): Likewise.
1672         (atanh_test_data): Likewise.
1673         (atan2_test_data): Likewise.
1674         (cabs_test_data): Likewise.
1675         (cacos_test_data): Likewise.
1676         (cacosh_test_data): Likewise.
1677         (carg_test_data): Likewise.
1678         (casin_test_data): Likewise.
1679         (casinh_test_data): Likewise.
1680         (catan_test_data): Likewise.
1681         (catanh_test_data): Likewise.
1682         (cbrt_test_data): Likewise.
1683         (ccos_test_data): Likewise.
1684         (ccosh_test_data): Likewise.
1685         (ceil_test_data): Likewise.
1686         (cexp_test_data): Likewise.
1687         (cimag_test_data): Likewise.
1688         (clog_test_data): Likewise.
1689         (clog10_test_data): Likewise.
1690         (conj_test_data): Likewise.
1691         (copysign_test_data): Likewise.
1692         (cos_test_data): Likewise.
1693         (cos_tonearest_test_data): Likewise.
1694         (cos_towardzero_test_data): Likewise.
1695         (cos_downward_test_data): Likewise.
1696         (cos_upward_test_data): Likewise.
1697         (cosh_test_data): Likewise.
1698         (cosh_tonearest_test_data): Likewise.
1699         (cosh_towardzero_test_data): Likewise.
1700         (cosh_downward_test_data): Likewise.
1701         (cosh_upward_test_data): Likewise.
1702         (cpow_test_data): Likewise.
1703         (cproj_test_data): Likewise.
1704         (creal_test_data): Likewise.
1705         (csin_test_data): Likewise.
1706         (csinh_test_data): Likewise.
1707         (csqrt_test_data): Likewise.
1708         (ctan_test_data): Likewise.
1709         (ctan_tonearest_test_data): Likewise.
1710         (ctan_towardzero_test_data): Likewise.
1711         (ctan_downward_test_data): Likewise.
1712         (ctan_upward_test_data): Likewise.
1713         (ctanh_test_data): Likewise.
1714         (ctanh_tonearest_test_data): Likewise.
1715         (ctanh_towardzero_test_data): Likewise.
1716         (ctanh_downward_test_data): Likewise.
1717         (ctanh_upward_test_data): Likewise.
1718         (erf_test_data): Likewise.
1719         (erfc_test_data): Likewise.
1720         (exp_test_data): Likewise.
1721         (exp_tonearest_test_data): Likewise.
1722         (exp_towardzero_test_data): Likewise.
1723         (exp_downward_test_data): Likewise.
1724         (exp_upward_test_data): Likewise.
1725         (exp10_test_data): Likewise.
1726         (exp2_test_data): Likewise.
1727         (expm1_test_data): Likewise.
1728         (fabs_test_data): Likewise.
1729         (fdim_test_data): Likewise.
1730         (finite_test_data): Likewise.
1731         (floor_test_data): Likewise.
1732         (fma_test_data): Likewise.
1733         (fma_towardzero_test_data): Likewise.
1734         (fma_downward_test_data): Likewise.
1735         (fma_upward_test_data): Likewise.
1736         (fmax_test_data): Likewise.
1737         (fmin_test_data): Likewise.
1738         (fmod_test_data): Likewise.
1739         (fpclassify_test_data): Likewise.
1740         (frexp_test_data): Likewise.
1741         (gamma_test_data): Likewise.
1742         (hypot_test_data): Likewise.
1743         (ilogb_test_data): Likewise.
1744         (isfinite_test_data): Likewise.
1745         (isgreater_test_data): Likewise.
1746         (isgreaterequal_test_data): Likewise.
1747         (isinf_test_data): Likewise.
1748         (isless_test_data): Likewise.
1749         (islessequal_test_data): Likewise.
1750         (islessgreater_test_data): Likewise.
1751         (isnan_test_data): Likewise.
1752         (isnormal_test_data): Likewise.
1753         (issignaling_test_data): Likewise.
1754         (isunordered_test_data): Likewise.
1755         (j0_test_data): Likewise.
1756         (j1_test_data): Likewise.
1757         (jn_test_data): Likewise.
1758         (ldexp_test_data): Likewise.
1759         (lgamma_test_data): Likewise.
1760         (lrint_test_data): Likewise.
1761         (lrint_tonearest_test_data): Likewise.
1762         (lrint_towardzero_test_data): Likewise.
1763         (lrint_downward_test_data): Likewise.
1764         (lrint_upward_test_data): Likewise.
1765         (llrint_test_data): Likewise.
1766         (llrint_tonearest_test_data): Likewise.
1767         (llrint_towardzero_test_data): Likewise.
1768         (llrint_downward_test_data): Likewise.
1769         (llrint_upward_test_data): Likewise.
1770         (log_test_data): Likewise.
1771         (log10_test_data): Likewise.
1772         (log1p_test_data): Likewise.
1773         (log2_test_data): Likewise.
1774         (logb_test_data): Likewise.
1775         (logb_downward_test_data): Likewise.
1776         (lround_test_data): Likewise.
1777         (llround_test_data): Likewise.
1778         (modf_test_data): Likewise.
1779         (nearbyint_test_data): Likewise.
1780         (nextafter_test_data): Likewise.
1781         (nexttoward_test_data): Likewise.
1782         (pow_test_data): Likewise.
1783         (pow_tonearest_test_data): Likewise.
1784         (pow_towardzero_test_data): Likewise.
1785         (pow_downward_test_data): Likewise.
1786         (pow_upward_test_data): Likewise.
1787         (remainder_test_data): Likewise.
1788         (remainder_tonearest_test_data): Likewise.
1789         (remainder_towardzero_test_data): Likewise.
1790         (remainder_downward_test_data): Likewise.
1791         (remainder_upward_test_data): Likewise.
1792         (remquo_test_data): Likewise.
1793         (rint_test_data): Likewise.
1794         (rint_tonearest_test_data): Likewise.
1795         (rint_towardzero_test_data): Likewise.
1796         (rint_downward_test_data): Likewise.
1797         (rint_upward_test_data): Likewise.
1798         (round_test_data): Likewise.
1799         (scalb_test_data): Likewise.
1800         (scalbn_test_data): Likewise.
1801         (scalbln_test_data): Likewise.
1802         (signbit_test_data): Likewise.
1803         (sin_test_data): Likewise.
1804         (sin_tonearest_test_data): Likewise.
1805         (sin_towardzero_test_data): Likewise.
1806         (sin_downward_test_data): Likewise.
1807         (sin_upward_test_data): Likewise.
1808         (sincos_test_data): Likewise.
1809         (sinh_test_data): Likewise.
1810         (sinh_tonearest_test_data): Likewise.
1811         (sinh_towardzero_test_data): Likewise.
1812         (sinh_downward_test_data): Likewise.
1813         (sinh_upward_test_data): Likewise.
1814         (sqrt_test_data): Likewise.
1815         (tan_test_data): Likewise.
1816         (tan_tonearest_test_data): Likewise.
1817         (tan_towardzero_test_data): Likewise.
1818         (tan_downward_test_data): Likewise.
1819         (tan_upward_test_data): Likewise.
1820         (tanh_test_data): Likewise.
1821         (tgamma_test_data): Likewise.
1822         (trunc_test_data): Likewise.
1823         (y0_test_data): Likewise.
1824         (y1_test_data): Likewise.
1825         (yn_test_data): Likewise.
1826         (significand_test_data): Likewise.
1827
1828         * math/gen-libm-test.pl (@functions): Remove variable.
1829         (generate_testfile): Don't handle START and END lines.
1830         * math/libm-test.inc (START): New macro.
1831         (END): Likewise.
1832         (END_COMPLEX): Likewise.
1833         (acos_test): Use END macro without arguments.
1834         (acos_test_tonearest): Likewise.
1835         (acos_test_towardzero): Likewise.
1836         (acos_test_downward): Likewise.
1837         (acos_test_upward): Likewise.
1838         (acosh_test): Likewise.
1839         (asin_test): Likewise.
1840         (asin_test_tonearest): Likewise.
1841         (asin_test_towardzero): Likewise.
1842         (asin_test_downward): Likewise.
1843         (asin_test_upward): Likewise.
1844         (asinh_test): Likewise.
1845         (atan_test): Likewise.
1846         (atanh_test): Likewise.
1847         (atan2_test): Likewise.
1848         (cabs_test): Likewise.
1849         (cacos_test): Use END_COMPLEX macro without arguments.
1850         (cacosh_test): Likewise.
1851         (carg_test): Use END macro without arguments.
1852         (casin_test): Use END_COMPLEX macro without arguments.
1853         (casinh_test): Likewise.
1854         (catan_test): Likewise.
1855         (catanh_test): Likewise.
1856         (cbrt_test): Use END macro without arguments.
1857         (ccos_test): Use END_COMPLEX macro without arguments.
1858         (ccosh_test): Likewise.
1859         (ceil_test): Use END macro without arguments.
1860         (cexp_test): Use END_COMPLEX macro without arguments.
1861         (cimag_test): Use END macro without arguments.
1862         (clog_test): Use END_COMPLEX macro without arguments.
1863         (clog10_test): Likewise.
1864         (conj_test): Likewise.
1865         (copysign_test): Use END macro without arguments.
1866         (cos_test): Likewise.
1867         (cos_test_tonearest): Likewise.
1868         (cos_test_towardzero): Likewise.
1869         (cos_test_downward): Likewise.
1870         (cos_test_upward): Likewise.
1871         (cosh_test): Likewise.
1872         (cosh_test_tonearest): Likewise.
1873         (cosh_test_towardzero): Likewise.
1874         (cosh_test_downward): Likewise.
1875         (cosh_test_upward): Likewise.
1876         (cpow_test): Use END_COMPLEX macro without arguments.
1877         (cproj_test): Likewise.
1878         (creal_test): Use END macro without arguments.
1879         (csin_test): Use END_COMPLEX macro without arguments.
1880         (csinh_test): Likewise.
1881         (csqrt_test): Likewise.
1882         (ctan_test): Likewise.
1883         (ctan_test_tonearest): Likewise.
1884         (ctan_test_towardzero): Likewise.
1885         (ctan_test_downward): Likewise.
1886         (ctan_test_upward): Likewise.
1887         (ctanh_test): Likewise.
1888         (ctanh_test_tonearest): Likewise.
1889         (ctanh_test_towardzero): Likewise.
1890         (ctanh_test_downward): Likewise.
1891         (ctanh_test_upward): Likewise.
1892         (erf_test): Use END macro without arguments.
1893         (erfc_test): Likewise.
1894         (exp_test): Likewise.
1895         (exp_test_tonearest): Likewise.
1896         (exp_test_towardzero): Likewise.
1897         (exp_test_downward): Likewise.
1898         (exp_test_upward): Likewise.
1899         (exp10_test): Likewise.
1900         (exp2_test): Likewise.
1901         (expm1_test): Likewise.
1902         (fabs_test): Likewise.
1903         (fdim_test): Likewise.
1904         (finite_test): Likewise.
1905         (floor_test): Likewise.
1906         (fma_test): Likewise.
1907         (fma_test_towardzero): Likewise.
1908         (fma_test_downward): Likewise.
1909         (fma_test_upward): Likewise.
1910         (fmax_test): Likewise.
1911         (fmin_test): Likewise.
1912         (fmod_test): Likewise.
1913         (fpclassify_test): Likewise.
1914         (frexp_test): Likewise.
1915         (gamma_test): Likewise.
1916         (hypot_test): Likewise.
1917         (ilogb_test): Likewise.
1918         (isfinite_test): Likewise.
1919         (isgreater_test): Likewise.
1920         (isgreaterequal_test): Likewise.
1921         (isinf_test): Likewise.
1922         (isless_test): Likewise.
1923         (islessequal_test): Likewise.
1924         (islessgreater_test): Likewise.
1925         (isnan_test): Likewise.
1926         (isnormal_test): Likewise.
1927         (issignaling_test): Likewise.
1928         (isunordered_test): Likewise.
1929         (j0_test): Likewise.
1930         (j1_test): Likewise.
1931         (jn_test): Likewise.
1932         (ldexp_test): Likewise.
1933         (lgamma_test): Likewise.
1934         (lrint_test): Likewise.
1935         (lrint_test_tonearest): Likewise.
1936         (lrint_test_towardzero): Likewise.
1937         (lrint_test_downward): Likewise.
1938         (lrint_test_upward): Likewise.
1939         (llrint_test): Likewise.
1940         (llrint_test_tonearest): Likewise.
1941         (llrint_test_towardzero): Likewise.
1942         (llrint_test_downward): Likewise.
1943         (llrint_test_upward): Likewise.
1944         (log_test): Likewise.
1945         (log10_test): Likewise.
1946         (log1p_test): Likewise.
1947         (log2_test): Likewise.
1948         (logb_test): Likewise.
1949         (logb_test_downward): Likewise.
1950         (lround_test): Likewise.
1951         (llround_test): Likewise.
1952         (modf_test): Likewise.
1953         (nearbyint_test): Likewise.
1954         (nextafter_test): Likewise.
1955         (nexttoward_test): Likewise.
1956         (pow_test): Likewise.
1957         (pow_test_tonearest): Likewise.
1958         (pow_test_towardzero): Likewise.
1959         (pow_test_downward): Likewise.
1960         (pow_test_upward): Likewise.
1961         (remainder_test): Likewise.
1962         (remainder_test_tonearest): Likewise.
1963         (remainder_test_towardzero): Likewise.
1964         (remainder_test_downward): Likewise.
1965         (remainder_test_upward): Likewise.
1966         (remquo_test): Likewise.
1967         (rint_test): Likewise.
1968         (rint_test_tonearest): Likewise.
1969         (rint_test_towardzero): Likewise.
1970         (rint_test_downward): Likewise.
1971         (rint_test_upward): Likewise.
1972         (round_test): Likewise.
1973         (scalb_test): Likewise.
1974         (scalbn_test): Likewise.
1975         (scalbln_test): Likewise.
1976         (signbit_test): Likewise.
1977         (sin_test): Likewise.
1978         (sin_test_tonearest): Likewise.
1979         (sin_test_towardzero): Likewise.
1980         (sin_test_downward): Likewise.
1981         (sin_test_upward): Likewise.
1982         (sincos_test): Likewise.
1983         (sinh_test): Likewise.
1984         (sinh_test_tonearest): Likewise.
1985         (sinh_test_towardzero): Likewise.
1986         (sinh_test_downward): Likewise.
1987         (sinh_test_upward): Likewise.
1988         (sqrt_test): Likewise.
1989         (tan_test): Likewise.
1990         (tan_test_tonearest): Likewise.
1991         (tan_test_towardzero): Likewise.
1992         (tan_test_downward): Likewise.
1993         (tan_test_upward): Likewise.
1994         (tanh_test): Likewise.
1995         (tgamma_test): Likewise.
1996         (trunc_test): Likewise.
1997         (y0_test): Likewise.
1998         (y1_test): Likewise.
1999         (yn_test): Likewise.
2000         (significand_test): Likewise.
2001
2002 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
2003
2004         [BZ #15381]
2005         * libio/genops.c (_IO_no_init): Initialize wide struct info.
2006
2007 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
2008
2009         [BZ #14894]
2010         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
2011         __ppc_mdoio and __ppc_mdoom.
2012         * manual/platform.texi: Document new functions __ppc_yield,
2013         __ppc_mdoio and __ppc_mdoom.
2014
2015 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
2016
2017         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
2018         (main): Mention "tls" pseudo-hwcap is legacy.
2019         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
2020
2021 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
2022
2023         * math/gen-libm-test.pl (parse_args): Output only string of
2024         arguments as text for test name, not full call or descriptions of
2025         tests for extra outputs.
2026         (generate_testfile): Do not pass function name to parse_args.
2027         Generate this_func variable from START.
2028         * math/libm-test.inc (struct test_f_f_data): Rename test_name
2029         field to arg_str.
2030         (struct test_ff_f_data): Likewise.
2031         (test_ff_f_data_nexttoward): Likewise.
2032         (struct test_fi_f_data): Likewise.
2033         (struct test_fl_f_data): Likewise.
2034         (struct test_if_f_data): Likewise.
2035         (struct test_fff_f_data): Likewise.
2036         (struct test_c_f_data): Likewise.
2037         (struct test_f_f1_data): Likewise.  Remove field extra_name.
2038         (struct test_fF_f1_data): Likewise.
2039         (struct test_ffI_f1_data): Likewise.
2040         (struct test_c_c_data): Rename test_name field to arg_str.
2041         (struct test_cc_c_data): Likewise.
2042         (struct test_f_i_data): Likewise.
2043         (struct test_ff_i_data): Likewise.
2044         (struct test_f_l_data): Likewise.
2045         (struct test_f_L_data): Likewise.
2046         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
2047         and extra2_name.
2048         (COMMON_TEST_SETUP): New macro.
2049         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
2050         (COMMON_TEST_CLEANUP): Likewise.
2051         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
2052         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
2053         macros.
2054         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
2055         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
2056         macros.
2057         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
2058         (RUN_TEST_fff_f): Take argument string.  Call new setup and
2059         cleanup macros.
2060         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
2061         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
2062         macros.
2063         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
2064         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
2065         macros.
2066         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
2067         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
2068         cleanup macros.
2069         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
2070         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
2071         cleanup macros.
2072         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
2073         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
2074         cleanup macros.
2075         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
2076         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
2077         macros.
2078         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
2079         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
2080         macros.
2081         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
2082         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
2083         macros.
2084         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
2085         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
2086         cleanup macros.
2087         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
2088         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
2089         cleanup macros.
2090         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
2091         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
2092         macros.
2093         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
2094         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
2095         cleanup macros.
2096         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
2097         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
2098         macros.
2099         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
2100         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
2101         macros.
2102         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
2103         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
2104         cleanup macros.
2105         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
2106
2107 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
2108
2109         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
2110         to _sifields.sigfault.
2111         (si_addr_lsb): Define new macro.
2112         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
2113         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
2114         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
2115
2116 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
2117
2118         [BZ #15441]
2119         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
2120         returns -1.
2121         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
2122         null return -1.
2123         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
2124         loading the domain.
2125
2126 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
2127
2128         * math/gen-libm-test.pl (parse_args): Do not include expected
2129         result in test name.
2130         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
2131         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
2132         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
2133         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
2134         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
2135         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2136
2137 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
2138
2139         * benchtests/Makefile: Sort function entries.
2140
2141         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
2142         tanh, asinh, acosh, atanh.
2143         * benchtests/acos-inputs: New file.
2144         * benchtests/acosh-inputs: New file.
2145         * benchtests/asin-inputs: New file.
2146         * benchtests/asinh-inputs: New file.
2147         * benchtests/atanh-inputs: New file.
2148         * benchtests/cosh-inputs: New file.
2149         * benchtests/log-inputs: New file.
2150         * benchtests/sinh-inputs: New file.
2151         * benchtests/tanh-inputs: New file.
2152
2153 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
2154
2155         [BZ #15339]
2156         * posix/tst-getaddrinfo4.c: New test.
2157         * posix/Makefile (tests): Add it.
2158
2159 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
2160
2161         [BZ #15339]
2162         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
2163         when no services were used.
2164         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
2165         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
2166
2167 2013-05-21  Andreas Schwab  <schwab@suse.de>
2168
2169         [BZ #15014]
2170         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
2171         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
2172         successful.
2173         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
2174         redundant variable declarations and reallocation of buffer when
2175         parsing as IPv6 address.  Always set NSS status when called from
2176         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
2177         buffer too small.  Correct computation of needed size.
2178         * nss/Makefile (tests): Add test-digits-dots.
2179         * nss/test-digits-dots.c: New test.
2180
2181 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
2182
2183         * benchtests/Makefile: Remove instructions for adding
2184         benchmark tests.
2185         * benchtests/README: New file to explain how to execute and
2186         enhance the benchmark tests.
2187
2188 2013-05-21  Andreas Schwab  <schwab@suse.de>
2189
2190         [BZ #15493]
2191         * setjmp/Makefile (tests): Add tst-sigsetjmp.
2192         * setjmp/tst-sigsetjmp.c: New test.
2193
2194 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
2195
2196         * sysdeps/x86_64/memset.S (memset): New implementation.
2197         (__bzero): Likewise.
2198         (__memset_tail): New function.
2199
2200 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
2201
2202         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
2203         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
2204         __memcpy_sse2_unaligned ifunc selection.
2205         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
2206         Add memcpy-sse2-unaligned.S.
2207         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
2208         Add: __memcpy_sse2_unaligned.
2209
2210 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
2211
2212         [BZ #15490]
2213         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
2214         math_force_eval before restoring floating-point envrionment.
2215         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
2216         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
2217         Likewise.
2218         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
2219         <math_private.h>.
2220         (__nearbyintl): Use math_force_eval before restoring
2221         floating-point environment.
2222         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
2223
2224         * math/gen-libm-test.pl (special_functions): Remove.
2225         (parse_args): Don't handle TEST_extra.  Handle functions with no
2226         return value.
2227         * math/libm-test.inc (struct test_sincos_data): Replace with
2228         struct test_fFF_11_data.
2229         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
2230         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
2231         (sincos_test_data): Change element type to struct
2232         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
2233         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
2234         RUN_TEST_LOOP_sincos.
2235         * math/README.libm-test: Don't mention special handling of
2236         individual functions.
2237         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
2238         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
2239         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
2240         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
2241         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
2242         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2243
2244         * math/gen-libm-test.pl (get_variable): Remove function.
2245         (parse_args): Don't show pointer parameters to call in test
2246         names.  Use "extra output N" in test names for extra outputs
2247         rather than naming variables.
2248
2249 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
2250
2251         [BZ #15488]
2252         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
2253         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
2254         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
2255         double tests.
2256         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
2257         disable.
2258         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
2259         check_long_double.
2260
2261         * math/gen-libm-test.pl (@tests): Remove variable.
2262         ($count): Likewise.
2263         (new_test): Remove function.
2264         (show_exceptions): New function.
2265         (special_functions): Use show_exceptions instead of new_test.
2266         (parse_args): Likewise.
2267         (generate_testfile): Pass only function name in generated call to
2268         print_max_error or print_complex_max_error.
2269         (get_ulps): Do not handle complex tests specially.
2270         (output_test): Rename to ...
2271         (get_all_ulps_for_test): ... this.  Return a string rather than
2272         printing to a file.  Require ulps to be present.
2273         (output_ulps): Generate arrays rather than #defines.
2274         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
2275         (struct ulp_data): New type.
2276         (BUILD_COMPLEX_ULP): Remove macro.
2277         (compare_ulp_data): New function.
2278         (find_ulps): Likewise.
2279         (find_test_ulps): Likewise.
2280         (find_function_ulps): Likewise.
2281         (find_complex_function_ulps): Likewise.
2282         (print_max_error): Determine allowed ulps using
2283         find_function_ulps.
2284         (print_complex_max_error): Determine allowed ulps using
2285         find_complex_function_ulps.
2286         (check_float_internal): Determine max ulps using find_test_ulps.
2287         (check_float): Do not take max_ulp parameter.  Update call to
2288         check_float_internal.
2289         (check_complex): Likewise.
2290         (check_int): Do not take max_ulp parameter.
2291         (check_long): Likewise.
2292         (check_bool): Likewise.
2293         (check_longlong): Likewise.
2294         (struct test_f_f_data): Remove max_ulp field.
2295         (struct test_ff_f_data): Likewise.
2296         (struct test_ff_f_data_nexttoward): Likewise.
2297         (struct test_fi_f_data): Likewise.
2298         (struct test_fl_f_data): Likewise.
2299         (struct test_if_f_data): Likewise.
2300         (struct test_fff_f_data): Likewise.
2301         (struct test_c_f_data): Likewise.
2302         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
2303         (struct test_fF_f1_data): Likewise.
2304         (struct test_ffI_f1_data): Likewise.
2305         (struct test_c_c_data): Remove max_ulp field.
2306         (struct test_cc_c_data): Likewise.
2307         (struct test_f_i_data): Likewise.
2308         (struct test_ff_i_data): Likewise.
2309         (struct test_f_l_data): Likewise.
2310         (struct test_f_L_data): Likewise.
2311         (struct test_sincos_data): Likewise.
2312         (RUN_TEST_f_f): Do not handle ulps.
2313         (RUN_TEST_LOOP_f_f): Likewise.
2314         (RUN_TEST_2_f): Likewise.
2315         (RUN_TEST_LOOP_2_f): Likewise.
2316         (RUN_TEST_fff_f): Likewise.
2317         (RUN_TEST_LOOP_fff_f): Likewise.
2318         (RUN_TEST_c_f): Likewise.
2319         (RUN_TEST_LOOP_c_f): Likewise.
2320         (RUN_TEST_f_f1): Likewise.
2321         (RUN_TEST_LOOP_f_f1): Likewise.
2322         (RUN_TEST_fF_f1): Likewise.
2323         (RUN_TEST_LOOP_fF_f1): Likewise.
2324         (RUN_TEST_fI_f1): Likewise.
2325         (RUN_TEST_LOOP_fI_f1): Likewise.
2326         (RUN_TEST_ffI_f1): Likewise.
2327         (RUN_TEST_LOOP_ffI_f1): Likewise.
2328         (RUN_TEST_c_c): Likewise.
2329         (RUN_TEST_LOOP_c_c): Likewise.
2330         (RUN_TEST_cc_c): Likewise.
2331         (RUN_TEST_LOOP_cc_c): Likewise.
2332         (RUN_TEST_f_i): Likewise.
2333         (RUN_TEST_LOOP_f_i): Likewise.
2334         (RUN_TEST_f_i_tg): Likewise.
2335         (RUN_TEST_LOOP_f_i_tg): Likewise.
2336         (RUN_TEST_ff_i_tg): Likewise.
2337         (RUN_TEST_LOOP_ff_i_tg): Likewise.
2338         (RUN_TEST_f_b): Likewise.
2339         (RUN_TEST_LOOP_f_b): Likewise.
2340         (RUN_TEST_f_b_tg): Likewise.
2341         (RUN_TEST_LOOP_f_b_tg): Likewise.
2342         (RUN_TEST_f_l): Likewise.
2343         (RUN_TEST_LOOP_f_l): Likewise.
2344         (RUN_TEST_f_L): Likewise.
2345         (RUN_TEST_LOOP_f_L): Likewise.
2346         (RUN_TEST_sincos): Likewise.
2347         (RUN_TEST_LOOP_sincos): Likewise.
2348
2349 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
2350
2351         [BZ #15480]
2352         [BZ #15485]
2353         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
2354         main case of finite arguments, set rounding mode to FE_TONEAREST
2355         and discard exceptions.
2356         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
2357         exceptions.
2358         (remainder_tonearest_test_data): New variable.
2359         (remainder_test_tonearest): New function.
2360         (remainder_towardzero_test_data): New variable.
2361         (remainder_test_towardzero): New function.
2362         (remainder_downward_test_data): New variable.
2363         (remainder_test_downward): New function.
2364         (remainder_upward_test_data): New variable.
2365         (remainder_test_upward): New function.
2366         (main): Call the new test functions.
2367
2368         * math/libm-test.inc (struct test_f_f1_data): Remove field
2369         extra_init.
2370         (struct test_fF_f1_data): Likewise.
2371         (struct test_ffI_f1_data): Likewise.
2372         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
2373         based on value of EXTRA_EXPECTED.
2374         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
2375         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
2376         EXTRA_VAR based on value of EXTRA_EXPECTED.
2377         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
2378         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
2379         EXTRA_VAR based on value of EXTRA_EXPECTED.
2380         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
2381         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
2382         EXTRA_VAR based on value of EXTRA_EXPECTED.
2383         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
2384         * math/gen-libm-test.pl (parse_args): Don't output initializers
2385         for extra output values.
2386
2387         * math/libm-test.inc (check_int): Expect result to be exactly
2388         equal to expected value and do not handle ulps.
2389         (check_long): Likewise.
2390         (check_longlong): Likewise.
2391
2392         * math/libm-test.inc (ceil_test_data): Test for "inexact"
2393         exceptions.
2394         (cimag_test_data): Likewise.
2395         (conj_test_data): Likewise.
2396         (copysign_test_data): Likewise.
2397         (cproj_test_data): Likewise.
2398         (creal_test_data): Likewise.
2399         (fabs_test_data): Likewise.
2400         (fdim_test_data): Likewise.
2401         (finite_test_data): Likewise.
2402         (floor_test_data): Likewise.
2403         (fmax_test_data): Likewise.
2404         (fmin_test_data): Likewise.
2405         (fmod_test_data): Likewise.
2406         (fpclassify_test_data): Likewise.
2407         (frexp_test_data): Likewise.
2408         (ilogb_test_data): Likewise.
2409         (isfinite_test_data): Likewise.
2410         (isgreater_test_data): Likewise.
2411         (isgreaterequal_test_data): Likewise.
2412         (isinf_test_data): Likewise.
2413         (isless_test_data): Likewise.
2414         (islessequal_test_data): Likewise.
2415         (islessgreater_test_data): Likewise.
2416         (isnan_test_data): Likewise.
2417         (isnormal_test_data): Likewise.
2418         (issignaling_test_data): Likewise.
2419         (isunordered_test_data): Likewise.
2420         (ldexp_test_data): Likewise.
2421         (lrint_test_data): Likewise.
2422         (lrint_test_data) [TEST_FLOAT]: Disable one test.
2423         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
2424         (lrint_tonearest_test_data): Test for "inexact" exceptions.
2425         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
2426         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
2427         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
2428         test input.
2429         (lrint_towardzero_test_data): Test for "inexact" exceptions.
2430         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
2431         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
2432         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
2433         that test input.
2434         (lrint_downward_test_data): Test for "inexact" exceptions.
2435         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
2436         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
2437         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
2438         test input.
2439         (lrint_upward_test_data): Test for "inexact" exceptions.
2440         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
2441         test input.
2442         (llrint_test_data): Test for "inexact" exceptions.
2443         (llrint_test_data) [TEST_FLOAT]: Disable one test.
2444         (llrint_tonearest_test_data): Test for "inexact" exceptions.
2445         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
2446         (llrint_towardzero_test_data): Test for "inexact" exceptions.
2447         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
2448         (llrint_downward_test_data): Test for "inexact" exceptions.
2449         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
2450         (llrint_upward_test_data): Test for "inexact" exceptions.
2451         (logb_test_data): Likewise.
2452         (logb_downward_test_data): Likewise.
2453         (nextafter_test_data): Likewise.
2454         (nexttoward_test_data): Likewise.
2455         (remainder_test_data): Likewise.
2456         (remquo_test_data): Likewise.
2457         (scalbn_test_data): Likewise.
2458         (scalbln_test_data): Likewise.
2459         (signbit_test_data): Likewise.
2460         (sqrt_test_data): Likewise.
2461         (significand_test_data): Likewise.
2462
2463 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2464
2465         [BZ #15424]
2466         * benchtests/bench-modf.c (struct args): Mark arg0 as
2467         volatile.
2468         * scripts/bench.pl: Mark members of struct args as volatile.
2469
2470 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2471
2472         [BZ # 15497]
2473         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
2474         negative infinity on POWER6 or lower.
2475         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
2476
2477 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
2478
2479         [BZ #15442]
2480         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
2481         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
2482         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
2483         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
2484         (_FP_SETQNAN): New macro.
2485         (_FP_SETQNAN_SEMIRAW): Likewise.
2486         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
2487         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
2488         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
2489         (FP_EXTEND): Use _FP_FRAC_SNANP.
2490         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
2491         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
2492         into account.
2493         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
2494         New macro.
2495         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
2496         Likewise.
2497
2498 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
2499
2500         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
2501         with DIVIDE_BY_ZERO_EXCEPTION.
2502         (gamma_test_data): Likewise.
2503         (lgamma_test_data): Likewise.
2504         (log_test_data): Likewise.
2505         (log10_test_data): Likewise.
2506         (log2_test_data): Likewise.
2507         (tgamma_test_data): Likewise.
2508
2509         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
2510         (acos_test_tonearest): Likewise.
2511         (acos_test_towardzero): Likewise.
2512         (acos_test_downward): Likewise.
2513         (acos_test_upward): Likewise.
2514         (acosh_test): Likewise.
2515         (asin_test): Likewise.
2516         (asin_test_tonearest): Likewise.
2517         (asin_test_towardzero): Likewise.
2518         (asin_test_downward): Likewise.
2519         (asin_test_upward): Likewise.
2520         (asinh_test): Likewise.
2521         (atan_test): Likewise.
2522         (atanh_test): Likewise.
2523         (atan2_test): Likewise.
2524         (cabs_test): Likewise.
2525         (cacos_test): Likewise.
2526         (cacosh_test): Likewise.
2527         (casin_test): Likewise.
2528         (casinh_test): Likewise.
2529         (catan_test): Likewise.
2530         (catanh_test): Likewise.
2531         (cbrt_test): Likewise.
2532         (ccos_test): Likewise.
2533         (ccosh_test): Likewise.
2534         (cexp_test): Likewise.
2535         (clog_test): Likewise.
2536         (clog10_test): Likewise.
2537         (cos_test): Likewise.
2538         (cos_test_tonearest): Likewise.
2539         (cos_test_towardzero): Likewise.
2540         (cos_test_downward): Likewise.
2541         (cos_test_upward): Likewise.
2542         (cosh_test): Likewise.
2543         (cosh_test_tonearest): Likewise.
2544         (cosh_test_towardzero): Likewise.
2545         (cosh_test_downward): Likewise.
2546         (cosh_test_upward): Likewise.
2547         (cpow_test): Likewise.
2548         (csin_test): Likewise.
2549         (csinh_test): Likewise.
2550         (csqrt_test): Likewise.
2551         (ctan_test): Likewise.
2552         (ctan_test_tonearest): Likewise.
2553         (ctan_test_towardzero): Likewise.
2554         (ctan_test_downward): Likewise.
2555         (ctan_test_upward): Likewise.
2556         (ctanh_test): Likewise.
2557         (ctanh_test_tonearest): Likewise.
2558         (ctanh_test_towardzero): Likewise.
2559         (ctanh_test_downward): Likewise.
2560         (ctanh_test_upward): Likewise.
2561         (erf_test): Likewise.
2562         (erfc_test): Likewise.
2563         (exp_test): Likewise.
2564         (exp_test_tonearest): Likewise.
2565         (exp_test_towardzero): Likewise.
2566         (exp_test_downward): Likewise.
2567         (exp_test_upward): Likewise.
2568         (exp10_test): Likewise.
2569         (exp2_test): Likewise.
2570         (expm1_test): Likewise.
2571         (fmod_test): Likewise.
2572         (gamma_test): Likewise.
2573         (hypot_test): Likewise.
2574         (j0_test): Likewise.
2575         (j1_test): Likewise.
2576         (jn_test): Likewise.
2577         (lgamma_test): Likewise.
2578         (log_test): Likewise.
2579         (log10_test): Likewise.
2580         (log1p_test): Likewise.
2581         (log2_test): Likewise.
2582         (logb_test_downward): Likewise.
2583         (pow_test): Likewise.
2584         (pow_test_tonearest): Likewise.
2585         (pow_test_towardzero): Likewise.
2586         (pow_test_downward): Likewise.
2587         (pow_test_upward): Likewise.
2588         (remainder_test): Likewise.
2589         (remquo_test): Likewise.
2590         (sin_test): Likewise.
2591         (sin_test_tonearest): Likewise.
2592         (sin_test_towardzero): Likewise.
2593         (sin_test_downward): Likewise.
2594         (sin_test_upward): Likewise.
2595         (sincos_test): Likewise.
2596         (sinh_test): Likewise.
2597         (sinh_test_tonearest): Likewise.
2598         (sinh_test_towardzero): Likewise.
2599         (sinh_test_downward): Likewise.
2600         (sinh_test_upward): Likewise.
2601         (sqrt_test): Likewise.
2602         (tan_test): Likewise.
2603         (tan_test_tonearest): Likewise.
2604         (tan_test_towardzero): Likewise.
2605         (tan_test_downward): Likewise.
2606         (tan_test_upward): Likewise.
2607         (tanh_test): Likewise.
2608         (tgamma_test): Likewise.
2609         (y0_test): Likewise.
2610         (y1_test): Likewise.
2611         (yn_test): Likewise.
2612
2613         * math/gen-libm-test.pl (adjust_arg): Remove function.
2614         (special_function): Remove argument $in_func.  Only handle
2615         generating output for tables of tests, not inside functions.
2616         (parse_args): Likewise.
2617         (generate_testfile): Remove variable $in_func.  Update call to
2618         parse_args.
2619         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
2620         (MINUS_ZERO_INIT): Rename macro to minus_zero.
2621         (PLUS_INFTY_INIT): Rename macro to plus_infty.
2622         (MINUS_INFTY_INIT): Rename macro to minus_infty.
2623         (QNAN_VALUE_INIT): Rename macro to qnan_value.
2624         (MAX_VALUE_INIT): Rename macro to max_value.
2625         (MIN_VALUE_INIT): Rename macro to min_value.
2626         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
2627         (plus_zero): Remove variable.
2628         (minus_zero): Likewise.
2629         (plus_infty): Likewise.
2630         (minus_infty): Likewise.
2631         (qnan_value): Likewise.
2632         (max_value): Likewise.
2633         (min_value): Likewise.
2634         (min_subnorm_value): Likewise.
2635
2636 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
2637
2638         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
2639         uint64_t or uint32_t usage.
2640         * crypt/sha256-block.c: Likewise.
2641         * crypt/sha256-crypt.c: Likewise.
2642         * crypt/sha256.c: Likewise.
2643         * crypt/sha512-block.c: Likewise.
2644         * crypt/sha512-crypt.c: Likewise.
2645         * crypt/sha512.c: Likewise.
2646         * debug/backtrace-tst.c: Likewise.
2647         * debug/pcprofiledump.c: Likewise.
2648         * elf/cache.c: Likewise.
2649         * elf/dl-cache.c: Likewise.
2650         * elf/dl-misc.c: Likewise.
2651         * elf/dl-profile.c: Likewise.
2652         * elf/dl-support.c: Likewise.
2653         * elf/ldconfig.c: Likewise.
2654         * elf/sprof.c: Likewise.
2655         * iconv/dummy-repertoire.c: Likewise.
2656         * iconv/iconv_charmap.c: Likewise.
2657         * iconv/skeleton.c: Likewise.
2658         * iconvdata/8bit-generic.c: Likewise.
2659         * iconvdata/cp737.h: Likewise.
2660         * iconvdata/cp775.h: Likewise.
2661         * iconvdata/ibm1008.h: Likewise.
2662         * iconvdata/ibm1025.h: Likewise.
2663         * iconvdata/ibm1046.h: Likewise.
2664         * iconvdata/ibm1097.h: Likewise.
2665         * iconvdata/ibm1112.h: Likewise.
2666         * iconvdata/ibm1122.h: Likewise.
2667         * iconvdata/ibm1123.h: Likewise.
2668         * iconvdata/ibm1124.h: Likewise.
2669         * iconvdata/ibm1129.h: Likewise.
2670         * iconvdata/ibm1130.h: Likewise.
2671         * iconvdata/ibm1132.h: Likewise.
2672         * iconvdata/ibm1133.h: Likewise.
2673         * iconvdata/ibm1137.h: Likewise.
2674         * iconvdata/ibm1140.h: Likewise.
2675         * iconvdata/ibm1141.h: Likewise.
2676         * iconvdata/ibm1142.h: Likewise.
2677         * iconvdata/ibm1143.h: Likewise.
2678         * iconvdata/ibm1144.h: Likewise.
2679         * iconvdata/ibm1145.h: Likewise.
2680         * iconvdata/ibm1146.h: Likewise.
2681         * iconvdata/ibm1147.h: Likewise.
2682         * iconvdata/ibm1148.h: Likewise.
2683         * iconvdata/ibm1149.h: Likewise.
2684         * iconvdata/ibm1153.h: Likewise.
2685         * iconvdata/ibm1154.h: Likewise.
2686         * iconvdata/ibm1155.h: Likewise.
2687         * iconvdata/ibm1156.h: Likewise.
2688         * iconvdata/ibm1157.h: Likewise.
2689         * iconvdata/ibm1158.h: Likewise.
2690         * iconvdata/ibm1160.h: Likewise.
2691         * iconvdata/ibm1161.h: Likewise.
2692         * iconvdata/ibm1162.h: Likewise.
2693         * iconvdata/ibm1163.h: Likewise.
2694         * iconvdata/ibm1164.h: Likewise.
2695         * iconvdata/ibm1166.h: Likewise.
2696         * iconvdata/ibm1167.h: Likewise.
2697         * iconvdata/ibm12712.h: Likewise.
2698         * iconvdata/ibm1390.h: Likewise.
2699         * iconvdata/ibm1399.h: Likewise.
2700         * iconvdata/ibm16804.h: Likewise.
2701         * iconvdata/ibm4517.h: Likewise.
2702         * iconvdata/ibm4899.h: Likewise.
2703         * iconvdata/ibm4909.h: Likewise.
2704         * iconvdata/ibm4971.h: Likewise.
2705         * iconvdata/ibm5347.h: Likewise.
2706         * iconvdata/ibm803.h: Likewise.
2707         * iconvdata/ibm856.h: Likewise.
2708         * iconvdata/ibm901.h: Likewise.
2709         * iconvdata/ibm902.h: Likewise.
2710         * iconvdata/ibm9030.h: Likewise.
2711         * iconvdata/ibm9066.h: Likewise.
2712         * iconvdata/ibm921.h: Likewise.
2713         * iconvdata/ibm922.h: Likewise.
2714         * iconvdata/ibm9448.h: Likewise.
2715         * iconvdata/isiri-3342.h: Likewise.
2716         * iconvdata/jis0201.h: Likewise.
2717         * include/link.h: Likewise.
2718         * include/netdb.h: Likewise.
2719         * inet/check_native.c: Likewise.
2720         * inet/check_pf.c: Likewise.
2721         * inet/getipv4sourcefilter.c: Likewise.
2722         * inet/getnameinfo.c: Likewise.
2723         * inet/getsourcefilter.c: Likewise.
2724         * inet/htonl.c: Likewise.
2725         * inet/setipv4sourcefilter.c: Likewise.
2726         * inet/setsourcefilter.c: Likewise.
2727         * inet/test-inet6_opt.c: Likewise.
2728         * inet/tst-network.c: Likewise.
2729         * locale/C-collate.c: Likewise.
2730         * locale/C-ctype.c: Likewise.
2731         * locale/C-time.c: Likewise.
2732         * locale/C-translit.h: Likewise.
2733         * locale/loadarchive.c: Likewise.
2734         * locale/programs/3level.h: Likewise.
2735         * locale/programs/charmap.c: Likewise.
2736         * locale/programs/charmap.h: Likewise.
2737         * locale/programs/ld-address.c: Likewise.
2738         * locale/programs/ld-collate.c: Likewise.
2739         * locale/programs/ld-ctype.c: Likewise.
2740         * locale/programs/ld-identification.c: Likewise.
2741         * locale/programs/ld-measurement.c: Likewise.
2742         * locale/programs/ld-messages.c: Likewise.
2743         * locale/programs/ld-monetary.c: Likewise.
2744         * locale/programs/ld-name.c: Likewise.
2745         * locale/programs/ld-numeric.c: Likewise.
2746         * locale/programs/ld-paper.c: Likewise.
2747         * locale/programs/ld-telephone.c: Likewise.
2748         * locale/programs/ld-time.c: Likewise.
2749         * locale/programs/linereader.c: Likewise.
2750         * locale/programs/locale.c: Likewise.
2751         * locale/programs/locarchive.c: Likewise.
2752         * locale/programs/locfile.h: Likewise.
2753         * locale/programs/repertoire.c: Likewise.
2754         * locale/programs/simple-hash.c: Likewise.
2755         * locale/programs/simple-hash.h: Likewise.
2756         * malloc/memusage.c: Likewise.
2757         * malloc/memusagestat.c: Likewise.
2758         * nis/nis_defaults.c: Likewise.
2759         * nis/nis_hash.c: Likewise.
2760         * nis/nis_print.c: Likewise.
2761         * nis/nis_xdr.c: Likewise.
2762         * nscd/connections.c: Likewise.
2763         * nscd/hstcache.c: Likewise.
2764         * nscd/nscd_gethst_r.c: Likewise.
2765         * nscd/nscd_getserv_r.c: Likewise.
2766         * nscd/nscd_helper.c: Likewise.
2767         * nscd/servicescache.c: Likewise.
2768         * nss/makedb.c: Likewise.
2769         * nss/nss_db/db-XXX.c: Likewise.
2770         * nss/nss_db/db-initgroups.c: Likewise.
2771         * nss/nss_db/db-netgrp.c: Likewise.
2772         * nss/nss_files/files-network.c: Likewise.
2773         * nss/nss_files/files-parse.c: Likewise.
2774         * posix/bug-regex5.c: Likewise.
2775         * posix/fnmatch_loop.c: Likewise.
2776         * posix/regcomp.c: Likewise.
2777         * posix/regexec.c: Likewise.
2778         * posix/tst-rfc3484-2.c: Likewise.
2779         * posix/tst-rfc3484-3.c: Likewise.
2780         * posix/tst-rfc3484.c: Likewise.
2781         * resolv/nss_dns/dns-canon.c: Likewise.
2782         * resolv/nss_dns/dns-network.c: Likewise.
2783         * resolv/res_init.c: Likewise.
2784         * resolv/res_mkquery.c: Likewise.
2785         * resolv/tst-aton.c: Likewise.
2786         * stdlib/cxa_atexit.c: Likewise.
2787         * stdlib/cxa_finalize.c: Likewise.
2788         * stdlib/gen-fpioconst.c: Likewise.
2789         * stdlib/strtol_l.c: Likewise.
2790         * string/tst-endian.c: Likewise.
2791         * sunrpc/auth_des.c: Likewise.
2792         * sunrpc/clnt_udp.c: Likewise.
2793         * sunrpc/rtime.c: Likewise.
2794         * sunrpc/svcauth_des.c: Likewise.
2795         * sunrpc/xdr.c: Likewise.
2796         * sunrpc/xdr_intXX_t.c: Likewise.
2797         * sunrpc/xdr_rec.c: Likewise.
2798         * sysdeps/generic/ldconfig.h: Likewise.
2799         * sysdeps/generic/ldsodefs.h: Likewise.
2800         * sysdeps/generic/memusage.h: Likewise.
2801         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
2802         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
2803         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
2804         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
2805         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
2806         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
2807         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
2808         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
2809         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
2810         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
2811         * sysdeps/posix/getaddrinfo.c: Likewise.
2812         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
2813         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
2814         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
2815         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
2816         * sysdeps/powerpc/test-gettimebase.c: Likewise.
2817         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
2818         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
2819         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
2820         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
2821         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
2822         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
2823         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
2824         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
2825         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
2826         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
2827         * sysdeps/x86_64/dl-tls.h: Likewise.
2828         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
2829         * time/alt_digit.c: Likewise.
2830         * time/era.c: Likewise.
2831         * wcsmbs/tst-c16c32-1.c: Likewise.
2832
2833 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
2834
2835         * math/libm-test.inc (struct test_sincos_data): New type.
2836         (RUN_TEST_LOOP_sincos): New macro.
2837         (sincos_test_data): New variable.
2838         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
2839
2840 2013-05-16  Richard Henderson  <rth@redhat.com>
2841
2842         * math/atest-exp2.c (LIMB64): New macro.
2843         (CONSTSZ): New macro.
2844         (mp_exp1, mp_exp_m1, mp_log2): New variables.
2845         (hexdig): Move ...
2846         (print_mpn_fp): ... to function scope.
2847         (read_mpn_hex): Remove.
2848         (get_log2): Remove.
2849         (exp2_mpn): Use mp_log2.
2850         (main): Use mp_exp1.
2851
2852 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
2853
2854         * math/libm-test.inc: Remove comment about not testing "inexact"
2855         exceptions.
2856         (INEXACT_EXCEPTION): New macro.
2857         (NO_INEXACT_EXCEPTION): Likewise.
2858         (INVALID_EXCEPTION_OK): Update value.
2859         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
2860         (OVERFLOW_EXCEPTION_OK): Likewise.
2861         (UNDERFLOW_EXCEPTION_OK): Likewise.
2862         (IGNORE_ZERO_INF_SIGN): Likewise.
2863         (ERRNO_UNCHANGED): Likewise.
2864         (ERRNO_EDOM): Likewise.
2865         (ERRNO_ERANGE): Likewise.
2866         (test_exceptions): Handle testing "inexact" exceptions.
2867         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
2868         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
2869         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
2870         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
2871         INEXACT_EXCEPTION.
2872         (rint_towardzero_test_data): Likewise.
2873         (rint_downward_test_data): Likewise.
2874         (rint_upward_test_data): Likewise.
2875
2876         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
2877         with OVERFLOW_EXCEPTION.
2878         (exp10_test_data): Likewise.
2879         (exp2_test_data): Likewise.
2880         (expm1_test_data): Likewise.
2881         (lgamma_test_data): Likewise.
2882         (pow_test_data): Likewise.
2883         (tgamma_test_data): Likewise.
2884         (yn_test_data): Remove duplicate test of overflow.
2885
2886         * math/libm-test.inc (struct test_cc_c_data): New type.
2887         (RUN_TEST_LOOP_cc_c): New macro.
2888         (cpow_test_data): New variable.
2889         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
2890
2891         * math/libm-test.inc (struct test_f_L_data): New type.
2892         (RUN_TEST_LOOP_f_L): New macro.
2893         (llrint_test_data): New variable.
2894         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
2895         (llrint_tonearest_test_data): New variable.
2896         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
2897         (llrint_towardzero_test_data): New variable.
2898         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
2899         (llrint_downward_test_data): New variable.
2900         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
2901         (llrint_upward_test_data): New variable.
2902         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
2903         (llround_test_data): New variable.
2904         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
2905
2906 2013-05-13  Peter Collingbourne  <pcc@google.com>
2907
2908         * math/atest-exp2.c (get_log2): Remove const attribute.
2909
2910 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
2911
2912         * math/libm-test.inc (struct test_f_l_data): New type.
2913         (RUN_TEST_LOOP_f_l): New macro.
2914         (lrint_test_data): New variable.
2915         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
2916         (lrint_tonearest_test_data): New variable.
2917         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
2918         (lrint_towardzero_test_data): New variable.
2919         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
2920         (lrint_downward_test_data): New variable.
2921         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
2922         (lrint_upward_test_data): New variable.
2923         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
2924         (lround_test_data): New variable.
2925         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
2926
2927 2013-05-15  Peter Collingbourne  <pcc@google.com>
2928
2929         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
2930         (EXTRACT_WORDS64) Use where appropriate.
2931         (INSERT_WORDS64) Likewise.
2932
2933         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
2934         constraints with x constraints.
2935         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
2936
2937         * malloc/obstack.c (_obstack_compat): Add initializer.
2938
2939 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
2940
2941         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
2942         si_trapno and add si_addr_lsb to _sifields.sigfault.
2943         (si_trapno): Remove macro.
2944         (si_addr_lsb): Define new macro.
2945         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
2946
2947 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
2948
2949         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
2950         instead of TEST_f_l.
2951         (llrint_test_tonearest): Likewise.
2952         (llrint_test_towardzero): Likewise.
2953         (llrint_test_downward): Likewise.
2954         (llrint_test_upward): Likewise.
2955         (llround_test): Likewise.
2956
2957         * math/libm-test.inc (struct test_f_i_data): Add comment.
2958         (RUN_TEST_LOOP_f_b): New macro.
2959         (RUN_TEST_LOOP_f_b_tg): Likewise.
2960         (finite_test_data): New variable.
2961         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
2962         (isfinite_test_data): New variable.
2963         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
2964         (isinf_test_data): New variable.
2965         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
2966         (isnan_test_data): New variable.
2967         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
2968         (isnormal_test_data): New variable.
2969         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
2970         (issignaling_test_data): New variable.
2971         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
2972         (signbit_test_data): New variable.
2973         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
2974
2975         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
2976         with INVALID_EXCEPTION.
2977         (acosh_test_data): Likewise.
2978         (asin_test_data): Likewise.
2979         (atanh_test_data): Likewise.
2980         (fmod_test_data): Likewise.
2981         (log_test_data): Likewise.
2982         (log10_test_data): Likewise.
2983         (log2_test_data): Likewise.
2984         (pow_test_data): Likewise.
2985         (sqrt_test_data): Likewise.
2986         (y0_test_data): Likewise.
2987         (y1_test_data): Likewise.
2988         (yn_test_data): Likewise.
2989
2990         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
2991         function contents.
2992
2993         * math/libm-test.inc (struct test_ff_i_data): New type.
2994         (RUN_TEST_LOOP_ff_i_tg): New macro.
2995         (isgreater_test_data): New variable.
2996         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
2997         (isgreaterequal_test_data): New variable.
2998         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
2999         (isless_test_data): New variable.
3000         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
3001         (islessequal_test_data): New variable.
3002         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
3003         (islessgreater_test_data): New variable.
3004         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
3005         (isunordered_test_data): New variable.
3006         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
3007
3008 2013-05-14  David S. Miller  <davem@davemloft.net>
3009
3010         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3011
3012 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
3013
3014         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
3015
3016         * math/libm-test.inc (struct test_fF_f1_data): Change type of
3017         extra_test to int.
3018         (struct test_f_i_data): Change type of max_ulp to int.
3019
3020         * math/libm-test.inc (test_ffI_f1_data): New type.
3021         (RUN_TEST_LOOP_ffI_f1): New macro.
3022         (remquo_test_data): New variable.
3023         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
3024
3025         * setjmp/tst-setjmp-fp.c: New file.
3026         * setjmp/Makefile (tests): Add tst-setjmp-fp.
3027         (link-libm): New variable.
3028         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
3029
3030         * math/libm-test.inc (struct test_f_i_data): New type.
3031         (RUN_TEST_LOOP_f_i): New macro.
3032         (RUN_TEST_LOOP_f_i_tg): Likewise.
3033         (fpclassify_test_data): New variable.
3034         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
3035         (ilogb_test_data): New variable.
3036         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
3037
3038         * math/libm-test.inc (scalbln_test): Correct function name in END
3039         call.
3040
3041         * math/libm-test.inc (struct test_f_f1_data): Add comment.
3042         (RUN_TEST_LOOP_fI_f1): New macro.
3043         (frexp_test_data): New variable.
3044         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
3045
3046         * math/libm-test.inc (struct test_fF_f1_data): New type.
3047         (RUN_TEST_LOOP_fF_f1): New macro.
3048         (modf_test_data): New variable.
3049         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
3050
3051         * math/libm-test.inc (struct test_f_f1_data): New type.
3052         (RUN_TEST_LOOP_f_f1): New macro.
3053         (gamma_test_data): New variable.
3054         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
3055         (lgamma_test_data): New variable.
3056         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
3057
3058 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
3059
3060         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
3061         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
3062         (main): Comment "tls" pseudo-hwcap.
3063
3064 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
3065
3066         * math/libm-test.inc (struct test_fl_f_data): New type.
3067         (RUN_TEST_LOOP_fl_f): New variable.
3068         (scalbln_test_data): New variable.
3069         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
3070
3071         * math/libm-test.inc (struct test_fi_f_data): New type.
3072         (RUN_TEST_LOOP_fi_f): New macro.
3073         (ldexp_test_data): New variable.
3074         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
3075         (scalbn_test_data): New variable.
3076         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
3077
3078         * math/libm-test.inc (struct test_c_f_data): New type.
3079         (RUN_TEST_LOOP_c_f): New macro.
3080         (cabs_test_data): New variable.
3081         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
3082         (carg_test_data): New variable.
3083         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
3084         (cimag_test_data): New variable.
3085         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
3086         (creal_test_data): New variable.
3087         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
3088
3089         * math/libm-test.inc (struct test_if_f_data): New type.
3090         (RUN_TEST_LOOP_if_f): New macro.
3091         (jn_test_data): New variable.
3092         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
3093         (yn_test_data): New variable.
3094         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
3095
3096         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
3097
3098 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3099
3100         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
3101         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
3102
3103 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
3104
3105         * benchtests/Makefile (CPPFLAGS-nonlib): Add
3106         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
3107         (bench-deps): Add bench-timing.h.
3108         * benchtests-bench-skeleton.c: Include bench-timing.h.
3109         (main): Use TIMING_* macros instead of clock_gettime.
3110         * benchtests/bench-timing.h: New file.
3111
3112         [BZ #14582]
3113         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
3114         Renamed from _LIB_VERSION.
3115         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
3116
3117 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
3118
3119         * math/libm-test.inc (struct test_fff_f_data): New type.
3120         (RUN_TEST_LOOP_fff_f): New macro.
3121         (fma_test_data): New variable.
3122         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
3123         (fma_towardzero_test_data): New variable.
3124         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
3125         (fma_downward_test_data): New variable.
3126         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
3127         (fma_upward_test_data): New variable.
3128         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
3129
3130         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
3131         (struct test_c_c_data): New type.
3132         (RUN_TEST_LOOP_c_c): New macro.
3133         (cacos_test_data): New variable.
3134         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
3135         (cacosh_test_data): New variable.
3136         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
3137         (casin_test_data): New variable.
3138         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
3139         (casinh_test_data): New variable.
3140         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
3141         (catan_test_data): New variable.
3142         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
3143         (catanh_test_data): New variable.
3144         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
3145         (ccos_test_data): New variable.
3146         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
3147         (ccosh_test_data): New variable.
3148         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
3149         (cexp_test_data): New variable.
3150         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
3151         (clog_test_data): New variable.
3152         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
3153         (clog10_test_data): New variable.
3154         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
3155         (conj_test_data): New variable.
3156         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
3157         (cproj_test_data): New variable.
3158         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
3159         (csin_test_data): New variable.
3160         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
3161         (csinh_test_data): New variable.
3162         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
3163         (csqrt_test_data): New variable.
3164         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
3165         (ctan_test_data): New variable.
3166         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
3167         (ctan_tonearest_test_data): New variable.
3168         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
3169         (ctan_towardzero_test_data): New variable.
3170         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
3171         (ctan_downward_test_data): New variable.
3172         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
3173         (ctan_upward_test_data): New variable.
3174         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
3175         (ctanh_test_data): New variable.
3176         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
3177         (ctanh_tonearest_test_data): New variable.
3178         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
3179         (ctanh_towardzero_test_data): New variable.
3180         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
3181         (ctanh_downward_test_data): New variable.
3182         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
3183         (ctanh_upward_test_data): New variable.
3184         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
3185         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
3186         of BUILD_COMPLEX.
3187
3188         * math/libm-test.inc (struct test_ff_f_data): New type.
3189         (struct test_ff_f_data_nexttoward): Likewise.
3190         (RUN_TEST_LOOP_2_f): New macro.
3191         (RUN_TEST_LOOP_ff_f): Likewise.
3192         (atan2_test_data): New variable.
3193         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
3194         (copysign_test_data): New variable.
3195         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
3196         (fdim_test_data): New variable.
3197         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
3198         (fmax_test_data): New variable.
3199         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
3200         (fmin_test_data): New variable.
3201         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
3202         (fmod_test_data): New variable.
3203         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
3204         (hypot_test_data): New variable.
3205         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
3206         (nextafter_test_data): New variable.
3207         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
3208         (nexttoward_test_data): New variable.
3209         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
3210         (pow_test_data): New variable.
3211         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
3212         (pow_tonearest_test_data): New variable.
3213         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
3214         (pow_towardzero_test_data): New variable.
3215         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
3216         (pow_downward_test_data): New variable.
3217         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
3218         (pow_upward_test_data): New variable.
3219         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
3220         (remainder_test_data): New variable.
3221         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
3222         (scalb_test_data): New variable.
3223         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
3224         * sysdeps/i386/fpu/libm-test-ulps: Update.
3225
3226 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
3227
3228         * math/libm-test.inc (fma_test): Use max_value instead of local
3229         variable fltmax.
3230         (nextafter_test): Likewise.
3231
3232         * math/libm-test.inc (acos_towardzero_test_data): New variable.
3233         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
3234         (acos_downward_test_data): New variable.
3235         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
3236         (acos_upward_test_data): New variable.
3237         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
3238         (acosh_test_data): New variable.
3239         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
3240         (asin_test_data): New variable.
3241         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
3242         (asin_tonearest_test_data): New variable.
3243         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
3244         (asin_towardzero_test_data): New variable.
3245         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
3246         (asin_downward_test_data): New variable.
3247         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
3248         (asin_upward_test_data): New variable.
3249         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
3250         (asinh_test_data): New variable.
3251         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
3252         (atan_test_data): New variable.
3253         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
3254         (atanh_test_data): New variable.
3255         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
3256         (cbrt_test_data): New variable.
3257         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
3258         (ceil_test_data): New variable.
3259         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
3260         (cos_test_data): New variable.
3261         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
3262         (cos_tonearest_test_data): New variable.
3263         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
3264         (cos_towardzero_test_data): New variable.
3265         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
3266         (cos_downward_test_data): New variable.
3267         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
3268         (cos_upward_test_data): New variable.
3269         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
3270         (cosh_test_data): New variable.
3271         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
3272         (cosh_tonearest_test_data): New variable.
3273         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
3274         (cosh_towardzero_test_data): New variable.
3275         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
3276         (cosh_downward_test_data): New variable.
3277         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
3278         (cosh_upward_test_data): New variable.
3279         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
3280         (erf_test_data): New variable.
3281         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
3282         (erfc_test_data): New variable.
3283         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
3284         (exp_test_data): New variable.
3285         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
3286         (exp_tonearest_test_data): New variable.
3287         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
3288         (exp_towardzero_test_data): New variable.
3289         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
3290         (exp_downward_test_data): New variable.
3291         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
3292         (exp_upward_test_data): New variable.
3293         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
3294         (exp10_test_data): New variable.
3295         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
3296         (exp2_test_data): New variable.
3297         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
3298         (expm1_test_data): New variable.
3299         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
3300         (fabs_test_data): New variable.
3301         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
3302         (floor_test_data): New variable.
3303         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
3304         (j0_test_data): New variable.
3305         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
3306         (j1_test_data): New variable.
3307         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
3308         (log_test_data): New variable.
3309         (log_test): Run tests with RUN_TEST_LOOP_f_f.
3310         (log10_test_data): New variable.
3311         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
3312         (log1p_test_data): New variable.
3313         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
3314         (log2_test_data): New variable.
3315         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
3316         (logb_test_data): New variable.
3317         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
3318         (logb_downward_test_data): New variable.
3319         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
3320         (nearbyint_test_data): New variable.
3321         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
3322         (rint_test_data): New variable.
3323         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
3324         (rint_tonearest_test_data): New variable.
3325         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
3326         (rint_towardzero_test_data): New variable.
3327         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
3328         (rint_downward_test_data): New variable.
3329         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
3330         (rint_upward_test_data): New variable.
3331         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
3332         (round_test_data): New variable.
3333         (round_test): Run tests with RUN_TEST_LOOP_f_f.
3334         (sin_test_data): New variable.
3335         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
3336         (sin_tonearest_test_data): New variable.
3337         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
3338         (sin_towardzero_test_data): New variable.
3339         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
3340         (sin_downward_test_data): New variable.
3341         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
3342         (sin_upward_test_data): New variable.
3343         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
3344         (sinh_test_data): New variable.
3345         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
3346         (sinh_tonearest_test_data): New variable.
3347         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
3348         (sinh_towardzero_test_data): New variable.
3349         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
3350         (sinh_downward_test_data): New variable.
3351         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
3352         (sinh_upward_test_data): New variable.
3353         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
3354         (sqrt_test_data): New variable.
3355         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
3356         (tan_test_data): New variable.
3357         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
3358         (tan_tonearest_test_data): New variable.
3359         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
3360         (tan_towardzero_test_data): New variable.
3361         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
3362         (tan_downward_test_data): New variable.
3363         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
3364         (tan_upward_test_data): New variable.
3365         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
3366         (tanh_test_data): New variable.
3367         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
3368         (tgamma_test_data): New variable.
3369         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
3370         (trunc_test_data): New variable.
3371         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
3372         (y0_test_data): New variable.
3373         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
3374         (y1_test_data): New variable.
3375         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
3376         (significand_test_data): New variable.
3377         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
3378
3379 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
3380
3381         [BZ #12387]
3382         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
3383
3384 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
3385
3386         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
3387
3388 2013-05-10  Andreas Jaeger  <aj@suse.de>
3389
3390         [BZ #15448]
3391         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
3392         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
3393
3394 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
3395
3396         * math/gen-libm-test.pl (adjust_arg): New function.
3397         (special_functions): Handle generating output in both functions
3398         and arrays.
3399         (parse_args): Likewise.
3400         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
3401         $in_func argument to parse_args.
3402         * math/libm-test.inc (struct test_f_f_data): New type.
3403         (IF_ROUND_INIT_): New macro.
3404         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
3405         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
3406         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
3407         (IF_ROUND_INIT_FE_UPWARD): Likewise.
3408         (ROUND_RESTORE_): Likewise.
3409         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
3410         (ROUND_RESTORE_FE_TONEAREST): Likewise.
3411         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
3412         (ROUND_RESTORE_FE_UPWARD): Likewise.
3413         (RUN_TEST_LOOP_f_f): New macro.
3414         (acos_test_data): New variable.
3415         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
3416         (acos_tonearest_test_data): New variable.
3417         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
3418
3419 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
3420
3421         * benchtests/bench-skeleton.c (startup): Fix coding style.
3422
3423 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
3424
3425         [BZ #6809]
3426         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
3427         negative infinity argument.
3428         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
3429         negative infinity argument.
3430         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
3431         negative infinity argument.
3432         * math/libm-test.inc (tgamma_test): Expect errno to be set for
3433         domain errors.
3434
3435 2013-05-10  Florian Weimer  <fweimer@redhat.com>
3436
3437         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
3438         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
3439         * iconv/iconv_prog.c (main): Likewise.
3440         * locale/programs/charmap-dir.c (charmap_readdir)
3441         (fopen_uncompressed): Likewise.
3442         * locale/programs/locfile.c (siblings_uncached)
3443         (write_locale_data): Use lstat64 instead of lstat.
3444         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
3445         stat.
3446
3447 2013-05-10  Andreas Jaeger  <aj@suse.de>
3448
3449         [BZ #15395]
3450         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
3451         localization.
3452         Include <locale.h>.
3453
3454 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
3455
3456         * elf/dl-close.c (_dl_close_worker): Add comments.
3457
3458 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
3459
3460         [BZ #15359]
3461         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
3462         high part of pi/2.
3463         (__ieee754_rem_pio2l): Update comments.
3464
3465         [BZ #15429]
3466         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
3467         high part of pi/2.
3468         (__ieee754_rem_pio2l): Update comments.
3469
3470         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
3471         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
3472
3473         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
3474         M_PI_4l.
3475
3476         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
3477         (M_PI_34_LOG10El): Likewise.
3478         (M_PI2_LOG10El): Likewise.
3479         (M_PI4_LOG10El): Likewise.
3480         (M_PI_LOG10El): Likewise.
3481
3482 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3483
3484         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3485
3486 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
3487
3488         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
3489         (MINUS_ZERO_INIT): Likewise.
3490         (PLUS_INFTY_INIT): Likewise.
3491         (MINUS_INFTY_INIT): Likewise.
3492         (QNAN_VALUE_INIT): Likewise.
3493         (MAX_VALUE_INIT): Likewise.
3494         (MIN_VALUE_INIT): Likewise.
3495         (MIN_SUBNORM_VALUE_INIT): Likewise.
3496         (plus_zero): Initialize with PLUS_ZERO_INIT.
3497         (minus_zero): Initialize with MINUS_ZERO_INIT.
3498         (plus_infty): Initialize with PLUS_INFTY_INIT.
3499         (minus_infty): Initialize with MINUS_INFTY_INIT.
3500         (qnan_value): Initialize with QNAN_VALUE_INIT.
3501         (max_value): Initialize with MAX_VALUE_INIT.
3502         (min_value): Initialize with MIN_VALUE_INIT.
3503         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
3504
3505         * math/libm-test.inc (RUN_TEST_if_f): New macro.
3506         (jn_test): Use TEST_if_f instead of TEST_ff_f.
3507         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
3508         (yn_test): Use TEST_if_f instead of TEST_ff_f.
3509
3510         * math/libm-test.inc (RUN_TEST_f_f): New macro.
3511         (RUN_TEST_2_f): Likewise.
3512         (RUN_TEST_ff_f): Likewise.
3513         (RUN_TEST_fi_f): Likewise.
3514         (RUN_TEST_fl_f): Likewise.
3515         (RUN_TEST_fff_f): Likewise.
3516         (RUN_TEST_c_f): Likewise.
3517         (RUN_TEST_f_f1): Likewise.
3518         (RUN_TEST_fF_f1): Likewise.
3519         (RUN_TEST_fI_f1): Likewise.
3520         (RUN_TEST_ffI_f1): Likewise.
3521         (RUN_TEST_c_c): Likewise.
3522         (RUN_TEST_cc_c): Likewise.
3523         (RUN_TEST_f_i): Likewise.
3524         (RUN_TEST_f_i_tg): Likewise.
3525         (RUN_TEST_ff_i_tg): Likewise.
3526         (RUN_TEST_f_b): Likewise.
3527         (RUN_TEST_f_b_tg): Likewise.
3528         (RUN_TEST_f_l): Likewise.
3529         (RUN_TEST_f_L): Likewise.
3530         (RUN_TEST_sincos): Likewise.
3531         * math/gen-libm-test.pl (new_test): Take new argument to indicate
3532         whether to show exceptions.  Do not include ");\n" in return
3533         value.
3534         (special_functions): Output call to RUN_TEST_sincos instead of
3535         check_float calls.  Update calls to new_test.
3536         (parse_args): Output call to single RUN_TEST_* macro instead of
3537         check_* calls and other assignments.  Update calls to new_test.
3538
3539         [BZ #2546]
3540         [BZ #2560]
3541         [BZ #5159]
3542         [BZ #15426]
3543         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
3544         input to result for tgamma overflow.
3545         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
3546         (gamma_coeff): New variable.
3547         (NCOEFF): New macro.
3548         (gamma_positive): New function.
3549         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
3550         underflow here.  Use gamma_positive instead of exp (lgamma) for
3551         other arguments.
3552         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
3553         (gamma_coeff): New variable.
3554         (NCOEFF): New macro.
3555         (gammaf_positive): New function.
3556         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
3557         underflow here.  Use gamma_positive instead of exp (lgamma) for
3558         other arguments.
3559         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
3560         (gamma_coeff): New variable.
3561         (NCOEFF): New macro.
3562         (gammal_positive): New function.
3563         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
3564         underflow here.  Use gamma_positive instead of exp (lgamma) for
3565         other arguments.
3566         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
3567         (gamma_coeff): New variable.
3568         (NCOEFF): New macro.
3569         (gammal_positive): New function.
3570         (__ieee754_gammal_r): Handle positive infinity, overflow and
3571         underflow here.  Handle NaN the same as positive infinity.  Remove
3572         check x < 0xffffffff for negative integers.  Use gamma_positive
3573         instead of exp (lgamma) for other arguments.
3574         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
3575         (gamma_coeff): New variable.
3576         (NCOEFF): New macro.
3577         (gammal_positive): New function.
3578         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
3579         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
3580         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
3581         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
3582         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
3583         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
3584         * sysdeps/generic/math_private.h (__gamma_productf): New
3585         prototype.
3586         (__gamma_product): Likewise.
3587         (__gamma_productl): Likewise.
3588         * math/Makefile (libm-calls): Add gamma_product.
3589         * math/libm-test.inc (tgamma_test): Add more tests.
3590         * sysdeps/i386/fpu/libm-test-ulps: Update.
3591         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3592
3593 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
3594
3595         * benchtests/bench-skeleton.c (main): Preheat CPU.
3596
3597 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
3598
3599         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
3600
3601 2013-05-07  Roland McGrath  <roland@hack.frob.com>
3602
3603         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
3604         and _dl_skip_args_internal.
3605
3606 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
3607
3608         * manual/message.texi (Message Translation): Talk about users.
3609         Message to key mapping impacts design.
3610
3611 2013-05-06  Roland McGrath  <roland@hack.frob.com>
3612
3613         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
3614
3615         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
3616
3617         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
3618         * sysdeps/wordsize-64/glob64.c: ... here.
3619
3620         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
3621         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
3622         New macros.
3623
3624         * debug/getlogin_r_chk.c: Moved to ...
3625         * login/getlogin_r_chk.c: ... here.
3626         * debug/Makefile (routines): Move getlogin_r_chk to ...
3627         * login/Makefile (routines): ... here.
3628         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
3629         * login/Versions (libc: GLIBC_2.4): ... here.
3630
3631         * io/poll.c (__poll): Renamed from poll.
3632         Add libc_hidden_def.
3633         (poll): Define as weak alias.
3634
3635         * debug/ptsname_r_chk.c: Moved to ...
3636         * login/ptsname_r_chk.c: ... here.
3637         * debug/Makefile (routines): Move ptsname_r_chk to ...
3638         * login/Makefile (routines): ... here.
3639         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
3640         * login/Versions (libc: GLIBC_2.4): ... here.
3641
3642         * posix/getlogin.c: Moved to ...
3643         * login/getlogin.c: ... here.
3644         * posix/getlogin_r.c: Moved to ...
3645         * login/getlogin_r.c: ... here.
3646         * posix/getlogin_r.c: Moved to ...
3647         * login/getlogin_r.c: ... here.
3648         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
3649         * login/Makefile (routines): ... here.
3650         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
3651         * login/Versions (libc: GLIBC_2.0): ... here.
3652
3653         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
3654         (setrlimit): Define as weak alias.
3655
3656         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
3657         Call __ names for open, ftruncate, and close.
3658         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
3659         (truncate): Define as weak alias.
3660
3661 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
3662
3663         * math/gen-libm-test.pl (parse_args): Initialize x before each
3664         test of frexp, modf and remquo.
3665
3666         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
3667         test signgam value.
3668
3669 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3670
3671         [BZ #15418]
3672         [BZ #15419]
3673         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
3674         internal tests.
3675         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
3676
3677 2013-05-06  Roland McGrath  <roland@hack.frob.com>
3678
3679         * elf/dl-writev.h: New file.
3680         * elf/dl-misc.c: Include it.
3681         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
3682         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
3683
3684 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
3685
3686         * math/libm-test.inc (noXFails): Remove variable.
3687         (noXPasses): Likewise.
3688         (BUILD_COMPLEX_INT): Remove macro.
3689         (print_screen): Remove xfail argument.
3690         (print_screen_max_error): Likewise.
3691         (update_stats): Likewise.
3692         (print_max_error): Likewise.  Update calls to other affected
3693         functions.
3694         (print_complex_max_error): Likewise.
3695         (test_single_exception): Update calls to print_screen.
3696         (test_single_errno): Likewise.
3697         (check_float_internal): Remove xfail argument.  Update calls to
3698         other affected functions.
3699         (check_float): Likewise.
3700         (check_complex): Likewise.
3701         (check_int): Likewise.
3702         (check_long): Likewise.
3703         (check_bool): Likewise.
3704         (check_longlong): Likewise.
3705         (main): Don't print noXFails and noXPasses.
3706         * math/gen-libm-test.pl (top level): Don't mention expected
3707         failure handling in comment.
3708         (new_test): Don't handle expected failures.
3709         (parse_args): Don't mention expected failure handling in comment.
3710         (generate_testfile): Don't handle expected failures.
3711         (parse_ulps): Likewise.
3712         (print_ulps_file): Likewise.
3713         (get_failure): Remove function.
3714         (output_test): Don't handle expected failures.
3715         * make/README.libm-test: Don't mention expected failure handling.
3716
3717         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
3718         (minus_zero): Likewise.
3719         (plus_infty): Likewise.
3720         (minus_infty): Likewise.
3721         (qnan_value): Likewise.
3722         (max_value): Likewise.
3723         (min_value): Likewise.
3724         (min_subnorm_value): Likewise.
3725         (initialize): Do not initialize those variables dynamically.
3726
3727 2013-05-03  Roland McGrath  <roland@hack.frob.com>
3728
3729         * io/open.c (__open_2): Moved to ...
3730         * io/open_2.c: ... this new file.
3731         * io/open64.c (__open64_2): Moved to ...
3732         * io/open64_2.c: ... this new file.
3733         * io/openat.c (__openat_2): Moved to ...
3734         * io/openat_2.c: ... this new file.
3735         * io/openat64.c (__openat64_2): Moved to ...
3736         * io/openat64_2.c: ... this new file.
3737         * io/Makefile (routines): Add them.
3738         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
3739         * sysdeps/unix/sysv/linux/open_2.c: File removed.
3740         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
3741         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
3742         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
3743         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
3744         (__openat64): Add hidden_ver.
3745         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
3746         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
3747
3748         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
3749         Separately conditionalize setting of GLRO(dl_sysinfo) so
3750         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
3751         as well, but the actual setting is only under [NEED_DL_SYSINFO].
3752
3753 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3754
3755         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
3756         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
3757         definition.
3758         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
3759         * sysdeps/unix/sysv/linux/powerpc/init-first.c
3760         (_libc_vdso_platform_setup): Add __vdso_time initialization.
3761         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
3762         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
3763
3764 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
3765
3766         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
3767         test signgam value.
3768
3769         * math/libm-test.inc (hypot_test): Do not use
3770         IGNORE_ZERO_INF_SIGN.
3771
3772 2013-05-03  Andreas Jaeger  <aj@suse.de>
3773
3774         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
3775         Linux 3.9.
3776         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
3777         (PF_MAX): Adjust for VSOCK change.
3778
3779 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3780
3781         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3782
3783 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
3784
3785         [BZ #15264]
3786         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
3787         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
3788         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
3789
3790 2013-05-02  David S. Miller  <davem@davemloft.net>
3791
3792         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3793
3794 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
3795
3796         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
3797
3798 2013-05-01  Roland McGrath  <roland@hack.frob.com>
3799
3800         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
3801
3802 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
3803
3804         [BZ #14952]
3805         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
3806         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
3807         Use __attribute__ ((__gnu_inline__)).
3808         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
3809         Don't use __attribute__ ((__gnu_inline__)).
3810
3811 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
3812
3813         [BZ #15423]
3814         * math/s_catan.c (__catan): Handle small real or imaginary part of
3815         input specially to avoid spurious underflow.
3816         * math/s_catanf.c (__catanf): Likewise.
3817         * math/s_catanh.c (__catanh): Likewise.
3818         * math/s_catanhf.c (__catanhf): Likewise.
3819         * math/s_catanhl.c (__catanhl): Likewise.
3820         * math/s_catanl.c (__catanl): Likewise.
3821         * math/libm-test.inc (catan_test): Add more tests.
3822         (catanh_test): Likewise.
3823         * sysdeps/i386/fpu/libm-test-ulps: Update.
3824         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3825
3826 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3827
3828         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3829
3830 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
3831
3832         [BZ #15416]
3833         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
3834         accurately for denominator in atan2.
3835         * math/s_catanf.c (__catanf): Likewise.
3836         * math/s_catanh.c (__catanh): Likewise.
3837         * math/s_catanhf.c (__catanhf): Likewise.
3838         * math/s_catanhl.c (__catanhl): Likewise.
3839         * math/s_catanl.c (__catanl): Likewise.
3840         * math/libm-test.inc (catan_test): Add more tests.
3841         (catanh_test): Likewise.
3842         * sysdeps/i386/fpu/libm-test-ulps: Update.
3843         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3844
3845 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
3846
3847         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
3848
3849         * benchtests/Makefile (bench): Remove slow benchmarks.
3850         * benchtests/atan-inputs: Add slow benchmark inputs.
3851         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
3852         (BENCH_FUNC): Accept variant offset.
3853         (VARIANT): Define.
3854         * benchtests/bench-skeleton.c (main): Run benchmark for each
3855         variant.
3856         * benchtests/cos-inputs: Add slow benchmark inputs.
3857         * benchtests/exp-inputs: Likewise.
3858         * benchtests/pow-inputs: Likewise.
3859         * benchtests/sin-inputs: Likewise.
3860         * benchtests/slowatan-inputs: Remove.
3861         * benchtests/slowatan.c: Remove.
3862         * benchtests/slowcos-inputs: Remove.
3863         * benchtests/slowcos.c: Remove.
3864         * benchtests/slowexp-inputs: Remove.
3865         * benchtests/slowexp.c: Remove.
3866         * benchtests/slowpow-inputs: Remove.
3867         * benchtests/slowpow.c: Remove.
3868         * benchtests/slowsin-inputs: Remove.
3869         * benchtests/slowsin.c: Remove.
3870         * benchtests/slowtan-inputs: Remove.
3871         * benchtests/slowtan.c: Remove.
3872         * benchtests/tan-inputs: Add slow benchmark inputs.
3873         * scripts/bench.pl: Parse comments and directives.
3874
3875         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
3876         in CPPFLAGS.
3877         ($(objpfx)bench-%.c): Remove *-ITER.
3878         * benchtests/bench-modf.c: Remove definition of ITER.
3879         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
3880         (main): Loop for DURATION seconds instead of fixed number of
3881         iterations.
3882         * scripts/bench.pl: Don't expect iterations in parameters.
3883
3884 2013-04-29  Roland McGrath  <roland@hack.frob.com>
3885
3886         * io/fchdir.c (__fchdir): Renamed from fchdir.
3887         (fchdir): Define as weak alias.
3888
3889 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
3890
3891         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
3892         (ERRNO_EDOM): Likewise.
3893         (ERRNO_ERANGE): Likewise.
3894         (noErrnoTests): New variable.
3895         (init_max_error): Set errno to 0.
3896         (test_single_errno): New function.
3897         (test_errno): Likewise.
3898         (check_float_internal): Call test_errno.  Set errno to 0.
3899         (check_complex): Refer to errno tests in comment.
3900         (check_int): Call test_errno.  Set errno to 0.
3901         (check_long): Likewise.
3902         (check_bool): Likewise.
3903         (check_longlong): Likewise.
3904         (cos_test): Use ERRNO_* flags for errno tests instead of
3905         check_int.
3906         (expm1_test): Likewise.
3907         (fmod_test): Likewise.
3908         (ilogb_test): Likewise.
3909         (lgamma_test): Likewise.
3910         (pow_test): Likewise.
3911         (remainder_test): Likewise.
3912         (sin_test): Likewise.
3913         (tan_test): Likewise.
3914         (yn_test): Likewise.
3915         (initialize): Set errno to 0.
3916         (main): Print number of errno tests.
3917         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
3918
3919 2013-04-29  Andreas Jaeger  <aj@suse.de>
3920
3921         [BZ #15084]
3922         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
3923         and RES_USEVC.
3924
3925         [BZ #15085]
3926         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
3927         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
3928         unimplemented.
3929
3930         [BZ #15380]
3931         * stdlib/random.c (__initstate): Return NULL if
3932         __initstate fails.
3933
3934         [BZ #15086]
3935         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
3936         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
3937         RES_SNGLKUPREOP.
3938
3939 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3940
3941         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3942
3943 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
3944
3945         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
3946         of individual tests.
3947         (casin_test): Likewise.
3948         (casinh_test): Likewise.
3949
3950 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
3951
3952         [BZ #15409]
3953         * math/s_catan.c (__catan): Handle arguments with large real or
3954         imaginary part separately without squaring.
3955         * math/s_catanf.c (__catanf): Likewise.
3956         * math/s_catanh.c (__catanh): Likewise.
3957         * math/s_catanhf.c (__catanhf): Likewise.
3958         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
3959         and redefine.
3960         (__catanhl): Handle arguments with large real or imaginary part
3961         separately without squaring.
3962         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
3963         and redefine.
3964         (__catanl): Handle arguments with large real or imaginary part
3965         separately without squaring.
3966         * math/libm-test.inc (catan_test): Add more tests.
3967         (catanh_test): Likewise.
3968         * sysdeps/i386/fpu/libm-test-ulps: Update.
3969         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3970
3971 2013-04-27  Andreas Jaeger  <aj@suse.de>
3972
3973         [BZ #15007]
3974         * stdlib/stdlib.h: Update guards for qecvt.
3975         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
3976         <stdlib.h>.
3977
3978 2013-04-27  Allan McRae  <allan@archlinux.org>
3979
3980         * sysdeps/i386/fpu/libm-test-ulps: Update.
3981
3982 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
3983
3984         [BZ #15406]
3985         * math/s_catan.c: Include <float.h>.
3986         (__catan): Ensure underflow exception occurs for underflowed
3987         result.
3988         * math/s_catanf.c: Include <float.h>.
3989         (__catanf): Ensure underflow exception occurs for underflowed
3990         result.
3991         * math/s_catanh.c: Include <float.h>.
3992         (__catanh): Ensure underflow exception occurs for underflowed
3993         result.
3994         * math/s_catanhf.c: Include <float.h>.
3995         (__catanhf): Ensure underflow exception occurs for underflowed
3996         result.
3997         * math/s_catanhl.c: Include <float.h>.
3998         (__catanhl): Ensure underflow exception occurs for underflowed
3999         result.
4000         * math/s_catanl.c: Include <float.h>.
4001         (__catanl): Ensure underflow exception occurs for underflowed
4002         result.
4003         * math/libm-test.inc (catan_test): Add more tests.
4004         (catanh_test): Likewise.
4005
4006         [BZ #15405]
4007         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
4008         underflowed result.
4009         * math/s_ccoshf.c (__ccoshf): Likewise.
4010         * math/s_ccoshl.c (__ccoshl): Likewise.
4011         * math/s_csin.c (__csin): Likewise.
4012         * math/s_csinf.c (__csinf): Likewise.
4013         * math/s_csinh.c (__csinh): Likewise.
4014         * math/s_csinhf.c (__csinhf): Likewise.
4015         * math/s_csinhl.c (__csinhl): Likewise.
4016         * math/s_csinl.c (__csinl): Likewise.
4017         * math/libm-test.inc (ccos_test): Add more tests.
4018         (ccosh_test): Likewise.
4019         (csin_test): Likewise.
4020         (csinh_test): Likewise.
4021
4022 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4023
4024         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
4025         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
4026         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
4027         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
4028         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
4029         powerpc/power5+/fpu folders.
4030         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
4031
4032
4033 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
4034
4035         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
4036
4037 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
4038
4039         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
4040         additions to variable.
4041         [$(config-machine) = x86_64] (modules-names): Likewise.
4042         ($(objpfx)tst-audit3): Remove dependency.
4043         ($(objpfx)tst-audit3.out): Likewise.
4044         ($(objpfx)tst-audit4): Likewise.
4045         ($(objpfx)tst-audit4.out): Likewise.
4046         ($(objpfx)tst-audit5): Likewise.
4047         ($(objpfx)tst-audit5.out): Likewise.
4048         ($(objpfx)tst-audit6): Likewise.
4049         ($(objpfx)tst-audit6.out): Likewise.
4050         ($(objpfx)tst-audit7): Likewise.
4051         ($(objpfx)tst-audit7.out): Likewise.
4052         (tst-audit3-ENV): Remove variable.
4053         (tst-audit4-ENV): Likewise.
4054         (tst-audit5-ENV): Likewise.
4055         (tst-audit6-ENV): Likewise.
4056         (tst-audit7-ENV): Likewise.
4057         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
4058         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
4059         addition to variable.
4060         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
4061         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
4062         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
4063         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
4064         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
4065         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
4066         tst-audit3, tst-audit4 and tst-audit5.
4067         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
4068         tst-audit6 and tst-audit7.
4069         [$(subdir) = elf] (modules-names): Add audit modules for those
4070         tests.
4071         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
4072         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
4073         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
4074         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
4075         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
4076         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
4077         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
4078         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
4079         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
4080         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
4081         [$(subdir) = elf] (tst-audit3-ENV): New variable.
4082         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
4083         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
4084         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
4085         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
4086         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
4087         Likewise.
4088         [$(subdir) = elf && $(config-cflags-avx) = yes]
4089         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
4090         [$(subdir) = elf && $(config-cflags-avx) = yes]
4091         (CFLAGS-tst-auditmod4a.c): Likewise.
4092         [$(subdir) = elf && $(config-cflags-avx) = yes]
4093         (CFLAGS-tst-auditmod4b.c): Likewise.
4094         [$(subdir) = elf && $(config-cflags-avx) = yes]
4095         (CFLAGS-tst-auditmod6b.c): Likewise.
4096         [$(subdir) = elf && $(config-cflags-avx) = yes]
4097         (CFLAGS-tst-auditmod6c.c): Likewise.
4098         [$(subdir) = elf && $(config-cflags-avx) = yes]
4099         (CFLAGS-tst-auditmod7b.c): Likewise.
4100         * elf/tst-audit3.c: Move to ...
4101         * sysdeps/x86_64/tst-audit3.c: ... here.
4102         * elf/tst-audit4.c: Move to ...
4103         * sysdeps/x86_64/tst-audit4.c: ... here.
4104         * elf/tst-audit5.c: Move to ...
4105         * sysdeps/x86_64/tst-audit5.c: ... here.
4106         * elf/tst-audit6.c: Move to ...
4107         * sysdeps/x86_64/tst-audit6.c: ... here.
4108         * elf/tst-audit7.c: Move to ...
4109         * sysdeps/x86_64/tst-audit7.c: ... here.
4110         * elf/tst-auditmod3a.c: Move to ...
4111         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
4112         * elf/tst-auditmod3b.c: Move to ...
4113         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
4114         * elf/tst-auditmod4a.c: Move to ...
4115         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
4116         * elf/tst-auditmod4b.c: Move to ...
4117         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
4118         * elf/tst-auditmod5a.c: Move to ...
4119         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
4120         * elf/tst-auditmod5b.c: Move to ...
4121         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
4122         * elf/tst-auditmod6a.c: Move to ...
4123         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
4124         * elf/tst-auditmod6b.c: Move to ...
4125         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
4126         * elf/tst-auditmod6c.c: Move to ...
4127         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
4128         * elf/tst-auditmod7a.c: Move to ...
4129         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
4130         * elf/tst-auditmod7b.c: Move to ...
4131         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
4132
4133 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
4134
4135         [BZ #15366]
4136         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
4137         define unconditionally.
4138         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
4139         define unconditionally.
4140         (INT8_C, INT16_C, etc.): Likewise.
4141
4142 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
4143
4144         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
4145         __ehdr_start with hidden visibility.
4146
4147         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
4148
4149 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
4150
4151         * math/libm-test.inc (cos_test): Use accurate hex constants.
4152         (sincost_test): Likewise.
4153
4154 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
4155
4156         * math/libm-test.inc (catan_test): Add more tests.
4157         (catanh_test): Likewise.
4158
4159         * math/s_catanf.c (__catanf): Use suffixed floating-point
4160         constants.
4161         * math/s_catanhf.c (__catanhf): Likewise.
4162         * math/s_catanhl.c (__catanhl): Likewise.
4163         * math/s_catanl.c (__catanl): Likewise.
4164
4165         [BZ #15394]
4166         * math/s_catan.c (__catan): Calculate imaginary part of result
4167         with log1p not log unless computing log of number close to 0.
4168         * math/s_catanf.c (__catanf): Likewise.
4169         * math/s_catanl.c (__catanl): Likewise.
4170         * math/s_catanh.c (__catanh): Calculate real part of result with
4171         log1p not log unless computing log of number close to 0.
4172         * math/s_catanhf.c (__catanhf): Likewise.
4173         * math/s_catanhl.c (__catanhl): Likewise.
4174         * math/libm-test.inc (catan_test): Add more tests.
4175         (catanh_test): Likewise.
4176         * sysdeps/i386/fpu/libm-test-ulps: Update.
4177         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4178
4179 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4180
4181         * benchtests/Makefile: Mention files in which fast and slow
4182         paths of math functions are implemented.
4183
4184 2013-04-23  Roland McGrath  <roland@hack.frob.com>
4185
4186         * sysdeps/posix/timespec_get.c: New file.
4187
4188 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4189
4190         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
4191         POWER.
4192         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
4193         for POWER.
4194         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
4195         powerpc/power5/fpu folders.
4196         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
4197         * benchtests/Makefile: Add modf testcase.
4198         * benchtests/bench-modf.c: New file: Benchmark test for mo
4199
4200 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
4201
4202         [BZ #14888]
4203         * time/Makefile (tests): Add tst-strptime-whitespace.
4204         * time/strptime_l.c (get_number): Use ISSPACE.
4205         (__strptime_internal): Likewise.
4206         * time/tst-strptime-whitespace.c: New test case.
4207
4208 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
4209
4210         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
4211         member.
4212         (_nss_files_init): Set it here.
4213
4214 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
4215
4216         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
4217         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
4218         unsigned.
4219
4220 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
4221
4222         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
4223
4224 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
4225
4226         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
4227         size just once.
4228
4229 2013-04-21  David S. Miller  <davem@davemloft.net>
4230
4231         * po/ru.po: Update Russion translation from translation project.
4232
4233 2013-04-17  Adam Conrad  <adconrad@0c3.net>
4234
4235         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
4236         and setfsgid.
4237
4238 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
4239
4240         * configure.in: Remove i386 configure warning. Remove i386 case.
4241         * configure: Regenerate.
4242         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
4243         Add example to error message.
4244         * sysdeps/i386/configure: Regenerate.
4245
4246 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
4247
4248         * benchtests/Makefile (bench): Add cos, tan, slowcos and
4249         slowtan.
4250         * benchtests/cos-inputs: New file.
4251         * benchtests/slowcos-inputs: New file.
4252         * benchtests/slowcos.c: New file.
4253         * benchtests/slowtan-inputs: New file.
4254         * benchtests/slowtan.c: New file.
4255         * benchtests/tan-inputs: New file.
4256
4257 2013-04-16  Roland McGrath  <roland@hack.frob.com>
4258
4259         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
4260         considered kosher.
4261
4262 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4263
4264         * benchtests/Makefile: Include cppflags-iterator.mk to add
4265         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
4266
4267         * Makefile.in (bench-clean): New target.
4268         * benchtests/Makefile (bench-clean): Likewise.
4269
4270 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
4271
4272         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
4273
4274 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
4275
4276         * stdio-common/tstdiomisc.c: Fix coding-style violation.
4277
4278 2013-04-15  Andreas Schwab  <schwab@suse.de>
4279
4280         * nscd/grpcache.c (cache_addgr): Properly check for short write.
4281         * nscd/initgrcache.c (addinitgroupsX): Likewise.
4282         * nscd/pwdcache.c (cache_addpw): Likewise.
4283         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
4284         more than recsize.
4285
4286 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4287
4288         * benchtests/Makefile (bench): Write all output to
4289         bench-out.tmp together.
4290
4291 2013-04-15  Andreas Schwab  <schwab@suse.de>
4292
4293         * nscd/nscd.c (main): Don't fork again after closing files.
4294
4295 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4296
4297         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
4298
4299         * benchtests/Rules (bench-deps): Collect dependencies into a
4300         single variable.  Add Makefile to dependencies.
4301         ($(objpfx)bench-%.c): Depend on bench-deps.
4302
4303 2013-04-12  Roland McGrath  <roland@hack.frob.com>
4304             Xavier Roche  <roche+kml2@exalead.com>
4305
4306         [BZ #15361]
4307         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
4308         just that it's a file descriptor.
4309         * manual/llio.texi (Synchronizing AIO Operations): Update description
4310         for EBADF error from aio_fsync.
4311
4312 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4313
4314         * Rules (bench): Move target definition...
4315         * benchtests/Makefile: ... here.
4316
4317 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
4318
4319         * math/libm-test.inc (cos_test): Fix PI/2 test.
4320         (sincos_test): Likewise.
4321         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
4322         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
4323
4324 2013-04-11  Andreas Schwab  <schwab@suse.de>
4325
4326         [BZ #13988]
4327         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
4328         accept exponent character only when digits were seen.
4329         * stdio-common/Makefile (tests): Add bug26.
4330         * stdio-common/bug26.c: New file.
4331
4332         [BZ #14293]
4333         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
4334         non-freeable.
4335
4336 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
4337
4338         * Makeconfig (rtld-prefix): Define built linker prefix.
4339         * Rules (run-bench): Use it.
4340         * math/Makefile (run-regen-ulps): Likewise.
4341
4342         * Rules (bench): Remove eval.
4343
4344 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4345             Roland McGrath  <roland@hack.frob.com>
4346             Ondrej Bilka  <neleai@seznam.cz>
4347
4348         [BZ #15346]
4349         * time/getdate.c: Include ctype.h and alloca.h.
4350         (__getdate_r): Trim leading and trailing spaces of input.
4351         * time/tst-getdate.c (tests): Add tests with leading and
4352         trailing spaces.
4353
4354 2013-04-08  Roland McGrath  <roland@hack.frob.com>
4355
4356         [BZ #14280]
4357         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
4358         when computing value.
4359
4360 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
4361
4362         * math/README.libm-test (How can I generate "libm-test-ulps"?):
4363         Use testrun.sh to run libm tests.
4364
4365         [BZ #15309]
4366         * elf/dl-open.c (dl_open_worker): memset all of seen array.
4367
4368 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
4369
4370         [BZ #15264]
4371         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
4372
4373 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
4374
4375         * Makefile.in (regen-ulps): New target.
4376         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
4377         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
4378         [ifneq (no,$(PERL)] (regen-ulps): New target.
4379         [ifeq (no,$(PERL)] (regen-ulps): New target.
4380         * math/libm-test.inc (ulps_file_name): Define.
4381         (output_dir): New variable.
4382         (options): Add "output-dir" option.
4383         (parse_opt): Handle 'o' case.
4384         (main): If output_dir is non-NULL use it as a prefix
4385         otherwise use "".
4386         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
4387
4388 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
4389
4390         [BZ #10060, #10062]
4391         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
4392         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
4393         fail configure if __sync_val_compare_and_swap is not inlined.
4394         * sysdeps/i386/configure: Regenerate.
4395         * configure.in: Build for i686 when configured for i386.
4396         * configure: Regenerate.
4397         * README: Remove i386 reference.
4398
4399 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
4400
4401         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
4402         * sysdeps/s390/s390-64/sysdep.h: Likewise.
4403
4404 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
4405
4406         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
4407         (lmsnanval): New variables.
4408         (F): Add conversion tests.
4409         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
4410         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
4411
4412         * stdio-common/tstdiomisc.c (F): Properly collect individual
4413         tests' results.
4414
4415         [BZ #14686, #15336]
4416         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
4417         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
4418         Instead, use input NaN values or generate a qNaN by arithmetic
4419         operation.  Also fix bugs to comply with the standard.
4420         * math/libm-test.inc (remainder_test): Add more tests.
4421
4422         [BZ #15335, #15342]
4423         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
4424         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
4425         input NaN values or generate a qNaN by arithmetic operation.
4426
4427         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
4428         unreachable code.
4429
4430         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
4431         definitions.
4432
4433 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
4434
4435         [BZ #14478]
4436         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
4437         underflowed result.
4438         * math/s_cexpf.c (__cexpf): Likewise.
4439         * math/s_cexpl.c (__cexpl): Likewise.
4440         * math/libm-test.inc (cexp_test): Add more tests.
4441
4442 2013-04-03  Andreas Schwab  <schwab@suse.de>
4443
4444         [BZ #15330]
4445         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
4446         order arrays from heap if bigger than alloca cutoff.
4447
4448 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
4449
4450         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
4451         (SNAN_TESTS_double): Refer to GCC PR56831.
4452         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
4453         GCC PR56828.
4454
4455 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
4456
4457         * Rules (bench): Move bench.out after the run is complete.
4458
4459         * Rules (bench): Echo currently running benchmark.
4460
4461         * benchtests/Makefile (bench): Add atan and slowatan.
4462         * benchtests/atan-inputs: New file.
4463         * benchtests/slowatan-inputs: New file.
4464         * benchtests/slowatan.c: New file.
4465
4466         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
4467         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
4468         its value.
4469
4470         [BZ #15305]
4471         * sysdeps/unix/sysv/linux/kernel-features.h
4472         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
4473         __ASSUME_XFS_RESTRICTED_CHOWN.
4474         * sysdeps/unix/sysv/linux/pathconf.c
4475         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
4476         Save and restore errno.
4477
4478 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
4479
4480         [BZ #15327]
4481         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
4482         arguments using __kernel_casinh.
4483         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
4484         arguments using __kernel_casinhf.
4485         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
4486         arguments using __kernel_casinhl.
4487         * math/libm-test.inc (cacosh_test): Add more tests.
4488         * sysdeps/i386/fpu/libm-test-ulps: Update.
4489         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4490
4491 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
4492
4493         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
4494         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
4495
4496         * bench/Makefile (bench): Add sin and slowsin.
4497         * benchtests/sin-inputs: New file.
4498         * benchtests/slowsin-inputs: New file.
4499         * benchtests/slowsin.c: New file.
4500
4501         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
4502         (bench): Add slowexp and slowpow.
4503         (exp-ITER): Increase iterations.
4504         (pow-ITER): Likewise.
4505         * benchtests/exp-inputs: Change input.
4506         * benchtests/pow-inputs: Likewise.
4507         * benchtests/slowexp-inputs: New file.
4508         * benchtests/slowexp.c: New file.
4509         * benchtests/slowpow-inputs: New file.
4510         * benchtests/slowpow.c: New file.
4511
4512 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4513
4514         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
4515         instructions.
4516         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
4517         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
4518         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
4519         * benchtests/Makefile: Add rint benchtest.
4520         * benchtests/rint-inputs: Input for rint benchtest.
4521
4522 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
4523
4524         * Versions.def (libm): Add GLIBC_2.18.
4525         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
4526         hidden libm prototypes.
4527         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
4528         * math/Makefile (libm-calls): Add s_issignaling.
4529         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
4530         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
4531         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
4532         declaration.
4533         * math/math.h [__USE_GNU] (issignaling): New macro.
4534         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
4535         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
4536         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
4537         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
4538         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
4539         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
4540         * manual/arith.texi (issignaling): New section.
4541         * manual/libm-err-tab.pl (@all_functions): Update comment.
4542         * math/gen-libm-test.pl (parse_args): Apply special handling for
4543         issignaling.
4544         * math/libm-test.inc (print_float, issignaling_test): New
4545         functions.
4546         (check_float_internal): Add issignaling checks.
4547         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
4548         default definition.
4549         * sysdeps/powerpc/math-tests.h: New file.
4550         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
4551         tests.
4552         * math/test-snan.c (TEST_FUNC): Likewise.
4553
4554 2013-03-30  David S. Miller  <davem@davemloft.net>
4555
4556         * po/de.po: Update from translation team.
4557
4558 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
4559
4560         [BZ #10357]
4561         * math/k_casinh.c (__kernel_casinh): Handle arguments with
4562         imaginary part less than 1.0 and real part less than 0.5
4563         specially.
4564         * math/k_casinhf.c (__kernel_casinhf): Likewise.
4565         * math/k_casinhl.c (__kernel_casinhl): Likewise.
4566         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
4567         (cacos_test): Add more tests.
4568         (casin_test): Likewise.
4569         (casinh_test): Likewise.
4570         * sysdeps/i386/fpu/libm-test-ulps: Update.
4571         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4572
4573 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
4574
4575         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
4576         ONE with its value.
4577
4578         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
4579         (__pow_mp): Replace ONE and MONE with their values.
4580         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
4581         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
4582         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
4583         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
4584         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
4585         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
4586
4587         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
4588
4589         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
4590         (__pow_mp): Replace ZERO and MZERO with their values.
4591         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
4592         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
4593         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
4594         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
4595         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
4596         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
4597         (__sqr): Likewise.
4598
4599         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
4600
4601         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
4602
4603 2013-03-28  Roland McGrath  <roland@hack.frob.com>
4604
4605         * include/stdlib.h [!SHARED] (__call_tls_dtors):
4606         Declare with __attribute__ ((weak)).
4607         * stdlib/exit.c (__libc_atexit) [!SHARED]:
4608         Call __call_tls_dtors only if it's not NULL.
4609
4610 2013-03-28  Roland McGrath  <roland@hack.frob.com>
4611
4612         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
4613         didn't do it already, then set _dl_phdr and _dl_phnum based on the
4614         magic __ehdr_start linker symbol if it's defined.
4615         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
4616         them up here if it was already done.
4617
4618         * elf/dl-support.c (_dl_phdr): Make pointer to const.
4619         (_dl_aux_init): Use const in cast when setting it.
4620         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
4621         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
4622         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
4623
4624         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
4625         Declare them here.
4626         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
4627         * csu/libc-tls.c: Nor here.
4628         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
4629
4630         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
4631         (__libc_message): Never call vsyslog.
4632
4633 2013-03-28  Alan Modra  <amodra@gmail.com>
4634
4635         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
4636         Define as empty.
4637         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
4638         Likewise.
4639
4640 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4641
4642         [BZ #15214]
4643         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
4644         underflow.
4645         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4646
4647 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
4648
4649         [BZ #15304]
4650         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
4651         Don't add gid passed as argument.
4652
4653         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
4654
4655 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
4656
4657         [BZ #15307]
4658         * math/k_casinh.c (__kernel_casinh): Handle arguments with
4659         imaginary part between 1.0 and 1.5 and real part less than 0.5
4660         specially.
4661         * math/k_casinhf.c (__kernel_casinhf): Likewise.
4662         * math/k_casinhl.c (__kernel_casinhl): Likewise.
4663         * math/libm-test.inc (cacos_test): Add more tests.
4664         (casin_test): Likewise.
4665         (casinh_test): Likewise.
4666         * sysdeps/i386/fpu/libm-test-ulps: Update.
4667         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4668
4669 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4670
4671         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
4672         constants.
4673         (norm): Likewise.
4674         (denorm): Likewise.
4675         (__dbl_mp): Likewise.
4676         (add_magnitudes): Likewise.
4677         (sub_magnitudes): Likewise.
4678         (__add): Likewise.
4679         (__sub): Likewise.
4680         (__mul): Likewise.
4681         (__sqr): Likewise.
4682         (__inv): Likewise.
4683         (__dvd): Likewise.
4684
4685         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
4686         commented code.
4687         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
4688         (__dubcos): Likewise.
4689         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
4690         (__ieee754_acos): Likewise.
4691         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
4692         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
4693         (__exp1): Likewise.
4694         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
4695         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
4696         (log1): Likewise.
4697         (my_log2): Likewise.
4698         (checkint): Likewise.
4699         * sysdeps/ieee754/dbl-64/e_remainder.c
4700         (__ieee754_remainder): Likewise.
4701         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
4702         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
4703         (bsloww): Likewise.
4704         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
4705
4706         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
4707         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
4708         MANTISSA_STORE_T to store computations on mantissa.  Use
4709         macros for rounding and division.
4710         (denorm): Likewise.
4711         (__dbl_mp): Likewise.
4712         (add_magnitudes): Likewise.
4713         (sub_magnitudes): Likewise.
4714         (__mul): Likewise.
4715         (__sqr): Likewise.
4716         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
4717         powers of two in terms of TWOPOW macro.
4718         (mp_no): Make type of mantissa as MANTISSA_T.
4719         [!RADIXI]: Define RADIXI.
4720         [!TWO52]: Define TWO52.
4721         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
4722
4723 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4724
4725         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
4726         llroundl symbol when building for PPC32.
4727
4728 2013-03-24  Mark H Weaver  <mhw@netris.org>
4729
4730         * manual/arith.texi (Normalization Functions): Fix prototypes for
4731         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
4732
4733 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4734
4735         [BZ #13889]
4736         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
4737         high value to check if expl overflow.
4738         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
4739         to check for underflow and overflow.
4740         * math/libm-test.inc: Add exp test.
4741
4742 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
4743
4744         [BZ #11120]
4745         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
4746         with NOT_IN_libc.
4747
4748 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4749
4750         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
4751         symbol.
4752
4753 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
4754
4755         * math/gen-libm-test.pl (parse_args, special_functions): Properly
4756         wrap blocks consisting of several statements.
4757
4758         * sysdeps/generic/math-tests.h: New file.
4759         * sysdeps/i386/fpu/math-tests.h: Likewise.
4760         * math/test-snan.c: Include it.
4761         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
4762
4763 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
4764
4765         [BZ #15285]
4766         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
4767         (__ieee754_j0l): Do not improve calculations using cos of twice
4768         input for inputs above LDBL_MAX / 2.0L.
4769         (__ieee754_y0l): Likewise.
4770         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
4771         (__ieee754_j1l): Do not improve calculations using cos of twice
4772         input for inputs above LDBL_MAX / 2.0L.
4773         (__ieee754_y1l): Likewise.
4774         * math/libm-test.inc (j0_test): Add another test.
4775         (j1_test): Likewise.
4776         (y0_test): Likewise.
4777         (y1_test): Likewise.
4778         * sysdeps/i386/fpu/libm-test-ulps: Update.
4779
4780 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4781
4782         * Rules ($(objpfx)bench-%.c): Include code from a C source
4783         file.
4784
4785 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
4786
4787         [BZ #15287]
4788         * math/k_casinh.c (__kernel_casinh): Handle arguments with
4789         imaginary part 1.0 and real part less than 0.5 specially.
4790         * math/k_casinhf.c (__kernel_casinhf): Likewise.
4791         * math/k_casinhl.c (__kernel_casinhl): Likewise.
4792         * math/libm-test.inc (cacos_test): Add more tests.
4793         (casin_test): Likewise.
4794         (casinh_test): Likewise.
4795         * sysdeps/i386/fpu/libm-test-ulps: Update.
4796         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4797
4798 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4799
4800         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
4801         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
4802
4803 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
4804
4805         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
4806         * config.make.in (config-cflags-sse4): Remove variable.
4807         (config-cflags-avx): Likewise.
4808         (config-cflags-sse2avx): Likewise.
4809         (config-cflags-novzeroupper): Likewise.
4810         (config-asflags-i686): Likewise.
4811         (have-mfma4): Likewise.
4812         (have-as-vis3): Likewise.
4813         (MIG): Likewise.
4814         * configure.in (MIG): Do not AC_SUBST.
4815         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
4816         (libc_cv_cc_sse4): Do not AC_SUBST.
4817         (libc_cv_cc_avx): Likewise.
4818         (libc_cv_cc_sse2avx): Likewise.
4819         (libc_cv_cc_novzeroupper): Likewise.
4820         (libc_cv_cc_fma4): Likewise.
4821         (libc_cv_as_i686): Likewise.
4822         (libc_cv_sparc_as_vis3): Likewise.
4823         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
4824         LIBC_CONFIG_VAR.
4825         (config-asflags-i686): Likewise.
4826         (config-cflags-avx): Likewise.
4827         (config-cflags-sse2avx): Likewise.
4828         (have-mfma4): Likewise.
4829         (config-cflags-novzeroupper): Likewise.
4830         * sysdeps/mach/configure.in (MIG): Likewise.
4831         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
4832         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
4833         LIBC_CONFIG_VAR.
4834         (config-cflags-avx): Likewise.
4835         (config-cflags-sse2avx): Likewise.
4836         (have-mfma4): Likewise.
4837         (config-cflags-novzeroupper): Likewise.
4838         * configure: Regenerated.
4839         * sysdeps/i386/configure: Likewise.
4840         * sysdeps/mach/configure: Likewise.
4841         * sysdeps/sparc/configure: Likewise.
4842         * sysdeps/x86_64/configure: Likewise.
4843
4844 2013-03-20  Roland McGrath  <roland@hack.frob.com>
4845
4846         [BZ #14812]
4847         * locale/programs/localedef.c (options): Put N_ translation marker
4848         on argument names, not just descriptions.
4849
4850 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
4851
4852         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
4853
4854 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
4855
4856         [BZ #14176]
4857         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
4858
4859 2013-03-19  Roland McGrath  <roland@hack.frob.com>
4860
4861         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
4862         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
4863         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
4864         [!BEFORE_ABORT] (before_abort): New function.
4865         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
4866         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
4867         (writev_for_fatal): New function.
4868         (WRITEV_FOR_FATAL): New macro; call that.
4869         (backtrace_and_maps): New function.
4870         (BEFORE_ABORT): New macro; call that.
4871         (struct str_list): Type removed.
4872         (__libc_message, __libc_fatal): Functions removed.
4873         Include <sysdeps/posix/libc_fatal.c> instead.
4874
4875 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
4876
4877         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
4878         constants.
4879         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
4880         double constants.
4881
4882 2013-03-19  Andreas Schwab  <schwab@suse.de>
4883
4884         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
4885         * sysdeps/gnu/configure: Regenerate.
4886
4887         * configure.in: Substitute libc_cv_rtlddir.
4888         * configure: Regenerate.
4889         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
4890         * Makeconfig (rtlddir, inst_rtlddir): New variables.
4891         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
4892         * elf/Makefile (install-others, CFLAGS-interp.c)
4893         (ldso_install, common-ldd-rewrite): Likewise.
4894         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
4895         $(inst_slibdir)/$(rtld-installed-name).
4896         * scripts/rellns-sh: Add -p option.
4897         * Makerules (make-shlib-link): Use rellns-sh to get relative name
4898         for source.
4899
4900 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
4901
4902         * manual/nptl.texi: Renamed to ...
4903         * manual/threads.texi: ... this.
4904         * manual/Makefile (chapters): Update.
4905
4906 2013-03-18  Roland McGrath  <roland@hack.frob.com>
4907
4908         [BZ #14812]
4909         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
4910         on argument names, not just descriptions.
4911         * malloc/memusagestat.c (options): Likewise.
4912         * nss/getent.c (options): Likewise.
4913
4914 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
4915
4916         [BZ #14812]
4917         * iconv/iconv_prog.c (options): Put N_ translation marker
4918         on argument names, not just descriptions.
4919         * iconv/iconvconfig.c (options): Likewise.
4920
4921 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
4922
4923         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
4924         implementation which is faster on all x86_64 architectures.
4925         Tested on AMD, Intel Nehalem, SNB, IVB.
4926         * sysdeps/x86_64/strnlen.S: Likewise.
4927
4928         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
4929         Remove all multiarch strlen and strnlen versions.
4930         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
4931         Remove strlen and strnlen related parts.
4932
4933         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
4934         Inline strlen part.
4935         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
4936
4937         * sysdeps/x86_64/multiarch/strlen.S: Remove.
4938         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
4939         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
4940         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
4941         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
4942         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
4943
4944 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
4945
4946         * manual/memory.texi (Malloc Tunable Parameters):
4947         Sort parameters alphabetically. Add comments for missing entries.
4948
4949 2013-03-17  David S. Miller  <davem@davemloft.net>
4950
4951         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4952
4953 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
4954
4955         [BZ #15283]
4956         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
4957         for arguments at most half maximum finite value.
4958         * math/libm-test.inc (j0_test): Add more tests.
4959         (j1_test): Likewise.
4960         (y0_test): Likewise.
4961         (y1_test): Likewise.
4962         * sysdeps/i386/fpu/libm-test-ulps: Update.
4963         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4964
4965         [BZ #14155]
4966         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
4967         1 / x and functions P and Q for arguments above 0x1p256L.
4968         (__ieee754_y0l): Likewise.
4969         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
4970         (__ieee754_y1l): Likewise.
4971         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
4972         (j1_test): Likewise.
4973         (y0_test): Likewise.
4974         (y1_test): Likewise.
4975
4976 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
4977
4978         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
4979         variable.
4980
4981 2013-03-15  Roland McGrath  <roland@hack.frob.com>
4982
4983         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
4984         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
4985         zero since it's initialized to EXEC_PAGESIZE.
4986
4987         * sysdeps/unix/sysv/linux/ldsodefs.h
4988         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
4989         * sysdeps/generic/ldsodefs.h: ... here.
4990
4991 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
4992
4993         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
4994
4995         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
4996         math/test-snan.c.
4997         * math/test-snan.c: Renamed from
4998         sysdeps/powerpc/fpu/test-powerpc-snan.c.
4999         * math/Makefile (tests): Add test-snan.
5000         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
5001         test-powerpc-snan.
5002
5003         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
5004         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
5005         functions.
5006         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
5007         __builtin_nan family of functions.
5008         * math/libm-test.inc (initialize): Initialize qnan_value with
5009         __builtin_nan family of functions.
5010         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
5011         Remove variables.
5012         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
5013         Remove functions.
5014         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
5015         storage class.  Initialize qNaN_var and sNaN_var with
5016         __builtin_nan and __builtin_nans families of functions,
5017         respectively.
5018
5019         * math/libm-test.inc (acosh_test): Also test with qNaN input.
5020         (sqrt_test): Remove duplicate test with qNaN input.
5021         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
5022         (round_test, signbit_test, significand_test): Note missing +/-Inf
5023         as well as qNaN tests.
5024
5025         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
5026         qNaN_var.  Fix a few strings, too.
5027         * math/libm-test.inc (nan_value): Rename to qnan_value.
5028         * math/gen-libm-test.pl (%beautify): Adjust to that.
5029         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
5030         * math/test-misc.c (main): Likewise.
5031         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
5032         to __qnan_bytes, and __qnan_union, respectively.
5033         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
5034         Likewise.
5035         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
5036         and lqnanval, respectively.
5037         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
5038         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
5039         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
5040         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
5041
5042         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
5043         * math/test-misc.c (main) [__x86_64__]: Enable test for long
5044         doubles.
5045
5046         * math/test-misc.c (main): Fix copy'n'pastos.
5047         * misc/tst-efgcvt.c (special): Likewise.
5048
5049         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
5050         Remove declarations.
5051
5052 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5053
5054         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
5055         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
5056         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
5057         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
5058
5059 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5060
5061         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
5062         macro to return vdso values correctly in IFUNC implementations.
5063         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
5064         Optimization by using IFUNC.
5065
5066 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5067             Richard Henderson  <rth@redhat.com>
5068             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
5069
5070         * Makefile.in (bench): New target.
5071         * NEWS: Mention the benchmark framework.
5072         * Rules (bench): Likewise.
5073         (binaries-bench): Generate binaries for functions to
5074         benchmark.
5075         * benchtests/Makefile: New makefile for benchmark tests.
5076         * benchtests/bench-skeleton.c: New skeleton file for benchmark
5077         programs.
5078         * benchtests/exp-inputs: New input file for EXP function.
5079         * benchtests/pow-inputs: New input file for POW function.
5080         * scripts/bench.pl: New script to generate source files for
5081         benchmark programs.
5082
5083 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5084
5085         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
5086         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
5087         computations on mantissa.  Use macros for rounding and
5088         division.
5089         (denorm): Likewise.
5090         (__dbl_mp): Likewise.
5091         (add_magnitudes): Likewise.
5092         (sub_magnitudes): Likewise.
5093         (__mul): Likewise.
5094         (__sqr): Likewise.
5095         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
5096         powers of two in terms of TWOPOW macro.
5097         (mp_no): Make type of mantissa as MANTISSA_T.
5098         [!RADIXI]: Define RADIXI.
5099         [!TWO52]: Define TWO52.
5100         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
5101
5102         * manual/nptl.texi (cindex): Modify threads to pthreads.
5103
5104 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
5105
5106         * sysdeps/x86_64/preconfigure: Regenerated.
5107
5108 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
5109
5110         [BZ #14155]
5111         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
5112         0x1p28 and above.
5113         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
5114         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
5115         0x1p28 and above.
5116         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
5117         * math/libm-test.inc (j0_test): Do not allow one spurious
5118         underflow exception.
5119         (y1_test): Likewise.
5120
5121 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
5122
5123         * manual/Makefile (chapters): Add nptl.
5124         * manual/debug.texi (Debugging Support): Add link to Threads
5125         chapter.
5126         * manual/nptl.texi: New file.
5127
5128         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
5129
5130 2013-03-14  Petr Baudis  <pasky@ucw.cz>
5131
5132         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
5133         for non-NULL pointer before the memory validity test. Pointed
5134         out by Holger Brunck <holger.brunck@keymile.com>.
5135
5136 2013-03-13  Andreas Schwab  <schwab@suse.de>
5137
5138         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
5139         instead of .os.
5140
5141 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
5142
5143         * timezone/zic.c: Update from tzcode 2013b.
5144
5145 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
5146
5147         * manual/install.texi (Configuring and compiling):
5148         Mention i686 and i586.
5149         * INSTALL: Regenerate.
5150
5151 2013-03-12  Roland McGrath  <roland@hack.frob.com>
5152
5153         * sysdeps/init_array/elf-init.c: New file.
5154         * csu/elf-init.c
5155         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
5156         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
5157
5158         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
5159         __gmon_start__ as global, but as static with a .preinit_array pointer.
5160         * sysdeps/init_array/gmon-start.c: New file.  Use that.
5161         * sysdeps/init_array/crti.S: New file, empty except for comments.
5162         * sysdeps/init_array/crtn.S: Likewise.
5163
5164 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
5165
5166         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
5167         definining bcopy.
5168         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5169         Remove Prefer_SSE_for_memop.
5170         * sysdeps/x86_64/multiarch/init-arch.h: Remove
5171         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
5172         HAS_PREFER_SSE_FOR_MEMOP.
5173         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
5174         memset-x86-64.
5175         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5176         Remove bzero, memset ifunc support.
5177         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
5178         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
5179         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5180         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5181
5182 2013-03-11  Andreas Schwab  <schwab@suse.de>
5183
5184         [BZ #15234]
5185         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
5186         by SHLIB_COMPAT.
5187         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
5188         (GLIBC_2.16): Remove pthread_atfork.
5189
5190 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
5191
5192         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
5193         (ptestcases.h): Likewise.
5194
5195 2013-03-08  Roland McGrath  <roland@hack.frob.com>
5196
5197         * Makeconfig ($(common-objpfx)config.status): Depend on
5198         sysdeps/*/preconfigure{,.in} too.
5199
5200 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
5201
5202         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
5203         (__free_hook): Use void * instead of __malloc_ptr_t.
5204         (__malloc_hook): Likewise.
5205         (__realloc_hook): Likewise.
5206         (__memalign_hook): Likewise.
5207         (__after_morecore_hook): Likewise.
5208         * malloc/arena.c (save_malloc_hook): Likewise.
5209         (save_free_hook): Likewise.
5210         * malloc/hooks.c (malloc_hook_ini): Likewise.
5211         (realloc_hook_ini): Likewise.
5212         (memalign_hook_ini): Likewise.
5213         * malloc/malloc.c (malloc_hook_ini): Likewise.
5214         (realloc_hook_ini): Likewise.
5215         (memalign_hook_ini): Likewise.
5216         (__free_hook): Likewise.
5217         (__malloc_hook): Likewise.
5218         (__realloc_hook): Likewise.
5219         (__memalign_hook): Likewise.
5220         (__libc_malloc): Likewise.
5221         (__libc_free): Likewise.
5222         (__libc_realloc): Likewise.
5223         (__libc_memalign): Likewise.
5224         (__libc_valloc): Likewise.
5225         (__libc_pvalloc): Likewise.
5226         (__libc_calloc): Likewise.
5227         (__posix_memalign): Likewise.
5228         * malloc/morecore.c (__sbrk): Likewise.
5229         (__default_morecore): Likewise.
5230
5231         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
5232
5233         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
5234         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
5235         __malloc_ptrdiff_t.
5236
5237         * malloc/malloc.h (__malloc_size_t): Remove macro.
5238         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
5239         __malloc_size_t.
5240         (old_memalign_hook): Likewise.
5241         (old_realloc_hook): Likewise.
5242         (struct hdr): Likewise.
5243         (flood): Likewise.
5244         (mallochook): Likewise.
5245         (memalignhook): Likewise.
5246         (reallochook): Likewise.
5247         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
5248         (tr_old_realloc_hook): Likewise.
5249         (tr_old_memalign_hook): Likewise.
5250         (tr_mallochook): Likewise.
5251         (tr_reallochook): Likewise.
5252         (tr_memalignhook): Likewise.
5253
5254 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5255
5256         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
5257         default_ldbl_pack and using as default implementation.
5258         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
5259         implementation.
5260         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
5261         redundant definition.
5262         (ldbl_insert_mantissa): Likewise.
5263         (ldbl_canonicalize): Likewise.
5264         (ldbl_nearbyint): Likewise.
5265         (ldbl_pack): Rename to ldbl_pack_ppc.
5266         (ldbl_unpack): Rename to ldbl_unpack_ppc.
5267         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
5268         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
5269
5270 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5271
5272         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
5273         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
5274         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
5275         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
5276         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
5277         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
5278         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
5279         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
5280
5281 2013-03-07  Andreas Jaeger  <aj@suse.de>
5282
5283         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
5284         bits/mman-linux.h.
5285
5286 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
5287
5288         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
5289         Include mpa.h and declare __MPEXP.
5290         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
5291         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
5292         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
5293         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
5294         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
5295         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
5296         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
5297
5298         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
5299         (__slowpow): Use long double EXPL and LOGL functions to
5300         compute POW.
5301         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
5302         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
5303         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
5304         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
5305         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
5306         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
5307
5308         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
5309         intermediate variable to calculate exponent.
5310         (__sqr): Likewise.
5311         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
5312         Likewise.
5313         (__sqr): Likewise.
5314
5315         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
5316         [!NO__SQR]: Define __sqr.
5317         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
5318         and NO__SQR.  Remove all code except __mul and __sqr.  Include
5319         sysdeps/ieee754/dbl-64/mpa.c.
5320         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
5321
5322         [BZ #12723]
5323         * posix/Makefile (tests): Add tst-pathconf.
5324         * posix/tst-pathconf.c: New test case.
5325         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
5326         _PC_PIPE_BUF.
5327         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
5328
5329 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
5330
5331         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
5332
5333 2013-03-06  Andreas Jaeger  <aj@suse.de>
5334
5335         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
5336         definition via __MAP_ANONYMOUS.
5337
5338         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
5339         it's not part of Linux headers.
5340
5341         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
5342         (MAP_HUGE_MASK): Define.
5343
5344         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
5345         Define.
5346         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
5347         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
5348         Define.
5349         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
5350         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
5351         Define.
5352         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
5353         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
5354         Define.
5355         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
5356
5357         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
5358         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
5359         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
5360         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
5361         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
5362         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
5363
5364         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
5365         Handle f2fs.
5366
5367         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
5368         Handle f2fs and efivarfs.
5369
5370         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
5371         f2fs.
5372
5373         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
5374         (EFIVARFS_MAGIC): Add.
5375         (F2FS_LINK_MAX): Add.
5376
5377 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
5378
5379         * stdio-common/vfprintf.c: Replace __builtin_expect with
5380         __glibc_unlikely.
5381
5382 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
5383
5384         [BZ #13550]
5385         * sysdeps/generic/bp-sym.h: Remove file.
5386         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
5387         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
5388         <bp-sym.h> and <bp-asm.h>.
5389         (__longjmp): Don't use BP_SYM.
5390         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
5391         and <bp-asm.h>.
5392         (memcpy): Don't use BP_SYM.
5393         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
5394         <bp-sym.h> and <bp-asm.h>.
5395         (memcpy): Don't use BP_SYM.
5396         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
5397         <bp-asm.h>.
5398         (memcpy): Don't use BP_SYM.
5399         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
5400         <bp-asm.h>.
5401         (memset): Don't use BP_SYM.
5402         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
5403         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
5404         (__bzero): Don't use BP_SYM.
5405         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
5406         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
5407         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
5408         <bp-sym.h> and <bp-asm.h>.
5409         (memcmp): Don't use BP_SYM.  Remove comment about bounded
5410         pointers.
5411         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
5412         <bp-sym.h> and <bp-asm.h>.
5413         (memcpy): Don't use BP_SYM.
5414         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
5415         <bp-sym.h> and <bp-asm.h>.
5416         (memset): Don't use BP_SYM.
5417         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
5418         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
5419         (__bzero): Don't use BP_SYM.
5420         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
5421         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
5422         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
5423         <bp-sym.h> and <bp-asm.h>.
5424         (strncmp): Don't use BP_SYM.  Remove comment about bounded
5425         pointers.
5426         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
5427         <bp-sym.h> and <bp-asm.h>.
5428         (memcpy): Don't use BP_SYM.
5429         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
5430         <bp-sym.h> and <bp-asm.h>.
5431         (memset): Don't use BP_SYM.
5432         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
5433         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
5434         (__bzero): Don't use BP_SYM.
5435         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
5436         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
5437         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
5438         <bp-sym.h> and <bp-asm.h>.
5439         (__memchr): Don't use BP_SYM.
5440         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
5441         <bp-sym.h> and <bp-asm.h>.
5442         (memcmp): Don't use BP_SYM.  Remove comment about bounded
5443         pointers.
5444         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
5445         <bp-sym.h> and <bp-asm.h>.
5446         (memcpy): Don't use BP_SYM.
5447         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
5448         <bp-sym.h> and <bp-asm.h>.
5449         (__mempcpy): Don't use BP_SYM.
5450         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
5451         <bp-sym.h> and <bp-asm.h>.
5452         (__memrchr): Don't use BP_SYM.
5453         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
5454         <bp-sym.h> and <bp-asm.h>.
5455         (memset): Don't use BP_SYM.
5456         (__bzero): Likewise.
5457         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
5458         <bp-sym.h> and <bp-asm.h>.
5459         (__rawmemchr): Don't use BP_SYM.
5460         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
5461         <bp-sym.h> and <bp-asm.h>.
5462         (__STRCMP): Don't use BP_SYM.
5463         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
5464         <bp-sym.h> and <bp-asm.h>.
5465         (strchr): Don't use BP_SYM.
5466         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
5467         <bp-sym.h> and <bp-asm.h>.
5468         (__strchrnul): Don't use BP_SYM.
5469         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
5470         <bp-sym.h> and <bp-asm.h>.
5471         (strlen): Don't use BP_SYM.
5472         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
5473         <bp-sym.h> and <bp-asm.h>.
5474         (strncmp): Don't use BP_SYM.  Remove comment about bounded
5475         pointers.
5476         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
5477         <bp-sym.h> and <bp-asm.h>.
5478         (__strnlen): Don't use BP_SYM.
5479         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
5480         <bp-sym.h> and <bp-asm.h>.
5481         (__GI__setjmp): Don't use BP_SYM.
5482         (_setjmp): Likewise.
5483         (__sigsetjmp): Likewise.
5484         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
5485         (L(start_addresses)): Don't use BP_SYM.
5486         (_start): Likewise.
5487         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
5488         <bp-asm.h>.
5489         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
5490         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
5491         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
5492         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
5493         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
5494         <bp-asm.h>.
5495         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
5496         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
5497         about bounded pointers.
5498         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
5499         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
5500         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
5501         <bp-asm.h>.
5502         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
5503         about bounded pointers.  Remove GKM FIXME comments.
5504         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
5505         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
5506         <bp-asm.h>.
5507         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
5508         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
5509         Remove GKM FIXME comments.
5510         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
5511         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
5512         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
5513         <bp-asm.h>.
5514         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
5515         about bounded pointers.  Remove GKM FIXME comment.
5516         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
5517         and <bp-asm.h>.
5518         (strncmp): Don't use BP_SYM.  Remove comment about bounded
5519         pointers.
5520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
5521         <bp-sym.h> and <bp-asm.h>.
5522         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
5523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
5524         <bp-sym.h> and <bp-asm.h>.
5525         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
5526         comment.
5527
5528 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
5529
5530         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
5531         call free(NULL).
5532
5533 2013-03-05  David S. Miller  <davem@davemloft.net>
5534
5535         * po/es.po: Update from translation team.
5536
5537 2013-03-05  Andreas Jaeger  <aj@suse.de>
5538
5539         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
5540         <bits/mman-linux.h>.
5541         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
5542         is fine.
5543         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
5544         <bits/mman-linux.h> to end of file.
5545         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
5546         is fine.
5547         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
5548         <bits/mman-linux.h> to end of file.
5549         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
5550         is fine.
5551         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
5552         <bits/mman-linux.h> to end of file.
5553
5554         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
5555         (MCL_CURRENT, MCL_FUTURE): Define here.
5556
5557 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5558
5559         [BZ #15232]
5560         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
5561         attribute_hidden.
5562         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
5563
5564 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
5565
5566         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
5567         fourth parameter needed for rt_sigprocmask syscall.
5568         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
5569         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
5570         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
5571         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
5572         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
5573         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
5574
5575 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
5576
5577         [BZ #13550]
5578         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
5579         comment about bounded pointers.
5580         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
5581         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
5582
5583 2013-03-04  Andreas Jaeger  <aj@suse.de>
5584
5585         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
5586         common definitions.
5587
5588         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
5589         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
5590         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
5591         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
5592         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
5593         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
5594
5595 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5596
5597         [BZ #15055]
5598         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
5599         __ieee754_sqrl instead of __sqrl.
5600
5601 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
5602
5603         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
5604         * sysdeps/powerpc/fpu_control.h: ... here.
5605         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
5606         * sysdeps/powerpc/bits/fenvinline.h: ... here.
5607         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
5608         * sysdeps/powerpc/bits/mathinline.h: ... here.
5609
5610 2013-03-01  Roland McGrath  <roland@hack.frob.com>
5611
5612         * elf/dl-hwcaps.c (_dl_important_hwcaps):
5613         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
5614         to just [NEED_DL_SYSINFO_DSO].
5615         * elf/dl-support.c: Likewise.
5616         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
5617         * elf/rtld.c (dl_main): Likewise.
5618         * elf/setup-vdso.h (setup_vdso): Likewise.
5619         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
5620         * sysdeps/unix/sysv/linux/dl-sysdep.c
5621         (_dl_discover_osversion): Likewise.
5622
5623 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
5624
5625         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
5626         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
5627
5628 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5629
5630         * NEWS: Mention libm performance improvements and non-x86 PI
5631         futex support.
5632
5633         * csu/libc-start.c (__pthread_initialize_minimal): Change
5634         function arguments.
5635         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
5636
5637 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
5638
5639         [BZ #13550]
5640         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
5641         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
5642         <bp-sym.h> and <bp-asm.h>.
5643         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
5644         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
5645         and <bp-asm.h>.
5646         (memcpy): Don't use BP_SYM.
5647         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
5648         <bp-asm.h>.
5649         (__mpn_add_n): Don't use BP_SYM.
5650         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
5651         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
5652         and <bp-asm.h>.
5653         (__mpn_addmul_1): Don't use BP_SYM.
5654         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
5655         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
5656         <bp-sym.h>.
5657         (_setjmp): Don't use BP_SYM.
5658         (__novmx_setjmp): Likewise.
5659         (__GI__setjmp): Likewise.
5660         (__vmx_setjmp): Likewise.
5661         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
5662         <bp-sym.h>.
5663         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
5664         (__bzero): Don't use BP_SYM.
5665         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
5666         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
5667         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
5668         <bp-sym.h> and <bp-asm.h>.
5669         (memcpy): Don't use BP_SYM.
5670         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
5671         <bp-sym.h> and <bp-asm.h>.
5672         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
5673         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
5674         <bp-sym.h> and <bp-asm.h>.
5675         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
5676         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
5677         <bp-asm.h>.
5678         (__mpn_lshift): Don't use BP_SYM.
5679         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
5680         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
5681         <bp-asm.h>.
5682         (memset): Don't use BP_SYM.
5683         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
5684         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
5685         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
5686         <bp-asm.h>.
5687         (__mpn_mul_1): Don't use BP_SYM.
5688         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
5689         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
5690         <bp-sym.h> and <bp-asm.h>.
5691         (memcmp): Don't use BP_SYM.
5692         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
5693         <bp-sym.h> and <bp-asm.h>.
5694         (memcpy): Don't use BP_SYM.
5695         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
5696         <bp-sym.h> and <bp-asm.h>.
5697         (memset): Don't use BP_SYM.
5698         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
5699         <bp-sym.h> and <bp-asm.h>.
5700         (strncmp): Don't use BP_SYM.
5701         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
5702         <bp-sym.h> and <bp-asm.h>.
5703         (memcpy): Don't use BP_SYM.
5704         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
5705         <bp-sym.h> and <bp-asm.h>.
5706         (memset): Don't use BP_SYM.
5707         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
5708         <bp-sym.h> and <bp-asm.h>.
5709         (__memchr): Don't use BP_SYM.
5710         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
5711         <bp-sym.h> and <bp-asm.h>.
5712         (memcmp): Don't use BP_SYM.
5713         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
5714         <bp-sym.h> and <bp-asm.h>.
5715         (memcpy): Don't use BP_SYM.
5716         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
5717         <bp-sym.h> and <bp-asm.h>.
5718         (__mempcpy): Don't use BP_SYM.
5719         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
5720         <bp-sym.h> and <bp-asm.h>.
5721         (__memrchr): Don't use BP_SYM.
5722         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
5723         <bp-sym.h> and <bp-asm.h>.
5724         (memset): Don't use BP_SYM.
5725         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
5726         <bp-sym.h> and <bp-asm.h>.
5727         (__rawmemchr): Don't use BP_SYM.
5728         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
5729         <bp-sym.h> and <bp-asm.h>.
5730         (__STRCMP): Don't use BP_SYM.
5731         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
5732         <bp-sym.h> and <bp-asm.h>.
5733         (strchr): Don't use BP_SYM.
5734         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
5735         <bp-sym.h> and <bp-asm.h>.
5736         (__strchrnul): Don't use BP_SYM.
5737         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
5738         <bp-sym.h> and <bp-asm.h>.
5739         (strlen): Don't use BP_SYM.
5740         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
5741         <bp-sym.h> and <bp-asm.h>.
5742         (strncmp): Don't use BP_SYM.
5743         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
5744         <bp-sym.h> and <bp-asm.h>.
5745         (__strnlen): Don't use BP_SYM.
5746         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
5747         <bp-asm.h>.
5748         (__mpn_rshift): Don't use BP_SYM.
5749         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
5750         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
5751         <bp-sym.h> and <bp-asm.h>.
5752         (__sigsetjmp): Don't use BP_SYM.
5753         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
5754         (L(start_addresses)): Don't use BP_SYM.
5755         (_start): Likewise.
5756         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
5757         <bp-asm.h>.
5758         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
5759         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
5760         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
5761         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
5762         <bp-asm.h>.
5763         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
5764         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
5765         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
5766         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
5767         <bp-asm.h>.
5768         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
5769         comments.
5770         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
5771         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
5772         <bp-asm.h>.
5773         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
5774         FIXME comments.
5775         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
5776         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
5777         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
5778         <bp-asm.h>.
5779         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
5780         comment.
5781         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
5782         and <bp-asm.h>.
5783         (strncmp): Don't use BP_SYM,
5784         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
5785         <bp-asm.h>.
5786         (__mpn_sub_n): Don't use BP_SYM.
5787         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
5788         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
5789         and <bp-asm.h>.
5790         (__mpn_submul_1): Don't use BP_SYM.
5791         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
5792         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
5793         <bp-sym.h> and <bp-asm.h>.
5794         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
5795         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
5796         <bp-sym.h> and <bp-asm.h>.
5797         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
5798         comment.
5799
5800 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5801
5802         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
5803         Use ZK to minimize writes to Z.
5804         (sub_magnitudes): Simplify code a bit.
5805         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
5806         Use ZK to minimize writes to Z.
5807         (sub_magnitudes): Simplify code a bit.
5808
5809 2013-02-27  Roland McGrath  <roland@hack.frob.com>
5810
5811         * csu/gmon-start.c: Add special exception to license text.
5812
5813 2013-02-27  Richard Henderson  <rth@redhat.com>
5814
5815         * scripts/config.guess: Update from config.git.
5816         * scripts/config.sub: Likewise.
5817
5818 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5819
5820         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
5821
5822         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
5823
5824         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
5825
5826         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
5827
5828         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
5829
5830 2013-02-26  Roland McGrath  <roland@hack.frob.com>
5831
5832         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
5833         [$(build-shared = yes].
5834
5835 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5836
5837         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
5838         (__mul): Reduce iterations for calculating mantissa.
5839
5840         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
5841         MPTWO.
5842         (__mpranred): Likewise.
5843
5844         [BZ #15160]
5845         * malloc/memusagestat.c (main): Draw graphs for heap and stack
5846         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
5847
5848 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
5849
5850         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
5851         Define __attribute__.
5852
5853 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5854
5855         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
5856         unused.
5857         * posix/regex_internal.h (__attribute): Remove.
5858         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
5859         (re_string_context_at): Likewise.
5860         (bitset_not): Use __attribute__ and mark function as possibly
5861         unused.
5862         (bitset_merge): Likewise.
5863         (bitset_mask): Likewise.
5864         (re_string_char_size_at): Likewise.
5865         (re_string_wchar_at): Likewise.
5866         (re_string_elem_size_at): Likewise.
5867
5868 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
5869
5870         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
5871         code.
5872         (cc32): Likewise.
5873
5874         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
5875         (__acr): Likewise.
5876         (__cpy): Likewise.
5877         (norm): Likewise.
5878         (denorm): Likewise.
5879         (__dbl_mp): Likewise.
5880         (add_magnitudes): Likewise.
5881         (sub_magnitudes): Likewise.
5882         (__mul): Likewise.
5883         (__inv): Likewise.
5884
5885         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
5886         style.
5887
5888         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
5889         style.
5890
5891         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
5892         code.
5893
5894         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
5895         up changes with default code.
5896         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
5897         Likewise.
5898
5899 2013-02-24  Allan McRae  <allan@archlinux.org>
5900
5901         * manual/socket.texi (The Internet Namespace): Order menu items
5902         to match that in the file.
5903
5904         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
5905         node listing of the info page menu.
5906
5907 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
5908
5909         [BZ #13550]
5910         * sysdeps/i386/bp-asm.h: Remove file.
5911         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
5912         (PARMS): Do not use macros from bp-asm.h.
5913         (S1): Likewise.
5914         (S2): Likewise.
5915         (SIZE): Likewise.
5916         (__mpn_add_n): Do not use BP_SYM
5917         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
5918         "bp-asm.h".
5919         (PARMS): Do not use macros from bp-asm.h.
5920         (S1): Likewise.
5921         (SIZE): Likewise.
5922         (__mpn_addmul_1): Do not use BP_SYM
5923         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
5924         "bp-asm.h".
5925         (PARMS): Do not use macros from bp-asm.h.
5926         (SIGMSK): Likewise.
5927         (_setjmp): Likewise.  Do not use BP_SYM.
5928         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
5929         "bp-asm.h".
5930         (PARMS): Do not use macros from bp-asm.h.
5931         (SIGMSK): Likewise.
5932         (setjmp): Likewise.  Do not use BP_SYM.
5933         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
5934         "bp-asm.h".
5935         (PARMS): Do not use macros from bp-asm.h.
5936         (__frexp): Do not use BP_SYM.
5937         (frexp): Likewise.
5938         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
5939         "bp-asm.h".
5940         (PARMS): Do not use macros from bp-asm.h.
5941         (__frexpf): Do not use BP_SYM.
5942         (frexpf): Likewise.
5943         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
5944         "bp-asm.h".
5945         (PARMS): Do not use macros from bp-asm.h.
5946         (__frexpl): Do not use BP_SYM.
5947         (frexpl): Likewise.
5948         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
5949         "bp-asm.h".
5950         (PARMS): Do not use macros from bp-asm.h.
5951         (__remquo): Do not use BP_SYM.
5952         (remquo): Likewise.
5953         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
5954         "bp-asm.h".
5955         (PARMS): Do not use macros from bp-asm.h.
5956         (__remquof): Do not use BP_SYM.
5957         (remquof): Likewise.
5958         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
5959         "bp-asm.h".
5960         (PARMS): Do not use macros from bp-asm.h.
5961         (__remquol): Do not use BP_SYM.
5962         (remquol): Likewise.
5963         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
5964         "bp-asm.h".
5965         (PARMS): Do not use macros from bp-asm.h.
5966         (DEST): Likewise.
5967         (SRC): Likewise.
5968         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
5969         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
5970         "bp-asm.h".
5971         (PARMS): Do not use macros from bp-asm.h.
5972         (strlen): Do not use BP_SYM.
5973         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
5974         "bp-asm.h".
5975         (PARMS): Do not use macros from bp-asm.h.
5976         (S1): Likewise.
5977         (S2): Likewise.
5978         (SIZE): Likewise.
5979         (__mpn_add_n): Do not use BP_SYM.
5980         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
5981         "bp-asm.h".
5982         (PARMS): Do not use macros from bp-asm.h.
5983         (S1): Likewise.
5984         (SIZE): Likewise.
5985         (__mpn_addmul_1): Do not use BP_SYM.
5986         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
5987         weak_alias.
5988         (bzero): Likewise.
5989         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
5990         "bp-asm.h".
5991         (PARMS): Do not use macros from bp-asm.h.
5992         (S): Likewise.
5993         (SIZE): Likewise.
5994         (__mpn_lshift): Do not use BP_SYM.
5995         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
5996         "bp-asm.h".
5997         (PARMS): Do not use macros from bp-asm.h.
5998         (DEST): Likewise.
5999         (SRC): Likewise.
6000         (LEN): Likewise.
6001         (memcpy): Likewise.  Do not use BP_SYM.
6002         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
6003         libc_hidden_def and weak_alias.
6004         (mempcpy): Do not use BP_SYM in weak_alias.
6005         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
6006         "bp-asm.h".
6007         (PARMS): Do not use macros from bp-asm.h.
6008         (DEST): Likewise.
6009         (LEN): Likewise.
6010         [!BZERO_P] (CHR): Likewise.
6011         (memset): Likewise.  Do not use BP_SYM.
6012         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
6013         "bp-asm.h".
6014         (PARMS): Do not use macros from bp-asm.h.
6015         (S1): Likewise.
6016         (SIZE): Likewise.
6017         (__mpn_mul_1): Do not use BP_SYM.
6018         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
6019         "bp-asm.h".
6020         (PARMS): Do not use macros from bp-asm.h.
6021         (S): Likewise.
6022         (SIZE): Likewise.
6023         (__mpn_rshift): Do not use BP_SYM.
6024         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
6025         "bp-asm.h".
6026         (PARMS): Do not use macros from bp-asm.h.
6027         (STR): Likewise.
6028         (CHR): Likewise.
6029         (strchr): Likewise.  Do not use BP_SYM.
6030         (index): Do not use BP_SYM in weak_alias.
6031         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
6032         "bp-asm.h".
6033         (PARMS): Do not use macros from bp-asm.h.
6034         (DEST): Likewise.
6035         (SRC): Likewise.
6036         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
6037         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
6038         "bp-asm.h".
6039         (PARMS): Do not use macros from bp-asm.h.
6040         (strlen): Do not use BP_SYM.
6041         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
6042         "bp-asm.h".
6043         (PARMS): Do not use macros from bp-asm.h.
6044         (S1): Likewise.
6045         (S2): Likewise.
6046         (SIZE): Likewise.
6047         (__mpn_sub_n): Do not use BP_SYM.
6048         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
6049         "bp-asm.h".
6050         (PARMS): Do not use macros from bp-asm.h.
6051         (S1): Likewise.
6052         (SIZE): Likewise.
6053         (__mpn_submul_1): Do not use BP_SYM.
6054         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
6055         "bp-asm.h".
6056         (PARMS): Do not use macros from bp-asm.h.
6057         (S1): Likewise.
6058         (S2): Likewise.
6059         (SIZE): Likewise.
6060         (__mpn_add_n): Do not use BP_SYM.
6061         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
6062         weak_alias.
6063         (bzero): Likewise.
6064         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
6065         "bp-asm.h".
6066         (PARMS): Do not use macros from bp-asm.h.
6067         (BLK2): Likewise.
6068         (LEN): Likewise.
6069         (memcmp): Do not use BP_SYM.
6070         (bcmp): Do not use BP_SYM in weak_alias.
6071         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
6072         "bp-asm.h".
6073         (PARMS): Do not use macros from bp-asm.h.
6074         (DEST): Likewise.
6075         (SRC): Likewise.
6076         (LEN): Likewise.
6077         (memcpy): Likewise.  Do not use BP_SYM.
6078         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
6079         "bp-asm.h".
6080         (PARMS): Do not use macros from bp-asm.h.
6081         (DEST): Likewise.
6082         (SRC): Likewise.
6083         (LEN): Likewise.
6084         (memmove): Likewise.  Do not use BP_SYM.
6085         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
6086         "bp-asm.h".
6087         (PARMS): Do not use macros from bp-asm.h.
6088         (DEST): Likewise.
6089         (SRC): Likewise.
6090         (LEN): Likewise.
6091         (__mempcpy): Likewise.  Do not use BP_SYM.
6092         (mempcpy): Do not use BP_SYM in weak_alias.
6093         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
6094         "bp-asm.h".
6095         (PARMS): Do not use macros from bp-asm.h.
6096         (DEST): Likewise.
6097         (LEN): Likewise.
6098         [!BZERO_P] (CHR): Likewise.
6099         (memset): Likewise.  Do not use BP_SYM.
6100         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
6101         "bp-asm.h".
6102         (PARMS): Do not use macros from bp-asm.h.
6103         (STR2): Likewise.
6104         (strcmp): Do not use BP_SYM.
6105         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
6106         "bp-asm.h".
6107         (PARMS): Do not use macros from bp-asm.h.
6108         (STR): Likewise.
6109         (DELIM): Likewise.
6110         [USE_AS_STRTOK_R] (SAVE): Likewise.
6111         (FUNCTION): Likewise.  Do not use BP_SYM.
6112         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
6113         aliases.
6114         (strtok_r): Likewise.
6115         (__GI___strtok_r): Likewise.
6116         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
6117         (PARMS): Do not use macros from bp-asm.h.
6118         (S): Likewise.
6119         (SIZE): Likewise.
6120         (__mpn_lshift): Do not use BP_SYM.
6121         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
6122         (PARMS): Do not use macros from bp-asm.h.
6123         (STR): Likewise.
6124         (CHR): Likewise.
6125         (__memchr): Do not use BP_SYM.
6126         (memchr): Do not use BP_SYM in weak_alias.
6127         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
6128         (PARMS): Do not use macros from bp-asm.h.
6129         (BLK2): Likewise.
6130         (LEN): Likewise.
6131         (memcmp): Do not use BP_SYM.
6132         (bcmp): Do not use BP_SYM in weak_alias.
6133         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
6134         (PARMS): Do not use macros from bp-asm.h.
6135         (S1): Likewise.
6136         (SIZE): Likewise.
6137         (__mpn_mul_1): Do not use BP_SYM.
6138         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
6139         "bp-asm.h".
6140         (PARMS): Do not use macros from bp-asm.h.
6141         (STR): Likewise.
6142         (CHR): Likewise.
6143         (__rawmemchr): Do not use BP_SYM.
6144         (rawmemchr): Do not use BP_SYM in weak_alias.
6145         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
6146         (PARMS): Do not use macros from bp-asm.h.
6147         (S): Likewise.
6148         (SIZE): Likewise.
6149         (__mpn_rshift): Do not use BP_SYM.
6150         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
6151         (PARMS): Do not use macros from bp-asm.h.
6152         (SIGMSK): Likewise.
6153         (__sigsetjmp): Likewise.  Do not use BP_SYM.
6154         * sysdeps/i386/start.S: Do not include "bp-sym.h".
6155         (_start): Do not use BP_SYM.
6156         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
6157         (PARMS): Do not use macros from bp-asm.h.
6158         (DEST): Likewise.
6159         (SRC): Likewise.
6160         (__stpcpy): Likewise.  Do not use BP_SYM.
6161         (stpcpy): Do not use BP_SYM in weak_alias.
6162         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
6163         "bp-asm.h".
6164         (PARMS): Do not use macros from bp-asm.h.
6165         (DEST): Likewise.
6166         (SRC): Likewise.
6167         (LEN): Likewise.
6168         (__stpncpy): Likewise.  Do not use BP_SYM.
6169         (stpncpy): Do not use BP_SYM in weak_alias.
6170         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
6171         (PARMS): Do not use macros from bp-asm.h.
6172         (STR): Likewise.
6173         (CHR): Likewise.
6174         (strchr): Likewise.  Do not use BP_SYM.
6175         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
6176         "bp-asm.h".
6177         (PARMS): Do not use macros from bp-asm.h.
6178         (STR): Likewise.
6179         (CHR): Likewise.
6180         (__strchrnul): Likewise.  Do not use BP_SYM.
6181         (strchrnul): Do not use BP_SYM in weak_alias.
6182         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
6183         "bp-asm.h".
6184         (PARMS): Do not use macros from bp-asm.h.
6185         (STOP): Likewise.
6186         (strcspn): Do not use BP_SYM.
6187         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
6188         "bp-asm.h".
6189         (PARMS): Do not use macros from bp-asm.h.
6190         (STR): Likewise.
6191         (STOP): Likewise.
6192         (strpbrk): Likewise.  Do not use BP_SYM.
6193         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
6194         "bp-asm.h".
6195         (PARMS): Do not use macros from bp-asm.h.
6196         (STR): Likewise.
6197         (CHR): Likewise.
6198         (strrchr): Likewise.  Do not use BP_SYM.
6199         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
6200         (PARMS): Do not use macros from bp-asm.h.
6201         (SKIP): Likewise.
6202         (strspn): Do not use BP_SYM.
6203         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
6204         (PARMS): Do not use macros from bp-asm.h.
6205         (STR): Likewise.
6206         (DELIM): Likewise.
6207         (SAVE): Likewise.
6208         (FUNCTION): Likewise.  Do not use BP_SYM.
6209         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
6210         aliases.
6211         (strtok_r): Likewise.
6212         (__GI___strtok_r): Likewise.
6213         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
6214         (PARMS): Do not use macros from bp-asm.h.
6215         (S1): Likewise.
6216         (S2): Likewise.
6217         (SIZE): Likewise.
6218         (__mpn_sub_n): Do not use BP_SYM.
6219         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
6220         "bp-asm.h".
6221         (PARMS): Do not use macros from bp-asm.h.
6222         (S1): Likewise.
6223         (SIZE): Likewise.
6224         (__mpn_submul_1): Do not use BP_SYM.
6225         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
6226         <bp-sym.h>.
6227         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
6228         and <bp-asm.h>.
6229         (PARMS): Do not use macros from bp-asm.h.
6230         (FLAGS): Likewise.
6231         (PTID): Likewise.
6232         (TLS): Likewise.
6233         (CTID): Likewise.
6234         (__clone): Do not use BP_SYM.
6235         (clone): Do not use BP_SYM in weak_alias.
6236         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
6237         and <bp-asm.h>.
6238         (PARMS): Do not use macros from bp-asm.h.
6239         (LEN): Likewise.
6240         (__mmap64): Do not use BP_SYM.
6241         (mmap64): Do not use BP_SYM in weak_alias.
6242         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
6243         <bp-sym.h> and <bp-asm.h>.
6244         (PARMS): Do not use macros from bp-asm.h.
6245         (__posix_fadvise64_l64): Do not use BP_SYM.
6246         * sysdeps/unix/sysv/linux/i386/semtimedop.S
6247         (PARMS): Do not use macros from bp-asm.h.
6248         (NSOPS): Likewise.
6249         (semtimedop): Do not use BP_SYM.
6250         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
6251         and <bp-asm.h>.
6252
6253 2013-02-21  Allan McRae  <allan@archlinux.org>
6254
6255         * manual/message.texi (Charset conversion in gettext):
6256         Move @end statement to beginning of line.
6257
6258 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
6259
6260         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
6261         static.
6262         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
6263         Likewise.
6264
6265         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
6266         (denorm): Likewise.
6267         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
6268         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
6269
6270 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6271
6272         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
6273         tail-call to the resolved function if pltexit isn't needed.
6274
6275 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
6276
6277         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
6278         or Y being zero as being unlikely.
6279         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
6280         Likewise.
6281
6282 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
6283
6284         * manual/nss.texi (System Databases and Name Service Switch):
6285         Remove frobnicate @pxref.
6286
6287 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
6288
6289         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
6290         __attribute__ ((unused)) to __attribute__ ((__unused__)).
6291
6292 2013-02-20  Petr Machata  <pmachata@redhat.com>
6293
6294         * elf/elf.h (R_ARM_TARGET1): New macro.
6295         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
6296         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
6297         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
6298         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
6299         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
6300         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
6301         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
6302         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
6303         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
6304         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
6305         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
6306         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
6307         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
6308         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
6309         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
6310         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
6311         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
6312         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
6313         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
6314         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
6315         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
6316         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
6317         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
6318         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
6319         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
6320         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
6321         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
6322         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
6323         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
6324         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
6325         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
6326         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
6327         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
6328         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
6329         (R_ARM_THM_GOT_BREL12): Likewise.
6330         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
6331         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
6332         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
6333         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
6334         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
6335         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
6336         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
6337         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
6338         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
6339
6340 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
6341
6342         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
6343         __attribute_used__ to __attribute__ ((unused)).
6344
6345 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
6346
6347         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
6348         powerpc mpa.c.
6349         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
6350         comment formatting.
6351         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
6352
6353 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
6354
6355         [BZ #13550]
6356         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
6357         Remove macro.
6358         (ENTER): Remove both macro definitions.
6359         (LEAVE): Likewise.
6360         (CHECK_BOUNDS_LOW): Likewise.
6361         (CHECK_BOUNDS_HIGH): Likewise.
6362         (CHECK_BOUNDS_BOTH): Likewise.
6363         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
6364         (RETURN_BOUNDED_POINTER): Likewise.
6365         (RETURN_NULL_BOUNDED_POINTER): Likewise.
6366         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
6367         (POP_ERRNO_LOCATION_RETURN): Likewise.
6368         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
6369         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
6370         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
6371         macros.
6372         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
6373         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
6374         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
6375         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
6376         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
6377         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
6378         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
6379         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
6380         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
6381         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
6382         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
6383         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
6384         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
6385         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
6386         removed macros.
6387         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
6388         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
6389         macros.
6390         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
6391         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
6392         * sysdeps/i386/i586/memset.S (memset): Likewise.
6393         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
6394         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
6395         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
6396         macros.
6397         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
6398         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
6399         Change uses of L(2) to L(out).
6400         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
6401         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
6402         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
6403         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
6404         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
6405         removed macros.
6406         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
6407         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
6408         macros.
6409         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
6410         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
6411         (RETURN): Do not use macro LEAVE.
6412         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
6413         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
6414         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
6415         * sysdeps/i386/i686/memset.S (memset): Likewise.
6416         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
6417         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
6418         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
6419         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
6420         Likewise.
6421         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
6422         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
6423         L(1_2) and L(1_3) into L(1).
6424         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
6425         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
6426         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
6427         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
6428         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
6429         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
6430         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
6431         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
6432         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
6433         macros.
6434         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
6435         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
6436         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
6437         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
6438         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
6439         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
6440         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
6441         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
6442         * sysdeps/i386/strcspn.S (strcspn): Likewise.
6443         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
6444         * sysdeps/i386/strrchr.S (strrchr): Likewise.
6445         * sysdeps/i386/strspn.S (strspn): Likewise.
6446         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
6447         conditional code.
6448         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
6449         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
6450         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
6451         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
6452         L(1_3) into L(1_1).
6453         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
6454         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
6455         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
6456         macros.
6457         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
6458
6459 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
6460
6461         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
6462         macro.
6463
6464 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
6465
6466         * math/atest-exp.c (exp_mpn): Remove ROUND.
6467         * math/atest-exp2.c (exp_mpn): Likewise.
6468         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
6469
6470         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
6471         * stdlib/tst-tls-atexit-lib.c: Likewise.
6472         * stdlib/tst-tls-atexit.c: Likewise.
6473
6474 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
6475
6476         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
6477         and __attribute_alloc_size__.
6478
6479 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
6480
6481         * include/programs/xmalloc.h: Change __attribute_alloc_size to
6482         __attribute_alloc_size__.
6483         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
6484         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
6485
6486 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
6487
6488         * include/programs/xmalloc.h: New file.
6489         * catgets/gencat.c: Include it.
6490         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
6491         * elf/pldd.c: Likewise.
6492         * iconv/iconv_charmap.c: Likewise.
6493         * iconv/iconvconfig.c: Likewise.
6494         * iconv/strtab.c: Likewise.
6495         * locale/programs/locale.c: Likewise.
6496         * locale/programs/localedef.h: Likewise.
6497         * locale/programs/simple-hash.c: Likewise.
6498         * nscd/nscd.h: Likewise.
6499         * nss/makedb.c: Likewise.
6500         * sysdeps/generic/ldconfig.h: Likewise.
6501
6502 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
6503
6504         * Versions.def: Add GLIBC_2.18.
6505         * include/link.h (struct link_map): New member l_tls_dtor_count.
6506         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
6507         (__call_tls_dtors): Likewise.
6508         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
6509         __cxa_thread_atexit_impl.
6510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6511         Likewise.
6512         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6513         Likewise.
6514         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
6515         Likewise.
6516         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
6517         Likewise.
6518         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
6519         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
6520         Likewise.
6521         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
6522         Likewise.
6523         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
6524         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
6525         Likewise.
6526         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
6527         (tests): Add test case tst-tls-atexit.
6528         (modules-names): Add shared library for tst-tls-atexit.
6529         * stdlib/Versions (GLIBC_2.17): Add __cxa_thread_atexit_impl.
6530         (GLIBC_PRIVATE): Add __call_tls_dtors.
6531         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
6532         for libstdc++.
6533         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
6534         * stdlib/tst-tls-atexit.c: New test case.
6535         * stdlib/tst-tls-atexit-lib.c: New test case.
6536
6537         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
6538
6539         * elf/Versions (ld): Add _dl_find_dso_for_object.
6540         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
6541         * elf/dl-open.c (_dl_find_dso_for_object): New function.
6542         (dl_open_worker): Use _dl_find_dso_for_object.
6543         * elf/dl-sym.c (do_sym): Likewise.
6544         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
6545
6546 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6547
6548         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
6549         Syntactic changes only.
6550         (_dl_runtime_profile): Do a tail-call to the resolved function.
6551
6552 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
6553
6554         [BZ #13550]
6555         * sysdeps/x86_64/bp-asm.h: Remove file.
6556         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
6557         <bp-sym.h> and <bp-asm.h>.
6558         (__clone): Do not use BP_SYM.
6559         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
6560         <bp-sym.h> and <bp-asm.h>.
6561         * sysdeps/unix/x86_64/sysdep.S: Likewise.
6562         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
6563         "bp-asm.h".
6564         (_setjmp): Do not use BP_SYM.
6565         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
6566         "bp-asm.h".
6567         (setjmp): Do not use BP_SYM.
6568         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
6569         libc_hidden_def.
6570         (mempcpy): Do not use BP_SYM in weak_alias.
6571         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
6572         "bp-asm.h".
6573         (strchr): Do not use BP_SYM.
6574         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
6575         "bp-asm.h".
6576         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
6577         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
6578         (_start): Do not use BP_SYM.
6579         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
6580         "bp-asm.h".
6581         (strcat): Do not use BP_SYM.
6582         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
6583         "bp-asm.h".
6584         (STRCMP): Do not use BP_SYM.
6585         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
6586         "bp-asm.h".
6587         (STRCPY): Do not use BP_SYM.
6588         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
6589         "bp-asm.h".
6590         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
6591         "bp-asm.h".
6592         (FUNCTION): Do not use BP_SYM.
6593         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
6594         weak_alias.
6595         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
6596
6597 2013-02-17  Andreas Jaeger  <aj@suse.de>
6598
6599         * time/Versions: Sort entries.
6600         * string/Versions: Likewise.
6601         * resolv/Versions: Likewise.
6602         * posix/Versions: Likewise.
6603         * iconv/Versions: Likewise.
6604         * elf/Versions: Likewise.
6605         * wcsmbs/Versions: Likewise.
6606
6607 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6608
6609         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
6610         loop termination condition.
6611
6612         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
6613         variable to calculate EZ.
6614         (__sqr): Likewise.
6615
6616         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
6617         the lower precision input.
6618
6619 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
6620
6621         [BZ #13550]
6622         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
6623         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
6624         (run-via-rtld-prefix): Do not handle %-bp tests.
6625         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
6626         (all-object-suffixes): Remove .ob.
6627         (bppfx): Remove variable.
6628         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
6629         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
6630         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
6631         [$(build-bounded) = yes] (libtype.ob): Likewise.
6632         * Makerules (elide-routines.ob): Remove variable.
6633         (do-tests-clean): Do not handle *-bp.out.
6634         (common-mostlyclean): Do not handle *-bp and *-bp.out.
6635         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
6636         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
6637         (tests): Do not include $(tests-bp.out).
6638         (xtests): Do not include $(xtests-bp.out).
6639         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
6640         [$(build-bounded) = yes] ($(addprefix
6641         $(objpfx),$(binaries-bounded))): Remove rule.
6642         ($(objpfx)%-bp.out): Remove rule.
6643         * config.make.in (build-bounded): Remove variable.
6644         * crypt/Makefile [$(build-bounded) = yes]
6645         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
6646         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
6647         append to variable.
6648         [$(build-bounded) = yes] (install-lib): Likewise.
6649         [$(build-bounded) = yes] (generated): Likewise.
6650         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
6651         Remove rule.
6652         * intl/Makefile [$(build-bounded) = yes]
6653         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
6654         * math/Makefile [$(build-bounded) = yes]
6655         ($(tests:%=$(objpfx)%-bp): Likewise.
6656         * misc/Makefile [$(build-bounded) = yes]
6657         ($(objpfx)tst-tsearch-bp): Likewise.
6658         * nptl/Makeconfig (bounded-thread-library): Remove variable.
6659         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
6660         Remove dependency.
6661         * string/Makefile (o-objects.ob): Remove variable.
6662         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
6663         (CFLAGS-.ob): Remove variable.
6664         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
6665         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
6666         both definitions of variable.
6667         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
6668         (ASFLAGS-.ob): Remove variable.
6669
6670 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
6671
6672         [BZ #13550]
6673         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
6674         Remove __BOUNDED_POINTERS__ from condition.
6675         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
6676         * string/bits/string2.h [!__NO_STRING_INLINES &&
6677         !__BOUNDED_POINTERS__]: Likewise.
6678         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
6679         Likewise.
6680         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
6681         Remove conditional code.
6682         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
6683         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
6684         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
6685         condition.
6686
6687         [BZ #13550]
6688         * csu/libc-start.c: Do not include <bp-sym.h>.
6689         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
6690         * elf/dl-open.c: Do not include <bp-sym.h>.
6691         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
6692         * math/fegetenv.c: Do not include <bp-sym.h>.
6693         (fegetenv): Do not use BP_SYM in versioned symbols.
6694         * nptl/sysdeps/pthread/bits/libc-lockP.h
6695         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
6696         <bp-sym.h>.
6697         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6698         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
6699         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6700         (__pthread_mutex_destroy): Likewise.
6701         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6702         (__pthread_mutex_lock): Likewise.
6703         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6704         (__pthread_mutex_trylock): Likewise.
6705         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6706         (__pthread_mutex_unlock): Likewise.
6707         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6708         (__pthread_mutexattr_init): Likewise.
6709         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6710         (__pthread_mutexattr_destroy): Likewise.
6711         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6712         (__pthread_mutexattr_settype): Likewise.
6713         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6714         (__pthread_rwlock_init): Likewise.
6715         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6716         (__pthread_rwlock_destroy): Likewise.
6717         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6718         (__pthread_rwlock_rdlock): Likewise.
6719         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6720         (__pthread_rwlock_tryrdlock): Likewise.
6721         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6722         (__pthread_rwlock_wrlock): Likewise.
6723         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6724         (__pthread_rwlock_trywrlock): Likewise.
6725         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6726         (__pthread_rwlock_unlock): Likewise.
6727         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6728         (__pthread_key_create): Likewise.
6729         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6730         (__pthread_setspecific): Likewise.
6731         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6732         (__pthread_getspecific): Likewise.
6733         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
6734         Likewise.
6735         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6736         (_pthread_cleanup_push_defer): Likewise.
6737         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6738         (_pthread_cleanup_pop_restore): Likewise.
6739         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
6740         (pthread_setcancelstate): Likewise.
6741         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
6742         <bp-sym.h>.
6743         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
6744         (memchr): Do not use BP_SYM in weak_alias.
6745         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
6746         (fegetenv): Do not use BP_SYM in versioned symbols.
6747         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
6748         (fesetenv): Do not use BP_SYM in versioned symbols.
6749         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
6750         (feupdateenv): Do not use BP_SYM in versioned symbols.
6751         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
6752         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
6753         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
6754         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
6755         (open64): Do not use BP_SYM in weak_alias.
6756         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
6757         (fegetenv): Do not use BP_SYM in versioned symbols.
6758         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
6759         (fesetenv): Do not use BP_SYM in versioned symbols.
6760         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
6761         (feupdateenv): Do not use BP_SYM in versioned symbols.
6762         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
6763         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
6764         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
6765         (feraiseexcept): Do not use BP_SYM in versioned symbols.
6766         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
6767         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
6768         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
6769         <bp-sym.h>.
6770         (__libc_start_main): Do not use BP_SYM.
6771
6772 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
6773
6774         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
6775         redundant return line.
6776         (norm): Likewise.
6777         (denorm): Likewise.
6778         (dbl_mp): Likewise.
6779         (sub_magnitudes): Likewise.
6780         (__add): Likewise.
6781         (__sub): Likewise.
6782         (__mul): Likewise.
6783         (__inv): Likewise.
6784         (__dvd): Likewise.
6785         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
6786         (norm): Likewise.
6787         (denorm): Likewise.
6788         (dbl_mp): Likewise.
6789         (sub_magnitudes): Likewise.
6790         (__add): Likewise.
6791         (__sub): Likewise.
6792         (__mul): Likewise.
6793         (__inv): Likewise.
6794         (__dvd): Likewise.
6795
6796         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
6797         instead of __mul.
6798         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
6799         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
6800         (cc32): Likewise.
6801
6802         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
6803         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
6804         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
6805         of __mul for squares.
6806         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
6807         function
6808         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
6809         Likewise.
6810         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
6811         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
6812
6813 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
6814
6815         [BZ #13550]
6816         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
6817         code.
6818         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
6819         prototype or function definition.  Rename ubp_* variables and
6820         parameters.  Remove argv definitions conditional on
6821         [__BOUNDED_POINTERS__].
6822         * debug/backtrace.c (__backtrace): Do not use __unbounded.
6823         * elf/dl-runtime.c (_dl_fixup): Likewise.
6824         * include/set-hooks.h (RUN_HOOK): Likewise.
6825         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
6826         definition.
6827         * string/strcpy.c (strcpy): Do not use __unbounded.
6828         * sysdeps/generic/frame.h (struct layout): Likewise.
6829         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
6830         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
6831         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
6832         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
6833         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
6834         (__backtrace): Likewise.
6835         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
6836         use __ptrvalue.
6837         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
6838         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
6839         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
6840         Likewise.
6841         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
6842         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
6843         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
6844         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
6845         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
6846         Do not use __unbounded.
6847         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
6848         Rename __unboundedrlimits parameter to rlimits in prototype.
6849         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
6850         Do not use __unbounded.
6851         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
6852         not use __ptrvalue.
6853         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
6854         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
6855         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
6856         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
6857         __ptrvalue or __unbounded.
6858         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
6859         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
6860         use __unbounded.
6861         (__new_msgctl): Do not use __ptrvalue.
6862         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
6863         __unbounded.
6864         (__libc_msgrcv): Do not use __ptrvalue.
6865         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
6866         startup_info): Do not use __unbounded.
6867         (__libc_start_main): Likewise.  Rename ubp_* variables and
6868         parameters.  Remove argv definitions conditional on
6869         [__BOUNDED_POINTERS__].
6870         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
6871         __ptrvalue.
6872         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
6873         use __unbounded.
6874         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
6875         or __ptrvalue.
6876         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
6877         use __unbounded.
6878         (__new_shmctl): Do not use __ptrvalue.
6879         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
6880         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
6881         Likewise.
6882         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
6883         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
6884         (__libc_sigaction): Likewise.
6885         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
6886         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
6887         Likewise.
6888         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
6889
6890 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
6891
6892         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
6893
6894         * string/mempcpy.c: Implement by calling memcpy.
6895
6896 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
6897
6898         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
6899
6900         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
6901         evaluation.
6902
6903         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
6904         values in the mantissa.
6905
6906         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
6907         minimize writes to Z.
6908         (sub_magnitudes): Simplify code a bit.
6909
6910 2013-02-12  Roland McGrath  <roland@hack.frob.com>
6911
6912         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
6913         from the message.  The linker prefixes all warnings with that already.
6914
6915 2013-02-12  Andreas Schwab  <schwab@suse.de>
6916
6917         [BZ #15078]
6918         * posix/regexec.c (extend_buffers): Add parameter min_len.
6919         (check_matching): Pass minimum needed length.
6920         (clean_state_log_if_needed): Likewise.
6921         (get_subexp): Likewise.
6922         * posix/Makefile (tests): Add bug-regex34.
6923         (bug-regex34-ENV): Define.
6924         * posix/bug-regex34.c: New file.
6925
6926         [BZ #11561]
6927         * posix/regcomp.c (parse_bracket_exp): When looking up collating
6928         elements compare against the byte sequence of it, not its name.
6929         * posix/Makefile (tests): Add bug-regex35.
6930         (bug-regex35-ENV): Define.
6931         * posix/bug-regex35.c: New file.
6932
6933 2013-02-11  Tom de Vries  <tom@codesourcery.com>
6934
6935         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
6936         comment.
6937         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
6938         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
6939         (CHECK_EOL): Add undef.
6940
6941 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
6942
6943         * bits/stdlib-bsearch.h: New file.
6944         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
6945         * stdlib/stdlib.h: Likewise.
6946
6947 2013-02-11  Roland McGrath  <roland@hack.frob.com>
6948
6949         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
6950         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
6951         declaration.
6952         * manual/search.texi (Array Search Function): Add missing const in
6953         lfind prototype.
6954         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
6955         declaration to use rlim_t.
6956         (Basic Scheduling Functions): Remove erroneous const from
6957         sched_getparam prototype.  Remove erroneous * from
6958         sched_get_priority_max and sched_get_priority_min prototypes.
6959         (Resource Usage): Fix summary @comment on vtimes to refer to
6960         sys/vtimes.h rather than vtimes.h.
6961         Add missing *s in vtimes prototype.
6962         (Limits on Resources): Fix ulimit prototype to return long int.
6963         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
6964         prototypes to use long int rather than double.
6965         (BSD Random): Fix initstate and setstate to use char *, not void *.
6966         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
6967         prototype to make second argument 'struct aiocb64 *const[]'.
6968         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
6969         (Status of AIO Operations): Remove erroneous const in aio_return and
6970         aio_return64 prototypes.
6971         (Synchronizing I/O): Fix sync prototype to return void.
6972         * manual/startup.texi (Suboptions): Remove an erroneous const in
6973         getsubopt prototype.
6974         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
6975         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
6976         use size_t rather than int.
6977         (Scanning All Users): Likewise for getpwent_r.
6978         (Setting Groups): Add missing const to setgroups prototype.
6979         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
6980         * manual/socket.texi (Host Names): Fix gethostbyaddr and
6981         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
6982         'const void *' rather than 'const char *'.
6983         (Host Address Functions): Likewise for inet_ntop.
6984         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
6985         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
6986         ssize_t for return value.
6987         (Sending Data): Likewise for send, sendto, sendmsg.
6988         (Socket Option Functions): Add a missing const in setsockopt prototype.
6989         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
6990         use wchar_t for the argument.
6991         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
6992         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
6993         take no arguments.
6994         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
6995         double/float/long double for second argument.
6996         Fix return types of significand, significandf, significandl.
6997         * manual/filesys.texi (Setting Permissions): Use mode_t for second
6998         argument in fchmod prototype.
6999         (File Owner): Use uid_t and gid_t in fchown prototype.
7000         (File Times): Add const to utimes, futimes, and lutimes prototypes.
7001         (Making Special Files): Use mode_t and dev_t in mknod prototype.
7002         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
7003         use 'const struct dirent **' as argument types to CMP function pointer
7004         argument.
7005         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
7006         (File Times): Fix summary magic @comment for struct utimbuf and utime
7007         to refer to utime.h, not time.h.
7008         * manual/string.texi (Argz Functions): Add missing const in
7009         argz_extract and argz_next prototypes.
7010         (Finding Tokens in a String): Likewise for basename.
7011         (String/Array Comparison): Fix typo in wcscasecmp prototype.
7012         (Copying and Concatenation): Fix typo in wmemmove prototype.
7013         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
7014         (Signal Stack): Remove erroneous const in sigstack prototype.
7015         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
7016         prototype.
7017         (Simple Calendar Time): Likewise for stime.
7018         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
7019         prototype.
7020         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
7021         say sys/sysctl.h instead.
7022         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
7023         and vsyslog prototypes.
7024
7025 2013-02-11  Tom de Vries  <tom@codesourcery.com>
7026
7027         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
7028         Remove.
7029
7030 2013-02-11  Roland McGrath  <roland@hack.frob.com>
7031
7032         * misc/sys/mman.h: Fix typo in mremap comment.
7033
7034 2013-02-08  Roland McGrath  <roland@hack.frob.com>
7035
7036         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
7037         the '\0' terminator.
7038
7039 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
7040
7041         [BZ #13550]
7042         * debug/segfault.c: Don't include <bp-checks.h>.
7043         * sysdeps/generic/bp-checks.h: Remove file.
7044         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
7045         (__GETDENTS): Don't use CHECK_N.
7046         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
7047         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
7048         (__getgroups): Don't use CHECK_N.
7049         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
7050         (setgroups): Don't use CHECK_N.
7051         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
7052         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
7053         (__libc_msgrcv): Don't use CHECK_N.
7054         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
7055         (__libc_msgsnd): Don't use CHECK_N.
7056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
7057         <bp-checks.h>.
7058         (__libc_pread): Don't use CHECK_N.
7059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
7060         include <bp-checks.h>.
7061         (__libc_pread64): Don't use CHECK_N.
7062         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
7063         include <bp-checks.h>.
7064         (__libc_pwrite): Don't use CHECK_N.
7065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
7066         include <bp-checks.h>.
7067         (__libc_pwrite64): Don't use CHECK_N.
7068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
7069         <bp-checks.h>.
7070         (__libc_pread): Don't use CHECK_N.
7071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
7072         include <bp-checks.h>.
7073         (__libc_pread64): Don't use CHECK_N.
7074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
7075         include <bp-checks.h>.
7076         (__libc_pwrite): Don't use CHECK_N.
7077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
7078         include <bp-checks.h>.
7079         (__libc_pwrite64): Don't use CHECK_N.
7080         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
7081         (do_pread): Don't use CHECK_N.
7082         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
7083         (do_pread64): Don't use CHECK_N.
7084         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
7085         (do_pwrite): Don't use CHECK_N.
7086         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
7087         (do_pwrite64): Don't use CHECK_N.
7088         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
7089         (__libc_readv): Don't use CHECK_N.
7090         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
7091         (semop): Don't use CHECK_N.
7092         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
7093         <bp-checks.h>.
7094         (semtimedop): Don't use CHECK_N.
7095         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
7096         (__libc_pread): Don't use CHECK_N.
7097         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
7098         <bp-checks.h>.
7099         (__libc_pread64): Don't use CHECK_N.
7100         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
7101         <bp-checks.h>.
7102         (__libc_pwrite): Don't use CHECK_N.
7103         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
7104         <bp-checks.h>.
7105         (__libc_pwrite64): Don't use CHECK_N.
7106         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
7107         <bp-checks.h>.
7108         (__libc_msgrcv): Don't use CHECK_N.
7109         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
7110         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
7111         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
7112         (__libc_writev): Don't use CHECK_N.
7113
7114 2013-02-08  Roland McGrath  <roland@hack.frob.com>
7115
7116         * string/strcpy.c: Removed unused variable.
7117
7118         * Makeconfig (+sysdep-includes): Define with := rather than =.
7119         Use an existing include/ subdir of each sysdeps dir before it.
7120
7121 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
7122
7123         * nscd/connection.c (register_traced_file): Comment function.
7124         [HAVE_INOTIFY] (union __inev): Define.
7125         [HAVE_INOTIFY] (inotify_check_files): New function.
7126         [HAVE_INOTIFY] (clear_db_cache): Likewise.
7127         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
7128         clear_db_cache.
7129         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
7130
7131 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
7132
7133         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
7134         loaded if not already and that a failure is permanent.
7135
7136 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
7137
7138         [BZ #15006]
7139         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
7140         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
7141
7142 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
7143
7144         [BZ #13550]
7145         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
7146         (CHECK_1_NULL_OK): Likewise.
7147         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
7148         (__fxstat): Do not use CHECK_1.
7149         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
7150         <bp-checks.h>.
7151         (___fxstat64): Do not use CHECK_1.
7152         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7153         <bp-checks.h>.
7154         (__fxstatat): Do not use CHECK_1.
7155         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7156         <bp-checks.h>.
7157         (__fxstatat64): Do not use CHECK_1.
7158         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
7159         <bp-checks.h>.
7160         (__fxstat): Do not use CHECK_1.
7161         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7162         <bp-checks.h>.
7163         (__fxstatat): Do not use CHECK_1.
7164         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
7165         <bp-checks.h>.
7166         (__getresgid): Do not use CHECK_1.
7167         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
7168         <bp-checks.h>.
7169         (__getresuid): Do not use CHECK_1.
7170         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
7171         <bp-checks.h>.
7172         (__lxstat): Do not use CHECK_1.
7173         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
7174         <bp-checks.h>.
7175         (__old_msgctl): Do not use CHECK_1.
7176         (__new_msgctl): Likewise.
7177         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
7178         <bp-checks.h>.
7179         (__new_setrlimit): Do not use CHECK_1.
7180         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
7181         <bp-checks.h>.
7182         (__old_shmctl): Do not use CHECK_1.
7183         (__new_shmctl): Likewise.
7184         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
7185         <bp-checks.h>.
7186         (__xstat): Do not use CHECK_1.
7187         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
7188         (__lxstat): Do not use CHECK_1.
7189         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
7190         <bp-checks.h>.
7191         (___lxstat64): Do not use CHECK_1.
7192         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
7193         (__old_msgctl): Do not use CHECK_1.
7194         (__new_msgctl): Likewise.
7195         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
7196         <bp-checks.h>.
7197         (__gettimeofday): Do not use CHECK_1.
7198         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
7199         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
7200         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
7201         <bp-checks.h>.
7202         (__gettimeofday): Do not use CHECK_1.
7203         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
7204         (__old_shmctl): Do not use CHECK_1_NULL_OK.
7205         (__new_shmctl): Do not use CHECK_1.
7206         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
7207         <bp-checks.h>.
7208         (do_sigtimedwait): Do not use CHECK_1.
7209         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
7210         <bp-checks.h>.
7211         (do_sigwaitinfo): Do not use CHECK_1.
7212         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
7213         <bp-checks.h>.
7214         (msgctl): Do not use CHECK_1.
7215         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
7216         <bp-checks.h>.
7217         (shmctl): Do not use CHECK_1.
7218         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
7219         (ustat): Do not use CHECK_1.
7220         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
7221         <bp-checks.h>.
7222         (__fxstat): Do not use CHECK_1.
7223         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7224         <bp-checks.h>.
7225         (__fxstatat): Do not use CHECK_1.
7226         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
7227         <bp-checks.h>.
7228         (__lxstat): Do not use CHECK_1.
7229         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
7230         <bp-checks.h>.
7231         (__xstat): Do not use CHECK_1.
7232         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
7233         (__xstat): Do not use CHECK_1.
7234         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
7235         (___xstat64): Do not use CHECK_1.
7236
7237         [BZ #13550]
7238         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
7239         definitions.
7240         (CHECK_BOUNDS_HIGH): Likewise.
7241         * string/strcpy.c: Do not include <bp-checks.h>.
7242         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
7243
7244 2013-02-07  Roland McGrath  <roland@hack.frob.com>
7245
7246         * nscd/nscd-client.h (__nscd_drop_map_ref):
7247         Add __attribute__ ((unused)).
7248         * nis/nss-nisplus.h (niserr2nss): Likewise.
7249
7250         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
7251         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
7252
7253         * csu/libc-tls.c (init_static_tls, init_slotinfo):
7254         Remove inline keyword.
7255         * include/rounding-mode.h (round_away): Likewise.
7256         * libio/wfileops.c (adjust_wide_data): Likewise.
7257         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
7258         (__m128i_strloadu_tolower): Likewise.
7259         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
7260         (__m128i_strloadu_tolower): Likewise.
7261         * time/mktime.c (ydhms_diff): Likewise.
7262         * locale/elem-hash.h (elem_hash): Likewise.
7263         * locale/setlocale.c (setdata): Likewise.
7264         * posix/regex_internal.h (re_string_char_size_at): Likewise.
7265         (re_string_wchar_at): Likewise.
7266         (bitset_not, bitset_merge, bitset_mask): Likewise.
7267         [!(__GNUC__ > 3)] (inline): Remove macro.
7268         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
7269         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
7270         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
7271         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
7272         * string/memcmp.c (memcmp_bytes): Likewise.
7273         * locale/programs/locarchive.c (compute_hashval): Likewise.
7274         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
7275         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
7276         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
7277         * nss/getent.c (print_rpc, print_protocols): Likewise.
7278         (print_passwd, print_group, print_aliases): Likewise.
7279         * nis/nss-nisplus.h (niserr2nss): Likewise.
7280         * nscd/connections.c (restart_p): Likewise.
7281         Change return type to bool.
7282
7283 2013-02-05  Roland McGrath  <roland@hack.frob.com>
7284
7285         * Makeconfig (all-Depend-files): Add existing
7286         $(sorted-subdirs:=/Depend) files.
7287         (all-subdirs): Remove nss.
7288         * sysdeps/unix/inet/Subdirs: Add it here instead.
7289         * hesiod/Depend: New file.
7290
7291         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
7292         instead of calling alloca.
7293
7294         * io/lseek.c (__lseek): Rename to __libc_lseek.
7295         Define __lseek as an alias.
7296
7297         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
7298
7299 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
7300
7301         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
7302         else clause and remove check for non-standard endianness.
7303
7304 2013-02-04  David S. Miller  <davem@davemloft.net>
7305
7306         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7307
7308 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
7309
7310         [BZ #13550]
7311         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
7312         (__ubp_memchr): Remove prototype.
7313         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
7314         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
7315         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
7316         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
7317         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
7318         Remove alias.
7319         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
7320         (__ubp_memchr): Likewise.
7321         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
7322         (__ubp_memchr): Likewise.
7323         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
7324         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
7325         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
7326         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
7327         CHECK_STRING.
7328         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
7329         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
7330         (__getcwd): Do not use CHECK_STRING.
7331         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
7332         <bp-checks.h>.
7333         (__real_chown): Do not use CHECK_STRING.
7334         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
7335         <bp-checks.h>.
7336         (fchownat): Do not use CHECK_STRING.
7337         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
7338         CHECK_STRING.
7339         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
7340         <bp-checks.h>.
7341         (__lchown): Do not use CHECK_STRING.
7342         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
7343         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
7344         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
7345         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
7346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
7347         include <bp-checks.h>.
7348         (truncate64): Do not use CHECK_STRING.
7349         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
7350         <bp-checks.h>.
7351         (__real_chown): Do not use CHECK_STRING.
7352         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
7353         <bp-checks.h>.
7354         (__lchown): Do not use CHECK_STRING.
7355         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
7356         <bp-checks.h>.
7357         (__chown): Do not use CHECK_STRING.
7358         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
7359         <bp-checks.h>.
7360         (truncate64): Do not use CHECK_STRING.
7361         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
7362         Likewise.
7363         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
7364         (__xmknod): Do not use CHECK_STRING.
7365         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7366         <bp-checks.h>.
7367         (__xmknodat): Do not use CHECK_STRING.
7368         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
7369         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
7370
7371 2013-02-04  Andreas Schwab  <schwab@suse.de>
7372
7373         [BZ #14142]
7374         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
7375         * include/netdb.h: Likewise for h_errno.
7376         * elf/tst-stackguard1.c: Include <tls.h>.
7377
7378 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7379
7380         * elf/link.h (struct link_map): Extend the l_addr comment.
7381         * include/link.h (struct link_map): Likewise.
7382
7383 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
7384
7385         [BZ #13550]
7386         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
7387         (BOUNDED_1): Remove macro.
7388         * debug/backtrace.c: Don't include <bp-checks.h>.
7389         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
7390         (__backtrace): Likewise.
7391         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
7392         <bp-checks.h>.
7393         (__backtrace): Don't use BOUNDED_1.
7394         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
7395         <bp-checks.h>.
7396         (__backtrace): Don't use BOUNDED_1.
7397         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
7398         (__backtrace): Don't use BOUNDED_1.
7399         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
7400         (shmat): Don't use BOUNDED_N.
7401
7402 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
7403
7404         [BZ #13550]
7405         * sysdeps/generic/bp-start.h: Remove file.
7406         * csu/libc-start.c: Don't include <bp-start.h>.
7407         (LIBC_START_MAIN): Set up __environ directly instead of using
7408         INIT_ARGV_and_ENVIRON.
7409         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
7410         <bp-start.h>.
7411
7412         [BZ #13550]
7413         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
7414         definitions.
7415         (CHECK_FCNTL): Likewise.
7416         (CHECK_N_PAGES): Likewise.
7417
7418         [BZ #13550]
7419         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
7420         definitions.
7421         (CHECK_SIGSET_NULL_OK): Likewise.
7422         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
7423         <bp-checks.h>.
7424         (sigpending): Don't use CHECK_SIGSET.
7425         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
7426         <bp-checks.h>.
7427         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
7428         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
7429         <bp-checks.h>.
7430         (do_sigsuspend): Don't use CHECK_SIGSET.
7431         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
7432         use CHECK_SIGSET.
7433         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
7434         (do_sigwait): Don't use CHECK_SIGSET.
7435         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
7436         use CHECK_SIGSET.
7437         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
7438         include <bp-checks.h>.
7439         (sigpending): Don't use CHECK_SIGSET.
7440         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
7441         include <bp-checks.h>.
7442         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
7443         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
7444         <bp-checks.h>.
7445         (sigpending): Don't use CHECK_SIGSET.
7446         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
7447         <bp-checks.h>.
7448         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
7449
7450         [BZ #13550]
7451         * sysdeps/generic/bp-semctl.h: Remove file.
7452         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
7453         <bp-checks.h> and <bp-semctl.h>.
7454         (__old_semctl): Don't use CHECK_SEMCTL.
7455         (__new_semctl): Likewise.
7456         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
7457         and <bp-semctl.h>.
7458         (__old_semctl): Don't use CHECK_SEMCTL.
7459         (__new_semctl): Likewise.
7460         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
7461         <bp-checks.h> and <bp-semctl.h>.
7462         (__old_semctl): Don't use CHECK_SEMCTL.
7463         (__new_semctl): Likewise.
7464         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
7465         <bp-checks.h> and <bp-semctl.h>.
7466         (semctl): Don't use CHECK_SEMCTL.
7467
7468         [BZ #13550]
7469         * Makerules (elide-bp-thunks): Remove variable.
7470         (elide-routines.oS): Don't use $(elide-bp-thunks).
7471         (elide-routines.os): Likewise.
7472         (elide-routines.o): Likewise.
7473         (elide-routines.op): Likewise.
7474         (elide-routines.og): Likewise.
7475         (objects): Don't use $(bp-thunks).
7476         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
7477         include.
7478         (common-generated): Do not add s-proto-bp.d.
7479         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
7480         (int): Likewise.
7481         (typ): Likewise.
7482         Do not generate makefile rules for bounded-pointer thunks.
7483         * sysdeps/generic/bp-thunks.h: Remove file.
7484         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
7485         * sysdeps/unix/s-proto-bp.S: Likewise.
7486
7487         [BZ #15062]
7488         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
7489         parts of result separately when argument is not close to line from
7490         -i to i and one part of argument is small.
7491         * math/k_casinhf.c (__kernel_casinhf): Likewise.
7492         * math/k_casinhl.c (__kernel_casinhl): Likewise.
7493         * math/libm-test.inc (cacos_test): Add more tests.
7494         (casin_test): Likewise.
7495         (casinh_test): Likewise.
7496         * sysdeps/i386/fpu/libm-test-ulps: Update.
7497         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7498
7499 2013-01-31  David S. Miller  <davem@davemloft.net>
7500
7501         * po/de.po: Update from translation team.
7502
7503 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
7504
7505         * time/tzfile.c: Include stdint.h for SIZE_MAX.
7506
7507 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
7508
7509         * configure.in (_AC_PROG_CC_C89): New definition.
7510         * configure: Regenerate.
7511
7512         * configure.in (AC_PROG_CPP): New definition.
7513         * configure: Regenerate.
7514
7515 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
7516
7517         * debug/tst-backtrace.h: New file.
7518         * debug/tst-backtrace2.c: Include tst-backtrace.h.
7519         (ret): Remove variable.
7520         (x): Likewise.
7521         (FAIL): Remove macro.
7522         (NO_INLINE): Likewise.
7523         (fn1): Use match function instead of strstr.
7524         * debug/tst-backtrace3.c: Include tst-backtrace.h.
7525         (ret): Remove variable.
7526         (x): Likewise.
7527         (FAIL): Remove macro.
7528         (NO_INLINE): Likewise.
7529         (fn): Use match function instead of strstr.
7530         * debug/tst-backtrace4.c: Include tst-backtrace.h.
7531         (ret): Remove variable.
7532         (x): Likewise.
7533         (FAIL): Remove macro.
7534         (NO_INLINE): Likewise.
7535         (handle_signal): Use match function instead of strstr.
7536         * debug/tst-backtrace5.c: Include tst-backtrace.h.
7537         (ret): Remove variable.
7538         (x): Likewise.
7539         (FAIL): Remove macro.
7540         (NO_INLINE): Likewise.
7541         (handle_signal): Use match function instead of strstr.
7542
7543 2013-01-23  Roland McGrath  <roland@hack.frob.com>
7544
7545         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
7546
7547 2013-01-23  David S. Miller  <davem@davemloft.net>
7548
7549         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
7550         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
7551         argument of CAS if possible.
7552         * sysdeps/sparc/sparc64/bits/atomic.h
7553         (__arch_compare_and_exchange_val_32_acq): Likewise.
7554         (__arch_compare_and_exchange_val_64_acq): Likewise.
7555
7556 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
7557
7558         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
7559         * sysdeps/posix/ulimit.c: ... this.
7560         Include <limits.h>.
7561         * sysdeps/unix/bsd/ulimit.c: Remove file.
7562
7563 2013-01-23  Adam Conrad  <adconrad@0c3.net>
7564
7565         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
7566         (LDFLAGS-tst-array5): Likewise.
7567
7568 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
7569
7570         [BZ #15036]
7571         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
7572         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
7573         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
7574         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
7575
7576 2013-01-21  David S. Miller  <davem@davemloft.net>
7577
7578         * sysdeps/sparc/backtrace.c: New file.
7579         * sysdeps/sparc/sparc32/backtrace.h: New file.
7580         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
7581         * sysdeps/sparc/sparc64/backtrace.h: New file.
7582         * sysdeps/sparc/sparc64/backtrace.c: Delete.
7583         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
7584         -funwind-tables.
7585
7586 2013-01-21  Andreas Schwab  <schwab@suse.de>
7587
7588         [BZ #15020]
7589         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
7590         closed its stdout.
7591
7592 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
7593
7594         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
7595         "mpa2.h".
7596         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
7597
7598 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
7599             Mark Mitchell  <mark@codesourcery.com>
7600             Tom de Vries  <tom@codesourcery.com>
7601             Paul Pluzhnikov  <ppluzhnikov@google.com>
7602
7603         * debug/tst-backtrace2.c: New file.
7604         * debug/tst-backtrace3.c: Likewise.
7605         * debug/tst-backtrace4.c: Likewise.
7606         * debug/tst-backtrace5.c: Likewise.
7607         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
7608         (CFLAGS-tst-backtrace3.c): Likewise.
7609         (CFLAGS-tst-backtrace4.c): Likewise.
7610         (CFLAGS-tst-backtrace5.c): Likewise.
7611         (LDFLAGS-tst-backtrace2): Likewise.
7612         (LDFLAGS-tst-backtrace3): Likewise.
7613         (LDFLAGS-tst-backtrace4): Likewise.
7614         (LDFLAGS-tst-backtrace5): Likewise.
7615         (tests): Add new tests tst-backtrace2, tst-backtrace3,
7616         tst-backtrace4 and tst-backtrace5.
7617
7618 2013-01-18  Anton Blanchard  <anton@samba.org>
7619             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
7620
7621         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
7622         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
7623         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
7624         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
7625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
7626         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
7627         "+r" and remove output regs list as redundant.  Add explicit inline
7628         asm to specify register of return val to work around compiler codegen
7629         bug.  Remove (int) cast on return value.  Add return type parameter to
7630         use in macro so that this macro does not truncate return value for
7631         64-bit values.
7632         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
7633         pass to INTERNAL_VSYSCALL_NCS.
7634         (INLINE_VSYSCALL): Add 'long int' as return type to
7635         INTERNAL_VSYSCALL_NCS macro invocation.
7636         (INTERNAL_VSYSCALL): Add 'long int' as return type to
7637         INTERNAL_VSYSCALL_NCS macro invocation.
7638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
7639
7640 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
7641
7642         [BZ #14496]
7643         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
7644         Fix application of SIMD FP exception mask.
7645
7646         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
7647         mp_no from a power of two.
7648         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
7649         __mpexp_twomm1.  Use __pow_mp.
7650
7651         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
7652         multiplication.
7653
7654 2013-01-17  David S. Miller  <davem@davemloft.net>
7655
7656         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7657
7658 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
7659
7660         [BZ #15023]
7661         * include/complex.h: Condition contents on [!_COMPLEX_H].
7662         (__kernel_casinhf): New prototype.
7663         (__kernel_casinh): Likewise.
7664         (__kernel_casinhl): Likewise.
7665         * math/Makefile (libm_calls): Add k_casinh.
7666         * math/k_casinh.c: New file.
7667         * math/k_casinhf.c: Likewise.
7668         * math/k_casinhl.c: Likewise.
7669         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
7670         finite nonzero arguments.
7671         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
7672         finite nonzero arguments.
7673         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
7674         finite nonzero arguments.
7675         * math/s_casinh.c: Do not include <float.h>.
7676         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
7677         * math/s_casinhf.c: Do not include <float.h>.
7678         (__casinhf): Move code for finite nonzero arguments to
7679         k_casinhf.c.
7680         * math/s_casinhl.c: Do not include <float.h>.
7681         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
7682         redefine.
7683         (__casinhl): Move code for finite nonzero arguments to
7684         k_casinhl.c.
7685         * math/libm-test.inc (cacos_test): Add more tests.
7686         * sysdeps/i386/fpu/libm-test-ulps: Update.
7687         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7688
7689 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
7690
7691         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
7692         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
7693         [!HAVE_MREMAP]: Remove [defined linux] case.
7694         * malloc/arena.c: Do not include <malloc-sysdep.h>.
7695
7696 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7697
7698         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
7699
7700 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
7701
7702         * elf/elf.h (R_386_SIZE32): New relocation.
7703         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
7704         R_386_SIZE32.
7705         (elf_machine_rela): Likewise.
7706         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
7707         R_X86_64_SIZE64 and R_X86_64_SIZE32.
7708
7709 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
7710
7711         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
7712         (FP_FAST_FMA): Do not define.
7713         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
7714         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
7715         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
7716         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
7717         !_SOFT_FLOAT]: Likewise.
7718         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
7719         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
7720         value.
7721         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
7722         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
7723         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
7724         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
7725         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
7726         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
7727         file.
7728
7729 2013-01-16  Andreas Schwab  <schwab@suse.de>
7730
7731         [BZ #14327]
7732         * include/stdlib.h (__mktemp): Add declaration.
7733         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
7734         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
7735
7736 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7737
7738         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
7739         definitions.
7740         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
7741         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
7742         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
7743         definitions here.
7744         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
7745         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
7746         definitions.
7747         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
7748         and ONE.
7749         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
7750         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
7751         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
7752         definitions.
7753         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
7754         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
7755         definitions.
7756         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
7757
7758         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
7759
7760 2013-01-15  David S. Miller  <davem@davemloft.net>
7761
7762         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
7763         trunc{,f} to libm-sysdep_routes.
7764         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
7765         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
7766         file.
7767         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
7768         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
7769         file.
7770         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
7771         file.
7772         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
7773         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
7774         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
7775         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
7776         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
7777         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
7778         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
7779         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
7780
7781         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
7782         nearbyint{,f} to libm-sysdep_routes.
7783         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
7784         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
7785         New file.
7786         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
7787         file.
7788         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
7789         New file.
7790         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
7791         file.
7792         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
7793         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
7794         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
7795         file.
7796         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
7797         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
7798         file.
7799         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
7800         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
7801         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
7802
7803         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
7804         libc_feholdexcept and libc_fesetenv.
7805
7806 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
7807
7808         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
7809
7810 2013-01-14  David S. Miller  <davem@davemloft.net>
7811
7812         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
7813         (SPARC_ASM_VIS2_IFUNC): Likewise.
7814         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
7815         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
7816         use of 'siam' instruction.
7817         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
7818         Likewise.
7819         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
7820         Likewise.
7821         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
7822         Likewise.
7823         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
7824         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
7825         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
7826         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
7827         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
7828         file.
7829         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
7830         file.
7831         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
7832         file.
7833         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
7834         file.
7835         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
7836         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
7837         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
7838         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
7839         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
7840         new VIS2 routines.
7841         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
7842         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
7843         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
7844         Likewise.
7845         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
7846         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
7847         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
7848         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
7849         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
7850         routines to libm-sysdep_routines.
7851         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
7852
7853         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
7854         fdim/fdimf to libm-sysdep_routines.
7855         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
7856         file.
7857         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
7858         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
7859         file.
7860         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
7861         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
7862         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
7863         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
7864         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
7865         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
7866         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
7867
7868 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
7869
7870         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
7871         to optimize copies.
7872
7873         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
7874         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
7875         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
7876
7877         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
7878         local variable MPTWO.
7879         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
7880         Likewise.
7881
7882 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
7883
7884         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
7885         GLOB_NOESCAPE.
7886
7887 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
7888
7889         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
7890
7891 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
7892
7893         * manual/pattern.texi (glob_t): Document gl_flags.
7894         (glob64_t): Likewise.
7895
7896 2013-01-11  David S. Miller  <davem@davemloft.net>
7897
7898         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
7899         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
7900         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
7901         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
7902         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
7903         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
7904         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
7905         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
7906         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
7907         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
7908         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
7909         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
7910         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
7911
7912         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
7913         sparc V9 rather than using V8 code.
7914         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
7915         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
7916
7917         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
7918         Move to...
7919         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
7920         Here.
7921
7922 2013-01-11  Roland McGrath  <roland@hack.frob.com>
7923
7924         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
7925         not in the main loop.
7926         * configure: Regenerated.
7927
7928 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
7929
7930         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
7931         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
7932         to just #else.
7933         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
7934         [!__GLIBC_HAVE_LONG_LONG] case.
7935         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
7936         condition to just #else.
7937         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
7938         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
7939         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
7940         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
7941         unconditional.
7942         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
7943         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
7944         #elif condition to just #else.
7945         * sysdeps/unix/sysv/linux/sys/sysmacros.h
7946         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
7947         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
7948         #elif condition to just #else.
7949
7950 2013-01-11  Steve Ellcey  <sellcey@mips.com>
7951
7952         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
7953         (EF_MIPS_ARCH_64): Fix value.
7954         (EF_MIPS_ARCH_32R2): New.
7955         (EF_MIPS_ARCH_64R2): New.
7956
7957 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
7958
7959         * Makeconfig (+link-pie-before-libc): New.
7960         (+link-pie-after-libc): Likewise.
7961         (+link-pie-tests): Likewise.
7962         (+link-pie): Rewritten.
7963         (link-before-libc): Remove $(config-LDFLAGS).
7964         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
7965         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
7966         (config-LDFLAGS): Renamed to ...
7967         (rtld-LDFLAGS): This.
7968         (rtld-tests-LDFLAGS): New macro.
7969         (link-libc-rpath-link): Likewise.
7970         (link-libc-tests-rpath-link): Likewise.
7971         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
7972         (link-libc): Prepand $(link-libc-rpath-link).
7973         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
7974         (test-program-prefix): New macro.
7975         (test-via-rtld-prefix): Likewise.
7976         (test-program-cmd): Likewise.
7977         (host-test-program-cmd): Likewise.
7978         * Makefile ($(common-objpfx)testrun.sh): Replace
7979         $(run-program-prefix) with $(test-program-prefix).
7980         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
7981         $(rtld-LDFLAGS).
7982         ($(common-objpfx)shlib.lds): Likewise.
7983         (build-module-helper): Likewise.
7984         ($(common-objpfx)format.lds): Likewise.
7985         * Rules (binaries-pie-tests): New.
7986         (binaries-pie-notests): Likewise.
7987         (binaries-pie): Rewritten.
7988         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
7989         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
7990         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
7991         (make-test-out): Replace $(host-built-program-cmd) with
7992         $(host-test-program-cmd).
7993         * config.make.in (build-hardcoded-path-in-tests): New variable.
7994         * configure.in (--enable-hardcoded-path-in-tests): New configure
7995         option.
7996         (hardcoded_path_in_tests): New AC_SUBST.
7997         * configure: Regenerated.
7998         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
7999         $(built-program-cmd) with $(test-program-cmd).
8000         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
8001         (test_program_cmd): This.
8002         * elf/Makefile ($(objpfx)order.out): Run test with
8003         $(test-program-prefix).
8004         ($(objpfx)order2.out): Likewise.
8005         ($(objpfx)tst-initorder.out): Likewise.
8006         ($(objpfx)tst-initorder2.out): Likewise.
8007         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
8008         $(test-program-cmd).
8009         ($(objpfx)tst-array1-static.out): Likewise.
8010         ($(objpfx)tst-array2.out): Likewise.
8011         ($(objpfx)tst-array3.out): Likewise.
8012         ($(objpfx)tst-array4.out): Likewise.
8013         ($(objpfx)tst-array5.out): Likewise.
8014         ($(objpfx)tst-array5-static.out): Likewise.
8015         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
8016         $(test-program-cmd).
8017         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
8018         $(run-program-prefix) with $(test-program-prefix).
8019         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
8020         (test_program_prefix): This.
8021         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
8022         $(run-program-prefix) with $(test-program-prefix).
8023         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
8024         (test_program_prefix): This.
8025         * iconvdata/tst-tables.sh: Likewise.
8026         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
8027         $(run-program-prefix) with $(test-program-prefix).
8028         ($(objpfx)tst-translit.out): Likewise.
8029         ($(objpfx)tst-gettext2.out): Likewise.
8030         ($(objpfx)tst-gettext4.out): Likewise.
8031         ($(objpfx)tst-gettext6.out): Likewise.
8032         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
8033         (test_program_prefix): This.
8034         * intl/tst-gettext2.sh: Likewise.
8035         * intl/tst-gettext4.sh  Likewise.
8036         * intl/tst-gettext6.sh: Likewise.
8037         * intl/tst-translit.sh: Likewise.
8038         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
8039         with $(test-program-cmd).
8040         * libio/Makefile ($(objpfx)test-freopen.out): Replace
8041         $(run-program-prefix) with $(test-program-prefix).
8042         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
8043         (test_program_prefix): This.
8044         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
8045         $(run-program-prefix) with $(test-program-prefix).
8046         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
8047         (test_program_prefix): This.
8048         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
8049         * posix/Makefile ($(objpfx)globtest.out): Replace
8050         $(run-via-rtld-prefix) and $(test-wrapper) with
8051         $(test-program-prefix) and $(test-via-rtld-prefix).
8052         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
8053         $(test-program-prefix).
8054         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
8055         $(host-test-program-cmd).
8056         (tst-spawn-ARGS): Likewise.
8057         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
8058         $(test-program-prefix).
8059         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
8060         (test_via_rtld_prefix): This.
8061         (test_wrapper): Renamed to ...
8062         (test_program_prefix): This.
8063         (run_program_prefix): Replaced by test_program_prefix.
8064         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
8065         (test_program_prefix): This.
8066         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
8067         with $(host-test-program-cmd).
8068         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
8069         $(run-program-prefix) with $(test-program-prefix).
8070         ($(objpfx)tst-printf.out): Likewise.
8071         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
8072         $(test-program-cmd).
8073         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
8074         (test_program_prefix): This.
8075         * stdio-common/tst-unbputc.sh: Likewise.
8076         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
8077         $(run-program-prefix) with $(test-program-prefix).
8078         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
8079         (test_program_prefix): This.
8080         * string/Makefile ($(objpfx)tst-svc.out):  Replace
8081         $(built-program-cmd) with $(test-program-cmd).
8082
8083 2013-01-11  Andreas Jaeger  <aj@suse.de>
8084
8085         [BZ #15003]
8086         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
8087         value. Sync with Linux 3.7.
8088
8089 2013-01-10  David S. Miller  <davem@davemloft.net>
8090
8091         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
8092         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
8093         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
8094
8095 2013-01-10  Roland McGrath  <roland@hack.frob.com>
8096
8097         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
8098         never set.
8099         * configure: Regenerated.
8100
8101 2013-01-10  David S. Miller  <davem@davemloft.net>
8102
8103         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
8104         sparc V9 rather than using V8 code.
8105         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
8106         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
8107
8108 2013-01-10  Roland McGrath  <roland@hack.frob.com>
8109
8110         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
8111         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
8112         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
8113         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
8114         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
8115         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
8116         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
8117         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
8118         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
8119         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
8120         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
8121         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
8122         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
8123         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
8124         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
8125         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
8126         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
8127         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
8128         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
8129         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
8130         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
8131         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
8132         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
8133         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
8134         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
8135         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
8136         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
8137
8138 2013-01-10  David S. Miller  <davem@davemloft.net>
8139
8140         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8141
8142 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
8143
8144         * posix/Makefile (tests-static): New variable.
8145         (tests): Add $(tests-static).
8146         (tst-exec-static-ARGS): New variable.
8147         (tst-spawn-static-ARGS): Likewise.
8148         * posix/tst-exec-static.c: New file.
8149         * posix/tst-spawn-static.c: Likewise.
8150         * posix/tst-exec.c: Support run directly.
8151         * posix/tst-spawn.c: Likewise.
8152
8153 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
8154
8155         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
8156         long.
8157         * math/bits/mathcalls.h (llrint): Likewise.
8158         (llround): Likewise.
8159         * stdlib/stdlib.h (struct drand48_data): Likewise.
8160         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
8161         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
8162         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
8163         Likewise.
8164         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
8165         Likewise.
8166         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
8167         (elf_greg_t): Likewise.
8168         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
8169         (__jmp_buf): Likewise.
8170         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
8171         definitions.
8172         (llrint): Likewise, for all definitions.
8173         (llrintl): Likewise.
8174
8175         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
8176         Remove [__GNUC__] condition.
8177         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
8178         condition to just [__USE_ISOC99].
8179         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
8180
8181 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
8182
8183         [BZ #14200]
8184         * sysdeps/unix/sysv/linux/x86/bits/environments.h
8185         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
8186         defined.
8187         (_POSIX_V6_ILP32_OFF32): Likewise.
8188         (_XBS5_ILP32_OFF32): Likewise.
8189         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
8190         (__ILP32_OFFBIG_LDFLAGS): Likewise.
8191
8192 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8193
8194         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
8195
8196         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
8197         doubles __mpexp_twomm1.  Adjust usage.
8198         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
8199         Remove.
8200
8201 2013-01-10  Andreas Schwab  <schwab@suse.de>
8202
8203         [BZ #14964]
8204         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
8205         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
8206
8207 2013-01-09  David S. Miller  <davem@davemloft.net>
8208
8209         [BZ #15003]
8210         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS,
8211         TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT,
8212         TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS,
8213         TCP_FASTOPEN): Define.
8214         (tcp_repair_opt): New structure.
8215         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
8216         enum values.
8217         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE,
8218         TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN,
8219         TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
8220         (tcp_cookie_transactions): New structure.
8221
8222 2013-01-09  Anton Blanchard  <anton@samba.org>
8223
8224         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
8225         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
8226         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
8227         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
8228
8229 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
8230
8231         * include/features.h (__USE_ANSI): Remove.
8232
8233 2013-01-09  Roland McGrath  <roland@hack.frob.com>
8234
8235         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
8236
8237         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
8238
8239 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
8240
8241         * sysdeps/s390/fpu/libm-test-ulps: Update.
8242
8243         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8244
8245         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
8246         (__acr): Likewise.
8247         (__cpy): Likewise.
8248         (norm): Likewise.
8249         (denorm): Likewise.
8250         (__mp_dbl): Likewise.
8251         (__dbl_mp): Likewise.
8252         (add_magnitudes): Likewise.
8253         (sub_magnitudes): Likewise.
8254         (__add): Likewise.
8255         (__sub): Likewise.
8256         (__mul): Likewise.
8257         (__inv): Likewise.
8258         (__dvd): Likewise.
8259         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
8260         (__acr): Likewise.
8261         (__cpy): Likewise.
8262         (norm): Likewise.
8263         (denorm): Likewise.
8264         (__mp_dbl): Likewise.
8265         (__dbl_mp): Likewise.
8266         (add_magnitudes): Likewise.
8267         (sub_magnitudes): Likewise.
8268         (__add): Likewise.
8269         (__sub): Likewise.
8270         (__mul): Likewise.
8271         (__inv): Likewise.
8272         (__dvd): Likewise.
8273         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
8274         (__acr): Likewise.
8275         (__cpy): Likewise.
8276         (norm): Likewise.
8277         (denorm): Likewise.
8278         (__mp_dbl): Likewise.
8279         (__dbl_mp): Likewise.
8280         (add_magnitudes): Likewise.
8281         (sub_magnitudes): Likewise.
8282         (__add): Likewise.
8283         (__sub): Likewise.
8284         (__mul): Likewise.
8285         (__inv): Likewise.
8286         (__dvd): Likewise.
8287
8288 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
8289
8290         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
8291         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
8292         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
8293         2 && __USE_EXTERN_INLINES]: Likewise.
8294
8295 2013-01-08  Andreas Jaeger  <aj@suse.de>
8296
8297         [BZ# 14985]
8298         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
8299         Remove.
8300         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
8301         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
8302
8303 2013-01-07  Anton Blanchard  <anton@samba.org>
8304
8305         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
8306         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
8307         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
8308         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
8309         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
8310         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
8311         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
8312         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
8313         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
8314         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
8315         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
8316         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
8317         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
8318         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
8319         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
8320         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
8321         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
8322         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
8323         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
8324         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
8325         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
8326         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
8327         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
8328         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
8329         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
8330         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
8331         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
8332         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
8333         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
8334         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
8335         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
8336         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
8337         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
8338         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
8339         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
8340         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
8341         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
8342         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
8343         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
8344         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
8345         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
8346         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
8347         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
8348
8349 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
8350
8351         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
8352         (__MALLOC_PMT): Likewise.
8353         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
8354         [__GNUC__], only on [_LIBC].
8355         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
8356         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
8357         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
8358         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
8359         forward declaration.
8360         (realloc_hook_ini): Likewise.
8361         (memalign_hook_ini): Likewise.
8362         (__libc_memalign): Do not use __MALLOC_PMT in variable
8363         declaration.
8364         (__libc_valloc): Likewise.
8365         (__libc_pvalloc): Likewise.
8366         (__libc_calloc): Likewise.
8367         (__posix_memalign): Likewise.
8368
8369         [BZ #14996]
8370         * math/s_casinh.c: Include <float.h>.
8371         (__casinh): Do not do computation with squaring and square root
8372         for large arguments.
8373         * math/s_casinhf.c: Include <float.h>.
8374         (__casinhf): Do not do computation with squaring and square root
8375         for large arguments.
8376         * math/s_casinhl.c: Include <float.h>.
8377         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
8378         (__casinhl): Do not do computation with squaring and square root
8379         for large arguments.
8380         * math/libm-test.inc (casin_test): Add more tests.
8381         (casinh_test): Likewise.
8382         * sysdeps/i386/fpu/libm-test-ulps: Update.
8383         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8384
8385 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
8386
8387         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
8388         (__x86_64_raw_data_cache_size): Likewise.
8389         (__x86_64_data_cache_size_half): Likewise.
8390         (__x86_64_raw_data_cache_size_half): Likewise.
8391         (__x86_64_shared_cache_size): Likewise.
8392         (__x86_64_raw_shared_cache_size): Likewise.
8393         (__x86_64_shared_cache_size_half): Likewise.
8394         (__x86_64_raw_shared_cache_size_half): Likewise.
8395         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
8396         to ...
8397         (__x86_data_cache_size): This.
8398         (__x86_64_raw_data_cache_size): Renamed to ...
8399         (__x86_raw_data_cache_size): This.
8400         (__x86_64_data_cache_size_half): Renamed to ...
8401         (__x86_data_cache_size_half): This.
8402         (__x86_64_raw_data_cache_size_half): Renamed to ...
8403         (__x86_raw_data_cache_size_half): This.
8404         (__x86_64_shared_cache_size): Renamed to ...
8405         (__x86_shared_cache_size): This.
8406         (__x86_64_raw_shared_cache_size): Renamed to ...
8407         (__x86_raw_shared_cache_size): This.
8408         (__x86_64_shared_cache_size_half): Renamed to ...
8409         (__x86_shared_cache_size_half): This.
8410         (__x86_64_raw_shared_cache_size_half): Renamed to ...
8411         (__x86_raw_shared_cache_size_half): This.
8412         * sysdeps/x86_64/memcpy.S: Updated.
8413         * sysdeps/x86_64/memset.S: Likewise.
8414         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
8415         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
8416         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
8417
8418 2013-01-04  David S. Miller  <davem@davemloft.net>
8419
8420         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8421
8422 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
8423
8424         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
8425         1 to avoid redefinition warning.
8426         (__USE_GNU): Don't define.
8427         (init_signaling_nan): Protoize.
8428
8429         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8430
8431 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8432
8433         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
8434         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
8435         (__cpymn): Likewise.
8436         (norm): Remove commented code.
8437         (denorm): Likewise.
8438         (__mp_dbl): Likewise.
8439         (__inv): Likewise.
8440         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
8441         (__cpymn): Likewise.
8442         (norm): Remove commented code.
8443         (denorm): Likewise.
8444         (__mp_dbl): Likewise.
8445         (__inv): Likewise.
8446
8447         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
8448         mp_no value for 1.0 and 2.0.
8449         (norm): Use RADIXI instead of radixi.d.
8450         (denorm): Likewise.
8451         (__mul): Use 0.0 instead of zero.d.
8452         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
8453         mp_no value for 1.0 and 2.0.
8454         (norm): Use RADIXI instead of radixi.d.
8455         (denorm): Likewise.
8456         (__mul): Use 0.0 instead of zero.d.
8457
8458 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
8459
8460         [BZ #14994]
8461         * math/s_casinh.c (__casinh): Reduce finite argument to first
8462         quadrant then set signs of results at the end.
8463         * math/s_casinhf.c (__casinhf): Likewise.
8464         * math/s_casinhl.c (__casinhl): Likewise.
8465         * math/libm-test.inc (casin_test): Add more tests.
8466         (casinh_test): Likewise.
8467         * sysdeps/i386/fpu/libm-test-ulps: Update.
8468         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8469
8470 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
8471
8472         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
8473
8474         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
8475
8476         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
8477         declarations.
8478         (denorm): Likewise.
8479         (__mp_dbl): Likewise.
8480         (__inv): Likewise.
8481
8482         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
8483         and adjust the header comment.
8484
8485         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
8486         variable name from declaration.
8487
8488 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
8489
8490         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
8491         Initialize COMMON_CPUID_INDEX_7 element.
8492         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
8493         (CPUID_RTM): Likewise.
8494         (HAS_RTM): Likewise.
8495         (COMMON_CPUID_INDEX_7): New enum.
8496
8497 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
8498
8499         [BZ #14981]
8500         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
8501         size is zero, record memory as freed.
8502
8503 2013-01-03  Andreas Jaeger  <aj@suse.de>
8504
8505         * po/ia.po: Add new Interlingua translation.
8506
8507 2012-01-03  Allan McRae  <allan@archlinux.org>
8508
8509         * locale/programs/localedef.c: Fix description of '--posix' flag.
8510
8511 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
8512
8513         * NEWS: Update dates in second copyright notice.
8514         * README: Update copyright dates in example.
8515         * manual/libc.texinfo: Update copyright dates.
8516         * scripts/test-installation.pl: Update copyright date in --version
8517         output.
8518
8519         * hurd/ctty-input.c: Fix copyright notice formatting.
8520         * hurd/ctty-output.c: Likewise.
8521         * hurd/dtable.c: Likewise.
8522         * hurd/hurd-raise.c: Likewise.
8523         * hurd/hurdprio.c: Likewise.
8524         * hurd/msgportdemux.c: Likewise.
8525         * misc/sys/file.h: Likewise.
8526         * misc/sys/ioctl.h: Likewise.
8527         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
8528         * sysdeps/mach/hurd/chdir.c: Likewise.
8529         * sysdeps/mach/hurd/fchdir.c: Likewise.
8530         * sysdeps/mach/hurd/rename.c: Likewise.
8531         * sysdeps/mach/hurd/rmdir.c: Likewise.
8532         * sysdeps/mach/hurd/seekdir.c: Likewise.
8533         * sysdeps/mach/hurd/setsid.c: Likewise.
8534         * sysdeps/posix/wait3.c: Likewise.
8535
8536         * All files with FSF copyright notices: Update copyright dates
8537         using scripts/update-copyrights.
8538         * intl/plural.c: Regenerated.
8539         * locale/programs/charmap-kw.h: Likewise.
8540         * locale/programs/locfile-kw.h: Likewise.
8541
8542 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8543
8544         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
8545         four values.
8546
8547         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
8548         calculation loop and add branch prediction.
8549
8550         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
8551         check access beyond bounds of m1np.
8552
8553         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
8554         MPTWO.
8555         (__inv): Remove local variable MPTWO to use the global
8556         constant.
8557         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
8558         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
8559         variable MPTWO.
8560         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
8561         MP3HALFS static const.
8562
8563 2013-01-01  David S. Miller  <davem@davemloft.net>
8564
8565         * po/ca.po: Update from translation team.
8566
8567 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
8568
8569         * scripts/update-copyrights: New file.
8570         * Makeconfig: Reformat copyright notice.
8571         * ctype/ctype.h: Likewise.
8572         * debug/swprintf_chk.c: Likewise.
8573         * elf/dl-cache.c: Likewise.
8574         * elf/dl-debug.c: Likewise.
8575         * elf/dl-object.c: Likewise.
8576         * grp/initgroups.c: Likewise.
8577         * hurd/Makefile: Likewise.
8578         * hurd/hurd/signal.h: Likewise.
8579         * hurd/hurdfault.c: Likewise.
8580         * hurd/hurdioctl.c: Likewise.
8581         * hurd/hurdlookup.c: Likewise.
8582         * hurd/intr-msg.c: Likewise.
8583         * iconv/gconv_open.c: Likewise.
8584         * libio/swprintf.c: Likewise.
8585         * locale/lc-ctype.c: Likewise.
8586         * locale/nl_langinfo.c: Likewise.
8587         * mach/Machrules: Likewise.
8588         * mach/Makefile: Likewise.
8589         * malloc/obstack.h: Likewise.
8590         * manual/Makefile: Likewise.
8591         * manual/tsort.awk: Likewise.
8592         * misc/bits/stab.def: Likewise.
8593         * nis/nis_print_group_entry.c: Likewise.
8594         * nis/nis_table.c: Likewise.
8595         * nis/nss_compat/compat-pwd.c: Likewise.
8596         * nis/nss_compat/compat-spwd.c: Likewise.
8597         * po/Makefile: Likewise.
8598         * posix/fnmatch.c: Likewise.
8599         * posix/regex.h: Likewise.
8600         * resolv/Makefile: Likewise.
8601         * resolv/nss_dns/dns-network.c: Likewise.
8602         * resolv/res_hconf.c: Likewise.
8603         * scripts/gen-sorted.awk: Likewise.
8604         * soft-fp/soft-fp.h: Likewise.
8605         * stdio-common/printf.h: Likewise.
8606         * stdlib/monetary.h: Likewise.
8607         * stdlib/random.c: Likewise.
8608         * stdlib/random_r.c: Likewise.
8609         * sysdeps/generic/Makefile: Likewise.
8610         * sysdeps/gnu/Makefile: Likewise.
8611         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
8612         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
8613         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
8614         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
8615         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
8616         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
8617         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
8618         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
8619         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
8620         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
8621         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
8622         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
8623         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
8624         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
8625         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
8626         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
8627         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
8628         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
8629         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
8630         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
8631         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
8632         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
8633         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
8634         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
8635         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
8636         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
8637         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
8638         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
8639         * sysdeps/mach/hurd/errnos.awk: Likewise.
8640         * sysdeps/mach/hurd/fork.c: Likewise.
8641         * sysdeps/mach/hurd/getcwd.c: Likewise.
8642         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
8643         * sysdeps/mach/hurd/mmap.c: Likewise.
8644         * sysdeps/mach/hurd/utimes.c: Likewise.
8645         * sysdeps/mach/hurd/xmknod.c: Likewise.
8646         * sysdeps/posix/profil.c: Likewise.
8647         * sysdeps/posix/readdir_r.c: Likewise.
8648         * sysdeps/powerpc/bits/mathdef.h: Likewise.
8649         * sysdeps/powerpc/bits/setjmp.h: Likewise.
8650         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
8651         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
8652         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
8653         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
8654         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
8655         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
8656         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
8657         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
8658         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
8659         * sysdeps/pthread/lio_listio.c: Likewise.
8660         * sysdeps/sparc/dl-procinfo.h: Likewise.
8661         * sysdeps/unix/i386/sysdep.S: Likewise.
8662         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
8663         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
8664         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
8665         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
8666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8667         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
8668         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
8669         * sysdeps/unix/sysv/linux/speed.c: Likewise.
8670         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
8671         * sysdeps/wordsize-32/divdi3.c: Likewise.
8672         * time/sys/time.h: Likewise.
8673         * wcsmbs/Makefile: Likewise.
8674
8675 2013-01-01  David S. Miller  <davem@davemloft.net>
8676
8677         * po/fr.po: Update from translation team.
8678
8679         * catgets/gencat.c: Update copyright year.
8680         * csu/version.c: Likewise.
8681         * debug/catchsegv.sh: Likewise.
8682         * debug/pcprofiledump.c: Likewise.
8683         * debug/xtrace.sh: Likewise.
8684         * elf/ldconfig.c: Likewise.
8685         * elf/ldd.bash.in: Likewise.
8686         * elf/pldd.c: Likewise.
8687         * elf/sotruss.ksh: Likewise.
8688         * elf/sprof.c: Likewise.
8689         * iconv/iconv_prog.c: Likewise.
8690         * iconv/iconvconfig.c: Likewise.
8691         * locale/programs/locale.c: Likewise.
8692         * locale/programs/localedef.c: Likewise.
8693         * login/programs/pt_chown.c: Likewise.
8694         * malloc/memusage.sh: Likewise.
8695         * malloc/memusagestat.c: Likewise.
8696         * malloc/mtrace.pl: Likewise.
8697         * nscd/nscd.c: Likewise.
8698         * nss/getent.c: Likewise.
8699         * nss/makedb.c: Likewise.
8700         * posix/getconf.c: Likewise.
8701
8702 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
8703
8704         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
8705         numbers.
8706
8707 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
8708
8709         * math/bits/mathcalls.h (modf): Use __nonnull.
8710
8711 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
8712
8713         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
8714         (split): Use macro CN instead of the bare value.
8715         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
8716         could be used.
8717         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
8718         instead of the bare value.
8719         (power1): Likewise.
8720
8721 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
8722
8723         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
8724         __ATAN_TWOM.
8725         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
8726
8727         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
8728         their values.
8729         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
8730         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
8731         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
8732         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
8733
8734 2012-12-28  Andreas Jaeger  <aj@suse.de>
8735
8736         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
8737         values are from Linux 3.7.
8738
8739         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
8740         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
8741
8742 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
8743
8744         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
8745         TRUE case.
8746
8747         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
8748         (norm): Likewise.
8749         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
8750         variables with preprocessor constants.
8751         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
8752         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
8753         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
8754
8755 2012-12-27  Bruno Haible  <bruno@clisp.org>
8756
8757         [BZ #14317]
8758         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
8759         only if needed.
8760
8761 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8762
8763         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
8764         and use variable directly.
8765         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
8766
8767         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
8768         MPONE.
8769         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
8770         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
8771         variable MPONE.
8772         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
8773         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
8774         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
8775         include directive.  Remove local variable MPONE.
8776         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
8777         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
8778         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
8779
8780 2012-12-25  David S. Miller  <davem@davemloft.net>
8781
8782         * version.h (RELEASE): Set to "development".
8783         (VERSION): Set to "2.17.90".
8784         * NEWS: Add 2.18 section.
8785
8786 2012-12-21  David S. Miller  <davem@davemloft.net>
8787
8788         * po/hr.po: Update from translation team.
8789
8790 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8791
8792         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
8793
8794 2012-12-19  Steve Ellcey  <sellcey@mips.com>
8795
8796         * NEWS:  Mention new memcpy for MIPS.
8797
8798 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
8799
8800         * manual/contrib.texi (Contributors): Spelling correction.
8801
8802 2012-12-15  David S. Miller  <davem@davemloft.net>
8803
8804         * po/ru.po: Update from translation team.
8805
8806 2012-12-13  David S. Miller  <davem@davemloft.net>
8807
8808         * NEWS: Mention IFUNC testsuite enhancements.
8809
8810         * po/pl.po: Update from translation team.
8811         * po/bg.po: Likewise.
8812
8813         * manual/contrib.texi (Contributors): Update entries for Hongjiu
8814         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
8815
8816 2012-12-11  David S. Miller  <davem@davemloft.net>
8817
8818         * po/sv.po: Update from translation team.
8819
8820         * po/vi.po: Update from translation team.
8821
8822         * po/cs.po: Update from translation team.
8823
8824         * po/de.po: Update from translation team.
8825         * po/eo.po: Likewise.
8826         * po/nl.po: Likewise.
8827
8828 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8829
8830         [BZ #14246]
8831         * manual/argp.texi (Argp Helper Functions): Move node to follow
8832         Argp Parsing State.
8833
8834         [BZ #14872]
8835         * manual/conf.texi (Limits on File System Capacity): Mention if
8836         terminating null is included in the max size.
8837
8838 2012-12-10  Andreas Jaeger  <aj@suse.de>
8839
8840         * po/cs.po: Update from translation team.
8841
8842 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8843
8844         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
8845         void pointer and cast to uintptr_t.
8846         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
8847         path.
8848         * sysdeps/s390/s390-64/memcpy.S: Likewise.
8849         * sysdeps/s390/s390-64/memset.S: Likewise.
8850
8851 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
8852
8853         [BZ #14833]
8854         * menual/message.texi (Message Translation): Fix typos.
8855         (Helper programs for gettext): Likewise.
8856
8857 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
8858
8859         [BZ #14898]
8860         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
8861         Change to -1.
8862
8863 2012-12-07  David S. Miller  <davem@davemloft.net>
8864
8865         * po/libc.pot: Update.
8866
8867 2012-12-07  Richard Henderson  <rth@redhat.com>
8868
8869         [BZ #10114]
8870         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
8871         normal/normal case to before the switch.
8872         (_FP_DIV): Likewise.
8873
8874 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
8875             Mike Frysinger  <vapier@gentoo.org>
8876
8877         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
8878         check for __NR_fadvise64_64.
8879
8880 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
8881
8882         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
8883         0, not just to plain "0" as a statement.
8884         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
8885         with cw.
8886
8887 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
8888
8889         * NEWS: Use sourceware.org in Bugzilla URL.
8890
8891 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
8892
8893         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
8894         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
8895
8896         * stdio-common/tst-put-error.c (do_test): Add newline to the
8897         padded test to ensure flush.
8898
8899 2012-12-05  Jeff Law  <law@redhat.com>
8900
8901         * sunrpc/etc.rpc (fedfs_admin): Add entry.
8902
8903 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
8904
8905         * README: Don't refer to ports add-on as distributed separately.
8906         Mention AArch64 in list of systems supported in the ports add-on.
8907
8908         * LICENSES: Add more non-FSF copyright and license notices.
8909
8910         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
8911         ((unused)).
8912
8913         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
8914
8915         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
8916         10000 as width of padded output.
8917
8918 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
8919
8920         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
8921
8922         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
8923         variable LX with __attribute__ ((unused)).
8924         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
8925         Likewise.
8926         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
8927         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
8928         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
8929         with __attribute__ ((unused)).
8930
8931 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
8932
8933         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
8934
8935 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
8936
8937         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
8938         (CFLAGS-nldbl-acos.c): New variable.
8939         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
8940         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
8941         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
8942         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
8943         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
8944         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
8945         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
8946         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
8947         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
8948         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
8949         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
8950         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
8951         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
8952         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
8953         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
8954         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
8955         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
8956         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
8957         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
8958         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
8959         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
8960         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
8961         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
8962         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
8963         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
8964         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
8965         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
8966         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
8967         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
8968         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
8969         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
8970         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
8971         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
8972         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
8973         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
8974         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
8975         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
8976         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
8977         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
8978         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
8979         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
8980         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
8981         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
8982         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
8983         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
8984         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
8985         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
8986         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
8987         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
8988         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
8989         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
8990         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
8991         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
8992         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
8993         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
8994         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
8995         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
8996         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
8997         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
8998         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
8999         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
9000         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
9001         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
9002         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
9003         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
9004         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
9005         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
9006         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
9007         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
9008         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
9009         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
9010         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
9011         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
9012         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
9013         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
9014         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
9015         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
9016         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
9017         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
9018         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
9019         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
9020         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
9021         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
9022         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
9023         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
9024         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
9025         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
9026         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
9027         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
9028         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
9029         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
9030         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
9031         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
9032         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
9033         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
9034         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
9035         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
9036
9037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
9038         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
9039
9040         [BZ #14914]
9041         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
9042         whole low double instead of just low 47 bits when splitting values
9043         into two parts.
9044
9045 2012-12-03  Allan McRae  <allan@archlinux.org>
9046
9047         * manual/stdio.texi (Predefined Printf Handlers): Remove
9048         @hsep and @vsep usage.
9049
9050 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
9051
9052         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
9053         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
9054
9055 2012-12-03  Jeff Law  <law@redhat.com>
9056
9057         * time/sys/time.h (settimeofday): Do not mark TV argument
9058         as __nonnull.
9059
9060 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
9061
9062         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
9063         when currently writing and seek to current position when not.
9064         * libio/Makefile (tests): Remove bug-fclose1.
9065         * libio/bug-fclose1.c: Delete.
9066
9067 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
9068
9069         * manual/arith.texi (feenableexcept): Fix typo.
9070         (fedisableexcept): Likewise.
9071
9072 2012-11-30  Roland McGrath  <roland@hack.frob.com>
9073
9074         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
9075         second, differently-typed declaration, rather than a cast.
9076
9077 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9078
9079         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
9080         * include/rpc/svc.h: ... here.
9081
9082 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
9083
9084         [BZ #13013]
9085         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
9086         depending n and resplen2 to catch cases where answer
9087         equals answerp2.
9088
9089 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
9090
9091         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
9092         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
9093
9094 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
9095
9096         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
9097
9098 2012-11-29  Roland McGrath  <roland@hack.frob.com>
9099
9100         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
9101
9102 2012-11-28  Jeff Law  <law@redhat.com>
9103
9104         [BZ #13761]
9105         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
9106         dataset_temporary.  Track alloca usage into alloca_used.
9107         If dataset is large allocate and release it via malloc/free.
9108
9109 2012-06-04  Florian Weimer  <fweimer@redhat.com>
9110
9111         [BZ #14197]
9112         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
9113
9114 2012-11-28  David S. Miller  <davem@davemloft.net>
9115
9116         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9117
9118 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
9119
9120         [BZ #14803]
9121         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
9122         of pi/2 rounded to nearest to 64 bits.
9123         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
9124         nearest to 64 bits.
9125         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
9126         bits.
9127
9128 2012-11-28  Jeff Law <law@redhat.com>
9129             Martin Osvald <mosvald@redhat.com>
9130
9131         [BZ #14889]
9132         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
9133         * sunrpc/svc.c: Include time.h.
9134         (__svc_accept_failed): New function.
9135         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
9136         any reason other than EINTR, call __svc_accept_failed.
9137         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
9138         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
9139
9140 2012-11-28  Andreas Schwab  <schwab@suse.de>
9141
9142         * scripts/abilist.awk: Also handle indirect functions in .opd
9143         section.
9144
9145 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
9146
9147         [BZ #13881]
9148         * sysdeps/x86/fpu/powl_helper.c: New file.
9149         * sysdeps/x86/fpu/Makefile: Likewise.
9150         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
9151         (p3): New object.
9152         (__ieee754_powl): Use __powl_helper for finite arguments except
9153         integer exponents below 8.
9154         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
9155         (p3): New object.
9156         (__ieee754_powl): Use __powl_helper for finite arguments except
9157         integer exponents below 8.
9158         * math/libm-test.inc (pow_test): Add more tests and enable some
9159         previously disabled tests.
9160         * sysdeps/i386/fpu/libm-test-ulps: Update.
9161         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9162
9163 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
9164             Carlos O'Donell  <carlos_odonell@mentor.com>
9165
9166         * nss/makedb.c (is_prime): Assert that input is odd and greater
9167         than 4.  Note that fact in a comment too.
9168         (next_prime): Add 4 to input.
9169
9170 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9171
9172         [BZ #11741]
9173         * libio/Makefile (tests): Add test case tst-fwrite-error.
9174         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
9175         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
9176         * libio/tst-fwrite-error.c: New test case.
9177
9178 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
9179
9180         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
9181         before casting to void *.
9182         * include/libc-internal.h (__pointer_type): New macro.
9183         (__integer_if_pointer_type_sub): Likewise.
9184         (__integer_if_pointer_type): Likewise.
9185         (cast_to_integer): Likewise.
9186         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
9187         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
9188         before casting to atomic64_t.
9189         (atomic_exchange_acq): Likewise.
9190         (__arch_exchange_and_add_body): Likewise.
9191         (__arch_add_body): Likewise.
9192         (atomic_add_negative): Likewise.
9193         (atomic_add_zero): Likewise.
9194
9195 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
9196
9197         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
9198         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
9199         (add_fdes): Likewise.
9200         (linear_search_fdes): Likewise.
9201         (binary_search_unencoded_fdes): Likewise.
9202
9203 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
9204
9205         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
9206
9207 2012-11-24  Adam Conrad  <adconrad@0c3.net>
9208
9209         * configure.in: Autodetect C++ header directories.
9210         * configure: Regenerated.
9211
9212 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
9213
9214         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
9215
9216 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
9217
9218         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9219
9220 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
9221
9222         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
9223         LDBL_MANT_DIG == 106]: Disable some tests.
9224         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
9225         Likewise.
9226         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
9227         Likewise.
9228
9229         [BZ #14871]
9230         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
9231         input for small inputs.  Return +/- pi/2 for large inputs.
9232         * math/libm-test.inc (atan_test): Add more tests.
9233
9234         * sysdeps/generic/unwind-dw2-fde-glibc.c
9235         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
9236         __attribute__ ((unused)).
9237
9238         [BZ #14645]
9239         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
9240         x * y if x and y are nonzero and z is zero.
9241
9242         [BZ #14811]
9243         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
9244         nonzero exponents with absolute value below 0x1p-117 to +/-
9245         0x1p-117.
9246
9247         [BZ #14869]
9248         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
9249         up arguments below 2**-450, not just those below 2**-500.
9250         * math/libm-test.inc (hypot_test): Add another test.
9251
9252         [BZ #14868]
9253         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
9254         Return a+b for ratio over 2**120, not 2**60.
9255         * math/libm-test.inc (hypot_test): Add another test.
9256
9257         * math/libm-test.inc (clog_test): Use
9258         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
9259         (clog10_test): Likewise.
9260
9261         [BZ #6778]
9262         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
9263
9264 2012-11-22  Andreas Schwab  <schwab@suse.de>
9265
9266         * sysdeps/i386/fpu/libm-test-ulps: Update.
9267
9268 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
9269
9270         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
9271         printf output with newline.
9272
9273 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
9274
9275         [BZ #14865]
9276         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
9277         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
9278         -z nodlopen, -z initfirst and -z execstack support.
9279         * configure: Regenerated.
9280
9281         * elf/elf.h (DF_1_NODIRECT): New macro.
9282         (DF_1_IGNMULDEF): Likewise.
9283         (DF_1_NOKSYMS): Likewise.
9284         (DF_1_NOHDR): Likewise.
9285         (DF_1_EDITED): Likewise.
9286         (DF_1_NORELOC): Likewise.
9287         (DF_1_SYMINTPOSE): Likewise.
9288         (DF_1_GLOBAUDIT): Likewise.
9289         (DF_1_SINGLETON): Likewise.
9290         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
9291         DT_1_SUPPORTED_MASK bits.
9292         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
9293
9294 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
9295
9296         * sysdeps/unix/make-syscalls.sh: Document prefixes.
9297
9298 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
9299
9300         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
9301         macro.
9302
9303         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
9304         (sendmmsg): Move declarations...
9305         * socket/sys/socket.h: ... here.
9306         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
9307         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
9308         include it from...
9309         * socket/recvmmsg.c: ... this new file.
9310         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
9311         (sendmmsg): Rename to __sendmmsg, create weak alias and make
9312         definition of __sendmmsg hidden.
9313         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
9314         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
9315         Move ENOSYS stub into and include it from...
9316         * socket/sendmmsg.c: ... this new file.
9317         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
9318         (sysdep_routines): Move recvmmsg and sendmmsg...
9319         * socket/Makefile (routines): ... here.
9320         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
9321         (GLIBC_PRIVATE): Add __sendmmsg.
9322         * include/sys/socket.h (__sendmmsg): Add declarations.
9323         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
9324         sendmmsg.
9325
9326 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
9327
9328         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
9329         variable I1 with __attribute__ ((unused)).
9330         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
9331
9332 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
9333
9334         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
9335         DUMMY variables with __attribute__ ((unused)).
9336
9337         * bits/byteswap.h: Include <bits/types.h>.
9338         (__bswap_64): Use __uint64_t instead of unsigned long long int.
9339
9340 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
9341
9342         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
9343         string_t.  Do not manually set errno.
9344         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
9345         length with __strnlen.  Make sure to both set errno and return it on
9346         failure.
9347
9348 2012-11-19  David S. Miller  <davem@davemloft.net>
9349
9350         With help from Joseph Myers.
9351         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
9352         very large arguments properly.
9353         * math/libm-test.inc (atan_test): New tests.
9354         (atan2_test): New tests.
9355         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9356         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9357
9358 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
9359
9360         [BZ #14856]
9361         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
9362         Define to 3.
9363
9364         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
9365         [POSIX] (EADDRNOTAVAIL): Likewise.
9366         [POSIX] (EAFNOSUPPORT): Likewise.
9367         [POSIX] (EALREADY): Likewise.
9368         [POSIX] (ECONNABORTED): Likewise.
9369         [POSIX] (ECONNREFUSED): Likewise.
9370         [POSIX] (ECONNRESET): Likewise.
9371         [POSIX] (EDESTADDRREQ): Likewise.
9372         [POSIX] (EDQUOT): Likewise.
9373         [POSIX] (EHOSTUNREACH): Likewise.
9374         [POSIX] (EIDRM): Likewise.
9375         [POSIX] (EISCONN): Likewise.
9376         [POSIX] (ELOOP): Likewise.
9377         [POSIX] (EMULTIHOP): Likewise.
9378         [POSIX] (ENETDOWN): Likewise.
9379         [POSIX] (ENETUNREACH): Likewise.
9380         [POSIX] (ENOBUFS): Likewise.
9381         [POSIX] (ENODATA): Likewise.
9382         [POSIX] (ENOLINK): Likewise.
9383         [POSIX] (ENOMSG): Likewise.
9384         [POSIX] (ENOPROTOOPT): Likewise.
9385         [POSIX] (ENOSR): Likewise.
9386         [POSIX] (ENOSTR): Likewise.
9387         [POSIX] (ENOTCONN): Likewise.
9388         [POSIX] (ENOTSOCK): Likewise.
9389         [POSIX] (EOPNOTSUPP): Likewise.
9390         [POSIX] (EOVERFLOW): Likewise.
9391         [POSIX] (EPROTO): Likewise.
9392         [POSIX] (EPROTONOSUPPORT): Likewise.
9393         [POSIX] (EPROTOTYPE): Likewise.
9394         [POSIX] (ESTALE): Likewise.
9395         [POSIX] (ETIME): Likewise.
9396         [POSIX] (ETXTBSY): Likewise.
9397         [POSIX] (EWOULDBLOCK): Likewise.
9398         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
9399         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
9400         [POSIX] (SEEK_CUR): Likewise.
9401         [POSIX] (SEEK_END): Likewise.
9402         [POSIX || UNIX98] (mode_t): Do not require.
9403         [POSIX] (off_t): Likewise.
9404         [POSIX] (pid_t): Likewise.
9405         [POSIX] (sys/stat.h): Do not allow header.
9406         [POSIX] (unistd.h): Likewise.
9407         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
9408         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
9409         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
9410         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
9411         require.
9412         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
9413         sigevent): Specify elements.
9414         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
9415         entry.
9416         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
9417         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
9418
9419         * conform/data/cpio.h-data [POSIX]: Disable whole file.
9420         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
9421         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
9422         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
9423         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
9424         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
9425         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
9426         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
9427         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
9428         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
9429         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
9430         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
9431         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
9432         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
9433         Likewise.
9434         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
9435         Likewise.
9436         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
9437         Likewise.
9438         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
9439         Likewise.
9440         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
9441         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
9442         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
9443         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
9444         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
9445         Specify lower bound on value.
9446         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
9447         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
9448         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
9449         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
9450         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
9451         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
9452         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
9453         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
9454         value.
9455         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
9456         as optional.
9457         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
9458         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
9459         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
9460         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
9461         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
9462         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
9463         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
9464         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
9465         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
9466         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
9467         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
9468         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
9469         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
9470         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
9471         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
9472         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
9473         entry.
9474         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
9475         optional.
9476         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
9477         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
9478         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
9479         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
9480         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
9481         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
9482         Likewise.
9483         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
9484         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
9485         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
9486         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
9487         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
9488         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
9489         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
9490         as optional.
9491         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
9492         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
9493         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
9494         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
9495         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
9496         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
9497         specify as optional.
9498         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
9499         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
9500         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
9501         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
9502         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
9503         [XPG3] (NL_LANGMAX): Likewise.
9504         [POSIX || XPG3] (NL_MSGMAX): Likewise.
9505         [POSIX || XPG3] (NL_NMAX): Likewise.
9506         [POSIX || XPG3] (NL_SETMAX): Likewise.
9507         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
9508         [XPG3] (NZERO): Likewise.
9509         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
9510         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
9511         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
9512         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
9513         (REG_ERANGE): Expect.
9514         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
9515         optional-constant.
9516         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
9517         Use (void) in prototype.
9518         [POSIX] (*_t): Allow.
9519         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
9520         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
9521         (WRDE_BADVAL): Expect.
9522
9523         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
9524         expect.
9525         [XPG3 || XPG4] (O_RSYNC): Likewise.
9526         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
9527         Likewise.
9528         [XPG3 || XPG4] (pthread_sigmask): Likewise.
9529         [XPG3 || XPG4] (sigqueue): Likewise.
9530         [XPG3 || XPG4] (sigtimedwait): Likewise.
9531         [XPG3 || XPG4] (sigwaitinfo): Likewise.
9532         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
9533         [XPG3 || XPG4] (vsnprintf): Likewise.
9534         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
9535         Likewise.
9536         [XPG3 || XPG4] (blksize_t): Likewise.
9537         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
9538         Likewise.
9539         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
9540         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
9541         [XPG3 || XPG4] (struct itimerspec): Likewise.
9542         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
9543         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
9544         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
9545         [XPG3 || XPG4] (clockid_t): Likewise.
9546         [XPG3 || XPG4] (timer_t): Likewise.
9547         [XPG3 || XPG4] (clock_getres): Likewise.
9548         [XPG3 || XPG4] (clock_gettime): Likewise.
9549         [XPG3 || XPG4] (clock_settime): Likewise.
9550         [XPG3 || XPG4] (nanosleep): Likewise.
9551         [XPG3 || XPG4] (timer_create): Likewise.
9552         [XPG3 || XPG4] (timer_delete): Likewise.
9553         [XPG3 || XPG4] (timer_gettime): Likewise.
9554         [XPG3 || XPG4] (timer_getoverrun): Likewise.
9555         [XPG3 || XPG4] (timer_settime): Likewise.
9556         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
9557         [XPG3 || XPG4] (getlogin_r): Likewise.
9558         [XPG3 || XPG4] (pread): Likewise.
9559         [XPG3 || XPG4] (pthread_atfork): Likewise.
9560         [XPG3 || XPG4] (pwrite): Likewise.
9561
9562         [BZ #14835]
9563         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
9564         <bits/siginfo.h>.
9565
9566 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
9567
9568         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
9569         finalizing MALLSTREAM.
9570
9571         * sysdeps/mach/hurd/syncfs.c: New file.
9572
9573 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
9574
9575         [BZ #14719]
9576         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
9577         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
9578         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
9579         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
9580         (_nss_dns_gethostbyname4_r): Likewise.
9581         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
9582         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
9583
9584 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
9585
9586         [BZ #13763]
9587         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
9588
9589 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
9590
9591         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
9592         * elf/cache.c (print_entry): Print ",AArch64" for
9593         FLAG_AARCH64_LIB64
9594
9595         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
9596         * elf/cache.c (print_entry): Print ",hard-float" for
9597         FLAG_ARM_LIBHF.
9598
9599 2012-11-18  David S. Miller  <davem@davemloft.net>
9600
9601         With help from Joseph Myers.
9602         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
9603         cutoff to 2**-13.
9604         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
9605         cutoff to 2**-25.
9606         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
9607         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
9608         small.
9609         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
9610         * math/libm-test.inc (y0_test): New tests.
9611         (y1_test): New tests.
9612         * sysdeps/i386/fpu/libm-test-ulps: Update.
9613         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
9614         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9615
9616 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
9617
9618         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
9619         64-bit targets.
9620         * configure: Regenerated.
9621
9622 2012-11-17  David S. Miller  <davem@davemloft.net>
9623
9624         [BZ #14811]
9625         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
9626         nonzero exponents with absolute value below 0x1p-128 to +/-
9627         0x1p-128.
9628
9629 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
9630
9631         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
9632
9633         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
9634
9635         * posix/getconf-speclist.c: New file.
9636         * posix/posix-envs.def: Likewise.
9637         * posix/confstr.c (START_ENV_GROUP): New macro.
9638         (END_ENV_GROUP): Likewise.
9639         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
9640         (KNOWN_PRESENT_ENV_STRING): Likewise.
9641         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
9642         (UNKNOWN_ENVIRONMENT): Likewise.
9643         (confstr): Include posix-envs.def instead of handling
9644         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
9645         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
9646         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
9647         (END_ENV_GROUP): Likewise.
9648         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
9649         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
9650         (UNKNOWN_ENVIRONMENT): Likewise.
9651         (__sysconf): Include posix-envs.def instead of handling associated
9652         cases directly here.
9653         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
9654         preprocessing getconf-speclist.c rather than running getconf or
9655         generating empty file.
9656
9657 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
9658
9659         * scripts/check-local-headers.sh: Ignore 'mach' headers.
9660
9661 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
9662
9663         [BZ #14672]
9664         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
9665
9666 2012-11-16  David S. Miller  <davem@davemloft.net>
9667
9668         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
9669         smaller than LDBL_EPSILON/2.0L, just return xm1.
9670
9671 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
9672
9673         * elf/tst-array1.c (init): Set constructor priority to 1000.
9674         (fini): Set destructor priority to 1000.
9675         * elf/tst-array2dep.c: Likewise.
9676
9677 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
9678
9679         [BZ #11741]
9680         * libio/fileops.c (_IO_new_file_write): Correctly return error.
9681         (_IO_new_file_xsputn): Also return EOF if none of the input
9682         data was written when overflow failed.
9683         * libio/iopadn.c (_IO_padn): Likewise.
9684         * libio/iowpadn.c (_IO_wpadn): Likewise.
9685         * stdio-common/tst-put-error.c: Add copyright notice.
9686         (do_test): Add case for printing padded string.
9687         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
9688         _IO_padn returned error.
9689         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
9690         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
9691         return EOF.
9692
9693 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
9694
9695         * libio/libioP.h: Add comment note that the references to C++
9696         bits are now obsolete.
9697
9698 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
9699
9700         * math/libm-test.inc (check_complex): Use asprintf.
9701
9702 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
9703
9704         * debug/pcprofiledump.c (print_version): Update copyright year.
9705         * malloc/memusagestat.c (print_version): Likewise.
9706
9707 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
9708
9709         [BZ #14831]
9710         * elf/Makefile (tests): Add tst-audit8.
9711         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
9712         ($(objpfx)tst-audit8.out): New target.
9713         (tst-audit8-ENV): New variable.
9714         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
9715         audit if l_reloc_result is NULL.
9716         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
9717         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
9718         * elf/tst-audit8.c: New file.
9719
9720 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
9721
9722         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
9723         * misc/Makefile (CFLAGS-select.c): Define.
9724         * posix/Makefile (CFLAGS-pause.c): Define.
9725
9726 2012-11-13  David S. Miller  <davem@davemloft.net>
9727
9728         * crypt/Makefile: Move test targets after toplevel Rules
9729         inclusion.  Grab any necessary sysdep routines when linking.
9730         * crypt/md5.c (md5_process_block): Remove define, we will always
9731         name it __md5_process_block.
9732         (md5_finish_ctx): Update md5_process_block call.
9733         (md5_stream): Likewise.
9734         (md5_process_bytes): Likewise.
9735         (md5_process_block): Rename to __md5_process_block and move to ...
9736         * crypt/md5-block.c: ... here.
9737         * crypt/sha256.c (sha256_process_block): Move to ...
9738         * crypt/sha256-block.c: ... here.
9739         * crypt/sha512.c (sha512_process_block): Move to ...
9740         * crypt/sha512-block.c: ... here.
9741         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
9742         path.
9743         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
9744         * sysdeps/sparc/sparc64/multiarch/Makefile
9745         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
9746         crypt subdir.
9747         (localedef-aux): Add md5 crypto assembler when in locale subdir.
9748         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
9749         multiarch changes.
9750         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
9751         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
9752         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
9753         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
9754         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
9755         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
9756         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
9757         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
9758         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
9759         file.
9760         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
9761         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
9762         file.
9763         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
9764
9765 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
9766
9767         * timezone/tzselect.ksh: Update from tzcode git revision
9768         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
9769         * timezone/zdump.c: Likewise.
9770         * timezone/zic.c: Likewise.
9771         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
9772         in TZVERSION setting, not $(PKGVERSION).
9773         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
9774         REPORT_BUGS_TO settings.
9775
9776         [BZ #14838]
9777         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
9778         macro.
9779
9780 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
9781
9782         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
9783         detection to immediately after _FP_ROUND().
9784         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
9785         bits are 0.
9786
9787 2012-11-11  David S. Miller  <davem@davemloft.net>
9788
9789         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
9790         inttypes.h
9791         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
9792         __close rather than their public counterparts.
9793
9794 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
9795
9796         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
9797         file.
9798         [UNIX98] (sem_timedwait): Do not expect.
9799         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
9800         [XPG4 || UNIX98] (sockatmark): Do not expect.
9801         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
9802         (clock_getcpuclockid): Do not expect.
9803         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
9804         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
9805         Do not expect.
9806         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
9807         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
9808         [UNIX98] (vwscanf): Likewise.
9809         [UNIX98] (vswscanf): Likewise.
9810
9811 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
9812
9813         * timezone/version.h: Remove file.
9814         * timezone/README: Do not refer to version.h.
9815         * timezone/Makefile ($(objpfx)zic.o): New dependency on
9816         $(objpfx)version.h.
9817         ($(objpfx)zdump.o): Likewise.
9818         ($(objpfx)version.h): New target.
9819
9820         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
9821         2012i.
9822         * timezone/README: Don't mention modification to tzselect.ksh.
9823         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
9824         work on unmodified tzselect.ksh.  Substitute version numbers in
9825         tzselect.ksh.
9826
9827         * Makefile (format-me): Remove.
9828         (INSTALL): Adjust indentation.  Use commands directly instead of
9829         using $(format-me).
9830
9831         * aclocal.m4 (ACX_PKGVERSION): New macro.
9832         (ACX_BUGURL): Likewise.
9833         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
9834         (PKGVERSION): New AC_DEFINE_UNQUOTED.
9835         (REPORT_BUGS_TO): Likewise.
9836         * configure: Regenerated.
9837         * config.h.in (PKGVERSION): New macro.
9838         (REPORT_BUGS_TO): Likewise.
9839         * config.make.in (PKGVERSION): New variable.
9840         (PKGVERSION_TEXI): Likewise.
9841         (REPORT_BUGS_TO): Likewise.
9842         (REPORT_BUGS_TEXI): Likewise.
9843         * Makefile (format-me): Use -I$(common-objpfx)manual.
9844         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
9845         ($(common-objpfx)manual/%): New target.
9846         (manual/%): Remove target.
9847         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
9848         (print_version): Use PKGVERSION.
9849         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
9850         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
9851         and REPORT_BUGS_TO.
9852         ($(objpfx)xtrace): Likewise.
9853         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
9854         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
9855         (print_version): Use PKGVERSION.
9856         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
9857         (do_version): Use PKGVERSION.
9858         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
9859         REPORT_BUGS_TO.
9860         (common-ldd-rewrite): Likewise.
9861         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
9862         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
9863         (print_version): Use PKGVERSION.
9864         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
9865         * elf/pldd.c (argp_program_bug_address): Remove variable.
9866         (more_help): New function.
9867         (argp): Use more_help.
9868         (print_version): Use PKGVERSION.
9869         * elf/sln.c (main): Use PKGVERSION.
9870         (usage): Use REPORT_BUGS_TO.
9871         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
9872         (top level): Use PKGVERSION.
9873         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
9874         (print_version): Use PKGVERSION.
9875         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
9876         (print_version): Use PKGVERSION.
9877         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
9878         (print_version): Use PKGVERSION.
9879         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
9880         (print_version): Use PKGVERSION.
9881         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
9882         (print_version): Use PKGVERSION.
9883         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
9884         (print_version): Use PKGVERSION.
9885         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
9886         and BUGURL.
9887         ($(objpfx)memusage): Likewise.
9888         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
9889         (do_version): Use PKGVERSION.
9890         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
9891         (print_version): Use PKGVERSION.
9892         * malloc/mtrace.pl ($PACKAGE): Remove variable.
9893         ($PKGVERSION): New variable.
9894         ($REPORT_BUGS_TO): Likewise.
9895         (usage): Use $REPORT_BUGS_TO.
9896         (top level): Use $PKGVERSION.
9897         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
9898         ($(objpfx)pkgvers.texi): New rule.
9899         ($(objpfx)stamp-pkgvers): Likewise.
9900         * manual/install.texi: Include pkgvers.texi.
9901         (--with-pkgversion): Document new configure option.
9902         (--with-bugurl): Likewise.
9903         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
9904         than necessarily for this particular distribution.  Use
9905         REPORT_BUGS_TO for where to report bugs.
9906         * INSTALL: Regenerated.
9907         * manual/libc.texinfo: Include pkgvers.texi.
9908         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
9909         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
9910         (print_version): Use PKGVERSION.
9911         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
9912         (print_version): Use PKGVERSION.
9913         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
9914         (print_version): Use PKGVERSION.
9915         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
9916         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
9917         macro.
9918         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
9919         (print_version): Use PKGVERSION.
9920         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
9921         (print_version): Use PKGVERSION.
9922         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
9923         and PKGVERSION.
9924
9925         * timezone/checktab.awk: Update from tzcode 2012i.
9926         * timezone/ialloc.c: Likewise.
9927         * timezone/private.h: Likewise.
9928         * timezone/scheck.c: Likewise.
9929         * timezone/tzfile.h: Likewise.
9930         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
9931         (TZVERSION): Hardcode tzcode version number.
9932         * timezone/zdump.c: Update from tzcode 2012i.
9933         * timezone/zic.c: Likewise.
9934         * timezone/version.h: New file.
9935         * timezone/README: Describe version.h.  Update upstream location.
9936
9937         [BZ #14824]
9938         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
9939         (mktemp): Enable declaration.
9940         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
9941         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
9942         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
9943         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
9944         Likewise.
9945         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
9946         Likewise.
9947         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
9948         Likewise.
9949         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
9950         Likewise.
9951         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
9952         Likewise.
9953         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
9954         Likewise.
9955
9956         [BZ #14821]
9957         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
9958         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
9959         for copies of such integer values.
9960         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
9961         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
9962
9963 2012-11-09  Andreas Jaeger  <aj@suse.de>
9964
9965         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
9966         definitions and declarations that are provided by
9967         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
9968
9969 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9970
9971         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
9972         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
9973         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
9974         definition.
9975
9976 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
9977
9978         * elf/elf.h: Update comment before AArch64 relocations.
9979
9980 2012-11-07  David S. Miller  <davem@davemloft.net>
9981
9982         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
9983         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
9984         (__start_context): Declare.
9985         (__makecontext_ret): Delete.
9986         (__makecontext): Hook up __start_context instead of
9987         __makecontext_ret.
9988         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
9989         (sysdep_routines): Add __start_context when in stdlib.
9990
9991 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
9992
9993         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
9994         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
9995         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
9996         hardcoded "nm".
9997         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
9998         (READELF): New variable.  Use it instead of hardcoded "readelf".
9999
10000 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
10001
10002         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
10003         * sysdeps/x86/Makefile: Here.
10004         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
10005         * sysdeps/x86/tst-xmmymm.sh: This.
10006
10007 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
10008
10009         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
10010         expectations.
10011         [UNIX98] (pthread_barrier_t): Do not expect.
10012         [UNIX98] (pthread_barrierattr_t): Likewise.
10013         [UNIX98] (pthread_spinlock_t): Likewise.
10014         [UNIX98] (pthread_barrier_destroy): Likewise.
10015         [UNIX98] (pthread_barrier_init): Likewise.
10016         [UNIX98] (pthread_barrier_wait): Likewise.
10017         [UNIX98] (pthread_barrierattr_destroy): Likewise.
10018         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
10019         [UNIX98] (pthread_barrierattr_init): Likewise.
10020         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
10021         [UNIX98] (pthread_getcpuclockid): Likewise.
10022         [UNIX98] (pthread_mutex_timedlock): Likewise.
10023         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
10024         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
10025         [UNIX98] (pthread_sigmask): Likewise.
10026         [UNIX98] (pthread_spin_destroy): Likewise.
10027         [UNIX98] (pthread_spin_init): Likewise.
10028         [UNIX98] (pthread_spin_lock): Likewise.
10029         [UNIX98] (pthread_spin_trylock): Likewise.
10030         [UNIX98] (pthread_spin_unlock): Likewise.
10031         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
10032         Do not expect.
10033         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
10034         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
10035         [XPG3 || XPG4] (pthread_cond_t): Likewise.
10036         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
10037         [XPG3 || XPG4] (pthread_key_t): Likewise.
10038         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
10039         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
10040         [XPG3 || XPG4] (pthread_once_t): Likewise.
10041         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
10042         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
10043         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
10044         [XPG3 || XPG4] (pthread_t): Likewise.
10045
10046         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
10047         not expect.
10048         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
10049
10050         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
10051         Change function return type to int.
10052
10053         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
10054         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
10055         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
10056         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
10057         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
10058         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
10059         [!POSIX] (posix_madvise): Likewise.
10060         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
10061         && !UNIX98].
10062         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
10063         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
10064         (mode_t): Likewise.
10065         (posix_mem_offset): Likewise.
10066         (posix_typed_mem_get_info): Likewise.
10067         (posix_typed_mem_open): Likewise.
10068
10069         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
10070         Change condition to [XOPEN2K8].
10071
10072         * conform/conformtest.pl: Preprocess allow-header data with -x c
10073         instead of from stdin.
10074         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
10075         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
10076         [C99-based standards] (cerfc): Likewise.
10077         [C99-based standards] (cexp2): Likewise.
10078         [C99-based standards] (cexpm1): Likewise.
10079         [C99-based standards] (clog10): Likewise.
10080         [C99-based standards] (clog1p): Likewise.
10081         [C99-based standards] (clog2): Likewise.
10082         [C99-based standards] (clgamma): Likewise.
10083         [C99-based standards] (ctgamma): Likewise.
10084         [C99-based standards] (cerff): Likewise.
10085         [C99-based standards] (cerfcf): Likewise.
10086         [C99-based standards] (cexp2f): Likewise.
10087         [C99-based standards] (cexpm1f): Likewise.
10088         [C99-based standards] (clog10f): Likewise.
10089         [C99-based standards] (clog1pf): Likewise.
10090         [C99-based standards] (clog2f): Likewise.
10091         [C99-based standards] (clgammaf): Likewise.
10092         [C99-based standards] (ctgammaf): Likewise.
10093         [C99-based standards] (cerfl): Likewise.
10094         [C99-based standards] (cerfcl): Likewise.
10095         [C99-based standards] (cexp2l): Likewise.
10096         [C99-based standards] (cexpm1l): Likewise.
10097         [C99-based standards] (clog10l): Likewise.
10098         [C99-based standards] (clog1pl): Likewise.
10099         [C99-based standards] (clog2l): Likewise.
10100         [C99-based standards] (clgammal): Likewise.
10101         [C99-based standards] (ctgammal): Likewise.
10102         * conform/data/inttypes.h-data [C99-based standards]: Include
10103         stdint.h-data.  Remove all expectations for stdint.h contents.
10104         [C99-based standards] (PRI*): Do not allow.
10105         [C99-based standards] (SCN*): Likewise.
10106         [C99-based standards] (*_t): Likewise.
10107         [C99-based-standards] (PRId8): Expect macro.
10108         [C99-based-standards] (PRIi8): Likewise.
10109         [C99-based-standards] (PRIo8): Likewise.
10110         [C99-based-standards] (PRIu8): Likewise.
10111         [C99-based-standards] (PRIx8): Likewise.
10112         [C99-based-standards] (PRIX8): Likewise.
10113         [C99-based-standards] (SCNd8): Likewise.
10114         [C99-based-standards] (SCNi8): Likewise.
10115         [C99-based-standards] (SCNo8): Likewise.
10116         [C99-based-standards] (SCNu8): Likewise.
10117         [C99-based-standards] (SCNx8): Likewise.
10118         [C99-based-standards] (PRIdLEAST8): Likewise.
10119         [C99-based-standards] (PRIiLEAST8): Likewise.
10120         [C99-based-standards] (PRIoLEAST8): Likewise.
10121         [C99-based-standards] (PRIuLEAST8): Likewise.
10122         [C99-based-standards] (PRIxLEAST8): Likewise.
10123         [C99-based-standards] (PRIXLEAST8): Likewise.
10124         [C99-based-standards] (SCNdLEAST8): Likewise.
10125         [C99-based-standards] (SCNiLEAST8): Likewise.
10126         [C99-based-standards] (SCNoLEAST8): Likewise.
10127         [C99-based-standards] (SCNuLEAST8): Likewise.
10128         [C99-based-standards] (SCNxLEAST8): Likewise.
10129         [C99-based-standards] (PRIdFAST8): Likewise.
10130         [C99-based-standards] (PRIiFAST8): Likewise.
10131         [C99-based-standards] (PRIoFAST8): Likewise.
10132         [C99-based-standards] (PRIuFAST8): Likewise.
10133         [C99-based-standards] (PRIxFAST8): Likewise.
10134         [C99-based-standards] (PRIXFAST8): Likewise.
10135         [C99-based-standards] (SCNdFAST8): Likewise.
10136         [C99-based-standards] (SCNiFAST8): Likewise.
10137         [C99-based-standards] (SCNoFAST8): Likewise.
10138         [C99-based-standards] (SCNuFAST8): Likewise.
10139         [C99-based-standards] (SCNxFAST8): Likewise.
10140         [C99-based-standards] (PRId16): Likewise.
10141         [C99-based-standards] (PRIi16): Likewise.
10142         [C99-based-standards] (PRIo16): Likewise.
10143         [C99-based-standards] (PRIu16): Likewise.
10144         [C99-based-standards] (PRIx16): Likewise.
10145         [C99-based-standards] (PRIX16): Likewise.
10146         [C99-based-standards] (SCNd16): Likewise.
10147         [C99-based-standards] (SCNi16): Likewise.
10148         [C99-based-standards] (SCNo16): Likewise.
10149         [C99-based-standards] (SCNu16): Likewise.
10150         [C99-based-standards] (SCNx16): Likewise.
10151         [C99-based-standards] (PRIdLEAST16): Likewise.
10152         [C99-based-standards] (PRIiLEAST16): Likewise.
10153         [C99-based-standards] (PRIoLEAST16): Likewise.
10154         [C99-based-standards] (PRIuLEAST16): Likewise.
10155         [C99-based-standards] (PRIxLEAST16): Likewise.
10156         [C99-based-standards] (PRIXLEAST16): Likewise.
10157         [C99-based-standards] (SCNdLEAST16): Likewise.
10158         [C99-based-standards] (SCNiLEAST16): Likewise.
10159         [C99-based-standards] (SCNoLEAST16): Likewise.
10160         [C99-based-standards] (SCNuLEAST16): Likewise.
10161         [C99-based-standards] (SCNxLEAST16): Likewise.
10162         [C99-based-standards] (PRIdFAST16): Likewise.
10163         [C99-based-standards] (PRIiFAST16): Likewise.
10164         [C99-based-standards] (PRIoFAST16): Likewise.
10165         [C99-based-standards] (PRIuFAST16): Likewise.
10166         [C99-based-standards] (PRIxFAST16): Likewise.
10167         [C99-based-standards] (PRIXFAST16): Likewise.
10168         [C99-based-standards] (SCNdFAST16): Likewise.
10169         [C99-based-standards] (SCNiFAST16): Likewise.
10170         [C99-based-standards] (SCNoFAST16): Likewise.
10171         [C99-based-standards] (SCNuFAST16): Likewise.
10172         [C99-based-standards] (SCNxFAST16): Likewise.
10173         [C99-based-standards] (PRId32): Likewise.
10174         [C99-based-standards] (PRIi32): Likewise.
10175         [C99-based-standards] (PRIo32): Likewise.
10176         [C99-based-standards] (PRIu32): Likewise.
10177         [C99-based-standards] (PRIx32): Likewise.
10178         [C99-based-standards] (PRIX32): Likewise.
10179         [C99-based-standards] (SCNd32): Likewise.
10180         [C99-based-standards] (SCNi32): Likewise.
10181         [C99-based-standards] (SCNo32): Likewise.
10182         [C99-based-standards] (SCNu32): Likewise.
10183         [C99-based-standards] (SCNx32): Likewise.
10184         [C99-based-standards] (PRIdLEAST32): Likewise.
10185         [C99-based-standards] (PRIiLEAST32): Likewise.
10186         [C99-based-standards] (PRIoLEAST32): Likewise.
10187         [C99-based-standards] (PRIuLEAST32): Likewise.
10188         [C99-based-standards] (PRIxLEAST32): Likewise.
10189         [C99-based-standards] (PRIXLEAST32): Likewise.
10190         [C99-based-standards] (SCNdLEAST32): Likewise.
10191         [C99-based-standards] (SCNiLEAST32): Likewise.
10192         [C99-based-standards] (SCNoLEAST32): Likewise.
10193         [C99-based-standards] (SCNuLEAST32): Likewise.
10194         [C99-based-standards] (SCNxLEAST32): Likewise.
10195         [C99-based-standards] (PRIdFAST32): Likewise.
10196         [C99-based-standards] (PRIiFAST32): Likewise.
10197         [C99-based-standards] (PRIoFAST32): Likewise.
10198         [C99-based-standards] (PRIuFAST32): Likewise.
10199         [C99-based-standards] (PRIxFAST32): Likewise.
10200         [C99-based-standards] (PRIXFAST32): Likewise.
10201         [C99-based-standards] (SCNdFAST32): Likewise.
10202         [C99-based-standards] (SCNiFAST32): Likewise.
10203         [C99-based-standards] (SCNoFAST32): Likewise.
10204         [C99-based-standards] (SCNuFAST32): Likewise.
10205         [C99-based-standards] (SCNxFAST32): Likewise.
10206         [C99-based-standards] (PRId64): Likewise.
10207         [C99-based-standards] (PRIi64): Likewise.
10208         [C99-based-standards] (PRIo64): Likewise.
10209         [C99-based-standards] (PRIu64): Likewise.
10210         [C99-based-standards] (PRIx64): Likewise.
10211         [C99-based-standards] (PRIX64): Likewise.
10212         [C99-based-standards] (SCNd64): Likewise.
10213         [C99-based-standards] (SCNi64): Likewise.
10214         [C99-based-standards] (SCNo64): Likewise.
10215         [C99-based-standards] (SCNu64): Likewise.
10216         [C99-based-standards] (SCNx64): Likewise.
10217         [C99-based-standards] (PRIdLEAST64): Likewise.
10218         [C99-based-standards] (PRIiLEAST64): Likewise.
10219         [C99-based-standards] (PRIoLEAST64): Likewise.
10220         [C99-based-standards] (PRIuLEAST64): Likewise.
10221         [C99-based-standards] (PRIxLEAST64): Likewise.
10222         [C99-based-standards] (PRIXLEAST64): Likewise.
10223         [C99-based-standards] (SCNdLEAST64): Likewise.
10224         [C99-based-standards] (SCNiLEAST64): Likewise.
10225         [C99-based-standards] (SCNoLEAST64): Likewise.
10226         [C99-based-standards] (SCNuLEAST64): Likewise.
10227         [C99-based-standards] (SCNxLEAST64): Likewise.
10228         [C99-based-standards] (PRIdFAST64): Likewise.
10229         [C99-based-standards] (PRIiFAST64): Likewise.
10230         [C99-based-standards] (PRIoFAST64): Likewise.
10231         [C99-based-standards] (PRIuFAST64): Likewise.
10232         [C99-based-standards] (PRIxFAST64): Likewise.
10233         [C99-based-standards] (PRIXFAST64): Likewise.
10234         [C99-based-standards] (SCNdFAST64): Likewise.
10235         [C99-based-standards] (SCNiFAST64): Likewise.
10236         [C99-based-standards] (SCNoFAST64): Likewise.
10237         [C99-based-standards] (SCNuFAST64): Likewise.
10238         [C99-based-standards] (SCNxFAST64): Likewise.
10239         [C99-based-standards] (PRIdMAX): Likewise.
10240         [C99-based-standards] (PRIiMAX): Likewise.
10241         [C99-based-standards] (PRIoMAX): Likewise.
10242         [C99-based-standards] (PRIuMAX): Likewise.
10243         [C99-based-standards] (PRIxMAX): Likewise.
10244         [C99-based-standards] (PRIXMAX): Likewise.
10245         [C99-based-standards] (SCNdMAX): Likewise.
10246         [C99-based-standards] (SCNiMAX): Likewise.
10247         [C99-based-standards] (SCNoMAX): Likewise.
10248         [C99-based-standards] (SCNuMAX): Likewise.
10249         [C99-based-standards] (SCNxMAX): Likewise.
10250         [C99-based-standards] (PRIdPTR): Likewise.
10251         [C99-based-standards] (PRIiPTR): Likewise.
10252         [C99-based-standards] (PRIoPTR): Likewise.
10253         [C99-based-standards] (PRIuPTR): Likewise.
10254         [C99-based-standards] (PRIxPTR): Likewise.
10255         [C99-based-standards] (PRIXPTR): Likewise.
10256         [C99-based-standards] (SCNdPTR): Likewise.
10257         [C99-based-standards] (SCNiPTR): Likewise.
10258         [C99-based-standards] (SCNoPTR): Likewise.
10259         [C99-based-standards] (SCNuPTR): Likewise.
10260         [C99-based-standards] (SCNxPTR): Likewise.
10261         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
10262         allow.
10263         * conform/data/stdint.h-data: Update comments to clarify
10264         requirements.
10265         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
10266         type.
10267         [C99-based standards] (INT8_MAX): Likewise.
10268         [C99-based standards] (INT16_MIN): Likewise.
10269         [C99-based standards] (INT16_MAX): Likewise.
10270         [C99-based standards] (INT32_MIN): Likewise.
10271         [C99-based standards] (INT32_MAX): Likewise.
10272         [C99-based standards] (INT64_MIN): Likewise.
10273         [C99-based standards] (INT64_MAX): Likewise.
10274         [C99-based standards] (UINT8_MAX): Likewise.
10275         [C99-based standards] (UINT16_MAX): Likewise.
10276         [C99-based standards] (UINT32_MAX): Likewise.
10277         [C99-based standards] (UINT64_MAX): Likewise.
10278         [C99-based standards] (INT_LEAST8_MIN): Likewise.
10279         [C99-based standards] (INT_LEAST8_MAX): Likewise.
10280         [C99-based standards] (INT_LEAST16_MIN): Likewise.
10281         [C99-based standards] (INT_LEAST16_MAX): Likewise.
10282         [C99-based standards] (INT_LEAST32_MIN): Likewise.
10283         [C99-based standards] (INT_LEAST32_MAX): Likewise.
10284         [C99-based standards] (INT_LEAST64_MIN): Likewise.
10285         [C99-based standards] (INT_LEAST64_MAX): Likewise.
10286         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
10287         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
10288         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
10289         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
10290         [C99-based standards] (INT_FAST8_MIN): Likewise.
10291         [C99-based standards] (INT_FAST8_MAX): Likewise.
10292         [C99-based standards] (INT_FAST16_MIN): Likewise.
10293         [C99-based standards] (INT_FAST16_MAX): Likewise.
10294         [C99-based standards] (INT_FAST32_MIN): Likewise.
10295         [C99-based standards] (INT_FAST32_MAX): Likewise.
10296         [C99-based standards] (INT_FAST64_MIN): Likewise.
10297         [C99-based standards] (INT_FAST64_MAX): Likewise.
10298         [C99-based standards] (UINT_FAST8_MAX): Likewise.
10299         [C99-based standards] (UINT_FAST16_MAX): Likewise.
10300         [C99-based standards] (UINT_FAST32_MAX): Likewise.
10301         [C99-based standards] (UINT_FAST64_MAX): Likewise.
10302         [C99-based standards] (INTPTR_MIN): Likewise.
10303         [C99-based standards] (INTPTR_MAX): Likewise.
10304         [C99-based standards] (UINTPTR_MAX): Likewise.
10305         [C99-based standards] (INTMAX_MIN): Likewise.
10306         [C99-based standards] (INTMAX_MAX): Likewise.
10307         [C99-based standards] (UINTMAX_MAX): Likewise.
10308         [C99-based standards] (PTRDIFF_MIN): Likewise.
10309         [C99-based standards] (PTRDIFF_MAX): Likewise.
10310         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
10311         [C99-based standards] (SIZE_MAX): Likewise.
10312         [C99-based standards] (WCHAR_MAX): Likewise.
10313         [C99-based standards] (WINT_MAX): Likewise.
10314         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
10315         constraint on value.
10316         [C99-based standards] (WCHAR_MIN): Likewise.
10317         [C99-based standards] (WINT_MIN): Likewise.
10318         [C99-based standards] (*_t): Allow.
10319         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
10320         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
10321         Include math.h-data and complex.h-data.  Remove all expectations
10322         of math.h and complex.h contents.
10323         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
10324         at end of line.
10325         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
10326         (struct tm): Expect tag.
10327         [C99-based-standards] (wcstof): Expect function.
10328         [C99-based-standards] (wcstold): Likewise.
10329         [C99-based-standards] (wcstoll): Likewise.
10330         [C99-based-standards] (wcstoull): Likewise.
10331         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
10332         macro-int-constant.  Specify type.
10333         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
10334         constraint on value.
10335         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
10336         Specify type.
10337         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
10338         Specify value.
10339         [ISO C standards]: Do not allow headers.
10340         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
10341         wcs[abcdefghijklmnopqrstuvwxyz]*.
10342         [ISO C standards] (*_t): Do not allow.
10343         * conform/data/wctype.h-data [C99-based standards] (iswblank):
10344         Expect function.
10345         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
10346         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
10347         Specify type.
10348         [ISO C standards]: Do not allow headers.
10349         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
10350         is[abcdefghijklmnopqrstuvwxyz]*.
10351         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
10352         to[abcdefghijklmnopqrstuvwxyz]*.
10353         [ISO C standards] (*_t): Do not allow.
10354         * conform/data/stdalign.h-data: New file.
10355         * conform/data/stdbool.h-data: Likewise.
10356         * conform/data/stdnoreturn.h-data: Likewise.
10357
10358 2012-11-07  Roland McGrath  <roland@hack.frob.com>
10359
10360         [BZ #14815]
10361         * manual/filesys.texi (Directory Entries): Typo fix.
10362         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
10363
10364 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
10365
10366         * elf/elf.h (EM_AARCH64): New macro.
10367         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
10368         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
10369         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
10370         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
10371         (R_AARCH64_TLSDESC): Likewise.
10372         (NT_ARM_TLS): Likewise.
10373         (NT_ARM_HW_BREAK): Likewise.
10374         (NT_ARM_HW_WATCH): Likewise.
10375
10376 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
10377
10378         [BZ #14811]
10379         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
10380         (__ieee754_powl): Saturate nonzero exponents with absolute value
10381         below 0x1p-79 to +/- 0x1p-79.
10382         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
10383         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
10384         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
10385         nonzero exponents with absolute value below 0x1p-32 to +/-
10386         0x1p-32.
10387         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
10388         (__ieee754_powl): Saturate nonzero exponents with absolute value
10389         below 0x1p-79 to +/- 0x1p-79.
10390         * math/libm-test.inc (pow_test): Add more tests.
10391
10392 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
10393
10394         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
10395         _dl_s390_cap_flags with kernel. Increase string length.
10396         (_dl_s390_platforms): Add z196 and zEC12.
10397
10398 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
10399
10400         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
10401         Change XOPEN21K to XOPEN2K.
10402
10403 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
10404
10405         * string/memmove.c: Use memcpy when possible.
10406
10407 2012-11-06  Andreas Jaeger  <aj@suse.de>
10408
10409         * po/eo.po: Update from translation team.
10410
10411 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
10412
10413         [BZ #14793]
10414         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
10415         exponent and small x and y exponents, scale x or y up.  Increase
10416         by 2 the exponent used in scaling up.
10417         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
10418         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
10419         * math/libm-test.inc (fma_test): Add more tests.
10420         (fma_test_towardzero): Likewise.
10421         (fma_test_downward): Likewise.
10422         (fma_test_upward): Likewise.
10423
10424 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
10425
10426         [BZ #14805]
10427         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
10428         fenv_t *.
10429
10430         [BZ #14801]
10431         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
10432         namespace for names of struct fields.
10433         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
10434         fenv_t fields.
10435         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
10436         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
10437
10438 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10439
10440         [BZ #3665]
10441         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
10442
10443 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
10444
10445         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
10446         PTR_DEMANGLE.
10447
10448         [BZ #5246]
10449         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
10450         PTR_DEMANGLE.
10451
10452 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
10453
10454         [BZ #14797]
10455         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
10456         definitely overflow as x * y not x * y + z.
10457         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
10458         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
10459         * math/libm-test.inc (fma_test): Add more tests.
10460         (fma_test_towardzero): Likewise.
10461         (fma_test_downward): Likewise.
10462         (fma_test_upward): Likewise.
10463
10464 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
10465
10466         [BZ #157]
10467
10468         * include/stub-tag.h: Remove file.
10469         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
10470         '#include' of it.
10471         * manual/maint.texi (Porting): Don't reference it.
10472         * Makerules ($(objpfx)stubs): Likewise.
10473         * dirent/closedir.c: Don't include <stub-tag.h>.
10474         * dirent/dirfd.c: Likewise.
10475         * dirent/fdopendir.c: Likewise.
10476         * dirent/getdents.c: Likewise.
10477         * dirent/getdents64.c: Likewise.
10478         * dirent/opendir.c: Likewise.
10479         * dirent/readdir.c: Likewise.
10480         * dirent/readdir64.c: Likewise.
10481         * dirent/readdir64_r.c: Likewise.
10482         * dirent/readdir_r.c: Likewise.
10483         * dirent/rewinddir.c: Likewise.
10484         * dirent/seekdir.c: Likewise.
10485         * dirent/telldir.c: Likewise.
10486         * gmon/profil.c: Likewise.
10487         * grp/setgroups.c: Likewise.
10488         * inet/if_index.c: Likewise.
10489         * io/access.c: Likewise.
10490         * io/chdir.c: Likewise.
10491         * io/chmod.c: Likewise.
10492         * io/chown.c: Likewise.
10493         * io/close.c: Likewise.
10494         * io/dup.c: Likewise.
10495         * io/dup2.c: Likewise.
10496         * io/dup3.c: Likewise.
10497         * io/euidaccess.c: Likewise.
10498         * io/faccessat.c: Likewise.
10499         * io/fchdir.c: Likewise.
10500         * io/fchmod.c: Likewise.
10501         * io/fchmodat.c: Likewise.
10502         * io/fchown.c: Likewise.
10503         * io/fchownat.c: Likewise.
10504         * io/fcntl.c: Likewise.
10505         * io/flock.c: Likewise.
10506         * io/fstatfs.c: Likewise.
10507         * io/fstatfs64.c: Likewise.
10508         * io/fstatvfs.c: Likewise.
10509         * io/fstatvfs64.c: Likewise.
10510         * io/futimens.c: Likewise.
10511         * io/fxstat.c: Likewise.
10512         * io/fxstat64.c: Likewise.
10513         * io/fxstatat.c: Likewise.
10514         * io/fxstatat64.c: Likewise.
10515         * io/getcwd.c: Likewise.
10516         * io/isatty.c: Likewise.
10517         * io/lchmod.c: Likewise.
10518         * io/lchown.c: Likewise.
10519         * io/link.c: Likewise.
10520         * io/linkat.c: Likewise.
10521         * io/lseek.c: Likewise.
10522         * io/lseek64.c: Likewise.
10523         * io/lxstat64.c: Likewise.
10524         * io/mkdir.c: Likewise.
10525         * io/mkdirat.c: Likewise.
10526         * io/mkfifo.c: Likewise.
10527         * io/mkfifoat.c: Likewise.
10528         * io/open.c: Likewise.
10529         * io/open64.c: Likewise.
10530         * io/openat.c: Likewise.
10531         * io/openat64.c: Likewise.
10532         * io/pipe.c: Likewise.
10533         * io/pipe2.c: Likewise.
10534         * io/poll.c: Likewise.
10535         * io/posix_fadvise.c: Likewise.
10536         * io/posix_fadvise64.c: Likewise.
10537         * io/posix_fallocate.c: Likewise.
10538         * io/posix_fallocate64.c: Likewise.
10539         * io/read.c: Likewise.
10540         * io/readlink.c: Likewise.
10541         * io/readlinkat.c: Likewise.
10542         * io/rmdir.c: Likewise.
10543         * io/sendfile.c: Likewise.
10544         * io/sendfile64.c: Likewise.
10545         * io/statfs.c: Likewise.
10546         * io/statfs64.c: Likewise.
10547         * io/statvfs.c: Likewise.
10548         * io/statvfs64.c: Likewise.
10549         * io/symlink.c: Likewise.
10550         * io/symlinkat.c: Likewise.
10551         * io/ttyname.c: Likewise.
10552         * io/ttyname_r.c: Likewise.
10553         * io/umask.c: Likewise.
10554         * io/unlink.c: Likewise.
10555         * io/unlinkat.c: Likewise.
10556         * io/utime.c: Likewise.
10557         * io/utimensat.c: Likewise.
10558         * io/write.c: Likewise.
10559         * io/xmknod.c: Likewise.
10560         * io/xmknodat.c: Likewise.
10561         * io/xstat.c: Likewise.
10562         * io/xstat64.c: Likewise.
10563         * login/getpt.c: Likewise.
10564         * login/grantpt.c: Likewise.
10565         * login/unlockpt.c: Likewise.
10566         * math/e_acoshl.c: Likewise.
10567         * math/e_acosl.c: Likewise.
10568         * math/e_asinl.c: Likewise.
10569         * math/e_atan2l.c: Likewise.
10570         * math/e_atanhl.c: Likewise.
10571         * math/e_coshl.c: Likewise.
10572         * math/e_expl.c: Likewise.
10573         * math/e_fmodl.c: Likewise.
10574         * math/e_gammal_r.c: Likewise.
10575         * math/e_hypotl.c: Likewise.
10576         * math/e_j0l.c: Likewise.
10577         * math/e_j1l.c: Likewise.
10578         * math/e_jnl.c: Likewise.
10579         * math/e_lgammal_r.c: Likewise.
10580         * math/e_log10l.c: Likewise.
10581         * math/e_log2l.c: Likewise.
10582         * math/e_logl.c: Likewise.
10583         * math/e_powl.c: Likewise.
10584         * math/e_rem_pio2l.c: Likewise.
10585         * math/e_sinhl.c: Likewise.
10586         * math/e_sqrtl.c: Likewise.
10587         * math/fclrexcpt.c: Likewise.
10588         * math/fedisblxcpt.c: Likewise.
10589         * math/feenablxcpt.c: Likewise.
10590         * math/fegetenv.c: Likewise.
10591         * math/fegetexcept.c: Likewise.
10592         * math/fegetround.c: Likewise.
10593         * math/feholdexcpt.c: Likewise.
10594         * math/fesetenv.c: Likewise.
10595         * math/fesetround.c: Likewise.
10596         * math/feupdateenv.c: Likewise.
10597         * math/fgetexcptflg.c: Likewise.
10598         * math/fraiseexcpt.c: Likewise.
10599         * math/fsetexcptflg.c: Likewise.
10600         * math/ftestexcept.c: Likewise.
10601         * math/k_cosl.c: Likewise.
10602         * math/k_rem_pio2l.c: Likewise.
10603         * math/k_sinl.c: Likewise.
10604         * math/k_tanl.c: Likewise.
10605         * math/s_asinhl.c: Likewise.
10606         * math/s_atanl.c: Likewise.
10607         * math/s_cbrtl.c: Likewise.
10608         * math/s_erfl.c: Likewise.
10609         * math/s_expm1l.c: Likewise.
10610         * math/s_log1pl.c: Likewise.
10611         * math/s_tanhl.c: Likewise.
10612         * misc/acct.c: Likewise.
10613         * misc/brk.c: Likewise.
10614         * misc/chflags.c: Likewise.
10615         * misc/chroot.c: Likewise.
10616         * misc/fchflags.c: Likewise.
10617         * misc/fgetxattr.c: Likewise.
10618         * misc/flistxattr.c: Likewise.
10619         * misc/fremovexattr.c: Likewise.
10620         * misc/fsetxattr.c: Likewise.
10621         * misc/fsync.c: Likewise.
10622         * misc/ftruncate.c: Likewise.
10623         * misc/futimes.c: Likewise.
10624         * misc/futimesat.c: Likewise.
10625         * misc/getdomain.c: Likewise.
10626         * misc/getdtsz.c: Likewise.
10627         * misc/gethostid.c: Likewise.
10628         * misc/gethostname.c: Likewise.
10629         * misc/getloadavg.c: Likewise.
10630         * misc/getpagesize.c: Likewise.
10631         * misc/getsysstats.c: Likewise.
10632         * misc/getxattr.c: Likewise.
10633         * misc/gtty.c: Likewise.
10634         * misc/ioctl.c: Likewise.
10635         * misc/lgetxattr.c: Likewise.
10636         * misc/listxattr.c: Likewise.
10637         * misc/llistxattr.c: Likewise.
10638         * misc/lremovexattr.c: Likewise.
10639         * misc/lsetxattr.c: Likewise.
10640         * misc/lutimes.c: Likewise.
10641         * misc/madvise.c: Likewise.
10642         * misc/mincore.c: Likewise.
10643         * misc/mlock.c: Likewise.
10644         * misc/mlockall.c: Likewise.
10645         * misc/mmap.c: Likewise.
10646         * misc/mprotect.c: Likewise.
10647         * misc/msync.c: Likewise.
10648         * misc/munlock.c: Likewise.
10649         * misc/munlockall.c: Likewise.
10650         * misc/munmap.c: Likewise.
10651         * misc/preadv.c: Likewise.
10652         * misc/preadv64.c: Likewise.
10653         * misc/ptrace.c: Likewise.
10654         * misc/pwritev.c: Likewise.
10655         * misc/pwritev64.c: Likewise.
10656         * misc/readv.c: Likewise.
10657         * misc/reboot.c: Likewise.
10658         * misc/remap_file_pages.c: Likewise.
10659         * misc/removexattr.c: Likewise.
10660         * misc/revoke.c: Likewise.
10661         * misc/select.c: Likewise.
10662         * misc/setdomain.c: Likewise.
10663         * misc/setegid.c: Likewise.
10664         * misc/seteuid.c: Likewise.
10665         * misc/sethostid.c: Likewise.
10666         * misc/sethostname.c: Likewise.
10667         * misc/setregid.c: Likewise.
10668         * misc/setreuid.c: Likewise.
10669         * misc/setxattr.c: Likewise.
10670         * misc/sstk.c: Likewise.
10671         * misc/stty.c: Likewise.
10672         * misc/swapoff.c: Likewise.
10673         * misc/swapon.c: Likewise.
10674         * misc/sync.c: Likewise.
10675         * misc/syncfs.c: Likewise.
10676         * misc/syscall.c: Likewise.
10677         * misc/truncate.c: Likewise.
10678         * misc/ualarm.c: Likewise.
10679         * misc/usleep.c: Likewise.
10680         * misc/ustat.c: Likewise.
10681         * misc/utimes.c: Likewise.
10682         * misc/vhangup.c: Likewise.
10683         * misc/writev.c: Likewise.
10684         * posix/_exit.c: Likewise.
10685         * posix/alarm.c: Likewise.
10686         * posix/execve.c: Likewise.
10687         * posix/fexecve.c: Likewise.
10688         * posix/fork.c: Likewise.
10689         * posix/fpathconf.c: Likewise.
10690         * posix/getaddrinfo.c: Likewise.
10691         * posix/getegid.c: Likewise.
10692         * posix/geteuid.c: Likewise.
10693         * posix/getgid.c: Likewise.
10694         * posix/getgroups.c: Likewise.
10695         * posix/getlogin.c: Likewise.
10696         * posix/getlogin_r.c: Likewise.
10697         * posix/getpgid.c: Likewise.
10698         * posix/getpid.c: Likewise.
10699         * posix/getppid.c: Likewise.
10700         * posix/getresgid.c: Likewise.
10701         * posix/getresuid.c: Likewise.
10702         * posix/getsid.c: Likewise.
10703         * posix/getuid.c: Likewise.
10704         * posix/glob64.c: Likewise.
10705         * posix/nanosleep.c: Likewise.
10706         * posix/pathconf.c: Likewise.
10707         * posix/pause.c: Likewise.
10708         * posix/posix_madvise.c: Likewise.
10709         * posix/pread.c: Likewise.
10710         * posix/pread64.c: Likewise.
10711         * posix/pwrite.c: Likewise.
10712         * posix/pwrite64.c: Likewise.
10713         * posix/sched_getaffinity.c: Likewise.
10714         * posix/sched_getp.c: Likewise.
10715         * posix/sched_gets.c: Likewise.
10716         * posix/sched_primax.c: Likewise.
10717         * posix/sched_primin.c: Likewise.
10718         * posix/sched_rr_gi.c: Likewise.
10719         * posix/sched_setaffinity.c: Likewise.
10720         * posix/sched_setp.c: Likewise.
10721         * posix/sched_sets.c: Likewise.
10722         * posix/sched_yield.c: Likewise.
10723         * posix/setgid.c: Likewise.
10724         * posix/setlogin.c: Likewise.
10725         * posix/setpgid.c: Likewise.
10726         * posix/setresgid.c: Likewise.
10727         * posix/setresuid.c: Likewise.
10728         * posix/setsid.c: Likewise.
10729         * posix/setuid.c: Likewise.
10730         * posix/sleep.c: Likewise.
10731         * posix/spawni.c: Likewise.
10732         * posix/sysconf.c: Likewise.
10733         * posix/times.c: Likewise.
10734         * posix/wait.c: Likewise.
10735         * posix/wait3.c: Likewise.
10736         * posix/wait4.c: Likewise.
10737         * posix/waitpid.c: Likewise.
10738         * resolv/gai_sigqueue.c: Likewise.
10739         * resource/getpriority.c: Likewise.
10740         * resource/getrlimit.c: Likewise.
10741         * resource/getrusage.c: Likewise.
10742         * resource/nice.c: Likewise.
10743         * resource/setpriority.c: Likewise.
10744         * resource/setrlimit.c: Likewise.
10745         * resource/ulimit.c: Likewise.
10746         * rt/aio_cancel.c: Likewise.
10747         * rt/aio_fsync.c: Likewise.
10748         * rt/aio_read.c: Likewise.
10749         * rt/aio_sigqueue.c: Likewise.
10750         * rt/aio_suspend.c: Likewise.
10751         * rt/aio_write.c: Likewise.
10752         * rt/clock_getres.c: Likewise.
10753         * rt/clock_gettime.c: Likewise.
10754         * rt/clock_nanosleep.c: Likewise.
10755         * rt/clock_settime.c: Likewise.
10756         * rt/lio_listio.c: Likewise.
10757         * rt/mq_close.c: Likewise.
10758         * rt/mq_getattr.c: Likewise.
10759         * rt/mq_notify.c: Likewise.
10760         * rt/mq_open.c: Likewise.
10761         * rt/mq_receive.c: Likewise.
10762         * rt/mq_send.c: Likewise.
10763         * rt/mq_setattr.c: Likewise.
10764         * rt/mq_timedreceive.c: Likewise.
10765         * rt/mq_timedsend.c: Likewise.
10766         * rt/mq_unlink.c: Likewise.
10767         * rt/shm_open.c: Likewise.
10768         * rt/shm_unlink.c: Likewise.
10769         * rt/timer_create.c: Likewise.
10770         * rt/timer_delete.c: Likewise.
10771         * rt/timer_getoverr.c: Likewise.
10772         * rt/timer_gettime.c: Likewise.
10773         * rt/timer_settime.c: Likewise.
10774         * setjmp/__longjmp.c: Likewise.
10775         * setjmp/setjmp.c: Likewise.
10776         * signal/kill.c: Likewise.
10777         * signal/killpg.c: Likewise.
10778         * signal/raise.c: Likewise.
10779         * signal/sigaction.c: Likewise.
10780         * signal/sigaltstack.c: Likewise.
10781         * signal/sigblock.c: Likewise.
10782         * signal/sigignore.c: Likewise.
10783         * signal/sigintr.c: Likewise.
10784         * signal/signal.c: Likewise.
10785         * signal/sigpause.c: Likewise.
10786         * signal/sigpending.c: Likewise.
10787         * signal/sigqueue.c: Likewise.
10788         * signal/sigreturn.c: Likewise.
10789         * signal/sigset.c: Likewise.
10790         * signal/sigsetmask.c: Likewise.
10791         * signal/sigstack.c: Likewise.
10792         * signal/sigsuspend.c: Likewise.
10793         * signal/sigtimedwait.c: Likewise.
10794         * signal/sigvec.c: Likewise.
10795         * signal/sigwait.c: Likewise.
10796         * signal/sigwaitinfo.c: Likewise.
10797         * signal/sysv_signal.c: Likewise.
10798         * socket/accept.c: Likewise.
10799         * socket/accept4.c: Likewise.
10800         * socket/bind.c: Likewise.
10801         * socket/connect.c: Likewise.
10802         * socket/getpeername.c: Likewise.
10803         * socket/getsockname.c: Likewise.
10804         * socket/getsockopt.c: Likewise.
10805         * socket/isfdtype.c: Likewise.
10806         * socket/listen.c: Likewise.
10807         * socket/recv.c: Likewise.
10808         * socket/recvfrom.c: Likewise.
10809         * socket/recvmsg.c: Likewise.
10810         * socket/send.c: Likewise.
10811         * socket/sendmsg.c: Likewise.
10812         * socket/sendto.c: Likewise.
10813         * socket/setsockopt.c: Likewise.
10814         * socket/shutdown.c: Likewise.
10815         * socket/sockatmark.c: Likewise.
10816         * socket/socket.c: Likewise.
10817         * socket/socketpair.c: Likewise.
10818         * stdio-common/ctermid.c: Likewise.
10819         * stdio-common/cuserid.c: Likewise.
10820         * stdio-common/remove.c: Likewise.
10821         * stdio-common/rename.c: Likewise.
10822         * stdio-common/renameat.c: Likewise.
10823         * stdio-common/tempname.c: Likewise.
10824         * stdlib/getcontext.c: Likewise.
10825         * stdlib/makecontext.c: Likewise.
10826         * stdlib/setcontext.c: Likewise.
10827         * stdlib/swapcontext.c: Likewise.
10828         * stdlib/system.c: Likewise.
10829         * streams/fattach.c: Likewise.
10830         * streams/fdetach.c: Likewise.
10831         * streams/getmsg.c: Likewise.
10832         * streams/getpmsg.c: Likewise.
10833         * streams/putmsg.c: Likewise.
10834         * streams/putpmsg.c: Likewise.
10835         * sysdeps/unix/bsd/getpt.c: Likewise.
10836         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
10837         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
10838         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
10839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
10840         Likewise.
10841         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
10842         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
10843         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
10844         * sysvipc/msgctl.c: Likewise.
10845         * sysvipc/msgget.c: Likewise.
10846         * sysvipc/msgrcv.c: Likewise.
10847         * sysvipc/msgsnd.c: Likewise.
10848         * sysvipc/semctl.c: Likewise.
10849         * sysvipc/semget.c: Likewise.
10850         * sysvipc/semop.c: Likewise.
10851         * sysvipc/semtimedop.c: Likewise.
10852         * sysvipc/shmat.c: Likewise.
10853         * sysvipc/shmctl.c: Likewise.
10854         * sysvipc/shmdt.c: Likewise.
10855         * sysvipc/shmget.c: Likewise.
10856         * termios/tcdrain.c: Likewise.
10857         * termios/tcflow.c: Likewise.
10858         * termios/tcflush.c: Likewise.
10859         * termios/tcgetattr.c: Likewise.
10860         * termios/tcgetpgrp.c: Likewise.
10861         * termios/tcsendbrk.c: Likewise.
10862         * termios/tcsetattr.c: Likewise.
10863         * termios/tcsetpgrp.c: Likewise.
10864         * time/adjtime.c: Likewise.
10865         * time/clock.c: Likewise.
10866         * time/getitimer.c: Likewise.
10867         * time/gettimeofday.c: Likewise.
10868         * time/setitimer.c: Likewise.
10869         * time/settimeofday.c: Likewise.
10870         * time/stime.c: Likewise.
10871         * time/time.c: Likewise.
10872
10873 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
10874
10875         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
10876         /usr/old/bin.
10877
10878         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
10879         instead of spaces.
10880         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
10881
10882 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
10883
10884         [BZ #14796]
10885         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
10886         FE_TONEAREST before applying Dekker multiplication and Knuth
10887         addition.  Clear inexact exceptions and check for exact zero
10888         results afterwards.
10889         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
10890         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
10891         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
10892         * math/libm-test.inc (fma_test): Add more tests.
10893         (fma_test_towardzero): Likewise.
10894         (fma_test_downward): Likewise.
10895         (fma_test_upward): Likewise.
10896         * sysdeps/generic/math_private.h (default_libc_fesetround): New
10897         function.
10898         (libc_fesetround): New macro.
10899         (libc_fesetroundf): Likewise.
10900         (libc_fesetroundl): Likewise.
10901         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
10902         function.
10903         (libc_fesetround_387): Likewise.
10904         (libc_fesetroundf): New macro.
10905         (libc_fesetround): Likewise.
10906         (libc_fesetroundl): Likewise.
10907         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
10908         function.
10909         (libc_fesetroundf): New macro.
10910         (libc_fesetround): Likewise.
10911         (libc_fesetroundl): Likewise.
10912         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
10913         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
10914         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
10915         libm_hidden_ver.
10916         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
10917         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
10918         libm_hidden_def.
10919         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
10920         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
10921         libm_hidden_ver.
10922         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
10923         libm_hidden_def.
10924
10925         [BZ #3439]
10926         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
10927         integer constant usable in #if and use that to give value to enum
10928         constant.
10929         (FE_DIVBYZERO): Likewise.
10930         (FE_UNDERFLOW): Likewise.
10931         (FE_OVERFLOW): Likewise.
10932         (FE_INVALID): Likewise.
10933         (FE_INVALID_SNAN): Likewise.
10934         (FE_INVALID_ISI): Likewise.
10935         (FE_INVALID_IDI): Likewise.
10936         (FE_INVALID_ZDZ): Likewise.
10937         (FE_INVALID_IMZ): Likewise.
10938         (FE_INVALID_COMPARE): Likewise.
10939         (FE_INVALID_SOFTWARE): Likewise.
10940         (FE_INVALID_SQRT): Likewise.
10941         (FE_INVALID_INTEGER_CONVERSION): Likewise.
10942         (FE_TONEAREST): Likewise.
10943         (FE_TOWARDZERO): Likewise.
10944         (FE_UPWARD): Likewise.
10945         (FE_DOWNWARD): Likewise.
10946         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
10947         (FE_DIVBYZERO): Likewise.
10948         (FE_OVERFLOW): Likewise.
10949         (FE_UNDERFLOW): Likewise.
10950         (FE_INEXACT): Likewise.
10951         (FE_TONEAREST): Likewise.
10952         (FE_DOWNWARD): Likewise.
10953         (FE_UPWARD): Likewise.
10954         (FE_TOWARDZERO): Likewise.
10955         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
10956         (FE_UNDERFLOW): Likewise.
10957         (FE_OVERFLOW): Likewise.
10958         (FE_DIVBYZERO): Likewise.
10959         (FE_INVALID): Likewise.
10960         (FE_TONEAREST): Likewise.
10961         (FE_TOWARDZERO): Likewise.
10962         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
10963         (FE_OVERFLOW): Likewise.
10964         (FE_UNDERFLOW): Likewise.
10965         (FE_DIVBYZERO): Likewise.
10966         (FE_INEXACT): Likewise.
10967         (FE_TONEAREST): Likewise.
10968         (FE_TOWARDZERO): Likewise.
10969         (FE_UPWARD): Likewise.
10970         (FE_DOWNWARD): Likewise.
10971         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
10972         (FE_DIVBYZERO): Likewise.
10973         (FE_OVERFLOW): Likewise.
10974         (FE_UNDERFLOW): Likewise.
10975         (FE_INEXACT): Likewise.
10976         (FE_TONEAREST): Likewise.
10977         (FE_DOWNWARD): Likewise.
10978         (FE_UPWARD): Likewise.
10979         (FE_TOWARDZERO): Likewise.
10980
10981 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
10982
10983         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
10984
10985 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
10986
10987         * scripts/cross-test-ssh.sh (command): Use newlines to separate
10988         commands.  Quote $PWD.
10989         (blacklist_exports): Don't use remove_newlines.  Replace "declare
10990         -x" by "export".
10991         (remove_newlines): Remove.
10992
10993 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
10994
10995         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
10996         * stdlib/stdlib.h (atof): Moved to ...
10997         * include/bits/stdlib-float.h: Here.  New file.
10998         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
10999         * stdlib/bits/stdlib-float.h: New file.
11000         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
11001         -mno-sse -mno-mmx.
11002         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
11003         <xmmintrin.h>.
11004
11005 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
11006
11007         * conform/conformtest.pl (@headers): Add fenv.h.
11008         * conform/data/fenv.h-data: New file.
11009         * include/fenv.h [_ISOMAC]: Disable all contents of file except
11010         include of <math/fenv.h>.
11011
11012         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
11013         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
11014         && !UNIX98].  Enables tests for XOPEN2K8.
11015         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
11016         POSIX2008]: Likewise.
11017
11018         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
11019         (struct rusage): Do not expect type or its members.
11020
11021         [BZ #3439]
11022         * math/math.h (FP_NAN): Define macro to integer constant usable in
11023         #if and use that to give value to enum constant.
11024         (FP_INFINITE): Likewise.
11025         (FP_ZERO): Likewise.
11026         (FP_SUBNORMAL): Likewise.
11027         (FP_NORMAL): Likewise.
11028
11029 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
11030
11031         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
11032         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
11033         arguments.
11034
11035 2012-11-02  Roland McGrath  <roland@hack.frob.com>
11036
11037         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
11038         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
11039         autoconf-time if not.
11040         * configure.in: Remove AC_PREREQ.
11041
11042 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
11043
11044         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
11045         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
11046         of the internal implementation.
11047
11048 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
11049
11050         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
11051         except include of <misc/sys/syslog.h>.
11052
11053 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
11054
11055         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
11056         function returns with a NULL context exit with zero.
11057
11058 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
11059
11060         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
11061
11062 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
11063
11064         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
11065         (run_program_cmd): This.
11066         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
11067         (tst_langinfo): New variable.  Use it.
11068
11069 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
11070
11071         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
11072         floating point opcodes.
11073
11074 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
11075
11076         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
11077         variable.
11078
11079         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
11080
11081         * sysdeps/mach/hurd/powerpc: Remove directory.
11082         * sysdeps/mach/powerpc: Likewise.
11083
11084 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
11085
11086         * scripts/check-local-headers.sh: Ignore c++ headers.
11087
11088 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
11089
11090         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
11091         __libc_cleanup_region_start argument.
11092
11093 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
11094
11095         [BZ #14784]
11096         [BZ #14785]
11097         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
11098         x * y using scaling, not as x * y + z.
11099         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
11100         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
11101         * math/libm-test.inc (fma_test): Add more tests.
11102         (fma_test_towardzero): Likewise.
11103         (fma_test_downward): Likewise.
11104         (fma_test_upward): Likewise.
11105
11106 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
11107
11108         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
11109
11110 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
11111
11112         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
11113         New variable.
11114
11115 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
11116
11117         * rt/tst-shm.c (worker): Correct checking for mmap failure.
11118
11119 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
11120
11121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11122         Fix sort order.
11123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11124         Likewise.
11125
11126 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
11127
11128         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11129         Fix the order of the list for glibc 2.17.
11130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11131         Likewise.
11132
11133 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
11134
11135         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11136
11137 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
11138
11139         [BZ #14610]
11140         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
11141         for low part of x being zero before using __atanl (y).
11142         * math/libm-test.inc (atan2_test): Add another test.
11143
11144         * manual/install.texi (Configuring and compiling): Document
11145         general use of test-wrapper and test-wrapper-env.
11146         * INSTALL: Regenerated.
11147
11148         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
11149         (__fma): Do not extract and scale down low bits on after-rounding
11150         systems when result rounded to normal precision would have normal
11151         exponent.
11152         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
11153         (__fmal): Do not extract and scale down low bits on after-rounding
11154         systems when result rounded to normal precision would have normal
11155         exponent.
11156         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
11157         (__fmal): Do not extract and scale down low bits on after-rounding
11158         systems when result rounded to normal precision would have normal
11159         exponent.
11160         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
11161         macro.
11162         (fma_test): Add more tests.
11163         (fma_test_towardzero): Likewise.
11164         (fma_test_downward): Likewise.
11165         (fma_test_upward): Likewise.
11166
11167 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
11168
11169         * sysdeps/i386/tininess.h: Renamed to ...
11170         * sysdeps/x86/tininess.h: This.
11171         * sysdeps/x86_64/tininess.h: Removed.
11172
11173 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
11174
11175         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
11176         input.  Use $(build-program-cmd).
11177         ($(objpfx)tst-array1-static.out): Likewise.
11178         ($(objpfx)tst-array2.out): Likewise.
11179         ($(objpfx)tst-array3.out): Likewise.
11180         ($(objpfx)tst-array4.out): Likewise.
11181         ($(objpfx)tst-array5.out): Likewise.
11182         ($(objpfx)tst-array5-static.out): Likewise.
11183
11184 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
11185
11186         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
11187         if defined.
11188
11189         * nss/nsswitch.h (nss_interface_function): Provide new
11190         macro for use with NSS functions.
11191         * grp/initgroups.c: Use new macro.
11192         * nss/getXXbyYY.c: Likewise.
11193         * nss/getXXbyYY_r.c: Likewise.
11194         * nss/getXXent.c: Likewise.
11195         * nss/getXXent_r.c: Likewise.
11196         * sysdeps/posix/getaddrinfo.c: Likewise.
11197
11198 2012-10-30  Andreas Jaeger  <aj@suse.de>
11199
11200         * po/ru.po: Update Russion translation from translation project.
11201
11202 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
11203
11204         [BZ #14152]
11205         [BZ #14783]
11206         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
11207         result and shift together with sticky bit instead of replicating
11208         round-to-nearest rounding.
11209         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
11210         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
11211         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
11212         missing underflow exceptions.
11213         (fma_test_towardzero): Add more tests.
11214         (fma_test_downward): Likewise.
11215         (fma_test_upward): Likewise.
11216
11217         [BZ #14047]
11218         * sysdeps/generic/tininess.h: New file.
11219         * sysdeps/i386/tininess.h: Likewise.
11220         * sysdeps/sh/tininess.h: Likewise.
11221         * sysdeps/x86_64/tininess.h: Likewise.
11222         * stdlib/tst-strtod-underflow.c: Likewise.
11223         * stdlib/tst-tininess.c: Likewise.
11224         * stdlib/strtod_l.c: Include <tininess.h>.
11225         (round_and_return): Do not set errno for exact underflow cases.
11226         Force an underflow exception when setting errno for underflow.
11227         Determine underflow based on rounding to normal precision if
11228         TININESS_AFTER_ROUNDING.
11229         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
11230         ERANGE for exact underflow cases.
11231         * stdlib/Makefile (tests): Add tst-tininess and
11232         tst-strtod-underflow.
11233         ($(objpfx)tst-tininess): Use $(link-libm).
11234         ($(objpfx)tst-strtod-underflow): Likewise.
11235
11236 2012-10-30  Andreas Jaeger  <aj@suse.de>
11237
11238         [BZ#14767]
11239         * elf/Makefile (tests): Remove conditional for have-initfini-array
11240         since this is now always required and the variable does not exist
11241         anymore.
11242         (tests-static): Likewise.
11243         (modules-names): Likewise.
11244
11245         * po/eo.po: Add Esperanto translation from translation project.
11246
11247         * elf/tst-array1.c (fini_array): Make writeable so that it can be
11248         merged with constructor/destructor.
11249         (init_array): Likewise.
11250         * elf/tst-array2dep.c (fini_array): Likewise.
11251         (init_array): Likewise.
11252
11253 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
11254
11255         * manual/message.texi: Delete @cartouche tags.
11256
11257 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
11258
11259         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
11260         EOPNOTSUPP.
11261         * sysdeps/mach/hurd/fsync.c: Likewise.
11262
11263         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
11264         [_POSIX_REALTIME_SIGNALS]: Change condition to
11265         [_POSIX_REALTIME_SIGNALS > 0].
11266
11267 2012-10-27  Andreas Jaeger  <aj@suse.de>
11268
11269         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
11270         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
11271         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
11272         [__WORDSIZE != 64]: Likewise.
11273
11274 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
11275
11276         *  iconvdata/tst-table.sh: Remove ${SHELL}.
11277         *  iconvdata/tst-tables.sh: Likewise.
11278
11279 2012-10-25  David S. Miller  <davem@davemloft.net>
11280
11281         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
11282         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
11283         of strtoull.
11284
11285         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
11286         ifunc-impl-list.c
11287         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
11288         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
11289         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
11290         file.
11291
11292 2012-10-25  Roland McGrath  <roland@hack.frob.com>
11293
11294         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
11295         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
11296         __getdirentries.
11297
11298 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
11299             Jim Blandy  <jimb@codesourcery.com>
11300
11301         * scripts/cross-test-ssh.sh: New file.
11302         * manual/install.texi (Configuring and compiling): Document use of
11303         cross-test-ssh.sh.
11304         * INSTALL: Regenerated.
11305
11306 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
11307
11308         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
11309         EOPNOTSUPP.
11310
11311 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
11312
11313         * Makeconfig (run-program-prefix): Fix comment.
11314
11315 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
11316             Jim Blandy  <jimb@codesourcery.com>
11317
11318         * Makeconfig (test-wrapper): New variable,
11319         (test-wrapper-env): Likewise.
11320         [$(cross-compiling) = yes && $(test-wrapper) != ""]
11321         (run-built-tests): Define to yes.
11322         (run-program-prefix): Use $(test-wrapper).
11323         (built-program-cmd): Likewise.
11324         * Rules (make-test-out): Use $(test-wrapper-env) and
11325         $(host-built-program-cmd).
11326         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
11327         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
11328         tst-pathopt.sh.
11329         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
11330         $(test-wrapper-env) to tst-rtld-load-self.sh.
11331         ($(objpfx)order2.out): Use $(test-wrapper).
11332         ($(objpfx)tst-initorder.out): Likewise.
11333         ($(objpfx)tst-initorder2.out): Likewise.
11334         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
11335         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
11336         (test_wrapper_env): New variable.  Use it to run ld.so.
11337         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
11338         Use it to run ld.so.
11339         (test_wrapper_env): Likewise.
11340         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
11341         $(test-wrapper) to run-iconv-test.sh.
11342         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
11343         (ICONV): Use $test_wrapper.
11344         * posix/Makefile ($(objpfx)globtest.out): Pass
11345         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
11346         globtest.sh, not $(run-program-prefix).
11347         * posix/globtest.sh (run_via_rtld_prefix): New variable.
11348         (test_wrapper): Likewise.
11349         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
11350         set together with run_via_rtld_prefix.
11351         (run_program_prefix): Define in terms of test_wrapper and
11352         run_via_rtld_prefix.
11353
11354 2012-10-24  Roland McGrath  <roland@hack.frob.com>
11355
11356         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
11357         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
11358         Targets removed.
11359
11360         [BZ #14743]
11361         * include/time.h: Remove librt_hidden_proto (clock_gettime).
11362         Declare __clock_getres, __clock_gettime, __clock_settime,
11363         __clock_nanosleep, and __clock_getcpuclockid.
11364         * rt/clock_gettime.c: Define __clock_gettime as an alias.
11365         Remove librt_hidden_def (clock_gettime).
11366         * sysdeps/unix/clock_gettime.c: Likewise.
11367         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
11368         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
11369         * rt/clock_getres.c: Define __clock_getres as an alias.
11370         * sysdeps/posix/clock_getres.c: Likewise.
11371         * rt/clock_settime.c: Define __clock_settime as an alias.
11372         * sysdeps/unix/clock_settime.c: Likewise.
11373         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
11374         * sysdeps/unix/clock_nanosleep.c: Likewise.
11375         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
11376         * rt/clock-compat.c: New file.
11377         * rt/Makefile (librt-routines): Add clock-compat and move
11378         $(clock-routines) to ...
11379         (routines): ... here, new variable.
11380         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
11381         Don't add get_clockfreq here.
11382         * rt/Versions (libc: GLIBC_2.17): New version set.
11383         Add clock_* symbols here.
11384         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
11385         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
11386         (GLIBC_2.17): Add clock_* symbols.
11387         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
11388         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
11389         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
11390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11391         Likewise.
11392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11393         Likewise.
11394         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
11395         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
11396         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
11397         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
11398         * NEWS: Mention the move.
11399
11400         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
11401         Use __open, __read, __close rather than their public counterparts.
11402         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
11403         (__get_clockfreq_via_cpuinfo): Likewise.
11404         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
11405         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
11406
11407         * config.h.in (HAVE_IFUNC): New #undef.
11408         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
11409         was successful.
11410         * configure: Regenerated.
11411
11412 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
11413
11414         * configure.in: Move READELF check to start of file.
11415         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
11416         libc_cv_asm_gnu_indirect_function in the process.
11417         * configure: Regenerated.
11418
11419 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
11420
11421         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
11422         send the output to /dev/null.
11423         (libc_cv_cc_with_libunwind): Likewise.
11424         (libc_cv_as_noexecstack): Likewise.
11425         * configure: Regenerate.
11426
11427 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
11428
11429         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
11430
11431         * posix/globtest.sh (TMPDIR): Do not set.
11432         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
11433         (testout): Likewise.
11434
11435 2012-10-24  Andreas Jaeger  <aj@suse.de>
11436
11437         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
11438         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
11439         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
11440         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
11441         posix_fadvise64, posix_fallocate64.
11442
11443         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
11444         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
11445         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
11446         Likewise.
11447         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
11448         Likewise.
11449         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
11450
11451         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
11452         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
11453         <bits/fcntl-linux.h>.
11454         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
11455
11456         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
11457         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
11458         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
11459         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
11460         [__WORDSIZE != 64]: Likewise.
11461
11462 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
11463
11464         * Makeconfig (run-built-tests): New variable.
11465         * Rules [$(cross-compiling) = yes]: Change condition to
11466         [$(run-built-tests) = no].
11467         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
11468         to [$(run-built-tests) = yes].
11469         * elf/Makefile [$(cross-compiling) = no]: Likewise
11470         * grp/Makefile [$(cross-compiling) = no]: Likewise.
11471         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
11472         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
11473         * intl/Makefile [$(cross-compiling) = no]: Likewise.
11474         * io/Makefile [$(cross-compiling) = no]: Likewise.
11475         * libio/Makefile [$(cross-compiling) = no]: Likewise.
11476         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
11477         * misc/Makefile [$(cross-compiling) = no]: Likewise.
11478         * posix/Makefile [$(cross-compiling) = no]: Likewise.
11479         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
11480         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
11481         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
11482         * string/Makefile [$(cross-compiling) = no]: Likewise.
11483
11484         * posix/Makefile ($(objpfx)globtest.out): Pass
11485         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
11486         $(rtld-installed-name).
11487         * posix/globtest.sh (elf_objpfx): Remove variable.
11488         (rtld_installed_name): Likewise.
11489         (library_path): Likewise.
11490         (run_program_prefix): New variable.  Use for running globtest
11491         binary.
11492
11493 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
11494             Joseph Myers  <joseph@codesourcery.com>
11495
11496         * Makeconfig (host-built-program-cmd): New variable.
11497         * elf/Makefile (tst-stackguard1-ARGS): Use
11498         $(host-built-program-cmd).
11499         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
11500         (tst-spawn-ARGS): Likewise.
11501         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
11502
11503 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
11504             Jim Blandy  <jimb@codesourcery.com>
11505
11506         * Makeconfig (run-via-rtld-prefix): New variable.
11507         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
11508         (built-program-cmd): Likewise.
11509
11510 2012-10-22  Andreas Jaeger  <aj@suse.de>
11511
11512         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
11513         __O_RSYNC if it exists, otherwise to O_SYNC.
11514
11515 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
11516             Joseph Myers  <joseph@codesourcery.com>
11517
11518         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
11519         /dev/null.
11520         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
11521         from /dev/null
11522         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
11523         /dev/null.
11524
11525 2012-10-22  Andreas Jaeger  <aj@suse.de>
11526
11527         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
11528         Define always.
11529         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
11530
11531         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
11532         bits/fcntl-linux.h.
11533
11534         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
11535         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
11536
11537         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
11538         to __O_LARGEFILE.
11539         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
11540         to __O_LARGEFILE.
11541
11542 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
11543             Joseph Myers  <joseph@codesourcery.com>
11544
11545         * config.make.in (NM): New variable.
11546
11547 2012-10-21  Andreas Jaeger  <aj@suse.de>
11548
11549         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
11550         definitions and declarations that are provided by
11551         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
11552
11553 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
11554
11555         [BZ #14683]
11556         * elf/Makefile (tests-static): Add tst-leaks1-static.
11557         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
11558         ($(objpfx)tst-leaks1-static): New rule.
11559         ($(objpfx)tst-leaks1-static-mem): Likewise.
11560         (tst-leaks1-static-ENV): New macro.
11561         * elf/dl-open.c (dl_open_worker): Check the main application
11562         only if SHARED is defined.
11563         * elf/tst-leaks1-static.c: New file.
11564
11565 2012-10-20  Andreas Jaeger  <aj@suse.de>
11566
11567         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
11568         generic values for Linux.
11569         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
11570         and declarations that are provided by <bits/fcntl-linux.h> and
11571         include <bits/fcntl-linux.h>.
11572         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
11573         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
11574
11575 2012-10-20  Roland McGrath  <roland@hack.frob.com>
11576
11577         * io/fcntl.h: Move include of <bits/types.h> to the top and
11578         include it unconditionally.
11579
11580 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
11581
11582         * wcsmbs/Makefile (tests-ifunc): New variable.
11583         (tests): Add $(tests-ifunc).
11584         * wcsmbs/test-wcschr-ifunc.c: New file.
11585         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
11586         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
11587         * wcsmbs/test-wcslen-ifunc.c: Likewise.
11588         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
11589         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
11590
11591         * string/Makefile (tests-ifunc): New variable.
11592         (tests): Add $(tests-ifunc).
11593         * string/test-memccpy.c (TEST_NAME): New macro.
11594         * string/test-memchr.c (TEST_NAME): Likewise.
11595         * string/test-memcmp.c (TEST_NAME): Likewise.
11596         * string/test-memcpy.c (TEST_NAME): Likewise.
11597         * string/test-memmem.c (TEST_NAME): Likewise.
11598         * string/test-memmove.c (TEST_NAME): Likewise.
11599         * string/test-memset.c (TEST_NAME): Likewise.
11600         * string/test-rawmemchr.c (TEST_NAME): Likewise.
11601         * string/test-stpcpy.c (TEST_NAME): Likewise.
11602         * string/test-stpncpy.c (TEST_NAME): Likewise.
11603         * string/test-strcasecmp.c (TEST_NAME): Likewise.
11604         * string/test-strcasestr.c (TEST_NAME): Likewise.
11605         * string/test-strcat.c (TEST_NAME): Likewise.
11606         * string/test-strchr.c (TEST_NAME): Likewise.
11607         * string/test-strcmp.c(TEST_NAME): Likewise.
11608         * string/test-strcpy.c (TEST_NAME): Likewise.
11609         * string/test-strcspn.c (TEST_NAME): Likewise.
11610         * string/test-strlen.c (TEST_NAME): Likewise.
11611         * string/test-strncasecmp.c (TEST_NAME): Likewise.
11612         * string/test-strncmp.c (TEST_NAME): Likewise.
11613         * string/test-strncpy.c (TEST_NAME): Likewise.
11614         * string/test-strnlen.c (TEST_NAME): Likewise.
11615         * string/test-strpbrk.c (TEST_NAME): Likewise.
11616         * string/test-strrchr.c (TEST_NAME): Likewise.
11617         * string/test-strspn.c (TEST_NAME): Likewise.
11618         * string/test-strstr.c (TEST_NAME): Likewise.
11619         * string/test-bcopy-ifunc.c: New file.
11620         * string/test-bzero-ifunc.c: Likewise.
11621         * string/test-memccpy-ifunc.c: Likewise.
11622         * string/test-memchr-ifunc.c: Likewise.
11623         * string/test-memcmp-ifunc.c: Likewise.
11624         * string/test-memcpy-ifunc.c: Likewise.
11625         * string/test-memmem-ifunc.c: Likewise.
11626         * string/test-memmove-ifunc.c: Likewise.
11627         * string/test-mempcpy-ifunc.c: Likewise.
11628         * string/test-memset-ifunc.c: Likewise.
11629         * string/test-rawmemchr-ifunc.c: Likewise.
11630         * string/test-stpcpy-ifunc.c: Likewise.
11631         * string/test-stpncpy-ifunc.c: Likewise.
11632         * string/test-strcasecmp-ifunc.c: Likewise.
11633         * string/test-strcasestr-ifunc.c: Likewise.
11634         * string/test-strcat-ifunc.c: Likewise.
11635         * string/test-strchr-ifunc.c: Likewise.
11636         * string/test-strchrnul-ifunc.c: Likewise.
11637         * string/test-strcmp-ifunc.c: Likewise.
11638         * string/test-strcpy-ifunc.c: Likewise.
11639         * string/test-strcspn-ifunc.c: Likewise.
11640         * string/test-strlen-ifunc.c: Likewise.
11641         * string/test-strncasecmp-ifunc.c: Likewise.
11642         * string/test-strncat-ifunc.c: Likewise.
11643         * string/test-strncmp-ifunc.c: Likewise.
11644         * string/test-strncpy-ifunc.c: Likewise.
11645         * string/test-strnlen-ifunc.c: Likewise.
11646         * string/test-strpbrk-ifunc.c: Likewise.
11647         * string/test-strrchr-ifunc.c: Likewise.
11648         * string/test-strspn-ifunc.c: Likewise.
11649         * string/test-strstr-ifunc.c: Likewise.
11650
11651         * debug/Makefile (tests-ifunc): New variable.
11652         (tests): Add $(tests-ifunc).
11653         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
11654         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
11655         * debug/test-stpcpy_chk-ifunc.c: New file.
11656         * debug/test-strcpy_chk-ifunc.c: Likewise.
11657
11658 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
11659
11660         [BZ #13601]
11661         * elf/dl-load.c (open_verify): Retry read if the entire ELF
11662         header is not read in.
11663
11664 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
11665
11666         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
11667         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
11668         directly.  Pass built executable to script as
11669         $(built-program-cmd).
11670         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
11671         $testprogram without using LD_LIBRARY_PATH and $ldso.
11672
11673         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
11674         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
11675         $(rtld-installed-name).
11676         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
11677         (rtld_installed_name): Likewise.
11678         (library_path): Likewise.
11679         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
11680         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
11681         $(run-program-prefix) to tst-tables.sh.
11682         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
11683         it to run tst-table-from and tst-table-to.
11684         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
11685         Pass it to tst-table.sh.
11686         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
11687         $(run-program-prefix) to tst-gettext.sh.
11688         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
11689         tst-translit.sh.
11690         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
11691         tst-gettext2.sh.
11692         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
11693         to run tst-gettext.
11694         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
11695         to run tst-gettext2.
11696         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
11697         to run tst-translit.
11698         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
11699         $(run-program-prefix) to tst-mtrace.sh.
11700         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
11701         to run tst-mtrace.
11702         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
11703         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
11704         $(rtld-installed-name).
11705         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
11706         (rtld_installed_name): Likewise.
11707         (run_program_prefix): New variable.  Use it to run wordexp-test.
11708
11709         * Makeconfig (ARCH): Remove all definitions.
11710         (machine): Likewise.
11711         [ARCH]: Remove conditional code.
11712         [!objdir]: Give error.
11713         [!objdir] (objpfx): Remove.
11714         [!objdir] (common-objpfx): Likewise.
11715         [!objdir] (common-objdir): Likewise.
11716         * configure.in (config_makefile): Remove.  Hardcode Makefile in
11717         AC_CONFIG_FILES call.
11718         * configure: Regenerated.
11719
11720         [BZ #13888]
11721         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
11722         or TMPDIR.
11723         (testout): Likewise.
11724
11725         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
11726         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
11727         $(rtld-installed-name).
11728         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
11729         (rtld_installed_name): Likwise.
11730         (runit): Remove function.
11731         (run_getconf): New variable,  Use it for running getconf binary.
11732
11733 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
11734
11735         [BZ #14716]
11736         * string/test-memmem.c (check_result): New function.
11737         (do_one_test): Use it.
11738         (check1): New function.
11739         (test_main): Use it.
11740
11741 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
11742
11743         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
11744
11745 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
11746
11747         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
11748         (_G_LSEEK64): Likewise.
11749         (_G_MMAP64): Likewise.
11750         (_G_FSTAT64): Likewise.
11751         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
11752         (_G_LSEEK64): Likewise.
11753         (_G_MMAP64): Likewise.
11754         (_G_FSTAT64): Likewise.
11755         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
11756         unconditional.  Call __mmap64 directly.
11757         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
11758         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
11759         __lseek64 directly.
11760         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
11761         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
11762         __mmap64 directly.
11763         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
11764         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
11765         __lseek64 directly.
11766         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
11767         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
11768         __lseek64 directly.
11769         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
11770         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
11771         __lseek64 directly.
11772         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
11773         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
11774         __fxstat64 directly.
11775         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
11776         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
11777         unconditional.
11778         (freopen64) [!_G_OPEN64]: Remove conditional code.
11779         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
11780         unconditional.
11781         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
11782         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
11783         unconditional.
11784         (ftello64) [!_G_LSEEK64]: Remove conditional code.
11785         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
11786         unconditional.
11787         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
11788         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
11789         unconditional.
11790         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
11791         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
11792         unconditional.
11793         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
11794         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
11795         unconditional.
11796         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
11797         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
11798         unconditional.
11799         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
11800
11801 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
11802
11803         [BZ #12140]
11804         * manual/memory.texi (Malloc Tunable Parameters): Add note
11805         about free list pointers overwriting some perturb bytes.
11806         Wording suggested by Roland McGrath.
11807
11808 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
11809
11810         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
11811         (lgamma_test): Likewise.
11812         (tgamma_test): Likewise.
11813
11814 2012-10-16  Florian Weimer  <fweimer@redhat.com>
11815
11816         [BZ #14700]
11817         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
11818         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
11819
11820 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
11821
11822         * NEWS: Mention BZ #14716.
11823         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
11824         when removing AVAILABLE1_USES_J macro.
11825
11826 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
11827
11828         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
11829         (__bswap_64): __uint64_t for unsigned 64-bit int.
11830
11831 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
11832
11833         * include/string.h (memmem): Declare libc hidden alias.
11834         * string/memmem.c (memmem): Define libc hidden alias.
11835         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
11836         __read, __close instead of open, read, close.
11837
11838 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
11839
11840         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
11841         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
11842         global and hidden.
11843         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
11844         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
11845         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
11846         Likewise.
11847         (__rawmemchr_sse2): Likewise.
11848         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
11849         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
11850         (__strchr_sse2): Likewise.
11851         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
11852         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
11853         (__strcasecmp_sse2): Likewise.
11854         (__strncasecmp_sse2): Likewise.
11855         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
11856         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
11857         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
11858         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
11859         (__strrchr_sse2): Likewise.
11860         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
11861         ifunc-impl-list.c.
11862         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
11863         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
11864         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
11865         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
11866         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
11867         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
11868         * sysdeps/x86_64/multiarch/memset.S: Likewise.
11869         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
11870         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
11871         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
11872         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
11873         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
11874         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
11875         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
11876         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
11877         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
11878         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
11879         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
11880         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
11881         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
11882         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
11883         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
11884         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
11885         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
11886         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
11887         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
11888         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
11889         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
11890         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
11891         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
11892
11893         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
11894         global and hidden.
11895         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
11896         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
11897         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
11898         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
11899         Likewise.
11900         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
11901         Likewise.
11902         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
11903         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
11904         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
11905         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
11906         ifunc-impl-list.c.
11907         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
11908         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
11909         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
11910         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
11911         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
11912         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
11913         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
11914         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
11915         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
11916         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
11917         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
11918         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
11919         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
11920         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
11921         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
11922         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
11923         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
11924         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
11925         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
11926         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
11927         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
11928         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
11929         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
11930         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
11931         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
11932         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
11933         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
11934         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
11935         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
11936         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
11937         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
11938         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
11939         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
11940         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
11941         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
11942         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
11943         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
11944         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
11945         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
11946         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
11947         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
11948
11949         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
11950         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
11951         * include/ifunc-impl-list.h: New file.
11952         * misc/ifunc-impl-list.c: Likewise.
11953         * misc/Makefile (routines): Add ifunc-impl-list.
11954         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
11955         * string/test-string.h: Include <ifunc-impl-list.h>.
11956         [TEST_IFUNC && TEST_NAME] (func_list, func_count, impl_count,
11957         impl_array): New variables.
11958         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
11959         are defined.
11960         (test_init): Call __libc_ifunc_impl_list to initialize
11961         func_list if TEST_IFUNC and TEST_NAME are defined.
11962
11963         * string/Makefile (strop-tests): Add bcopy and bzero.
11964         * string/test-bcopy.c: New file.
11965         * string/test-bzero.c: Likewise.
11966         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
11967         defined.
11968         * string/test-memset.c: Support bzero test if TEST_BZERO is
11969         defined.
11970         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
11971         __libc_memmove.
11972         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
11973         __libc_memset.
11974         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
11975         of memset.
11976
11977 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
11978
11979         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
11980         * configure: Regenerated.
11981
11982         * Makeconfig (+link-static-before-libc): Don't include
11983         $(link-static-libc).
11984
11985         * libio/libio.h (_IO_pos_t): Remove.
11986
11987 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
11988
11989         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
11990         McGrath.
11991
11992 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
11993
11994         * crypt/crypt-entry.c: Include fips-private.h.
11995         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
11996         * crypt/md5c-test.c (main): Tolerate disabled MD5.
11997         * sysdeps/unix/sysv/linux/fips-private.h: New file.
11998         * sysdeps/generic/fips-private.h: New file, dummy fallback.
11999
12000 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
12001
12002         * crypt/crypt-private.h: Include stdbool.h.
12003         (_ufc_setup_salt_r): Return bool.
12004         * crypt/crypt-entry.c: Include errno.h.
12005         (__crypt_r): Return NULL with EINVAL for bad salt.
12006         * crypt/crypt_util.c (bad_for_salt): New.
12007         (_ufc_setup_salt_r): Check that salt is long enough and within
12008         the specified alphabet.
12009         * crypt/badsalttest.c: New file.
12010         * crypt/Makefile (tests): Add it.
12011         ($(objpfx)badsalttest): New.
12012
12013 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
12014
12015         * NEWS: Add entry for BZ #14602.
12016
12017 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
12018
12019         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
12020         type-generic.
12021         * math/libm-test.inc: Update comment listing what functions and
12022         macros are tested.
12023         (isgreater_test): New function.
12024         (isgreaterequal_test): Likewise.
12025         (isless_test): Likewise.
12026         (islessequal_test): Likewise.
12027         (islessgreater_test): Likewise.
12028         (isunordered_test): Likewise.
12029         (main): Call the new functions.
12030
12031 2012-10-09  Roland McGrath  <roland@hack.frob.com>
12032
12033         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
12034         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
12035         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
12036         * sysdeps/i386/configure: Regenerated.
12037         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
12038         * sysdeps/mach/configure: Regenerated.
12039         * sysdeps/mach/hurd/configure: Regenerated.
12040         * sysdeps/powerpc/configure: Regenerated.
12041         * sysdeps/powerpc/powerpc32/configure: Regenerated.
12042         * sysdeps/powerpc/powerpc64/configure: Regenerated.
12043         * sysdeps/s390/s390-32/configure: Regenerated.
12044         * sysdeps/s390/s390-64/configure: Regenerated.
12045         * sysdeps/sh/configure: Regenerated.
12046         * sysdeps/sparc/configure: Regenerated.
12047         * sysdeps/unix/sysv/linux/configure: Regenerated.
12048         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
12049         * sysdeps/x86_64/configure: Regenerated.
12050
12051         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
12052         defined.  Don't check if MAP is NULL.
12053
12054 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
12055
12056         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
12057         (_G_stat64): Likewise.
12058         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
12059         (_G_stat64): Likewise.
12060         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
12061         instead of struct _G_stat64.
12062         * libio/fileops.c (mmap_remap_check): Likewise.
12063         (decide_maybe_mmap): Likewise.
12064         (_IO_new_file_seekoff): Likewise.
12065         (_IO_file_stat): Likewise.
12066         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
12067         _G_off64_t.
12068         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
12069         instead of struct _G_stat64.
12070         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
12071
12072 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
12073
12074         [BZ #14602]
12075         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
12076         Replace with ...
12077         (CHECK_EOL): New macro.
12078         (two_way_short_needle): Check beginning of haystack for EOL.  Use
12079         CHECK_EOL.
12080         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
12081         Replace with CHECK_EOL.
12082         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
12083         Replace with CHECK_EOL.
12084
12085 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
12086
12087         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
12088         type-generic.
12089         * math/libm-test.inc: Update comment listing what functions and
12090         macros are tested.
12091         (finite_test): New function.
12092         (isinf_test): Likewise.
12093         (isnan_test): Likewise.
12094         (fpclassify_test): Test subnormal input.
12095         (isfinite_test): Likewise.
12096         (isnormal_test): Likewise.
12097         (main): Call the new functions.
12098
12099 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
12100
12101         [BZ #14660]
12102         * Makerules (%.dynsym): Force C locale when running
12103         $(OBJDUMP) --dynamic-syms.
12104
12105 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
12106
12107         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
12108         <stdint.h>.
12109
12110 2012-10-06  David S. Miller  <davem@davemloft.net>
12111
12112         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
12113         upper 32-bits of the length value in %o2 since we use branch-on-register
12114         tests which consider the entire 64-bit register.
12115
12116 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
12117
12118         * string/test-strstr.c (check2): Add a test for page boundary.
12119
12120 2012-10-05  David S. Miller  <davem@davemloft.net>
12121
12122         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
12123         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
12124         file.
12125         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
12126         sysdep_routines.
12127         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
12128         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
12129         and bzero when HWCAP_SPARC_CRYPTO is present.
12130
12131 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
12132
12133         [BZ #14602]
12134         * string/test-strstr.c (check2): New function.
12135         (test_main): Call check2.
12136
12137         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
12138         and bug-strchr1.
12139         * string/bug-strcasestr1.c (do_test): Moved to ...
12140         * string/test-strcasestr.c (check1): Here.  New function.
12141         (do_one_test): Break out result checking code into ...
12142         (check_result): This.  New function.
12143         (do_one_test): Call check_result.
12144         (test_main): Call check1.
12145         * string/bug-strchr1.c (do_test): Moved to ...
12146         * string/test-strchr.c (check1): Here.  New function.
12147         (do_one_test): Break out result checking code into ...
12148         (check_result): This.  New function.
12149         (do_one_test): Call check_result.
12150         (test_main): Call check1.
12151         * string/bug-strstr1.c (main): Moved to ...
12152         * string/test-strstr.c (check1): Here.  New function.
12153         (do_one_test): Break out result checking code into ...
12154         (check_result): This.  New function.
12155         (do_one_test): Call check_result.
12156         (test_main): Call check1.
12157         * string/bug-strcasestr1.c: Removed.
12158         * string/bug-strchr1.c: Likewise.
12159         * string/bug-strstr1.c: Likewise.
12160
12161         * elf/Makefile (dl-routines): Add hwcaps.
12162         * elf/dl-support.c (_dl_important_hwcaps): Removed.
12163         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
12164         (_dl_important_hwcaps): Moved to ...
12165         * elf/dl-hwcaps.c: Here.  New file.
12166         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
12167
12168         [BZ #14557]
12169         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
12170         if IS_IN_rtld isn't defined.
12171
12172         * elf/dl-support.c (_dl_sysinfo_map): New.
12173         Include "get-dynamic-info.h" and "setup-vdso.h".
12174         (_dl_non_dynamic_init): Call setup_vdso.
12175         * elf/dynamic-link.h: Don't include <assert.h>.
12176         (elf_get_dynamic_info): Moved to ...
12177         * elf/get-dynamic-info.h: Here.  New file.
12178         * elf/dynamic-link.h: Include "get-dynamic-info.h".
12179         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
12180         * elf/setup-vdso.h: Here.  New file.
12181         * elf/rtld.c: Include "setup-vdso.h".
12182         (dl_main): Call setup_vdso.
12183
12184 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
12185
12186         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
12187         creal in comment listing functions tested.  List finite, isinf,
12188         isnan, isless, islessequal, isgreater, isgreaterequal,
12189         islessgreater, isunordered, lgamma_r and pow10 as functions and
12190         macros not tested.  Mention which functions not tested are aliases
12191         for other functions.  Fix typo.  Note that signs of NaNs are not
12192         tested.
12193
12194         * scripts/config.guess: Update from config.git.
12195         * scripts/config.sub: Likewise.
12196
12197 2012-10-04  Roland McGrath  <roland@hack.frob.com>
12198
12199         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
12200         * misc/madvise.c (madvise): Renamed to __madvise.
12201         Make madvise a weak alias.
12202         * include/sys/mman.h: Declare __madvise.
12203         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
12204         * sysdeps/unix/syscalls.list
12205         (madvise): Make __madvise the strong name, and madvise a weak alias.
12206         * sysdeps/unix/sysv/linux/syscalls.list
12207         (madvise, mmap): Remove redundant entries.
12208         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
12209         * malloc/malloc.c (mtrim): Likewise.
12210         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
12211
12212 2012-10-03  Roland McGrath  <roland@hack.frob.com>
12213
12214         * sysdeps/mach/hurd/dl-cache.c: File removed.
12215         * config.h.in (USE_LDCONFIG): New #undef.
12216         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
12217         * configure: Regenerated.
12218         * elf/Makefile (dl-routines): Add dl-cache only under
12219         [$(use-ldconfig) = yes].
12220         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
12221         cache on [USE_LDCONFIG].
12222         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
12223         [USE_LDCONFIG].
12224         * elf/rtld.c (dl_main): Likewise.
12225
12226 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
12227
12228         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
12229         _SC_LEVEL4_CACHE_LINESIZE.
12230
12231 2012-10-03  Roland McGrath  <roland@hack.frob.com>
12232
12233         * sysdeps/unix/bsd/confstr.h: File removed.
12234
12235 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
12236
12237         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
12238         sys/sdt-config.h.
12239
12240 2012-10-02  Roland McGrath  <roland@hack.frob.com>
12241
12242         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
12243         Make 'mapoff' field ElfW(Off) rather than off_t.
12244
12245 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
12246
12247         * nscd/Makefile: Remove nscd-cflags and all its users.
12248         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
12249         (CFLAGS-nonlib): Add compiler flags for nscd modules.
12250
12251         [BZ #10631]
12252         * malloc.c (malloc_printerr): Clarify error message.
12253
12254 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
12255
12256         [BZ #14648]
12257         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
12258         Set bit_FMA_Usable if FMA is supported.
12259         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
12260         macro.
12261         (bit_FMA4_Usable): Updated.
12262         (index_FMA_Usable): New macro.
12263         (CPUID_FMA): Likewise
12264         (HAS_FMA): Defined with bit_FMA_Usable.
12265
12266 2012-10-01  Roland McGrath  <roland@hack.frob.com>
12267
12268         * bits/types.h (__swblk_t): Type removed.
12269         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
12270         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
12271         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
12272         (__SWBLK_T_TYPE): Likewise.
12273         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
12274         (__SWBLK_T_TYPE): Likewise.
12275         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
12276         (__SWBLK_T_TYPE): Likewise.
12277         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
12278         (__SWBLK_T_TYPE): Likewise.
12279
12280 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
12281             Honza Horak <hhorak@redhat.com>
12282
12283         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
12284         (xdr_mapname): Use YPMAXMAP as maxsize.
12285         (xdr_peername): Use YPMAXPEER as maxsize.
12286         (xdr_keydat): Use YPAXRECORD as maxsize.
12287         (xdr_valdat): Use YPMAXRECORD as maxsize.
12288
12289 2012-10-01  Roland McGrath  <roland@hack.frob.com>
12290
12291         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
12292
12293         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
12294         * csu/init-first.c: ... here.
12295         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
12296         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
12297         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
12298         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
12299         * sysdeps/i386/init-first.c: File removed.
12300         * sysdeps/sh/init-first.c: File removed.
12301
12302 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
12303
12304         [BZ #14645]
12305         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
12306         if x * y might underflow to zero and z is zero.
12307         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
12308         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
12309         * math/libm-test.inc (min_subnorm_value): New variable.
12310         (fma_test): Add more tests.
12311         (fma_test_towardzero): Likewise.
12312         (fma_test_downward): Likewise
12313         (fma_test_upward): Likewise.
12314         (initialize): Set min_subnorm_value.
12315
12316 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
12317
12318         [BZ #14638]
12319         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
12320         0 + 0.
12321         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
12322         mode for addition resulting in exact zero.
12323         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
12324         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
12325         exact 0 + 0.
12326         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
12327         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
12328         * math/libm-test.inc (fma_test): Add more tests.
12329         (fma_test_towardzero): New function.
12330         (fma_test_downward): Likewise.
12331         (fma_test_upward): Likewise.
12332         (main): Call the new functions.
12333
12334 2012-09-28  David S. Miller  <davem@davemloft.net>
12335
12336         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
12337
12338 2012-09-28  Roland McGrath  <roland@hack.frob.com>
12339
12340         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
12341         instead of SIGALRM.
12342
12343         * sysdeps/gnu/_G_config.h: Moved to ...
12344         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
12345         * sysdeps/mach/hurd/_G_config.h: Moved to ...
12346         * sysdeps/generic/_G_config.h: ... here.
12347
12348         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
12349
12350         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
12351
12352         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
12353         Conditionalize target on [libnss_test1.so-version].
12354
12355         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
12356
12357         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
12358         (elfobjdir): Move out of conditionals.
12359
12360         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
12361         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
12362         (__nss_lookup_function): Conditionalize label remove_from_tree on
12363         [!DO_STATIC_NSS || SHARED], matching its only use.
12364
12365 2012-09-28  David S. Miller  <davem@davemloft.net>
12366
12367         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
12368         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
12369         file.
12370         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
12371         sysdep_routines.
12372         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
12373         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
12374         when HWCAP_SPARC_CRYPTO is present.
12375
12376 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
12377
12378         * io/tst-mknodat.c: Create a FIFO instead of a socket.
12379
12380 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
12381
12382         [BZ #6530]
12383         * stdio-common/vfprintf.c (process_string_arg): Revert
12384         2000-07-22 change.
12385
12386 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
12387
12388         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
12389         for testcase.
12390         * stdio-common/tst-sprintf.c: Include <locale.h>
12391         (main): Test sprintf's handling of incomplete multibyte
12392         characters.
12393
12394 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
12395
12396         * elf/dl-runtime.c (VERSYMIDX): Removed.
12397         * elf/dl-version.c (VERSYMIDX): Likewise.
12398         * elf/do-rel.h (VERSYMIDX): Likewise.
12399         (VALIDX): Likewise.
12400         * elf/dynamic-link.h (VERSYMIDX): Likewise.
12401         * elf/rtld.c (VALIDX): Likewise.
12402         (ADDRIDX): Likewise.
12403         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
12404         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
12405         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
12406         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
12407         (VALIDX): Likewise.
12408         (ADDRIDX): Likewise.
12409
12410 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
12411
12412         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
12413
12414 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
12415
12416         [BZ #11438]
12417         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
12418         to global scope.
12419         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
12420         addresses are in the same scope as 192.0.2/24.
12421         * posix/gai.conf: Document new scope table defaults.
12422
12423 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
12424
12425         [BZ #5298]
12426         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
12427         for ftell.  Compute offsets from write pointers instead.
12428         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
12429
12430 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
12431
12432         [BZ #14543]
12433         * libio/Makefile (tests): New test case tst-fseek.
12434         * libio/tst-fseek.c: New test case to verify that fseek/ftell
12435         combination works in wide mode.
12436         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
12437         state when the external buffer state changes.
12438
12439 2012-09-27  David S. Miller  <davem@davemloft.net>
12440
12441         [BZ #14376]
12442         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
12443         pass reloc->r_addend in as the 'high' argument to
12444         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
12445
12446         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12447
12448 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
12449
12450         * rt/tst-aio2.c: Include <pthread.h>.
12451         * rt/tst-aio3.c: Likewise.
12452
12453 2012-09-27  Steve Ellcey  <sellcey@mips.com>
12454
12455         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
12456
12457 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
12458
12459         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
12460         contents on [SHARED].
12461
12462 2012-09-26  Marek Polacek  <polacek@redhat.com>
12463
12464         [BZ #14530]
12465         [BZ #13741]
12466         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
12467         for C++ and GCC <4.3 as well as for non GCC compilers.
12468
12469 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
12470
12471         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12472
12473 2012-09-25  Roland McGrath  <roland@hack.frob.com>
12474
12475         * Makefile.in (all, install): Declare with .PHONY.
12476         Reported by Michael Hope <michael.hope@linaro.org>.
12477
12478 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
12479
12480         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
12481         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
12482         system header.
12483         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
12484         Likewise.
12485         (sydep_routines): Add the new and the internal functions.
12486         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
12487         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
12488         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
12489         (GLIBC_2.17): Add the new function.
12490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
12491         (GLIBC_2.17): Likewise.
12492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
12493         (GLIBC_2.17): Likewise.
12494         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
12495         (GLIBC_2.17): Likewise.
12496         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
12497
12498 2012-09-25  Alan Modra  <amodra@gmail.com>
12499
12500         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
12501         Add release barrier before setting once_control to say
12502         initialisation is done.  Add hints on lwarx.  Use macro in
12503         place of isync.
12504         (clear_once_control): Add release barrier.
12505
12506 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
12507
12508         [BZ #13629]
12509         * math/s_clog.c (__clog): Handle more values close to |z| = 1
12510         specially.
12511         * math/s_clog10.c (__clog10): Likewise.
12512         * math/s_clog10f.c (__clog10f): Likewise.
12513         * math/s_clog10l.c (__clog10l): Likewise.
12514         * math/s_clogf.c (__clogf): Likewise.
12515         * math/s_clogl.c (__clogl): Likewise.
12516         * math/Makefile (libm-calls): Add x2y2m1.
12517         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
12518         (__x2y2m1): Likewise.
12519         (__x2y2m1l): Likewise.
12520         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
12521         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
12522         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
12523         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
12524         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
12525         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
12526         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
12527         * sysdeps/i386/fpu/libm-test-ulps: Update.
12528         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12529
12530         [BZ #14621]
12531         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
12532         int as type of variable DEPTH.
12533         (glob): Use size_t instead of int as type of variables NEWCOUNT
12534         and OLD_PATHC.
12535
12536 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12537
12538         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
12539         Add s_sincosf-sse2.
12540         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
12541         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
12542         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
12543         macros for using routine as __sincosf_ia32.
12544         Use macro for function declaration and weak_alias.
12545         * sysdeps/i386/fpu/libm-test-ulps: Update.
12546
12547         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
12548         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12549
12550         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
12551         subnormal argument.
12552         * math/s_cexpf.c (__cexpf): Likewise.
12553         * math/s_csinf.c (__csinf): Likewise.
12554         * math/s_csinhf.c (__csinhf): Likewise.
12555         * math/s_ctanf.c (__ctanf): Likewise.
12556         * math/s_ctanhf.c (__ctanhf): Likewise.
12557         * math/s_ccosh.c (__ccoshf): Likewise.
12558         * math/s_cexp.c (__cexpl): Likewise.
12559         * math/s_csin.c (__csin): Likewise.
12560         * math/s_csinh.c (__csinh): Likewise.
12561         * math/s_ctan.c (__ctan): Likewise.
12562         * math/s_ctanh.c (ctanh): Likewise.
12563         * math/s_ccoshl.c (__ccoshl): Likewise.
12564         * math/s_cexpl.c (__cexpl): Likewise.
12565         * math/s_csinl.c (__csinl): Likewise.
12566         * math/s_csinhl.c (__csinhl): Likewise.
12567         * math/s_ctanl.c (__ctanl): Likewise.
12568         * math/s_ctanhl.c (__ctanhl): Likewise.
12569
12570 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
12571
12572         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
12573         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
12574         (_IO_off_t): Define to __off_t, not _G_off_t.
12575         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
12576         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
12577         (_IO_wint_t): Define to wint_t, not _G_wint_t.
12578         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
12579         type of __dummy and __dummy2 fields.
12580         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
12581         (_G_ssize_t): Likewise.
12582         (_G_off_t): Likewise.
12583         (_G_pid_t): Likewise.
12584         (_G_uid_t): Likewise.
12585         (_G_wchar_t): Likewise.
12586         (_G_wint_t): Likewise.
12587         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
12588         (_G_ssize_t): Likewise.
12589         (_G_off_t): Likewise.
12590         (_G_pid_t): Likewise.
12591         (_G_uid_t): Likewise.
12592         (_G_wchar_t): Likewise.
12593         (_G_wint_t): Likewise.
12594         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
12595         (_G_ssize_t): Likewise.
12596         (_G_off_t): Likewise.
12597         (_G_pid_t): Likewise.
12598         (_G_uid_t): Likewise.
12599         (_G_wchar_t): Likewise.
12600         (_G_wint_t): Likewise.
12601
12602 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
12603
12604         * malloc/arena.c: Include malloc-sysdep.h.
12605         (shrink_heap): Use check_may_shrink_heap to decide if madvise
12606         is sufficient to shrink the heap or an unmap is needed.
12607         * sysdeps/generic/malloc-sysdep.h: New file.  Define
12608         new function check_may_shrink_heap.
12609         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
12610         new function check_may_shrink_heap.
12611
12612 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
12613
12614         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
12615         comments.
12616
12617 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
12618
12619         * catgets/test-gencat.sh: Add "set -e".
12620         * elf/tst-pathopt.sh: Likewise.
12621         * grp/tst_fgetgrent.sh: Likewise.
12622         * iconvdata/run-iconv-test.sh: Likewise.
12623         * intl/tst-gettext.sh: Likewise.
12624         * intl/tst-gettext2.sh: Likewise.
12625         * intl/tst-gettext4.sh: Likewise.
12626         * intl/tst-gettext6.sh: Likewise.
12627         * intl/tst-translit.sh: Likewise.
12628         * io/ftwtest-sh: Likewise.
12629         * libio/test-freopen.sh: Likewise.
12630         * malloc/tst-mtrace.sh: Likewise.
12631         * posix/globtest.sh: Likewise.
12632         * posix/tst-getconf.sh: Likewise.
12633         * posix/wordexp-tst.sh: Likewise.
12634         * stdio-common/tst-printf.sh: Likewise.
12635         * stdio-common/tst-unbputc.sh: Likewise.
12636         * stdlib/tst-fmtmsg.sh: Likewise.
12637         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
12638         * catgets/Makefile: Do not specify -e option when running
12639         testsuite shell scripts.
12640         * elf/Makefile: Likewise.
12641         * grp/Makefile: Likewise.
12642         * iconvdata/Makefile: Likewise.
12643         * intl/Makefile: Likewise.
12644         * io/Makefile: Likewise.
12645         * libio/Makefile: Likewise.
12646         * malloc/Makefile: Likewise.
12647         * posix/Makefile: Likewise.
12648         * stdio-common/Makefile: Likewise.
12649         * stdlib/Makefile: Likewise.
12650         * sysdeps/x86_64/Makefile: Likewise.
12651
12652         * io/ftwtest-sh: Add copyright header.
12653         * posix/globtest.sh: Likewise.
12654         * posix/tst-getconf.sh: Likewise.
12655         * posix/wordexp-tst.sh: Likewise.
12656         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
12657
12658 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
12659
12660         [BZ #13679]
12661         * Makeconfig (+link): Defined as $(+link-static) if
12662         $(build-shared) isn't yes.
12663         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
12664         isn't yes.
12665         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
12666
12667         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
12668
12669         [BZ #14562]
12670         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
12671         new chunk size with MALLOC_ALIGN_MASK.
12672
12673 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
12674
12675         [BZ #5044]
12676         * stdio-common/printf_fphex.c: Include <stdbool.h> and
12677         <rounding-mode.h>.
12678         (__printf_fphex): Determine rounding using get_rounding_mode and
12679         round_away.
12680         * stdio-common/tst-printf-round.c (struct hex_test): New
12681         structure.
12682         (hex_tests): New variable.
12683         (test_hex_in_one_mode): New function.
12684         (do_test): Also run tests for hex float output.
12685
12686 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
12687
12688         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
12689         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
12690         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
12691         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
12692         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
12693         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
12694         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
12695         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
12696
12697 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
12698
12699         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
12700         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
12701         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
12702         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
12703
12704 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
12705
12706         [BZ #14579]
12707         * elf/rtld.c (dl_main): Limit the check for self loading to normal
12708         mode only.
12709         * elf/tst-rtld-load-self.sh: New test.
12710         * elf/Makefile: Run it.
12711
12712 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
12713
12714         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
12715         (tst-writev-ENV): Remove.
12716         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
12717
12718 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
12719
12720         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
12721
12722 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
12723
12724         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
12725         unconditional.
12726         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
12727         Likewise.
12728         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
12729         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
12730         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
12731         Likewise.
12732
12733 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
12734
12735         [BZ #14587]
12736         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
12737         * config.make.in (have-cpp-asm-debuginfo): Removed.
12738         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
12739         * configure: Regenerated.
12740
12741 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
12742
12743         [BZ #5044]
12744         * stdio-common/printf_fp.c: Include <stdbool.h> and
12745         <rounding-mode.h>.
12746         (___printf_fp): Determine rounding using get_rounding_mode and
12747         round_away.
12748         * stdio-common/tst-printf-round.c: New file.
12749         * stdio-common/Makefile (tests): Add tst-printf-round.
12750         (link-libm): New variable.
12751         ($(objpfx)tst-printf-round): Depend in $(link-libm).
12752
12753 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
12754
12755         [BZ #14576]
12756         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
12757         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
12758         Likewise.
12759         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
12760         Likewise.
12761
12762 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
12763
12764         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
12765         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
12766         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
12767         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
12768
12769 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
12770
12771         [BZ #14518]
12772         * include/rounding-mode.h: New file.
12773         * sysdeps/generic/get-rounding-mode.h: Likewise.
12774         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
12775         * stdlib/strtod_l.c: Include <rounding-mode.h>.
12776         (MAX_VALUE): New macro.
12777         (MIN_VALUE): Likewise.
12778         (overflow_value): New function.
12779         (underflow_value): Likewise.
12780         (round_and_return): Use overflow_value and underflow_value to
12781         determine return values in overflow and underflow cases.  Use
12782         round_away to determine rounding depending on rounding mode.
12783         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
12784         determine return values in overflow and underflow cases.
12785         * stdlib/tst-strtod-round.c: Include <fenv.h>.
12786         (struct test_results): New structure.
12787         (struct test): Use struct test_results to store expected results
12788         for all rounding modes.
12789         (TEST): Include expected results for all rounding modes.
12790         (test_in_one_mode): New function.
12791         (do_test): Use test_in_one_mode to compute and check results.
12792         Check results for all rounding modes.
12793         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
12794         $(link-libm).
12795
12796 2012-12-09  Allan McRae  <allan@archlinux.org>
12797
12798         * sysdeps/i386/fpu/libm-test-ulps: Update
12799
12800 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
12801
12802         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
12803         (_G_int32_t): Likewise.
12804         (_G_uint16_t): Likewise.
12805         (_G_uint32_t): Likewise.
12806         (_G_HAVE_BOOL): Likewise.
12807         (_G_HAVE_ATEXIT): Likewise.
12808         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
12809         (_G_HAVE_IO_FILE_OPEN): Likewise.
12810         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
12811         (_G_int32_t): Likewise.
12812         (_G_uint16_t): Likewise.
12813         (_G_uint32_t): Likewise.
12814         (_G_HAVE_BOOL): Likewise.
12815         (_G_HAVE_ATEXIT): Likewise.
12816         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
12817         (_G_HAVE_IO_FILE_OPEN): Likewise.
12818         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
12819         (_G_int32_t): Likewise.
12820         (_G_uint16_t): Likewise.
12821         (_G_uint32_t): Likewise.
12822         (_G_HAVE_BOOL): Likewise.
12823         (_G_HAVE_ATEXIT): Likewise.
12824         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
12825         (_G_HAVE_IO_FILE_OPEN): Likewise.
12826
12827 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
12828
12829         * csu/libc-tls.c: Update copyright years.
12830
12831 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
12832
12833         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
12834         [!_G_USING_THUNKS]: Remove conditional code.
12835         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
12836         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
12837
12838         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
12839         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
12840         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
12841         (_G_VTABLE_LABEL_PREFIX): Likewise.
12842         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
12843         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
12844         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
12845         (_G_VTABLE_LABEL_PREFIX): Likewise.
12846         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
12847         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
12848         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
12849         (_G_VTABLE_LABEL_PREFIX): Likewise.
12850         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
12851
12852 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
12853
12854         * libio/Makefile: Include ../Makeconfig before tests.
12855         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
12856         only if $(build-shared) is yes.
12857
12858         * iconv/gconv_db.c: Update copyright years.
12859
12860 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12861
12862         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
12863         unwind info if defined PIC. Fix special cases description.
12864         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
12865
12866         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
12867         DP_HI_MASK entry.
12868         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
12869
12870 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
12871
12872         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
12873
12874         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
12875         is NULL.
12876
12877         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
12878         (LDLIBS-tst-chk4): This.
12879         (LDFLAGS-tst-chk5): Renamed to ...
12880         (LDLIBS-tst-chk5): This.
12881         (LDFLAGS-tst-chk6): Renamed to ...
12882         (LDLIBS-tst-chk6): This.
12883         (LDFLAGS-tst-lfschk4): Renamed to ...
12884         (LDLIBS-tst-lfschk4): This.
12885         (LDFLAGS-tst-lfschk5): Renamed to ...
12886         (LDLIBS-tst-lfschk5): This.
12887         (LDFLAGS-tst-lfschk6): Renamed to ...
12888         (LDLIBS-tst-lfschk6): This.
12889
12890         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
12891         on $(common-objpfx)soversions.mk.
12892
12893 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
12894
12895         [BZ #10014]
12896         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
12897         example host name.
12898
12899 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
12900
12901         * malloc/arena.c (arena_get_retry): New function that gets
12902         another arena for the caller to try its request on.
12903         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
12904         current arena cannot fulfill the request.
12905         (__libc_memalign): Likewise.
12906         (__libc_memalign): Likewise.
12907         (__libc_pvalloc): Likewise.
12908         (__libc_calloc): Likewise.
12909
12910 2012-09-05  John Tobey  <john.tobey@gmail.com>
12911
12912         [BZ #13542]
12913         * manual/arith.texi (Operations on Complex): Fix description
12914         of carg branch cut.
12915
12916 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
12917
12918         [BZ #10014]
12919         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
12920         host name.
12921
12922         [BZ #10038]
12923         * manual/memory.texi (Memory): Make order of menu items match
12924         order of sections.
12925
12926 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
12927
12928         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
12929         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
12930         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
12931
12932 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
12933
12934         * csu/libc-tls.c (static_dtv): Renamed to ...
12935         (_dl_static_dtv): This.  Make it global.
12936         (_dl_initial_dtv): Removed.
12937         (__libc_setup_tls): Updated.
12938         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
12939         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
12940         DL_INITIAL_DTV.
12941
12942 2012-09-06  Petr Machata  <pmachata@redhat.com>
12943
12944         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
12945         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
12946         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
12947         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
12948
12949 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
12950
12951         [BZ #14545]
12952         * csu/libc-tls.c (_dl_initial_dtv): New variable.
12953         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
12954         freeing dtv[-1].
12955
12956 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
12957
12958         [BZ #14544]
12959         * Makeconfig (link-static-before-libc): Replace $(+prector)
12960         with $(+prectorT).
12961         (link-static-after-libc): Replace $(+postctor) with
12962         $(+postctorT).
12963         (link-bounded): Replace $(+prector)/$(+postctor) with
12964         $(+prectorT)/$(+postctorT).
12965         (+prectorT): New macro.
12966         (+postctorT): Likewise.
12967
12968 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
12969
12970         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
12971         (round_str): Handle values above the maximum for IBM long double
12972         as inexact.
12973         * stdlib/tst-strtod-round.c (tests): Regenerated.
12974
12975 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12976
12977         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
12978         assembler flag.
12979         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
12980         zarch_nohighgprs around the zarch optimized routines.
12981         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
12982         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
12983         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
12984         for zarch.
12985
12986 2012-09-05  David S. Miller  <davem@davemloft.net>
12987
12988         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12989
12990         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE,
12991         HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
12992         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
12993         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
12994         entries.
12995
12996 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
12997
12998         * malloc/arena.c: Fold copyright years.
12999         * malloc/mcheck.c, malloc/memusage.c: Likewise.
13000
13001 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
13002
13003         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
13004
13005 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
13006
13007         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
13008
13009 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
13010
13011         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
13012         change internal state upon failure.
13013
13014 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
13015
13016         * malloc/mcheck.c (mcheck_check_all): Fix typo.
13017         * malloc/memusage.c (mmap): Likewise.
13018         (mmap64, mremap): Likewise.  Adjust name in comment.
13019
13020 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
13021
13022         * libio/fileops.c: Fix typos in comments.
13023         * libio/oldfileops.c: Likewise.
13024         * libio/wfileops.c: Likewise.
13025
13026 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
13027
13028         [BZ #1349]
13029         * malloc/Makefile (tests): Add tst-malloc-usable test case.
13030         (tst-malloc-usable-ENV): Set environment for test case.
13031         * malloc/hooks.c (malloc_check_get_size): New function to get
13032         requested size.
13033         * malloc/malloc.c (musable): Use malloc_check_get_size.
13034         * malloc/tst-malloc-usable.c: New test case.
13035
13036 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
13037
13038         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
13039
13040 2012-09-05  Allan McRae  <allan@archlinux.org>
13041
13042         [BZ #13966]
13043         * configure.in (CXX_SYSINCLUDES): Use compiler output to
13044         determine header location.
13045         * configure: Regenerated.
13046
13047 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
13048
13049         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
13050         float format.
13051         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
13052         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
13053         format.
13054         (test): Regenerate.
13055
13056 2012-09-04  David S. Miller  <davem@davemloft.net>
13057
13058         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
13059         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
13060         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
13061
13062 2012-09-04  Florian Weimer  <fweimer@redhat.com>
13063
13064         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
13065         failures.
13066
13067         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
13068
13069 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
13070
13071         [BZ #9914]
13072         * libio/iogetdelim.c: Include <limits.h>.
13073         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
13074         + len + 1 would overflow.
13075
13076 2012-09-03  Andreas Jaeger  <aj@suse.de>
13077
13078         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13079         * sysdeps/i386/fpu/libm-test-ulps: Update.
13080
13081 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
13082
13083         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
13084         Add s_sinf-sse2, s_conf-sse2.
13085
13086         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
13087         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
13088         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
13089         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
13090
13091         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
13092         for using routine as __sinf_ia32.
13093         Use macro for function declaration and weak_alias.
13094         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
13095         for using routine as __cosf_ia32.
13096         Use macro for function declaration and weak_alias.
13097
13098         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
13099         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
13100
13101         * sysdeps/x86_64/fpu/s_sinf.S: New file.
13102         * sysdeps/x86_64/fpu/s_cosf.S: New file.
13103         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13104
13105         * math/libm-test.inc (cos_test): Add more test cases.
13106         (sin_test): Likewise.
13107         (sincos_test): Likewise.
13108
13109 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13110
13111         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
13112         (IFUNC_RESOLVE): Make pointers to the specialized implementations
13113         hidden.
13114         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
13115
13116 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
13117
13118         [BZ #14538]
13119         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
13120         first element of the GOT.
13121         (elf_machine_load_address): Return the difference between
13122         the runtime address of _DYNAMIC and elf_machine_dynamic ().
13123
13124 2012-09-01  Allan McRae  <allan@archlinux.org>
13125
13126         [BZ #13412]
13127         * configure.in (AWK): Require gawk version 3.0 or later.
13128         * configure: Regenerated.
13129
13130 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
13131
13132         * sysdeps/unix/sysv/linux/kernel-features.h
13133         (__ASSUME_POSIX_CPU_TIMERS): Remove.
13134         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
13135         [__NR_clock_getres]: Make code unconditional.
13136         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
13137         (clock_getcpuclockid): Remove code left unreachable by removal of
13138         conditionals.
13139         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
13140         code unconditional.
13141         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
13142         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
13143         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
13144         Make code unconditional.
13145         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
13146         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
13147         * sysdeps/unix/sysv/linux/clock_settime.c
13148         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
13149         conditional code.
13150         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
13151         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
13152
13153 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
13154
13155         [BZ #14476]
13156         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
13157         scripts/test-installation.pl.
13158
13159         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
13160         and $ld_so_version if it is set.
13161
13162 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
13163
13164         [BZ #14516]
13165         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
13166         failure if reading from procfs failed.
13167         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
13168
13169 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
13170
13171         * sysdeps/unix/sysv/linux/kernel-features.h
13172         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
13173         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
13174         Remove conditional code.
13175         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
13176         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
13177         Remove conditional code.
13178         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
13179         * sysdeps/unix/sysv/linux/i386/fxstat.c
13180         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
13181         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
13182         * sysdeps/unix/sysv/linux/i386/fxstatat.c
13183         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
13184         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
13185         * sysdeps/unix/sysv/linux/i386/lxstat.c
13186         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
13187         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
13188         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
13189         Remove conditional code.
13190         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
13191         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
13192         Remove conditional code.
13193         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
13194         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
13195         <kernel-features.h>.
13196         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
13197         Remove.
13198         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
13199         Remove conditional code.
13200         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
13201         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
13202         Remove conditional.
13203
13204 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
13205
13206         [BZ #5400]
13207         * NEWS: Add fixed bug number.
13208
13209 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
13210
13211         [BZ #14519]
13212         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
13213         underflowing exponent in case of negative sign.
13214         * stdlib/tst-strtod-round-data: Add more tests.
13215         * stdlib/tst-strtod-round.c (tests): Regenerated.
13216
13217         [BZ #3479]
13218         * stdlib/strtod_l.c (NDIG): Remove.
13219         (HEXNDIG): Likewise.
13220         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
13221         smallest representable value.
13222         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
13223         lie within an exact representation of 1/2 ulp of the result.
13224         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
13225         unconditionally.
13226         (TENS_P9_IDX): Define unconditionally.
13227         (TENS_P9_SIZE): Likewise.
13228         (TENS_P10_IDX): Likewise.
13229         (TENS_P10_SIZE): Likewise.
13230         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
13231         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
13232         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
13233         entries for 10^2^13 and 10^2^14.
13234         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
13235         (TENS_P13_IDX): Define.
13236         (TENS_P13_SIZE): Likewise.
13237         (TENS_P14_IDX): Likewise.
13238         (TENS_P14_SIZE): Likewise.
13239         (_fpioconst_pow10): Change array size to
13240         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
13241         unconditional.
13242         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
13243         1024]: Add entries for 10^2^13 and 10^2^14.
13244         [LAST_POW10 > _LAST_POW10]: Remove #error.
13245         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
13246         (_fpioconst_pow10): Change array size to
13247         FPIOCONST_POW10_ARRAY_SIZE.
13248         * stdlib/gen-fpioconst.c: New file.
13249         * stdlib/gen-tst-strtod-round.c: Likewise.
13250         * stdlib/tst-strtod-round-data: Likewise.
13251         * stdlib/tst-strtod-round.c: Likewise.
13252         * stdlib/Makefile (tests): Add tst-strtod-round.
13253
13254         [BZ #14459]
13255         * stdlib/strtod_l.c: Include <stdint.h>.
13256         (NDEBUG): Do not define.
13257         (round_and_return): Change EXPONENT parameter to type intmax_t.
13258         Rearrange calculations to avoid internal overflow possibilities.
13259         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
13260         Rearrange calculations to avoid internal overflow possibilities.
13261         Assert that number fits inside MPNSIZE limbs.
13262         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
13263         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
13264         calculations and add assertions to avoid internal overflow
13265         possibilities.  Add casts to avoid signed/unsigned operations.
13266         * stdlib/tst-strtod-overflow.c: New file.
13267         * stdlib/Makefile (tests): Add tst-strtod-overflow.
13268
13269 2012-08-25  Marek Polacek  <polacek@redhat.com>
13270
13271         * time/time.h: Fix some typos in comments.
13272
13273 2012-08-23  Roland McGrath  <roland@hack.frob.com>
13274
13275         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
13276         * posix/tst-rfc3484-2.c: Likewise.
13277         * posix/tst-rfc3484-3.c: Likewise.
13278
13279 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
13280
13281         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
13282         (EF_ARM_ABI_FLOAT_HARD): Likewise.
13283
13284 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
13285
13286         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
13287         #include of fxstatat64.c.
13288
13289 2012-08-22  Roland McGrath  <roland@hack.frob.com>
13290
13291         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
13292         * shadow/getspent_r.c: Likewise.
13293         * shadow/getspnam.c: Likewise.
13294         * shadow/getspnam_r.c: Likewise.
13295         * gshadow/getsgent.c: Likewise.
13296         * gshadow/getsgent_r.c: Likewise.
13297         * gshadow/getsgnam.c: Likewise.
13298         * gshadow/getsgnam_r.c: Likewise.
13299         * inet/getnetbyad.c: Likewise.
13300         * inet/getnetbyad_r.c: Likewise.
13301         * inet/getnetbynm.c: Likewise.
13302         * inet/getnetbynm_r.c: Likewise.
13303         * inet/getnetent.c: Likewise.
13304         * inet/getnetent_r.c: Likewise.
13305         * inet/getproto.c: Likewise.
13306         * inet/getproto_r.c: Likewise.
13307         * inet/getprtent.c: Likewise.
13308         * inet/getprtent_r.c: Likewise.
13309         * inet/getprtname.c: Likewise.
13310         * inet/getprtname_r.c: Likewise.
13311         * inet/getrpcbyname.c: Likewise.
13312         * inet/getrpcbyname_r.c: Likewise.
13313         * inet/getrpcbynumber.c: Likewise.
13314         * inet/getrpcbynumber_r.c: Likewise.
13315         * inet/getrpcent.c: Likewise.
13316         * inet/getrpcent_r.c: Likewise.
13317         * inet/getaliasent.c: Likewise.
13318         * inet/getaliasent_r.c: Likewise.
13319         * inet/getaliasname.c: Likewise.
13320         * inet/getaliasname_r.c: Likewise.
13321         * nscd/getgrgid_r.c: Likewise.
13322         * nscd/getgrnam_r.c: Likewise.
13323         * nscd/gethstbyad_r.c: Likewise.
13324         * nscd/gethstbynm3_r.c: Likewise.
13325         * nscd/getpwnam_r.c: Likewise.
13326         * nscd/getpwuid_r.c: Likewise.
13327         * nscd/getsrvbynm_r.c: Likewise.
13328         * nscd/getsrvbypt_r.c: Likewise.
13329         * nscd/gai.c: Likewise.
13330
13331         * configure.in (build_nscd): New substituted variable, set
13332         by --disable-build-nscd and defaults to $use_nscd.
13333         * configure: Regenerated.
13334         * config.make.in (build-nscd): New substituted variable.
13335         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
13336         Change conditional to require [$(build-nscd) = yes] as well.
13337         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
13338
13339         [BZ# 13696]
13340         * configure.in (use_nscd): New substituted variable, set by
13341         --disable-nscd.  If enabled, define USE_NSCD.
13342         * configure: Regenerated.
13343         * config.h.in: Add USE_NSCD.
13344         * config.make.in (use-nscd): New substituted variable.
13345         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
13346         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
13347         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
13348         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
13349         (CFLAGS-getgrnam_r.c): Likewise.
13350         (CFLAGS-initgroups.c): Likewise.
13351         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
13352         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
13353         Variables removed.
13354         * inet/getnetgrent_r.c
13355         (nscd_setnetgrent): New function, broken out of ...
13356         (setnetgrent): ... here.  Call it.
13357         (innetgr): Conditionalize nscd bits on [USE_NSCD].
13358         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
13359         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
13360         * nscd/Makefile (routines, aux): Move definitions after include of
13361         Makeconfig.  Conditionalize on [$(use-nscd) != no].
13362         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
13363         Conditionalize on [USE_NSCD].
13364         (is_nscd, nscd_init_cb): Likewise.
13365         (nss_load_library): Conditionalize init callback on [USE_NSCD].
13366         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
13367         * nss/nss_db/db-init.c: Likewise.
13368         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
13369         [USE_NSCD].
13370         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
13371         (make_request): Use it.
13372         (cache_valid_p): New function.
13373         (__check_pf): Use it.
13374         * NEWS: Add item for --disable-nscd.
13375
13376 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
13377
13378         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
13379         to support sed >= 4.2.1-20-ga9bf076.
13380         * configure: Regenerated.
13381
13382 2012-08-22  Roland McGrath  <roland@hack.frob.com>
13383
13384         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
13385         Conditionalize whole body on [IREL].
13386
13387 2012-08-22  Jeff Law <law@redhat.com>
13388
13389         [BZ #14505]
13390         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
13391         if the family is PF_UNSPEC.
13392
13393 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
13394
13395         * Makerules (lib-version): Rename from V.
13396         (install-lib-nosubdir): Change V to lib-version.
13397
13398 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
13399
13400         [BZ #14252]
13401         * powerpc32/power6/wcschr.c: New file.
13402         * powerpc32/power6/wcscpy.c: New file.
13403         * powerpc32/power6/wcsrchr.c: New file.
13404         * powerpc64/power6/wcschr.c: New file.
13405         * powerpc64/power6/wcscpy.c: New file.
13406         * powerpc64/power6/wcsrchr.c: New file.
13407
13408 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
13409
13410         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
13411         (two_way_short_needle): Use it.
13412         * string/strstr.c (AVAILABLE1_USES_J): Define.
13413         * string/strcasestr.c: Likewise.
13414
13415         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
13416         array references.
13417         * string/strcasestr.c (TOLOWER): Make side-effect safe.
13418
13419         [BZ #11607]
13420         * NEWS: Add an entry.
13421         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
13422         define their defaults.
13423         (two_way_short_needle): Detect end-of-string on-the-fly.
13424         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
13425         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
13426         * string/bug-strcasestr1.c: New test.
13427         * string/Makefile: Run it.
13428
13429 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
13430
13431         [BZ #11607]
13432         * string/str-two-way.h (two_way_short_needle): Optimize matching of
13433         the first character.
13434
13435 2012-08-21  Roland McGrath  <roland@hack.frob.com>
13436
13437         * csu/elf-init.c (__libc_csu_irel): Function removed.
13438         * csu/libc-start.c (apply_irel): New function.
13439         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
13440
13441 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
13442
13443         * sysdeps/unix/sysv/linux/kernel-features.h
13444         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
13445         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
13446         <kernel-features.h>.
13447         [__NR_fadvise64_64]: Make code unconditional.
13448         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
13449         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
13450         !__NR_fadvise64_64)]: Likewise.
13451         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
13452         !__NR_fadvise64_64))]: Likewise.
13453         [__NR_fadvise64]: Make code unconditional.
13454         [!__NR_fadvise64]: Remove conditional code.
13455         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
13456         <kernel-features.h>.
13457         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
13458         unconditional.
13459         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
13460         conditional code.
13461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
13462         not include <kernel-features.h>.
13463         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
13464         unconditional.
13465         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
13466         conditional code.
13467         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
13468         include <kernel-features.h>.
13469         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
13470         unconditional.
13471         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
13472         conditional code.
13473
13474 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
13475
13476         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
13477         slight instruction rearrangements per scrollpipe analysis.
13478         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
13479
13480 2012-08-20  Roland McGrath  <roland@hack.frob.com>
13481
13482         * manual/syslog.texi (syslog; vsyslog, closelog):
13483         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
13484         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
13485
13486         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
13487         DSOCAPS to match condition on defining it.
13488
13489 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
13490
13491         * sysdeps/unix/sysv/linux/kernel-features.h
13492         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
13493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
13494         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
13495         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
13496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
13497         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
13498         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
13499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
13500         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
13501         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
13502
13503         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
13504         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
13505
13506         * sysdeps/unix/sysv/linux/kernel-features.h
13507         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
13508         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
13509         unconditional.
13510         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
13511         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
13512         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
13513         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
13514         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
13515         Make code unconditional.
13516         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
13517         (__mmap64) [!__NR_mmap2]: Likewise.
13518         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
13519         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
13520         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
13521         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
13522         [__NR_mmap2]: Make code unconditional.
13523         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
13524         (__mmap64) [!__NR_mmap2]: Likewise.
13525
13526 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13527
13528         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
13529
13530 2012-08-18  Andreas Jaeger  <aj@suse.de>
13531
13532         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
13533
13534 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
13535
13536         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
13537         * include/unistd.h (__have_sock_cloexec): Likewise.
13538         (__have_pipe2): Likewise.
13539         (__have_dup3): Likewise.
13540
13541 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
13542
13543         [BZ #9685]
13544         * include/unistd.h (__have_pipe2): Change define into an extern int.
13545         (__have_dup3): Likewise.
13546         * socket/have_sock_cloexec.c: Include fcntl.h.
13547         (__have_pipe2): New variable.
13548         (__have_dup3): Likewise.
13549
13550 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
13551
13552         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
13553
13554 2012-08-17  Marek Polacek  <polacek@redhat.com>
13555
13556         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
13557         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
13558
13559 2012-08-17  Roland McGrath  <roland@hack.frob.com>
13560
13561         * configure.in: Add AC_SUBST for sysheaders.
13562         * configure: Regenerated.
13563         * config.make.in (sysheaders): New substituted variable.
13564
13565         * sysdeps/unix/mkfifo.c: Moved ...
13566         * sysdeps/posix/mkfifo.c: ... here.
13567         * sysdeps/unix/mkfifoat.c: Moved ...
13568         * sysdeps/posix/mkfifoat.c: ... here.
13569
13570         * sysdeps/unix/utime.c: Moved ...
13571         * sysdeps/posix/utime.c: ... here.
13572
13573         * sysdeps/unix/time.c: Moved ...
13574         * sysdeps/posix/time.c: ... here.
13575         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
13576         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
13577
13578         * sysdeps/unix/nice.c: Moved ...
13579         * sysdeps/posix/nice.c: ... here.
13580
13581         * sysdeps/unix/alarm.c: Moved ...
13582         * sysdeps/posix/alarm.c: ... here.
13583
13584         * intl/Makefile ($(codeset_mo)): Depend on the input file.
13585
13586 2012-08-17  Jeff Law <law@redhat.com>
13587
13588         * intl/Makefile (codeset_mo): New variable.
13589         ($(codeset_mo)): New target.
13590         (tst-codeset.out): Depend on that.  Remove explicit rule.
13591         (tst-gettext3.out, tst-gettext5.out): Likewise.
13592         (LOCPATH-ENV, tst-codeset-ENV): New variables.
13593         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
13594         * intl/tst-codeset.sh: Remove.
13595         * intl/tst-gettext3.sh: Likewise.
13596         * intl/tst-gettext5.sh: Likewise.
13597
13598 2012-08-17  Roland McGrath  <roland@hack.frob.com>
13599
13600         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
13601         * sysdeps/unix/syscalls.list: ... here.
13602
13603         * sysdeps/posix/getaddrinfo.c
13604         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
13605         (gaiconf_init, gaiconf_reload): Use them.
13606         [!_STATBUF_ST_NSEC]
13607         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
13608         Define using time_t rather than struct timespec.
13609
13610         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
13611         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
13612         Macros removed.
13613         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
13614         [!NO_THREADS].
13615         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
13616         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
13617         Likewise.
13618
13619         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
13620         __libc_cleanup_push argument.
13621
13622         * bits/param.h: New file.
13623         * misc/sys/param.h: New file.
13624         * include/sys/param.h: New file.
13625         * misc/Makefile (headers): Add bits/param.h.
13626         * sysdeps/generic/sys/param.h: File removed.
13627         * sysdeps/unix/sysv/linux/bits/param.h: New file.
13628         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
13629         * sysdeps/mach/hurd/bits/param.h: New file.
13630         * sysdeps/mach/hurd/sys/param.h: File removed.
13631
13632         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
13633         last change.
13634
13635         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
13636         [_IO_MTSAFE_IO].
13637         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
13638         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
13639         New macros.
13640
13641         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
13642         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
13643         rather than -D_IO_MTSAFE_IO conditionally.
13644         * stdio-common/Makefile (CPPFLAGS): Likewise.
13645         * wcsmbs/Makefile (CPPFLAGS): Likewise.
13646         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
13647         Use $(libio-mtsafe).
13648         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
13649         of -D_IO_MTSAFE_IO.
13650         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
13651         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
13652         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
13653         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
13654         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
13655         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
13656         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
13657         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
13658         (CFLAGS-fread_u_chk.c): Likewise.
13659         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
13660         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
13661         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
13662         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
13663         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
13664         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
13665         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
13666         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
13667         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
13668
13669         * libio/Makefile: Test [$(libc-reentrant) = yes]
13670         instead of [$(filter %REENTRANT, $(defines)) nonempty].
13671
13672         * Makeconfig
13673         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
13674         * sysdeps/pthread/configure: File removed.
13675         * sysdeps/pthread/Makeconfig: New file.
13676         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
13677         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
13678
13679 2012-08-16  Gary Benson  <gbenson@redhat.com>
13680
13681         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
13682         unmapping the first object in a namespace.
13683
13684 2012-08-16  Roland McGrath  <roland@hack.frob.com>
13685
13686         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
13687         (__internal_setnetgrent): ... this.  Add internal_function to
13688         definition.  Add libc_hidden_def.
13689         (setnetgrent): Update caller.
13690         (internal_endnetgrent): Renamed to ...
13691         (__internal_endnetgrent): ... this.  Add internal_function to
13692         definition.  Add libc_hidden_def.
13693         (endnetgrent): Update caller.
13694         (internal_getnetgrent_r): Renamed to ...
13695         (__internal_getnetgrent_r): ... this.  Add internal_function to
13696         definition.  Add libc_hidden_def.
13697         (__getnetgrent_r): Update caller.
13698         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
13699
13700 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
13701
13702         * stdlib/longlong.h: Update from GCC.
13703
13704 2012-08-16  Roland McGrath  <roland@hack.frob.com>
13705
13706         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
13707         on _QL, which is set by umul_ppmm but never used.
13708         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
13709         variables, which are set by GMP macros but never used.
13710         * stdio-common/_itowa.c (_itowa): Likewise.
13711         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
13712         * stdlib/mod_1.c (mpn_mod_1): Likewise.
13713
13714 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
13715
13716         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
13717         struct La_sh_regs is not constant.
13718         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
13719         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
13720         and struct La_sparc64_regs are not constant.
13721
13722 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
13723
13724         * sysdeps/unix/sysv/linux/kernel-features.h
13725         (__ASSUME_POSIX_TIMERS): Remove.
13726         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
13727         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
13728         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
13729         Make code unconditional.
13730         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
13731         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
13732         Make code unconditional.
13733         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
13734         * sysdeps/unix/sysv/linux/clock_nanosleep.c
13735         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
13736         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
13737         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
13738         Make code unconditional.
13739         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
13740         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
13741         (__libc_missing_posix_timers): Remove.
13742
13743 2012-08-15  Roland McGrath  <roland@hack.frob.com>
13744
13745         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
13746         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
13747
13748         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
13749
13750         * elf/dl-sym.c: Include <stdlib.h>.
13751
13752         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
13753         constants, which avoids warnings in 32-bit builds.
13754
13755         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
13756         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
13757
13758         * misc/lseek.c: File moved to ...
13759         * io/lseek.c: ... here.
13760
13761         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
13762
13763         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
13764         shifting LEN more than 31 bits at once.
13765
13766 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
13767
13768         [BZ #14195]
13769         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
13770         segmentation fault for a case of two empty input strings.
13771         * string/test-strncasecmp.c (check1): Renamed to...
13772         (bz12205): ...this.
13773         (bz14195): Add new testcase for two empty input strings and N > 0.
13774         (test_main): Call new testcase, adapt for renamed function.
13775
13776 2012-08-15  Andreas Jaeger  <aj@suse.de>
13777
13778         [BZ #14090]
13779         * crypt/md5test2.c: New test, based on test supplied by Serge
13780         Belyshev <belyshev@depni.sinp.msu.ru>.
13781         * crypt/Makefile (xtests): Add md5test-giant..
13782         * crypt/Makefile ($(objpfx)md5test-giant): Add.
13783
13784 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13785
13786         [BZ #14090]
13787         * crypt/md5.c (md5_process_block): Don't assume the buffer
13788         length is less than 2**32.
13789         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
13790         length is less than 2**64.
13791
13792 2012-08-15  Roland McGrath  <roland@hack.frob.com>
13793
13794         * string/str-two-way.h: Include <sys/param.h>.
13795         (MAX): Macro removed.
13796
13797         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
13798         Move #define and #undef of memmove to just before and after
13799         including <string.h>.
13800
13801         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
13802         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
13803         and after including <string.h>.  Move declarations of
13804         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
13805         to before #include "string/memmove.c".
13806
13807         * include/dirent.h: Declare __getdirentries.
13808
13809         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
13810         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
13811
13812 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
13813
13814         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
13815         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
13816         * sysdeps/i386/configure: Regenerated.
13817         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
13818         STABS_CURRENT_FILE, and STABS_FUN.
13819         (END): Remove call to STABS_FUN_END.
13820         (STABS_CURRENT_FILE1): Delete.
13821         (STABS_CURRENT_FILE): Likewise.
13822         (STABS_FUN): Likewise.
13823         (STABS_FUN_END): Likewise.
13824         (STABS_FUN2): Likewise.
13825         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
13826         * sysdeps/x86_64/configure: Regenerated.
13827
13828 2012-08-14  Roland McGrath  <roland@hack.frob.com>
13829
13830         * elf/dl-open.c: Include <atomic.h>.
13831         * elf/dl-lookup.c: Likewise.
13832
13833 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
13834
13835         * sysdeps/unix/sysv/linux/kernel-features.h
13836         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
13837         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
13838         unconditionally.
13839         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
13840         unconditionally.
13841         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
13842         condition on __ASSUME_CLONE_THREAD_FLAGS.
13843
13844 2012-08-14  Andreas Jaeger  <aj@suse.de>
13845
13846         * sysdeps/i386/fpu/libm-test-ulps: Update.
13847
13848 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
13849
13850         * include/atomic.h (atomic_exchange_and_add): Split into ...
13851         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
13852         New atomic macros.
13853
13854 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
13855
13856         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
13857
13858 2012-08-13  Jeff Law <law@redhat.com>
13859
13860         * manual/stdio.texi (snprintf): Clarify handling of the trailing
13861         null byte in the output string.
13862
13863 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
13864
13865         * sysdeps/unix/sysv/linux/kernel-features.h
13866         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
13867         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
13868         (__ASSUME_ARG_MAX_STACK_BASED): Define.
13869         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
13870         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
13871         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
13872         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
13873
13874 2012-08-09  Jeff Law <law@redhat.com>
13875
13876         [BZ #13939]
13877         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
13878         When avoid_arena is set, don't retry in the that arena.  Pick the
13879         next one, whatever it might be.
13880         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
13881         (arena_lock): Pass in new parameter to arena_get2.
13882         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
13883         arena_get2.
13884         (__libc_malloc): Unify retrying after main arena failure with
13885         __libc_memalign version.
13886         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
13887
13888 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
13889
13890         [BZ #14166]
13891         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
13892         to __redirect_strstr.
13893         (__strstr_sse42): Use typeof __redirect_strstr.
13894         (__strstr_ia32): Likewise.
13895         (__libc_strstr): New prototype.
13896         (strstr): Renamed to ...
13897         (__libc_strstr): This.
13898         (strstr): New strong alias of __libc_strstr.
13899         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
13900         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
13901         __redirect_time.
13902         Include <time.h>.
13903         (__libc_time): New prototype.
13904         (time_ifunc): Replace time with __libc_time.
13905         (time): New strong alias and hidden definition of __libc_time.
13906         (__GI_time): Remove strong alias.
13907         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
13908         Include <stddef.h>.
13909         (memmove): Redefined to __redirect_memmove.
13910         (__memmove_sse2): Use typeof __redirect_memmove.
13911         (__memmove_ssse3): Likewise.
13912         (__memmove_ssse3_back): Likewise.
13913         (__libc_memmove): New prototype.
13914         (memmove): Renamed to ...
13915         (__libc_memmove): This.
13916         (memmove): New strong alias of __libc_memmove.
13917
13918 2012-08-08  Mark Salter  <msalter@redhat.com>
13919
13920         * elf/elf.h
13921         (R_MN10300_TLS_GD): Define.
13922         (R_MN10300_TLS_LD): Likewise.
13923         (R_MN10300_TLS_LDO): Likewise.
13924         (R_MN10300_TLS_GOTIE): Likewise.
13925         (R_MN10300_TLS_IE): Likewise.
13926         (R_MN10300_TLS_LE): Likewise.
13927         (R_MN10300_TLS_DTPMOD): Likewise.
13928         (R_MN10300_TLS_DTPOFF): Likewise.
13929         (R_MN10300_TLS_TPOFF): Likewise.
13930         (R_MN10300_SYM_DIFF): Likewise.
13931         (R_MN10300_ALIGN): Likewise.
13932         (R_MN10300_NUM): Update.
13933
13934 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
13935
13936         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
13937         Remove.
13938
13939 2012-08-08  Roland McGrath  <roland@hack.frob.com>
13940
13941         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
13942
13943         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
13944         sysdeps/unix -> sysdeps/posix move.
13945         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
13946
13947 2012-08-07      Allan McRae     <allan@archlinux.org>
13948
13949         [BZ #14303]
13950         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
13951         (SUNOS_CPP): Likewise.
13952         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
13953         not found.
13954         (open_input): Call CPP using execvp.
13955
13956 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
13957
13958         * sysdeps/unix/sysv/linux/kernel-features.h
13959         (__ASSUME_PROT_GROWSUPDOWN): Remove.
13960         (__ASSUME_NO_CLONE_DETACHED): Likewise.
13961         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
13962         (__ASSUME_WAITID_SYSCALL): Likewise.
13963         * sysdeps/unix/sysv/linux/dl-execstack.c
13964         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
13965         code unconditional.
13966         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
13967         conditional code.
13968         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
13969         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
13970         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
13971         code.
13972         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
13973         unconditional.
13974         [__ASSUME_WAITID_SYSCALL]: Likewise.
13975         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
13976
13977 2012-08-07  Roland McGrath  <roland@hack.frob.com>
13978
13979         * sysdeps/unix/closedir.c: Renamed to ...
13980         * sysdeps/posix/closedir.c: ... here.
13981         * sysdeps/unix/dirfd.c: Renamed to ...
13982         * sysdeps/posix/dirfd.c: ... here.
13983         * sysdeps/unix/dirstream.h: Renamed to ...
13984         * sysdeps/posix/dirstream.h: ... here.
13985         * sysdeps/unix/fdopendir.c: Renamed to ...
13986         * sysdeps/posix/fdopendir.c: ... here.
13987         * sysdeps/unix/opendir.c: Renamed to ...
13988         * sysdeps/posix/opendir.c: ... here.
13989         * sysdeps/unix/readdir.c: Renamed to ...
13990         * sysdeps/posix/readdir.c: ... here.
13991         * sysdeps/unix/readdir_r.c: Renamed to ...
13992         * sysdeps/posix/readdir_r.c: ... here.
13993         * sysdeps/unix/rewinddir.c: Renamed to ...
13994         * sysdeps/posix/rewinddir.c: ... here.
13995         * sysdeps/unix/seekdir.c: Renamed to ...
13996         * sysdeps/posix/seekdir.c: ... here.
13997         * sysdeps/unix/telldir.c: Renamed to ...
13998         * sysdeps/posix/telldir.c: ... here.
13999         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
14000         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
14001         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
14002         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
14003
14004         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
14005         * bits/fcntl.h: ... here.
14006
14007         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
14008         not 0.
14009         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
14010         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
14011         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
14012         (struct flock): Move l_start, l_len to the beginning.
14013         Use __pid_t for l_pid.
14014         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
14015         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
14016         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
14017         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
14018         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
14019         [__USE_LARGEFILE64] (struct flock64): New type.
14020         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
14021
14022         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
14023         * bits/dirent.h: ... here.
14024
14025         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
14026         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
14027
14028 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
14029
14030         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
14031         Change from 2.6.0 to 2.6.16.
14032         * sysdeps/unix/sysv/linux/configure: Regenerated.
14033         * sysdeps/unix/sysv/linux/kernel-features.h
14034         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
14035         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
14036         version.
14037         (__ASSUME_UTIMES): Likewise.
14038         (__ASSUME_CLONE_STOPPED): Remove.
14039         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
14040         architectures, not kernel version.
14041         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
14042         (__ASSUME_NO_CLONE_DETACHED): Likewise.
14043         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
14044         (__ASSUME_WAITID_SYSCALL): Likewise.
14045         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
14046         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
14047         * README: State 2.6.16 as minimum Linux kernel version.  Do not
14048         refer to older versions.
14049
14050 2012-08-06  Roland McGrath  <roland@hack.frob.com>
14051
14052         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
14053         Define alphasort64 as an alias.
14054         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
14055         Define versionsort64 as an alias.
14056         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
14057         Define scandir64 as an alias.
14058         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
14059         Define scandirat64 as an alias.
14060         * dirent/alphasort64.c (alphasort64):
14061         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
14062         * dirent/versionsort64.c: Likewise.
14063         * dirent/scandir64.c: Likewise.
14064         * dirent/scandirat64.c: Likewise.
14065         * sysdeps/wordsize-64/alphasort.c: File removed.
14066         * sysdeps/wordsize-64/alphasort64.c: File removed.
14067         * sysdeps/wordsize-64/scandir.c: File removed.
14068         * sysdeps/wordsize-64/scandir64.c: File removed.
14069         * sysdeps/wordsize-64/scandirat.c: File removed.
14070         * sysdeps/wordsize-64/scandirat64.c: File removed.
14071         * sysdeps/wordsize-64/versionsort.c: File removed.
14072         * sysdeps/wordsize-64/versionsort64.c: File removed.
14073         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
14074         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
14075         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
14076         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
14077         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
14078         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
14079         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
14080         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
14081
14082         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
14083         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
14084         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
14085         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
14086         [defined __arch64__ || defined __sparcv9]
14087         (__INO_T_MATCHES_INO64_T): New macro.
14088         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
14089         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
14090         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
14091         * sysdeps/unix/sysv/linux/bits/dirent.h
14092         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
14093         (_DIRENT_MATCHES_DIRENT64): New macro.
14094
14095         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
14096         Define lockf64 as an alias.
14097         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
14098         Define fseeko64 as an alias.
14099         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
14100         Define ftello64 as an alias.
14101         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
14102         Define _IO_fgetpos64 and fgetpos64 as aliases.
14103         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
14104         Define _IO_fsetpos64 and fsetpos64 as aliases.
14105         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
14106         Conditionalize body on this.
14107         * libio/fseeko64.c: Likewise.
14108         * libio/ftello64.c: Likewise.
14109         * libio/iofgetpos64.c: Likewise.
14110         * libio/iofsetpos64.c: Likewise.
14111         * sysdeps/wordsize-64/lockf.c: File removed.
14112         * sysdeps/wordsize-64/lockf64.c: File removed.
14113         * sysdeps/wordsize-64/fseeko.c: File removed.
14114         * sysdeps/wordsize-64/fseeko64.c: File removed.
14115         * sysdeps/wordsize-64/ftello.c: File removed.
14116         * sysdeps/wordsize-64/ftello64.c: File removed.
14117         * sysdeps/wordsize-64/iofgetpos.c: File removed.
14118         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
14119         * sysdeps/wordsize-64/iofsetpos.c: File removed.
14120         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
14121         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
14122         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
14123         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
14124         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
14125         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
14126         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
14127         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
14128         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
14129         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
14130         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
14131
14132         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
14133         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
14134         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
14135         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
14136         [defined __arch64__ || defined __sparcv9]
14137         (__OFF_T_MATCHES_OFF64_T): New macro.
14138         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
14139         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
14140         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
14141         (__OFF_T_MATCHES_OFF64_T): New macro.
14142
14143 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
14144
14145         * stdlib/secure-getenv.c (__secure_getenv): Replace
14146         GLIBC_2_16 with GLIBC_2_17.
14147
14148 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
14149
14150         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
14151         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
14152
14153 2012-08-03  David S. Miller  <davem@davemloft.net>
14154
14155         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14156
14157 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
14158
14159         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
14160         Remove.
14161         (__ASSUME_CORRECT_SI_PID): Likewise.
14162         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
14163         (__ASSUME_TMPFS_NAME): Likewise.
14164         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
14165         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
14166         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
14167         (HAVE_AUX_SECURE): Make definition unconditional.
14168         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
14169         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
14170
14171 2012-08-03  Roland McGrath  <roland@hack.frob.com>
14172
14173         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
14174         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
14175         * sysdeps/mach/hurd/eloop-threshold.h: New file.
14176         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
14177         __eloop_threshold instead of SYMLOOP_MAX.
14178
14179         * sysdeps/generic/eloop-threshold.h: New file.
14180         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
14181         of MAXSYMLINKS.
14182         * elf/chroot_canon.c (chroot_canon): Likewise.
14183
14184 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
14185
14186         [BZ #13717]
14187         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
14188         Change to 2.6.0 everywhere.
14189         * sysdeps/unix/sysv/linux/configure: Regenerated.
14190         * sysdeps/unix/sysv/linux/kernel-features.h
14191         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
14192         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
14193         kernel versions.
14194         (__ASSUME_POSIX_TIMERS): Define unconditionally.
14195         (__ASSUME_FUTEX_REQUEUE): Remove.
14196         (__ASSUME_STATFS64): Define unconditionally.
14197         (__ASSUME_AT_SECURE): Likewise.
14198         (__ASSUME_CORRECT_SI_PID): Likewise.
14199         (__ASSUME_TGKILL): Define without depending on kernel version for
14200         i386.
14201         (__ASSUME_UTIMES): Likewise.
14202         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
14203         kernel version.
14204         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
14205         (__ASSUME_TMPFS_NAME): Likewise.
14206         * README: Update reference to Linux kernel versions.
14207
14208 2012-08-02  Marek Polacek  <polacek@redhat.com>
14209
14210         [BZ# 14150]
14211         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
14212         libc_cv_asm_type_prefix with %.
14213         * configure: Regenerated.
14214         * include/libc-symbols.h: Remove comment about
14215         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
14216         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
14217         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
14218         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
14219         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
14220         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
14221         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
14222         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
14223         * elf/tst-unique2mod1.c: Likewise.
14224         * elf/tst-unique1mod2.c: Likewise.
14225         * elf/tst-unique1mod1.c: Likewise.
14226         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
14227         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
14228         Replace ASM_TYPE_DIRECTIVE with .type.
14229         * sysdeps/s390/s390-64/sysdep.h: Likewise.
14230         * sysdeps/i386/sysdep.h: Likewise.
14231         * sysdeps/x86_64/sysdep.h: Likewise.
14232         * sysdeps/sh/sysdep.h: Likewise.
14233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
14234         Do not define ASM_TYPE_DIRECTIVE.
14235         * sysdeps/powerpc/sysdep.h: Likewise.
14236         * sysdeps/powerpc/powerpc32/sysdep.h:
14237         Replace ASM_TYPE_DIRECTIVE with .type.
14238         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
14239         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
14240         * sysdeps/i386/fpu/e_powf.S: Likewise.
14241         * sysdeps/i386/fpu/e_expl.S: Likewise.
14242         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
14243         * sysdeps/i386/fpu/e_acosh.S: Likewise.
14244         * sysdeps/i386/fpu/e_pow.S: Likewise.
14245         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
14246         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
14247         * sysdeps/i386/fpu/s_expm1.S: Likewise.
14248         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
14249         * sysdeps/i386/fpu/e_log2.S: Likewise.
14250         * sysdeps/i386/fpu/e_log2l.S: Likewise.
14251         * sysdeps/i386/fpu/e_scalb.S: Likewise.
14252         * sysdeps/i386/fpu/e_powl.S: Likewise.
14253         * sysdeps/i386/fpu/e_log10f.S: Likewise.
14254         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
14255         * sysdeps/i386/fpu/e_logl.S: Likewise.
14256         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
14257         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
14258         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
14259         * sysdeps/i386/fpu/e_log2f.S: Likewise.
14260         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
14261         * sysdeps/i386/fpu/e_log.S: Likewise.
14262         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
14263         * sysdeps/i386/fpu/e_logf.S: Likewise.
14264         * sysdeps/i386/fpu/e_log10l.S: Likewise.
14265         * sysdeps/i386/fpu/e_atanh.S: Likewise.
14266         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
14267         * sysdeps/i386/fpu/e_log10.S: Likewise.
14268         * sysdeps/i386/fpu/s_frexp.S: Likewise.
14269         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
14270         * sysdeps/i386/fpu/s_asinh.S: Likewise.
14271         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
14272         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
14273         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
14274         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
14275         * sysdeps/i386/i686/strtok.S: Likewise.
14276         * sysdeps/i386/i386-mcount.S: Likewise.
14277         * sysdeps/i386/strtok.S: Likewise.
14278         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
14279         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
14280         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
14281         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
14282         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
14283         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
14284         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
14285         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
14286         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
14287         * sysdeps/x86_64/_mcount.S: Likewise.
14288         * sysdeps/x86_64/strtok.S: Likewise.
14289         * sysdeps/sh/_mcount.S: Likewise.
14290
14291 2012-08-01  Roland McGrath  <roland@hack.frob.com>
14292
14293         * libio/iofopen.c: Include <fcntl.h>.
14294         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
14295         (_IO_fopen64, fopen64): Define as aliases.
14296         * libio/iofopen64.c: Include <fcntl.h>.
14297         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
14298         Conditionalize body on this.
14299         * sysdeps/wordsize-64/iofopen.c: File removed.
14300         * sysdeps/wordsize-64/iofopen64.c: File removed.
14301
14302 2012-08-01  Marek Polacek  <polacek@redhat.com>
14303
14304         * libc/Makeconfig: Use elf in place of binfmt-subdir.
14305         Use dlfcn directly instead of a variable.
14306         (binfmt-subdir): Do not define.
14307         (dlfcn): Likewise.
14308
14309 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
14310
14311         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
14312         Remove all definitions.
14313         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
14314         <kernel-features.h>.
14315         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
14316         (miss_F_GETOWN_EX): Remove all definitions.
14317         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
14318         macro definition.
14319         [!__ASSUME_FCNTL64]: Remove conditional code.
14320         [__ASSUME_FCNTL64]: Make code unconditional.
14321         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
14322         <kernel-features.h>.
14323         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
14324         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
14325         (lockf64) [__NR_fcntl64]: Make code unconditional.
14326         (lockf64) [__ASSUME_FCNTL64]: Likewise.
14327
14328         * sysdeps/unix/sysv/linux/kernel-features.h
14329         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
14330         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
14331         Make code unconditional.
14332         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
14333         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
14334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
14335         [__NR_vfork]: Make code unconditional.
14336         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
14337         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
14338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
14339         [__NR_vfork]: Make code unconditional.
14340         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
14341         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
14342
14343 2012-08-01  Roland McGrath  <roland@hack.frob.com>
14344
14345         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
14346         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
14347
14348         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
14349         Define mkstemp64 as an alias.
14350         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
14351         Define mkstemps64 as an alias.
14352         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
14353         Define mkostemp64 as an alias.
14354         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
14355         Define mkostemps64 as an alias.
14356         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
14357         Conditionalize body on this.
14358         * misc/mkostemp64.c: Likewise.
14359         * misc/mkostemps64.c: Likewise.
14360         * misc/mkstemps64.c: Likewise.
14361         * sysdeps/wordsize-64/mkstemp64.c: File removed.
14362         * sysdeps/wordsize-64/mkostemp64.c: File removed.
14363         * sysdeps/wordsize-64/mkostemp.c: File removed.
14364         * sysdeps/wordsize-64/mkstemp.c: File removed.
14365         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
14366         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
14367         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
14368         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
14369
14370         [BZ #14138]
14371         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
14372         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
14373         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
14374         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
14375
14376         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
14377         compat_symbol macros from <shlib-compat.h> rather than the underlying
14378         default_symbol_version and symbol_version macros, so that DEFAULT
14379         lines in shlib-versions are respected.
14380         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
14381
14382 2012-08-01  Florian Weimer  <fweimer@redhat.com>
14383
14384         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
14385         Declare with warn_unused_result.
14386         (setgid, setregid, setegid, setresgid): Likewise.
14387         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
14388         Likewise.
14389         * WUR-REPORT: Remove set*id functions.
14390
14391 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
14392
14393         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
14394
14395 2012-07-31  Roland McGrath  <roland@hack.frob.com>
14396
14397         [BZ #10191]
14398         * include/sys/socket.h (__libc_accept, __libc_accept4):
14399         Add attribute_hidden.
14400         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
14401
14402         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
14403         use of PTR_MANGLE.
14404         * inet/getnetgrent_r.c (setup): Likewise.
14405
14406         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
14407
14408 2012-07-31  David S. Miller  <davem@davemloft.net>
14409
14410         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14411
14412 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
14413
14414         [BZ #13629]
14415         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
14416         value between 1.0 and 2.0 and smaller part has absolute value less
14417         than 1.0.
14418         * math/s_clog10.c (__clog10): Likewise.
14419         * math/s_clog10f.c (__clog10f): Likewise.
14420         * math/s_clog10l.c (__clog10l): Likewise.
14421         * math/s_clogf.c (__clogf): Likewise.
14422         * math/s_clogl.c (__clogl): Likewise.
14423         * math/libm-test.inc (clog_test): Add more tests.
14424         (clog10_test): Likewise.
14425         * sysdeps/i386/fpu/libm-test-ulps: Update.
14426         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14427
14428 2012-07-31  Florian Weimer  <fweimer@redhat.com>
14429
14430         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
14431         Exit with zero in case no suitable GID is found, and write a
14432         message to standard error.
14433
14434 2012-07-30  Roland McGrath  <roland@hack.frob.com>
14435
14436         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
14437         rather than to 1.
14438         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
14439         (MAXPATHLEN): Removed.
14440         (NOGROUP, NODEV): New macros.
14441         (setbit, clrbit, isset, isclr): New macros.
14442         (howmany, roundup, powerof2): New macros.
14443         (DEV_BSIZE): New macro.
14444
14445         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
14446         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
14447
14448         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
14449         definition on [!__NO_LONG_DOUBLE_MATH].
14450
14451         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
14452         PTR_MANGLE and PTR_DEMANGLE.
14453
14454         * socket/accept4.c (accept4): Rename to __libc_accept4.
14455         Define accept4 as a weak alias.
14456
14457         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
14458         on [_DIRENT_HAVE_D_TYPE].
14459         * io/ftw.c (ftw_dir): Likewise.
14460
14461         * io/xmknod.c (__xmknod): Don't check PATH for being null.
14462
14463         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
14464
14465         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
14466         Use the BSD numbers rather than the arbitrary ones we had.
14467         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
14468         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
14469         (SIGXCPU, SIGXFSZ): New macros.
14470         (_NSIG): Now 32.
14471
14472         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
14473         initializer on [_LIBC_REENTRANT].
14474
14475         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
14476         definitions inside [_POSIX_MAPPED_FILES].
14477
14478         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
14479
14480         * dirent/opendir.c: Include <fcntl.h>.
14481
14482         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
14483         (__libc_getspecific): Likewise.
14484         (__libc_key_create): Likewise.
14485
14486         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
14487         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
14488         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
14489         (tmpfile64): Define as alias.
14490         * sysdeps/wordsize-64/tmpfile.c: File removed.
14491         * sysdeps/wordsize-64/tmpfile64.c: File removed.
14492         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
14493         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
14494
14495         * stdio-common/vfscanf.c: Include <stdbool.h>.
14496         * nss/makedb.c: Likewise.
14497         * stdio-common/_i18n_number.h: Likewise.
14498         * argp/argp-help.c: Likewise.
14499         * posix/wordexp.c: Likewise.
14500         * sysdeps/posix/spawni.c: Likewise.
14501         * nss/nss_files/files-initgroups.c: Likewise.
14502         * stdio-common/reg-modifier.c: Include <stdlib.h>.
14503         * nss/nss_files/files-initgroups.c: Likewise.
14504         * nss/nss_db/db-netgrp.c: Likewise.
14505         * nss/nss_db/db-initgroups.c: Likewise.
14506         * io/fchmodat.c: Include <sys/stat.h>.
14507
14508         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
14509         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
14510
14511         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
14512         [HAVE_MMAP].
14513
14514         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
14515         Add multiple inclusion protection.
14516
14517 2012-07-27  David S. Miller  <davem@davemloft.net>
14518
14519         * sysdeps/sparc/fpu/libm-test-ulps: Update.
14520
14521 2012-07-27  Gary Benson  <gbenson@redhat.com>
14522
14523         [BZ #14298]
14524         * elf/rtld.c: Include <stap-probe.h>.
14525         (dl_main): Added static probes "init_start" and "init_complete".
14526         * elf/dl-load.c: Include <stap-probe.h>.
14527         (lose): Take new parameter "nsid".
14528         Added static probe "map_failed".
14529         (_dl_map_object_from_fd): Pass namespace id to lose.
14530         Added static probe "map_start".
14531         (open_verify): Pass namespace id to lose.
14532         * elf/dl-open.c: Include <stap-probe.h>.
14533         (dl_open_worker) Added static probes "map_complete", "reloc_start"
14534         and "reloc_complete".
14535         * elf/dl-close.c: Include <stap-probe.h>.
14536         (_dl_close_worker): Added static probes "unmap_start" and
14537         "unmap_complete".
14538         * elf/rtld-debugger-interface.txt: New file documenting the above.
14539
14540 2012-07-26  Roland McGrath  <roland@hack.frob.com>
14541
14542         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
14543         rather than a string variable.
14544         * sunrpc/rpc_main.c (h_output): Likewise.
14545         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
14546
14547 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
14548
14549         * inet/check_native.c: New file.
14550
14551 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
14552
14553         [BZ #13629]
14554         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
14555         if larger part has absolute value 1.0.
14556         * math/s_clog10.c (__clog10): Likewise.
14557         * math/s_clog10f.c (__clog10f): Likewise.
14558         * math/s_clog10l.c (__clog10l): Likewise.
14559         * math/s_clogf.c (__clogf): Likewise.
14560         * math/s_clogl.c (__clogl): Likewise.
14561         * math/libm-test.inc (clog_test): Add more tests.
14562         (clog10_test): Likewise.
14563         * sysdeps/i386/fpu/libm-test-ulps: Update.
14564         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14565
14566         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
14567         (pltexit): Likewise.
14568         (La_regs): Likewise.
14569         (La_retval): Likewise.
14570         (int_retval): Likewise.
14571         Update #error for removed macros to refer only to definitions in
14572         tst-audit.h.
14573         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
14574         macro.
14575         (pltexit): Likewise.
14576         (La_regs): Likewise.
14577         (La_retval): Likewise.
14578         (int_retval): Likewise.
14579         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
14580         macro.
14581         (pltexit): Likewise.
14582         (La_regs): Likewise.
14583         (La_retval): Likewise.
14584         (int_retval): Likewise.
14585         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
14586         macro.
14587         (pltexit): Likewise.
14588         (La_regs): Likewise.
14589         (La_retval): Likewise.
14590         (int_retval): Likewise.
14591         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
14592         macro.
14593         (pltexit): Likewise.
14594         (La_regs): Likewise.
14595         (La_retval): Likewise.
14596         (int_retval): Likewise.
14597         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
14598         macro.
14599         (pltexit): Likewise.
14600         (La_regs): Likewise.
14601         (La_retval): Likewise.
14602         (int_retval): Likewise.
14603         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
14604         macro.
14605         (pltexit): Likewise.
14606         (La_regs): Likewise.
14607         (La_retval): Likewise.
14608         (int_retval): Likewise.
14609         * sysdeps/generic/tst-audit.h: Update comment to refer only to
14610         macro definitions in tst-audit.h.
14611         * sysdeps/i386/tst-audit.h: New file.
14612         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
14613         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
14614         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
14615         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
14616         * sysdeps/sh/tst-audit.h: Likewise.
14617         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
14618         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
14619         * sysdeps/x86_64/tst-audit.h: Likewise.
14620
14621 2012-07-26  Andreas Jaeger  <aj@suse.de>
14622
14623         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
14624         ptrace.
14625
14626         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
14627         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
14628         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
14629         PTRACE_O_MASK.
14630         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
14631         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
14632         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
14633
14634         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
14635         value.
14636
14637         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
14638         _sigsys.
14639         (si_call_addr, si_syscall, si_arch): Define new macro.
14640         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
14641         _sigsys.
14642         (si_call_addr, si_syscall, si_arch): Define new marcro.
14643         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
14644         _sigsys.
14645         (si_call_addr, si_syscall, si_arch): Define new macro.
14646         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
14647         _sigsys.
14648         (si_call_addr, si_syscall, si_arch): Define new macro.
14649
14650 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
14651
14652         [BZ #13717]
14653         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
14654         Change to 2.4.21 where previously 2.4.1.
14655         * sysdeps/unix/sysv/linux/configure: Regenerated.
14656         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
14657         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
14658         Linux kernel version.
14659         (__ASSUME_STD_AUXV): Remove.
14660         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
14661         kernel version.
14662         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
14663         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
14664         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
14665         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
14666         (__ASSUME_NETLINK_SUPPORT): Likewise.
14667         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
14668         (__no_netlink_support): Remove conditional definition.
14669         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
14670         Remove.
14671         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
14672         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
14673         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
14674         (if_nameindex_ioctl): Remove.
14675         (if_nameindex_netlink): Do not handle __no_netlink_support.
14676         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
14677         code.
14678         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
14679         Remove conditional code.
14680         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
14681         code.
14682         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
14683         unconditional.
14684         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
14685         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
14686         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
14687         Remove.
14688         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
14689         [!__ASSUME_STD_AUXV]: Remove conditional code.
14690         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
14691         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
14692         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
14693         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
14694         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
14695         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
14696         code.
14697         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
14698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14699         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
14700         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
14701         conditional code.
14702         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
14703         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
14704         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
14705         code.
14706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14707         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
14708         conditional code.
14709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
14710         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
14711         code unconditional.
14712         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
14713         conditional code.
14714         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
14715         unconditional.
14716         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
14717         conditional code.
14718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
14719         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
14720         unconditional.
14721         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
14722         conditional code.
14723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
14724         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
14725         code unconditional.
14726         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
14727         conditional code.
14728         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
14729         unconditional.
14730         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
14731         conditional code.
14732         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
14733         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
14734         code unconditional.
14735         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
14736         conditional code.
14737         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
14738         unconditional.
14739         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
14740         conditional code.
14741
14742 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
14743
14744         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
14745         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
14746         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14747         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
14748         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
14749         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
14750         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
14751         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
14752         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
14753         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
14754         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
14755         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
14756         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
14757         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
14758         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
14759         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
14760         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
14761         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
14762         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
14763         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
14764         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
14765         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
14766         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
14767
14768 2012-07-25  Florian Weimer  <fweimer@redhat.com>
14769
14770         * Versions.def: Add GLIBC_2.17.
14771         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
14772         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
14773         Introduce __libc_secure_getenv.
14774         * stdlib/Versions (2.17): Add secure_getenv
14775         (GLIBC_PRIVATE): Add __libc_secure_getenv.
14776         * stdlib/secure-getenv.c: Rename __secure_getenv to
14777         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
14778         symbol __secure_getenv for GLIBC_2.0.
14779         * stdlib/tst-secure-getenv.c: New.
14780         * stdlib/Makefile (tests): Add testcase.
14781         * manual/startup.texi (Environment Access): Document
14782         secure_getenv.
14783         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
14784         __libc_secure_getenv.
14785         * inet/ruserpass.c (ruserpass): Likewise.
14786         * malloc/mtrace.c (mtrace): Likewise.
14787         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
14788         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
14789         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
14790         * sysdeps/posix/tempname.c: Likewise.  Evaluate
14791         HAVE_SECURE_GETENV.
14792         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
14793         __secure_getenv to __libc_secure_getenv.
14794         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
14795         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
14796         Likewise.
14797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
14798         Likewise.
14799         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
14800         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
14801         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
14802         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
14803         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
14804         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
14805         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
14806
14807 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
14808
14809         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
14810         (struct La_i86_retval): Likewise.
14811         (struct La_x86_64_regs): Likewise.
14812         (struct La_x86_64_retval): Likewise.
14813         (struct La_x32_regs): Likewise.
14814         (struct La_x32_retval): Likewise.
14815         (struct La_ppc32_regs): Likewise.
14816         (struct La_ppc32_retval): Likewise.
14817         (struct La_ppc64_regs): Likewise.
14818         (struct La_ppc64_retval): Likewise.
14819         (struct La_sh_regs): Likewise.
14820         (struct La_sh_retval): Likewise.
14821         (struct La_s390_32_regs): Likewise.
14822         (struct La_s390_32_retval): Likewise.
14823         (struct La_s390_64_regs): Likewise.
14824         (struct La_s390_64_retval): Likewise.
14825         (struct La_sparc32_regs): Likewise.
14826         (struct La_sparc32_retval): Likewise.
14827         (struct La_sparc64_regs): Likewise.
14828         (struct La_sparc64_retval): Likewise.
14829         (struct audit_ifaces): Remove architecture-specific pltenter and
14830         pltexit members.
14831         * sysdeps/i386/ldsodefs.h: New file.
14832         * sysdeps/powerpc/ldsodefs.h: Likewise.
14833         * sysdeps/s390/ldsodefs.h: Likewise.
14834         * sysdeps/sh/ldsodefs.h: Likewise.
14835         * sysdeps/sparc/ldsodefs.h: Likewise.
14836         * sysdeps/x86_64/ldsodefs.h: Likewise.
14837
14838 2012-07-25  Marek Polacek  <polacek@redhat.com>
14839
14840         [BZ #6808]
14841         * math/libm-test.inc (yn_test): Add another test.
14842         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
14843         to ERANGE when the result is +-Inf.
14844         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
14845         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
14846         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
14847         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
14848
14849 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
14850
14851         * conform/data/time.h-data (NULL): Use macro-constant.  Require
14852         equal to 0.
14853         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
14854         clock_t.
14855         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
14856
14857 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
14858
14859         * configure.in <sysdeps resolving>: Correct printing
14860         Implies_before.
14861         * configure: Regenerate.
14862
14863 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
14864
14865         * math/w_ilogb.c: Include <limits.h>.
14866         * math/w_ilogbl.c: Likewise.
14867
14868 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
14869
14870         * manual/lang.texi (__va_copy): Document primarily as ISO C99
14871         va_copy.  Document allowing for unavailable va_copy only as
14872         pre-C99 compatibility.
14873         * manual/string.texi (Copying and Concatenation): Use va_copy
14874         instead of __va_copy in concat example.
14875
14876 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
14877
14878         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
14879         (__sendto): Use create_address_port.  Initialize APORT and deallocate
14880         it if not null.
14881
14882         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
14883         with O_NOLINK passed to __file_name_lookup.
14884
14885         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
14886         with O_NOLINK passed to __file_name_lookup.
14887
14888         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
14889         negative N or less than NGIDS.
14890
14891         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
14892         type to string_t.  Set ERANGE as errno and return it if NAME is not big
14893         enough.  Use memcpy instead of strncpy.
14894
14895 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
14896
14897         * elf/Makefile (check-data): Remove.
14898         (localplt.data): New vpath directive.
14899         ($(objpfx)check-localplt.out): Use localplt.data from vpath
14900         instead of $(check-data).
14901         * scripts/data/localplt-generic.data: Move to ...
14902         * sysdeps/generic/localplt.data: ... here.
14903         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
14904         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
14905         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
14906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
14907         ... here.
14908         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
14909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
14910         ... here.
14911         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
14912         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
14913         ... here.
14914         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
14915         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
14916         ... here.
14917         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
14918         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
14919         ... here.
14920         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
14921         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
14922         ... here.
14923
14924 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14925
14926         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
14927         PPC32 and PPC64 files.
14928         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
14929         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
14930
14931 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14932
14933         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
14934         __makecontext_ret to ...
14935         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
14936         ... here and call exit if uc_link is NULL.  New file.
14937         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
14938         __makecontext_ret.S.
14939         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
14940         __makecontext_ret to ...
14941         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
14942         ... here and call exit if uc_link is NULL.  New file.
14943         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
14944         __makecontext_ret.S.
14945
14946 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14947
14948         * elf/elf.h (R_390_IRELATIVE): New definition.
14949         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
14950         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
14951         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
14952         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
14953         (elf_machine_lazy_rel): Likewise.
14954         * sysdeps/s390/dl-irel.h: New file.
14955         * sysdeps/s390/s390-64/memcpy.S: New asm code.
14956         * sysdeps/s390/s390-64/memset.S: New asm code.
14957         * sysdeps/s390/s390-64/memcmp.S: New asm code.
14958         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
14959         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
14960         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
14961         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
14962         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
14963         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
14964         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
14965         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
14966         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
14967         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
14968         * sysdeps/s390/s390-32/memcpy.S: New asm code.
14969         * sysdeps/s390/s390-32/memset.S: New asm code.
14970         * sysdeps/s390/s390-32/memcmp.S: New asm code.
14971
14972 2012-07-17  Marek Polacek  <polacek@redhat.com>
14973
14974         [BZ #14349]
14975         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
14976         * sysdeps/s390/s390-64/configure.in: Likewise.
14977         * sysdeps/sparc/configure.in: Likewise.
14978         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
14979         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
14980         * sysdeps/i386/configure.in: Likewise.
14981         * sysdeps/x86_64/configure.in: Likewise.
14982         * sysdeps/sh/configure.in: Likewise.
14983         * sysdeps/s390/s390-32/configure: Regenerated.
14984         * sysdeps/s390/s390-64/configure: Likewise.
14985         * sysdeps/x86_64/configure: Likewise.
14986         * sysdeps/sh/configure: Likewise.
14987         * sysdeps/powerpc/powerpc64/configure: Likewise.
14988         * sysdeps/powerpc/powerpc32/configure: Likewise.
14989         * sysdeps/sparc/configure: Likwise.
14990         * sysdeps/i386/configure: Likewise.
14991
14992         * elf/dl-open.c: Comment fixes.
14993
14994 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
14995
14996         * Makefile [CXX] (check-data): Remove.
14997         [CXX] (c++-types.data): New vpath directive.
14998         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
14999         vpath.  Do not allow for C++ type data being missing.
15000         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
15001         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
15002         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
15003         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
15004         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
15005         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
15006         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
15007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
15008         ... here.
15009         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
15010         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
15011         ... here.
15012         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
15013         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
15014         ... here.
15015         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
15016         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
15017         ... here.
15018         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
15019         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
15020         ... here.
15021         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
15022         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
15023         ... here.
15024         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
15025         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
15026         ... here.
15027         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
15028         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
15029
15030         * elf/tls-macros.h (TLS_LE): Move architecture-specific
15031         definitions to architecture-specific files.
15032         (TLS_IE): Likewise.
15033         (TLS_LD): Likewise.
15034         (TLS_GD): Likewise.
15035         * sysdeps/i386/tls-macros.h: New file.
15036         * sysdeps/powerpc/tls-macros.h: Likewise.
15037         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
15038         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
15039         * sysdeps/sh/tls-macros.h: Likewise.
15040         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
15041         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
15042         * sysdeps/x86_64/tls-macros.h: Likewise.
15043
15044 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
15045
15046         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
15047         zero value for regular exit case.
15048
15049         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
15050         (__start_context): Preserve zero value for regular exit case.
15051
15052 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
15053             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15054
15055         * manual/setjmp.texi (setcontext): Clarify normal process
15056         termination when uc_link is the null pointer.
15057         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
15058         exit call.
15059
15060 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
15061
15062         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
15063         preprocessor.  Test for each exception mask separately.
15064
15065 2012-07-16  Andreas Jaeger  <aj@suse.de>
15066
15067         * po/ru.po: Update from translation team.
15068
15069 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
15070
15071         * conform/data/string.h-data (NULL): Use macro-constant.  Require
15072         equal to 0.
15073         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
15074         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
15075         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
15076         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
15077         [ISO || ISO99 || ISO11] (*_t): Do not allow.
15078
15079 2012-07-13  Andreas Jaeger  <aj@suse.de>
15080
15081         * po/fr.po: Update from translation team.
15082
15083 2012-07-12  Marek Polacek  <polacek@redhat.com>
15084
15085         [BZ #14173]
15086         * math/libm-test.inc (yn_test): Add test for BZ #14173.
15087         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
15088         loop condition.
15089
15090 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
15091
15092         [BZ #13717]
15093         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
15094         Change to 2.4.1 where previously 2.4.0.
15095         * sysdeps/unix/sysv/linux/configure: Regenerated.
15096         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
15097         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
15098         version.
15099         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
15100         (__ASSUME_AT_CLKTCK): Remove.
15101         (__ASSUME_AT_PAGESIZE): Likewise.
15102         (__ASSUME_AT_XID): Likewise.
15103         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
15104         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
15105         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
15106         unconditionally.
15107         (HAVE_AUX_PAGESIZE): Likewise.
15108         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
15109         [__ASSUME_AT_CLKTCK]: Make code unconditional.
15110         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
15111
15112 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
15113
15114         [BZ #14307]
15115         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
15116         the temporary buffer used to invoke __gethostbyname2_r,
15117         __gethostbyaddr_r and gethostbyname4_r to make room for struct
15118         host_data / struct gaih_addrtuple.
15119         * resolv/nss_dns/dns-host.c (global scope): Move definition of
15120         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
15121         header file nss/nsswitch.h.
15122         * nss/nsswitch.h (global scope): Add definition of implementation
15123         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
15124         resolv/nss_dns/dns-host.c).
15125
15126 2012-07-11  Andreas Jaeger  <aj@suse.de>
15127
15128         * po/fr.po: Update from translation team.
15129
15130         * po/sv.po: Update from translation team
15131         * po/fr.po: Another update from translation team.
15132
15133 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15134
15135         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
15136         for subnormals or multiply small sinh result by itself.
15137         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
15138         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15139
15140 2012-07-11  David S. Miller  <davem@davemloft.net>
15141
15142         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15143
15144 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
15145
15146         [BZ #14347]
15147         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
15148         (INTERNAL_MARK): Shift it here.
15149
15150 2012-07-10  Marek Polacek  <polacek@redhat.com>
15151
15152         [BZ #14151]
15153         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
15154         libc_cv_asm_global_directive with .globl.
15155         * configure: Regenerated.
15156         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
15157         with .globl.
15158         * sysdeps/i386/configure: Regenerated.
15159         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
15160         with .globl.
15161         * sysdeps/x86_64/configure: Regenerated.
15162         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
15163         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
15164         * elf/tst-unique2mod2.c: Likewise.
15165         * elf/tst-unique2mod1.c: Likewise.
15166         * elf/tst-unique1mod2.c: Likewise.
15167         * elf/tst-unique1mod1.c: Likewise.
15168         * sysdeps/s390/s390-32/sysdep.h: Likewise.
15169         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
15170         * sysdeps/s390/s390-64/sysdep.h: Likewise.
15171         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
15172         * sysdeps/mach/sysdep.h: Likewise.
15173         * sysdeps/i386/sysdep.h: Likewise.
15174         * sysdeps/i386/i386-mcount.S: Likewise.
15175         * sysdeps/x86_64/_mcount.S: Likewise.
15176         * sysdeps/x86_64/sysdep.h: Likewise.
15177         * sysdeps/sh/_mcount.S: Likewise.
15178         * sysdeps/sh/sysdep.h: Likewise.
15179         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
15180         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
15181         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
15182         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
15183         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
15184         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
15185         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
15186         * locale/localeinfo.h: Likewise.
15187         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
15188         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
15189
15190 2012-07-09  Roland McGrath  <roland@hack.frob.com>
15191
15192         [BZ #14336]
15193         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
15194         system".
15195         * manual/message.texi (The Uniforum approach): Likewise.
15196         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
15197         (glibc iconv Implementation): Likewise.
15198
15199 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
15200
15201         [BZ #14337]
15202         * math/s_clog.c (__clog): Avoid scaling a value down where that
15203         could result in underflow.
15204         * math/s_clog10.c (__clog10): Likewise.
15205         * math/s_clog10f.c (__clog10f): Likewise.
15206         * math/s_clog10l.c (__clog10l): Likewise.
15207         * math/s_clogf.c (__clogf): Likewise.
15208         * math/s_clogl.c (__clogl): Likewise.
15209         * math/libm-test.inc (clog_test): Add more tests.
15210         (clog10_test): Likewise.
15211         * sysdeps/i386/fpu/libm-test-ulps: Update.
15212         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15213
15214 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
15215
15216         [BZ #14283]
15217         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
15218         by 7 not 8 to examine high bit of fractional part.
15219
15220         [BZ #14042]
15221         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
15222         for call to __mcount_internal.
15223         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
15224         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
15225         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
15226
15227 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
15228
15229         [BZ #14154]
15230         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
15231         approximation for values within 0x1p-13f of an odd multiple of
15232         pi/4.
15233         * math/libm-test.inc (tan_test): Do not allow spurious underflow
15234         exception.  Add more tests.
15235         * sysdeps/i386/fpu/libm-test-ulps: Update.
15236
15237         [BZ #6778]
15238         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
15239         inputs and return -1 for them.  Do not check for +Inf in case not
15240         reachable for +Inf.
15241         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
15242         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
15243         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
15244         and return -1 for them.  Do not check for +Inf in case not
15245         reachable for +Inf.
15246         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
15247         define.
15248         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
15249         and return -1 for them.  Do not check for +Inf in case not
15250         reachable for +Inf.
15251         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
15252         spurious underflow.
15253         * sysdeps/i386/fpu/libm-test-ulps: Update.
15254         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15255
15256 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
15257
15258         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
15259
15260 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
15261
15262         [BZ #14157]
15263         [BZ #14331]
15264         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
15265         could result in spurious underflow.  Scale down values above
15266         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
15267         * math/s_csqrtf.c (__csqrtf): Likewise.
15268         * math/s_csqrtl.c (__csqrtl): Likewise.
15269         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
15270         spurious underflow.
15271         * sysdeps/i386/fpu/libm-test-ulps: Update.
15272         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15273
15274 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
15275
15276         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
15277         xopen-msg.sed.
15278         * catgets/xopen-msg.awk: New file.
15279         * catgets/xopen-msg.sed: Removed.
15280
15281         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
15282         po2text.sed.
15283         * intl/po2test.awk: New file.
15284         * intl/po2test.sed: Removed.
15285
15286 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
15287
15288         [BZ #14328]
15289         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
15290         or multiply small sinh result by itself.
15291         * math/s_ctanf.c (__ctanf): Likewise.
15292         * math/s_ctanh.c (__ctanh): Likewise.
15293         * math/s_ctanhf.c (__ctanhf): Likewise.
15294         * math/s_ctanhl.c (__ctanhl): Likewise.
15295         * math/s_ctanl.c (__ctanl): Likewise.
15296         * math/libm-test.inc (ctan_test_tonearest): New function.
15297         (ctan_test_towardzero): Likewise.
15298         (ctan_test_downward): Likewise.
15299         (ctan_test_upward): Likewise.
15300         (ctanh_test_tonearest): Likewise.
15301         (ctanh_test_towardzero): Likewise.
15302         (ctanh_test_downward): Likewise.
15303         (ctanh_test_upward): Likewise.
15304         (main): Call these new functions.
15305         * sysdeps/i386/fpu/libm-test-ulps: Update.
15306         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15307
15308 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
15309
15310         * .gitignore: Delete /ports entry.
15311
15312 2012-07-03  Andreas Jaeger  <aj@suse.de>
15313
15314         * po/bg.po: Update from translation team.
15315         * po/cs.po: Likewise.
15316         * po/de.po: Likewise.
15317         * po/hr.po: Likewise.
15318         * po/nl.pl: Likewise.
15319         * po/pl.po: Likewise.
15320         * po/vi.po: Likewise.
15321
15322 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
15323
15324         * Makeconfig [!+link] (+link-before-libc): New variable.
15325         [!+link] (+link-after-libc): Likewise.
15326         [!+link] (+link-tests): Likewise.
15327         [!+link] (+link): Define in terms of $(+link-before-libc) and
15328         $(+link-after-libc).
15329         [!+link-static] (+link-static-before-libc): New variable.
15330         [!+link-static] (+link-static-after-libc): Likewise.
15331         [!+link-static] (+link-static-tests): Likewise.
15332         [!+link-static] (+link-static): Define in terms of
15333         $(+link-static-before-libc) and $(+link-static-after-libc).
15334         [build-shared] (link-libc-before-gnulib): New variable.
15335         [build-shared] (link-libc-tests): Likewise.
15336         [build-shared] (link-libc): Define in terms of
15337         $(link-libc-before-gnulib).
15338         [!build-shared] (link-libc-tests): New variable.
15339         (link-libc-static-tests): New variable.
15340         [!gnulib] (gnulib-arch): New variable.
15341         [!gnulib] (gnulib-tests): Likewise.
15342         [!gnulib] (static-gnulib-arch): Likewise.
15343         [!gnulib] (static-gnulib-tests): Likewise.
15344         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
15345         Define with "=" instead of ":=".
15346         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
15347         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
15348         * Rules (binaries-all-notests): New variable.
15349         (binaries-all-tests): Likewise.
15350         (binaries-static-notests): Likewise.
15351         (binaries-static-tests): Likewise.
15352         (binaries-all): Define using $(binaries-all-notests) and
15353         $(binaries-all-tests).
15354         (binaries-static): Define using $(binaries-static-notests) and
15355         $(binaries-static-tests).
15356         (binaries-shared-tests): New variable.
15357         (binaries-shared-notests): Likewise.
15358         (binaries-shared): Remove variable.
15359         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
15360         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
15361         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
15362         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
15363         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
15364         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
15365         * elf/Makefile (sln-modules): New variable.
15366         (extra-objs): Add $(sln-modules:=.o).
15367         (ldconfig-modules): Add static-stubs.
15368         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
15369         * elf/static-stubs.c: New file.
15370
15371         [BZ #14283]
15372         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
15373         by 7 not 8 to examine high bit of fractional part.  Use volatile
15374         variables when splitting into final array of floats if
15375         __FLT_EVAL_METHOD__ != 0.
15376         * math/libm-test.inc (cos_test): Add another test.
15377         (sin_test): Likewise.
15378         * sysdeps/i386/fpu/libm-test-ulps: Update.
15379
15380         [BZ #14273]
15381         * math/libm-test.inc (cosh_test): Add more tests.
15382
15383         * version.h (RELEASE): Set to "development".
15384         (VERSION): Set to "2.16.90".
15385
15386 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
15387
15388         * NEWS: Update copyright. Remove last-updated date.
15389         Mention math library bug fixes and timezone data changes.
15390         * README: Mention GNU/Hurd, x32, and HPPA support status.
15391
15392 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
15393
15394         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
15395
15396 2012-06-27  Andreas Jaeger  <aj@suse.de>
15397
15398         * manual/contrib.texi (Contributors): Add Samuel Thibault.
15399
15400 2012-06-25  Andreas Jaeger  <aj@suse.de>
15401
15402         * sysdeps/s390/fpu/libm-test-ulps: Update.
15403
15404 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
15405             Thomas Schwinge  <thomas@codesourcery.com>
15406
15407         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
15408         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
15409         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
15410         fanotify_mark.
15411
15412 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
15413
15414         * sysdeps/mach/start.c: Remove file.
15415         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
15416         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
15417         * sysdeps/sh/init-first.c: Likewise.
15418
15419         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
15420         registers for frame unwinding purposes, add CFI directives.
15421         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
15422         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
15423         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
15424         Likewise.
15425
15426         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
15427         __fortify_fail returning.
15428         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
15429
15430         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
15431         sysdeps/sh/____longjmp_chk.S.
15432         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
15433         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
15434         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
15435         (gen-as-const-headers): Append sigaltstack-offsets.sym.
15436
15437         * sysdeps/sh/abort-instr.h: New file.
15438         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
15439         process in case exit returns.
15440
15441         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
15442         initialize the GOT register before use.
15443
15444         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
15445         calculation of ARGC > 4.
15446
15447         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
15448         meaningful names to some local labels.
15449
15450 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
15451             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15452
15453         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
15454         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
15455         (__arch_compare_and_exchange_val_16_acq): Likewise.
15456         (__arch_compare_and_exchange_val_32_acq): Likewise.
15457         (atomic_exchange_and_add): Fix gUSA sequence.
15458         (atomic_add): Likewise.
15459         (atomic_add_negative): Likewise.
15460         (atomic_add_zero): Likewise.
15461         (atomic_bit_test_set): Likewise.
15462
15463 2012-06-22  Andreas Schwab  <schwab@redhat.com>
15464
15465         [BZ #13579]
15466         * include/link.h (struct link_map): Add l_free_initfini.
15467         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
15468         l_initfini.
15469         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
15470         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
15471         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
15472         set.
15473
15474 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
15475
15476         * configure.in: Use AC_LANG_SOURCE.
15477         * configure: Regenerate.
15478
15479 2012-06-22  Roland McGrath  <roland@hack.frob.com>
15480
15481         * configure.in (libc_cv_localstatedir): New substituted variable.
15482         * configure: Regenerated.
15483         * config.make.in (localstatedir): New variable, substituted from
15484         libc_cv_localstatedir.
15485         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
15486         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
15487         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
15488         * sysdeps/gnu/configure: Regenerated.
15489
15490 2012-06-21  Jeff Law  <law@redhat.com>
15491
15492         [BZ #14277]
15493         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
15494         free.  Simplify list management for _LIBC case.
15495
15496 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
15497
15498         [BZ #14273]
15499         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
15500         Clear sign bit of 64-bit integer value before comparing against
15501         overflow value.
15502
15503         * sysdeps/mach/configure: Regenerated.
15504
15505 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
15506
15507         [BZ #14278]
15508         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
15509
15510 2012-06-21  Jeff Law  <law@redhat.com>
15511
15512         [BZ #13882]
15513         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
15514         uint16_t for elements in the "seen" array to avoid char overflows.
15515         * elf/dl-fini.c (_dl_sort_fini): Likewise.
15516         * elf/dl-open.c (dl_open_worker): Likewise.
15517
15518 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
15519
15520         * scripts/list-sources.sh: Scan PORTS for translations.
15521         * po/libc.pot: Regenerated.
15522
15523 2012-06-21  Andreas Jaeger  <aj@suse.de>
15524
15525         [BZ #12194]
15526         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
15527         warning.
15528         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
15529         * bits/byteswap-16.h (__bswap_16): Likewise.
15530         * bits/byteswap.h (__bswap_constant_16): Likewise.
15531
15532 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
15533
15534         [BZ #14117]
15535         * sysdeps/i386/fpu_control.h: Removed.
15536         * sysdeps/x86_64/fpu_control.h: Moved to ...
15537         * sysdeps/x86/fpu_control.h: Here.
15538
15539         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
15540         (_FPU_SETCW): Likewise.
15541
15542 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
15543
15544         [BZ #14117]
15545         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
15546         * sysdeps/x86/fpu/bits/mathinline.h: This.
15547         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
15548
15549         [BZ #14050]
15550         [BZ #14117]
15551         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
15552         functions if __x86_64__ is defined.
15553
15554 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
15555
15556         * string/endian.h: Add !__ASSEMBLER__ condition for including
15557         conversion interfaces.
15558
15559 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
15560
15561         [BZ #14241]
15562         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
15563         of ABS(x) in calculating zero to negative powers other than odd
15564         integers.
15565         * math/libm-test.inc (pow_test): Add more tests.
15566
15567 2012-06-15  Andreas Jaeger  <aj@suse.de>
15568
15569         * manual/contrib.texi (Contributors): Update entry of Liubov
15570         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
15571         Machado Filho.
15572
15573 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
15574
15575         * string/string.h: Add __wur to GNU version of strerror_r.
15576
15577 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
15578
15579         [BZ #14229]
15580         * string/Makefile (tests): Add tst-strtok_r.
15581         * string/tst-strtok_r.c: New file.
15582         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
15583         RAX_LP/RDX_LP on SAVE_PTR.
15584
15585 2012-06-14  Roland McGrath  <roland@hack.frob.com>
15586
15587         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
15588
15589 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
15590
15591         * libm_test.inc (csqrt_test): Allow more spurious underflow
15592         exceptions.
15593         (j0_test): Likewise.
15594         (j1_test): Likewise.
15595         (y0_test): Likewise.
15596         (y1_test): Likewise.
15597
15598 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
15599
15600         * po/Makefile (libc.pot): Use UTF-8 charset.
15601
15602 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
15603
15604         [BZ #14210]
15605         Suppress sign-conversion warning from FD_SET.
15606         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
15607         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
15608         not unsigned long int.
15609         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
15610
15611 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
15612
15613         [BZ #14050]
15614         [BZ #14117]
15615         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
15616         __extern_always_inline instead of __extern_inline.
15617         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
15618         (__signbit): Likewise.
15619         (__signbitl): Support C++ namespace.
15620         (lrintf): New inline function.
15621         (lrint): Likewise.
15622         (llrintf): Likewise.
15623         (llrint): Likewise.
15624         (fmaxf): Likewise.
15625         (fmax): Likewise.
15626         (fminf): Likewise.
15627         (fmin): Likewise.
15628         (rint): Likewise.
15629         (rintf): Likewise.
15630         (ceil): Likewise.
15631         (ceilf): Likewise.
15632         (floor): Likewise.
15633         (floorf): Likewise.
15634         (nearbyint): Likewise.
15635         (nearbyintf): Likewise.
15636
15637 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
15638
15639         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
15640         non-default versions.
15641
15642 2012-06-11  Roland McGrath  <roland@hack.frob.com>
15643
15644         [BZ #14218]
15645         * manual/argp.texi (Argp): Reword argp_parse description slightly.
15646
15647 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
15648
15649         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
15650         (FE_UPWARD, FE_DOWNWARD): Don't define.
15651         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
15652         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
15653
15654         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
15655         reading it.
15656         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
15657         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
15658
15659 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15660
15661         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
15662         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
15663         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
15664         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
15665
15666 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
15667
15668         [BZ #14117]
15669         * sysdeps/i386/fpu/bits/fenv.h: Removed.
15670         * sysdeps/i386/fpu/Implies: New file.
15671         * sysdeps/x86_64/fpu/Implies: Likewise.
15672         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
15673         * sysdeps/x86/fpu/bits/fenv.h: This.
15674
15675         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
15676         __SSE_MATH__.
15677
15678 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15679
15680         [BZ #14134]
15681         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
15682         character 0xffff that matches the last element of the
15683         conversion table.
15684
15685 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15686
15687         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
15688         fmodl commit.
15689
15690 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15691
15692         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
15693         values higher than 25.6283.
15694
15695 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15696
15697         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
15698         subnormal exponent extraction and add some __builtin_expect.
15699         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
15700         Fix for subnormal mantissa calculation.
15701
15702 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
15703
15704         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
15705         cpu2 is -1 and errno is not ENOSYS.
15706
15707 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
15708
15709         [BZ #14117]
15710         * sysdeps/i386/i486/bits/string.h: Renamed to ...
15711         * sysdeps/x86/bits/string.h: This.
15712         * sysdeps/x86_64/bits/string.h: Removed.
15713
15714         * sysdeps/i386/i486/bits/string.h: Define inline functions only
15715         if not compiling for x86-64, but compiling for >= i486.
15716
15717         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
15718         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
15719
15720         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
15721         New macro from Linux kernel 3.4.0.
15722         (FP_XSTATE_MAGIC2): Likewise.
15723         (FP_XSTATE_MAGIC2_SIZE): Likewise.
15724         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
15725         (struct _fpx_sw_bytes): New struct.
15726         (struct _xsave_hdr): Likewise.
15727         (struct _ymmh_state): Likewise.
15728         (struct _xstate): Likewise.
15729
15730         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
15731         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
15732         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
15733         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
15734         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
15735         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
15736
15737         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
15738         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
15739         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
15740         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
15741         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
15742         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
15743
15744 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
15745
15746         [BZ #13743]
15747         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
15748         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
15749         (sysdep_headers): Include sys/platform/ppc.h.
15750         * sysdeps/powerpc/test-gettimebase.c: Test for
15751         __ppc_get_timebase() to catch future ISA opcode/insn changes.
15752         * manual/Makefile (appendices): Include platform.texi.
15753         * manual/contrib.texi (Contributors): Update @node pointers.
15754         * manual/maint.texi (Maintenance): Likewise.
15755         (Platform): New node.
15756         * manual/platform.texi: New file.  Document the new features.
15757
15758 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15759             Jakub Jelinek  <jakub@redhat.com>
15760
15761         [BZ #14188]
15762         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
15763         where __builtin_expect is unavailable.
15764
15765 2012-06-03  David S. Miller  <davem@davemloft.net>
15766
15767         * stdlib/longlong.h: Updated from GCC.
15768
15769 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
15770
15771         [BZ #14042]
15772         * sysdeps/powerpc/powerpc32/mcount.c: New file.
15773         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
15774         __mcount_internal.
15775         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
15776         (GLIBC_2.16): Likewise.
15777
15778 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
15779
15780         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
15781
15782 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
15783
15784         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
15785         (default-abi): New variable.
15786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
15787         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
15788         variable.
15789         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
15790         Likewise.
15791         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
15792         Likewise.
15793         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
15794         Likewise.
15795
15796         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
15797         definition.  Document in comment.
15798
15799 2012-06-01  David S. Miller  <davem@davemloft.net>
15800
15801         * stdlib/longlong.h: Updated from GCC.
15802
15803 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
15804
15805         [BZ #14117]
15806         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
15807         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
15808         sys/debugreg.h sys/io.h here.
15809         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
15810         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
15811         sys/io.h.
15812         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
15813         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
15814         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
15815         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
15816         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
15817         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
15818
15819         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
15820         Define only if __x86_64__ is defined.
15821
15822 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
15823
15824         [BZ #14048]
15825         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
15826         Use int64_t for variable i.
15827         * math/libm-test.inc (fmod_test): Add more tests.
15828
15829         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
15830         z computation is not scheduled after fetestexcept.
15831         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
15832         Use math_force_eval instead of asm to ensure calculation scheduled
15833         before exception test.
15834         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
15835         Ensure a1 + u.d computation is not scheduled after fetestexcept.
15836
15837 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
15838
15839         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
15840         computation is not scheduled after fetestexcept.
15841
15842 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
15843
15844         [BZ #14117]
15845         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
15846         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
15847
15848 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15849
15850         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
15851         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
15852
15853 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
15854
15855         [BZ #14117]
15856         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
15857         <bits/wordsize.h>.
15858         (__WCHAR_MIN): Support __WORDSIZE == 64.
15859         (__WCHAR_MAX): Likewise.
15860
15861         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
15862         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
15863
15864         [BZ #14183]
15865         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
15866         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
15867
15868         [BZ #14117]
15869         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
15870         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
15871
15872         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
15873         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
15874
15875         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
15876         Defined to 1 if __x86_64__ isn't defined.
15877         (_STAT_VER_LINUX_OLD): New.
15878         (st_atime): Remove duplicate.
15879         (st_mtime): Likewise.
15880         (st_ctime): Likewise.
15881
15882 2012-05-31  David S. Miller  <davem@davemloft.net>
15883
15884         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
15885         entries.
15886
15887 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
15888
15889         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
15890         gen-libm-test.pl.
15891
15892         [BZ #14132]
15893         * elf/dl-reloc.c: Include <_itoa.h>.
15894         (_dl_reloc_bad_type): Remove use of INTUSE.
15895         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
15896         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
15897         * stdio-common/psiginfo.c (psiginfo): Likewise.
15898         * stdio-common/psignal.c (psignal): Likewise.
15899         * string/strsignal.c (strsignal): Likewise.
15900         * include/signal.h (_sys_siglist): Declare hidden proto.
15901         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
15902         INTVARDEF with libc_hidden_data_def.
15903         * stdio-common/itoa-udigits.c: Likewise.
15904         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
15905         (_itoa_lower_digits_internal): Remove declaration.
15906         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
15907         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
15908         (_sys_sigabbrev_internal): Remove aliases.
15909         (_sys_siglist): Define hidden alias.
15910
15911 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
15912
15913         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
15914         bits/sysctl.h.
15915
15916 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
15917
15918         [BZ #14117]
15919         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
15920         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
15921
15922         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
15923         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
15924         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
15925         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
15926         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
15927         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
15928
15929         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
15930         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
15931         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
15932
15933         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
15934         with __addr.
15935         (insw): Likewise.
15936         (insl): Likewise.
15937         (outsb): Likewise.
15938         (outsw): Likewise.
15939         (outsl): Likewise.
15940
15941         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
15942         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
15943         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
15944
15945         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
15946         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
15947         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
15948         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
15949         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
15950         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
15951
15952         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
15953         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
15954
15955         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
15956         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
15957
15958         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
15959         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
15960         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
15961
15962         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
15963         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
15964         to ...
15965         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
15966
15967         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
15968         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
15969         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
15970
15971         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
15972         for x86-64.
15973         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
15974
15975 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
15976
15977         * math/math.h (M_El): Use two more decimal places.
15978         (M_LOG2El): Likewise.
15979         (M_LOG10El): Likewise.
15980         (M_LN2l): Likewise.
15981         (M_LN10l): Likewise.
15982         (M_PIl): Likewise.
15983         (M_PI_2l): Likewise.
15984         (M_PI_4l): Likewise.
15985         (M_1_PIl): Likewise.
15986         (M_2_PIl): Likewise.
15987         (M_2_SQRTPIl): Likewise.
15988         (M_SQRT2l): Likewise.
15989         (M_SQRT1_2l): Likewise.
15990
15991 2012-05-31  David S. Miller  <davem@davemloft.net>
15992
15993         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
15994         values between float registers.
15995         * sysdeps/sparc/sparc64/memset.S: Likewise.
15996         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
15997
15998 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
15999
16000         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
16001         -D_FORTIFY_SOURCE=1.
16002         (CPPFLAGS-tst-longjmp_chk.c): Define.
16003         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
16004         (CPPFLAGS-tst-longjmp_chk2.c): Define.
16005         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
16006         CFLAGS-tst-wchar-h.c.
16007
16008 2012-05-31  Marek Polacek  <polacek@redhat.com>
16009
16010         [BZ #14132]
16011         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
16012         __endmntent_internal): Remove declaration.
16013         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
16014         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
16015         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
16016
16017 2012-05-30  David S. Miller  <davem@davemloft.net>
16018
16019         * sysdeps/sparc/sparc32/soft-fp/q_util.c
16020         (___Q_simulate_exceptions): Use real FP ops rather than writing
16021         into the %fsr.
16022         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
16023         Likewise.
16024
16025 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
16026
16027         [BZ #14117]
16028         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
16029         * sysdeps/x86/bits/xtitypes.h: This.
16030
16031         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
16032         * sysdeps/x86/bits/wordsize.h: This.
16033
16034         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
16035         * sysdeps/x86/bits/huge_vall.h: This.
16036
16037         * sysdeps/i386/bits/select.h: Removed.
16038         * sysdeps/x86_64/bits/select.h: Renamed to ...
16039         * sysdeps/x86/bits/select.h: This.
16040
16041         * sysdeps/i386/bits/setjmp.h: Removed.
16042         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
16043         * sysdeps/x86/bits/setjmp.h: This.
16044
16045         * sysdeps/i386/bits/mathdef.h: Removed.
16046         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
16047         * sysdeps/x86/bits/mathdef.h: This.
16048
16049 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
16050
16051         [BZ #14132]
16052         * include/sys/socket.h (__connect_internal)
16053         (__libc_sa_len_internal): Remove declaration.
16054         (__connect, __libc_sa_len): Declare hidden_proto.
16055         (SA_LEN): Remove use of INTUSE.
16056         * socket/connect.c: Add libc_hidden_def.
16057         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
16058         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
16059         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
16060         alias.
16061         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
16062         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
16063         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
16064         of adding _internal alias.
16065
16066 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
16067
16068         [BZ #14117]
16069         * sysdeps/i386/bits/link.h: Removed.
16070         * sysdeps/i386/bits/linkmap.h: Likewise.
16071         * sysdeps/x86_64/bits/link.h: Renamed to ...
16072         * sysdeps/x86/bits/link.h: This.
16073         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
16074         * sysdeps/x86/bits/linkmap.h: This.
16075
16076         * sysdeps/i386/bits/endian.h: Removed.
16077         * sysdeps/x86_64/bits/endian.h: Renamed to ...
16078         * sysdeps/x86/bits/endian.h: This.
16079
16080         * sysdeps/i386/bits/byteswap.h: Removed.
16081         * sysdeps/i386/bits/byteswap-16.h: Likewise.
16082         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
16083         * sysdeps/x86/bits/byteswap.h: This.
16084         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
16085         * sysdeps/x86/bits/byteswap-16.h: This.
16086         * sysdeps/i386/Implies: Add x86.
16087         * sysdeps/x86_64/Implies: Likewise.
16088
16089 2012-05-30  David S. Miller  <davem@davemloft.net>
16090
16091         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
16092         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
16093         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
16094         (FP_TRAPPING_EXCEPTIONS): Define.
16095         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
16096         (FP_TRAPPING_EXCEPTIONS): Define.
16097         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
16098         subnormals only when inexact has been signalled or underflow
16099         exceptions are enabled.
16100         (_FP_PACK_CANONICAL): Likewise.
16101
16102 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
16103
16104         [BZ #14183]
16105         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
16106         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
16107
16108 2012-05-30  Richard Henderson  <rth@twiddle.net>
16109
16110         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
16111         with #ifndef NOT_IN_libc.
16112
16113         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
16114         marked to avoid plt entry.
16115
16116 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
16117
16118         [BZ #14112]
16119         * Makeconfig (default-abi): New macro.
16120         (abi-includes): Likewise.
16121         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
16122         $(abi-$(default-abi)-lib-soname) for soname if defined.
16123         ($(common-objpfx)gnu/lib-names.stmp): Generate from
16124         abi-variants.
16125         * Makefile (installed-stubs): Likewise.
16126         * include/stubs-biarch.h: Removed.
16127         * scripts/lib-names.awk: Only handle one library at a time.
16128         * scripts/soversions.awk: Remove WORDSIZE support.
16129         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
16130         entries.
16131         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
16132         Removed.
16133         (syscall-list-default-condition): Likewise.
16134         (syscall-list-default-condition): Likewise.
16135         (syscall-list-includes): Likewise.
16136         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
16137         syscall-list-* with abi-*.  Handle undefined abi-variants.
16138         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
16139         * sysdeps/unix/sysv/linux/i386/Implies: New file.
16140         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
16141         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
16142         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
16143         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
16144         Removed.
16145         (syscall-list-32-options): Likewise.
16146         (syscall-list-32-condition): Likewise.
16147         (syscall-list-64-options): Likewise.
16148         (syscall-list-64-condition): Likewise.
16149         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
16150         macro.
16151         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
16152         Renamed to ...
16153         (abi-*): This.
16154         (abi-64-ld-soname): New macro.
16155         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
16156         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
16157         Renamed to ...
16158         (abi-*): This.
16159         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
16160         * sysdeps/x86_64/x32/shlib-versions: Likewise.
16161
16162 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
16163
16164         * sysdeps/unix/sysv/linux/kernel-features.h
16165         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
16166         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
16167         include <kernel-features.h>.
16168         [!__NR_ftruncate64]: Remove conditional code.
16169         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
16170         [__NR_ftruncate64]: Make code unconditional.
16171         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
16172         * sysdeps/unix/sysv/linux/truncate64.c: Do not
16173         include <kernel-features.h>.
16174         [!__NR_ftruncate64]: Remove conditional code.
16175         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
16176         [__NR_ftruncate64]: Make code unconditional.
16177         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
16178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
16179         include <kernel-features.h>.
16180         [!__NR_ftruncate64]: Remove conditional code.
16181         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
16182         [__NR_ftruncate64]: Make code unconditional.
16183         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
16184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
16185         include <kernel-features.h>.
16186         [!__NR_ftruncate64]: Remove conditional code.
16187         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
16188         [__NR_ftruncate64]: Make code unconditional.
16189         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
16190
16191         * configure.in (libc_cv_fpie): Weaken to a compile test using
16192         LIBC_TRY_CC_OPTION.
16193         * configure: Regenerated.
16194
16195 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16196
16197         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
16198         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
16199         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
16200         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16201         Refreshed.
16202         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
16203         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
16204         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
16205         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
16206         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
16207         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16208         Refreshed.
16209
16210 2012-05-27  David S. Miller  <davem@davemloft.net>
16211
16212         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
16213         (___Q_zero): New.
16214         (__Q_simulate_exceptions): Return void.  Change to simulate
16215         exceptions by writing into the %fsr.
16216         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
16217         (__Qp_handle_exceptions): Likewise.
16218         (numbers): Delete.
16219         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
16220         __Qp_handle_exceptions.
16221         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
16222         __Qp_handle_exceptions.
16223         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
16224         as unused and give dummy FP_RND_NEAREST initializer.
16225         (FP_INHIBIT_RESULTS): Define.
16226         (___Q_simulate_exceptions): Update declaration.
16227         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
16228         formatting.
16229         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
16230         as unused and give dummy FP_RND_NEAREST initializer.
16231         (__Qp_handle_exceptions): Update declaration.
16232         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
16233         formatting.
16234
16235 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
16236
16237         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
16238         the temporary FPU control word.
16239         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
16240         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
16241         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
16242         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
16243         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
16244         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
16245         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
16246         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
16247         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
16248         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
16249         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
16250
16251 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16252
16253         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
16254         fields.
16255
16256 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
16257
16258         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
16259         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
16260         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
16261         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
16262         Likewise.
16263         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
16264         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
16265         Likewise.
16266
16267 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
16268
16269         * po/h.po: Update from translation team.
16270
16271 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
16272
16273         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
16274
16275         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
16276         handling of denormals.
16277         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
16278         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
16279         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
16280         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
16281         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
16282         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
16283         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
16284         Likewise.
16285
16286 2012-05-26  Marek Polacek  <polacek@redhat.com>
16287
16288         [BZ #14152]
16289         * math/libm-test.inc (fma_test): Don't always expect underflow
16290         exception.
16291
16292 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
16293
16294         [BZ #12416]
16295         * elf/tst-execstack.c: Include stackinfo.h.
16296         (do_test): Adjust test case to ensure that pthread_getattr_np
16297         behaviour remains the same after marking stack executable.
16298
16299 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
16300
16301         * sysdeps/unix/sysv/linux/kernel-features.h
16302         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
16303         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
16304         kernel-features.h.
16305         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
16306         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
16307         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
16308         kernel-features.h.
16309         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
16310         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
16311
16312 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
16313
16314         * configure.in: Define the default includes to being none.
16315         * configure: Regenerated.
16316
16317 2012-05-25  Roland McGrath  <roland@hack.frob.com>
16318
16319         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
16320         * sysdeps/x86_64/setjmp.S: Likewise.
16321         * sysdeps/i386/bsd-setjmp.S: Likewise.
16322         * sysdeps/i386/bsd-_setjmp.S: Likewise.
16323         * sysdeps/i386/setjmp.S: Likewise.
16324         * sysdeps/i386/__longjmp.S: Likewise.
16325         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
16326         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
16327
16328         * include/stap-probe.h: New file.
16329         * configure.in: Handle --enable-systemtap.
16330         * configure: Regenerated.
16331         * config.h.in (USE_STAP_PROBE): New #undef.
16332         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
16333         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
16334         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
16335
16336 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
16337
16338         [BZ #13717]
16339         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
16340         to 2.4.0 where earlier.
16341         * sysdeps/unix/sysv/linux/configure: Regenerated.
16342         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
16343         <kernel-features.h>.
16344         [__ASSUME_32BITUIDS]: Make code unconditional.
16345         [!__ASSUME_32BITUIDS]: Remove conditional code.
16346         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
16347         <kernel-features.h>.
16348         [__ASSUME_32BITUIDS]: Make code unconditional.
16349         [!__ASSUME_32BITUIDS]: Remove conditional code.
16350         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
16351         [__ASSUME_32BITUIDS]: Make code unconditional.
16352         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
16353         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
16354         <kernel-features.h>.
16355         [__ASSUME_32BITUIDS]: Make code unconditional.
16356         [!__ASSUME_32BITUIDS]: Remove conditional code.
16357         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
16358         <kernel-features.h>.
16359         [__ASSUME_32BITUIDS]: Make code unconditional.
16360         [!__ASSUME_32BITUIDS]: Remove conditional code.
16361         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
16362         <kernel-features.h>.
16363         [__ASSUME_32BITUIDS]: Make code unconditional.
16364         [!__ASSUME_32BITUIDS]: Remove conditional code.
16365         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
16366         <kernel-features.h>.
16367         [__ASSUME_32BITUIDS]: Make code unconditional.
16368         [!__ASSUME_32BITUIDS]: Remove conditional code.
16369         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
16370         <kernel-features.h>.
16371         [__ASSUME_32BITUIDS]: Make code unconditional.
16372         [!__ASSUME_32BITUIDS]: Remove conditional code.
16373         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
16374         <kernel-features.h>.
16375         [__ASSUME_32BITUIDS]: Make code unconditional.
16376         [!__ASSUME_32BITUIDS]: Remove conditional code.
16377         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
16378         <kernel-features.h>.
16379         [__ASSUME_32BITUIDS]: Make code unconditional.
16380         [!__ASSUME_32BITUIDS]: Remove conditional code.
16381         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
16382         <kernel-features.h>.
16383         [__ASSUME_32BITUIDS]: Make code unconditional.
16384         [!__ASSUME_32BITUIDS]: Remove conditional code.
16385         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
16386         <kernel-features.h>.
16387         [__ASSUME_32BITUIDS]: Make code unconditional.
16388         [!__ASSUME_32BITUIDS]: Remove conditional code.
16389         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
16390         <kernel-features.h>.
16391         [__ASSUME_32BITUIDS]: Make code unconditional.
16392         [!__ASSUME_32BITUIDS]: Remove conditional code.
16393         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
16394         <kernel-features.h>.
16395         [__NR_setresgid] (__setresgid): Do not declare.
16396         [__ASSUME_32BITUIDS]: Make code unconditional.
16397         [!__ASSUME_32BITUIDS]: Remove conditional code.
16398         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
16399         <kernel-features.h>.
16400         [__NR_setresuid] (__setresuid): Do not declare.
16401         [__ASSUME_32BITUIDS]: Make code unconditional.
16402         [!__ASSUME_32BITUIDS]: Remove conditional code.
16403         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
16404         <kernel-features.h>.
16405         [__ASSUME_32BITUIDS]: Make code unconditional.
16406         [!__ASSUME_32BITUIDS]: Remove conditional code.
16407         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
16408         <kernel-features.h>.
16409         [__ASSUME_32BITUIDS]: Make code unconditional.
16410         [!__ASSUME_32BITUIDS]: Remove conditional code.
16411         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
16412         <kernel-features.h>.
16413         [__ASSUME_32BITUIDS]: Make code unconditional.
16414         [!__ASSUME_32BITUIDS]: Remove conditional code.
16415         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
16416         <kernel-features.h>.
16417         [__ASSUME_32BITUIDS]: Make code unconditional.
16418         [!__ASSUME_32BITUIDS]: Remove conditional code.
16419         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
16420         <kernel-features.h>.
16421         [__ASSUME_32BITUIDS]: Make code unconditional.
16422         [!__ASSUME_32BITUIDS]: Remove conditional code.
16423         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
16424         <kernel-features.h>.
16425         [__ASSUME_32BITUIDS]: Make code unconditional.
16426         [!__ASSUME_32BITUIDS]: Remove conditional code.
16427         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
16428         <kernel-features.h>.
16429         [__ASSUME_32BITUIDS]: Make code unconditional.
16430         [!__ASSUME_32BITUIDS]: Remove conditional code.
16431         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
16432         <kernel-features.h>.
16433         [__ASSUME_32BITUIDS]: Make code unconditional.
16434         [!__ASSUME_32BITUIDS]: Remove conditional code.
16435         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
16436         <kernel-features.h>.
16437         [__ASSUME_32BITUIDS]: Make code unconditional.
16438         [!__ASSUME_32BITUIDS]: Remove conditional code.
16439         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
16440         <kernel-features.h>.
16441         [__ASSUME_32BITUIDS]: Make code unconditional.
16442         [!__ASSUME_32BITUIDS]: Remove conditional code.
16443         * sysdeps/unix/sysv/linux/kernel-features.h
16444         (__ASSUME_SETRESUID_SYSCALL): Remove.
16445         (__ASSUME_SETRESGID_SYSCALL): Likewise.
16446         (__ASSUME_32BITUIDS): Likewise.
16447         (__ASSUME_LDT_WORKS): Likewise.
16448         (__ASSUME_O_DIRECTORY): Likewise.
16449         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
16450         architecture but not kernel version.
16451         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
16452         (__ASSUME_MMAP2_SYSCALL): Likewise.
16453         (__ASSUME_STAT64_SYSCALL): Likewise.
16454         (__ASSUME_IPC64): Likewise.
16455         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
16456         <kernel-features.h>.
16457         [__ASSUME_32BITUIDS]: Make code unconditional.
16458         [!__ASSUME_32BITUIDS]: Remove conditional code.
16459         * sysdeps/unix/sysv/linux/opendir.c: Do not include
16460         <kernel-features.h>.
16461         [__ASSUME_O_DIRECTORY]: Make code unconditional.
16462         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
16463         132096]: Remove conditional code.
16464         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
16465         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
16466         <kernel-features.h>.
16467         [__ASSUME_32BITUIDS]: Make code unconditional.
16468         [!__ASSUME_32BITUIDS]: Remove conditional code.
16469         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
16470         <kernel-features.h>.
16471         [__ASSUME_32BITUIDS]: Make code unconditional.
16472         [!__ASSUME_32BITUIDS]: Remove conditional code.
16473         * sysdeps/unix/sysv/linux/setegid.c: Do not include
16474         <kernel-features.h>.
16475         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
16476         unconditional.
16477         (__setresgid): Do not declare.
16478         [__ASSUME_32BITUIDS]: Make code unconditional.
16479         [!__ASSUME_32BITUIDS]: Remove conditional code.
16480         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
16481         <kernel-features.h>.
16482         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
16483         unconditional.
16484         (__setresuid): Do not declare.
16485         [__ASSUME_32BITUIDS]: Make code unconditional.
16486         [!__ASSUME_32BITUIDS]: Remove conditional code.
16487         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
16488         <kernel-features.h>.
16489         [__ASSUME_32BITUIDS]: Make code unconditional.
16490         [!__ASSUME_32BITUIDS]: Remove conditional code.
16491         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
16492         <kernel-features.h>.
16493         [__ASSUME_32BITUIDS]: Make code unconditional.
16494         [!__ASSUME_32BITUIDS]: Remove conditional code.
16495
16496 2012-05-25  Richard Henderson  <rth@twiddle.net>
16497
16498         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
16499         dl_hwcap to ifunc resolver.
16500         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
16501         elf_ifunc_invoke.
16502         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
16503         dl_hwcap to ifunc resolver.
16504         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
16505
16506 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
16507
16508         [BZ #14153]
16509         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
16510         for |x| <= 2**-26, not 2**-57.
16511         * math/libm-test.inc (acos_test): Do not allow spurious underflow
16512         exception.
16513
16514 2012-05-24  Jeff Law  <law@redhat.com>
16515
16516         * stdio-common/Makefile (tests): Add bug25.
16517         * stdio-common/bug25.c: New test.
16518
16519 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
16520
16521         [BZ #13576]
16522         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
16523         multiple of MALLOC_ALIGNMENT in size.
16524         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
16525
16526 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
16527
16528         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
16529         Require >= 256.
16530         (FILENAME_MAX): Use macro-int-constant.
16531         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
16532         (_IOFBF): Use macro-int-constant.
16533         (_IOLBF): Likewise.
16534         (_IONBF): Likewise.
16535         (SEEK_CUR): Likewise.
16536         (SEEK_END): Likewise.
16537         (SEEK_SET): Likewise.
16538         (TMP_MAX): Likewise.
16539         (EOF): Use macro-int-constant.  Require < 0.
16540         (NULL): Use macro-constant.  Require == 0.
16541         (stdin): Require type to be FILE *.
16542         (stdout): Likewise.
16543         (stderr): Likewise.
16544         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
16545         macro-int-constant.
16546         (EXIT_SUCCESS): Likewise.
16547         (NULL): Use macro-constant.  Require == 0.
16548         (RAND_MAX): Use macro-int-constant.
16549         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
16550         [C99-based standards] (strtof): Require function.
16551         [C99-based standards] (strtold): Likewise.
16552         [C99-based standards] (strtoll): Likewise.
16553         [C99-based standards] (strtoull): Likewise.
16554         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
16555         [ISO || ISO99 || ISO11] (limits.h): Likewise.
16556         [ISO || ISO99 || ISO11] (math.h): Likewise.
16557         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
16558         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
16559         [ISO || ISO99 || ISO11] (*_t): Do not allow.
16560
16561 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
16562
16563         [BZ #14132]
16564         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
16565         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
16566         * intl/dgettext.c (DCGETTEXT): Likewise.
16567         * intl/gettext.c (DCGETTEXT): Likewise.
16568         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
16569         * posix/regex_internal.h (gettext): Likewise.
16570         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
16571         Remove declaration.
16572         * include/argz.h (__argz_count_internal)
16573         (__argz_stringify_internal): Remove declaration.
16574         (__argz_count, __argz_stringify): Declare hidden proto.
16575         * intl/dcgettext.c: Remove use of INTDEF.
16576         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
16577         * string/argz-stringify.c: Likewise.
16578         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
16579         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
16580         Declare hidden proto.
16581         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
16582         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
16583         Declare hidden proto.
16584         * include/stdio.h (__asprintf_internal): Don't declare.
16585         (__asprintf): Don't define as macro.  Declare hidden proto.
16586         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
16587         (__fsetlocking): Declare hidden proto.
16588         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
16589         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
16590         hidden proto.
16591         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
16592         (_IO_setlinebuf): Remove use of INTUSE.
16593         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
16594         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
16595         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
16596         Remove declaration.
16597         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
16598         (_IO_do_flush): Remove use of INTUSE.
16599         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
16600         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
16601         (_IO_adjust_column, _IO_least_wmarker)
16602         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
16603         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
16604         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
16605         (_IO_default_doallocate, _IO_wdefault_doallocate)
16606         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
16607         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
16608         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
16609         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
16610         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
16611         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
16612         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
16613         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
16614         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
16615         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
16616         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
16617         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
16618         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
16619         proto.
16620         (_IO_flush_all_internal, _IO_adjust_column_internal)
16621         (_IO_default_uflow_internal, _IO_default_finish_internal)
16622         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
16623         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
16624         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
16625         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
16626         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
16627         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
16628         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
16629         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
16630         (_IO_file_close_internal, _IO_file_close_it_internal)
16631         (_IO_file_underflow_internal, _IO_file_overflow_internal)
16632         (_IO_file_init_internal, _IO_file_attach_internal)
16633         (_IO_file_fopen_internal, _IO_file_read_internal)
16634         (_IO_file_sync_internal, _IO_file_seek_internal)
16635         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
16636         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
16637         (_IO_str_underflow_internal, _IO_str_overflow_internal)
16638         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
16639         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
16640         (_IO_list_all_internal, _IO_link_in_internal)
16641         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
16642         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
16643         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
16644         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
16645         (_IO_do_write_internal, _IO_padn_internal)
16646         (_IO_getline_info_internal, _IO_getline_internal)
16647         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
16648         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
16649         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
16650         (_IO_vfscanf_internal, _IO_vfprintf_internal)
16651         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
16652         (_IO_init_internal, _IO_un_link_internal): Don't declare.
16653         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
16654         with libc_hidden_ver, remove use of INTUSE.
16655         * libio/genops.c: Likewise.
16656         * libio/freopen.c: Likewise.
16657         * libio/freopen64.c: Likewise.
16658         * libio/iofclose.c: Likewise.
16659         * libio/iofdopen.c: Likewise.
16660         * libio/iofflush.c: Likewise.
16661         * libio/iofflush_u.c: Likewise.
16662         * libio/iofgets.c: Likewise.
16663         * libio/iofgets_u.c: Likewise.
16664         * libio/iofopen.c: Likewise.
16665         * libio/iofopncook.c: Likewise.
16666         * libio/iofread.c: Likewise.
16667         * libio/iofread_u.c: Likewise.
16668         * libio/ioftell.c: Likewise.
16669         * libio/iofwrite.c: Likewise.
16670         * libio/iogetline.c: Likewise.
16671         * libio/iogets.c: Likewise.
16672         * libio/iogetwline.c: Likewise.
16673         * libio/iopadn.c: Likewise.
16674         * libio/iopopen.c: Likewise.
16675         * libio/ioseekoff.c: Likewise.
16676         * libio/ioseekpos.c: Likewise.
16677         * libio/iosetbuffer.c: Likewise.
16678         * libio/iosetvbuf.c: Likewise.
16679         * libio/ioungetc.c: Likewise.
16680         * libio/ioungetwc.c: Likewise.
16681         * libio/iovdprintf.c: Likewise.
16682         * libio/iovsprintf.c: Likewise.
16683         * libio/iovsscanf.c: Likewise.
16684         * libio/memstream.c: Likewise.
16685         * libio/obprintf.c: Likewise.
16686         * libio/oldfileops.c: Likewise.
16687         * libio/oldiofclose.c: Likewise.
16688         * libio/oldiofdopen.c: Likewise.
16689         * libio/oldiofopen.c: Likewise.
16690         * libio/oldiopopen.c: Likewise.
16691         * libio/oldstdfiles.c: Likewise.
16692         * libio/putc.c: Likewise.
16693         * libio/setbuf.c: Likewise.
16694         * libio/setlinebuf.c: Likewise.
16695         * libio/stdfiles.c: Likewise.
16696         * libio/strops.c: Likewise.
16697         * libio/vasprintf.c: Likewise.
16698         * libio/vscanf.c: Likewise.
16699         * libio/vsnprintf.c: Likewise.
16700         * libio/vswprintf.c: Likewise.
16701         * libio/wfiledoalloc.c: Likewise.
16702         * libio/wfileops.c: Likewise.
16703         * libio/wgenops.c: Likewise.
16704         * libio/wmemstream.c: Likewise.
16705         * libio/wstrops.c: Likewise.
16706         * libio/__fpurge.c: Likewise.
16707         * libio/__fsetlocking.c: Likewise.
16708         * assert/assert.c: Likewise.
16709         * debug/fgets_chk.c: Likewise.
16710         * debug/fgets_u_chk.c: Likewise.
16711         * debug/fread_chk.c: Likewise.
16712         * debug/fread_u_chk.c: Likewise.
16713         * debug/gets_chk.c: Likewise.
16714         * debug/obprintf_chk.c: Likewise.
16715         * debug/vasprintf_chk.c: Likewise.
16716         * debug/vdprintf_chk.c: Likewise.
16717         * debug/vsnprintf_chk.c: Likewise.
16718         * debug/vsprintf_chk.c: Likewise.
16719         * malloc/mtrace.c: Likewise.
16720         * misc/error.c: Likewise.
16721         * misc/syslog.c: Likewise.
16722         * stdio-common/asprintf.c: Likewise.
16723         * stdio-common/fxprintf.c: Likewise.
16724         * stdio-common/getw.c: Likewise.
16725         * stdio-common/isoc99_fscanf.c: Likewise.
16726         * stdio-common/isoc99_scanf.c: Likewise.
16727         * stdio-common/isoc99_vfscanf.c: Likewise.
16728         * stdio-common/isoc99_vscanf.c: Likewise.
16729         * stdio-common/isoc99_vsscanf.c: Likewise.
16730         * stdio-common/printf-prs.c: Likewise.
16731         * stdio-common/printf_fp.c: Likewise.
16732         * stdio-common/printf_fphex.c: Likewise.
16733         * stdio-common/printf_size.c: Likewise.
16734         * stdio-common/putw.c: Likewise.
16735         * stdio-common/scanf.c: Likewise.
16736         * stdio-common/sprintf.c: Likewise.
16737         * stdio-common/tmpfile.c: Likewise.
16738         * stdio-common/vfprintf.c: Likewise.
16739         * stdio-common/vfscanf.c: Likewise.
16740         * stdlib/strfmon_l.c: Likewise.
16741         * sunrpc/openchild.c: Likewise.
16742         * sunrpc/xdr_stdio.c: Likewise.
16743         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
16744         * sysdeps/mach/hurd/tmpfile.c: Likewise.
16745
16746 2012-05-24  Roland McGrath  <roland@hack.frob.com>
16747
16748         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
16749
16750         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
16751         in the third column, to generate for the shared library an IFUNC
16752         that uses _dl_vdso_vsym.
16753         * Makerules (COMPILE.c, compile-stdin.c): New variables.
16754         * Makeconfig (object-suffixes-noshared): New variable.
16755
16756         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
16757         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
16758         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
16759         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
16760
16761         [BZ #14132]
16762         * include/sys/time.h (__gettimeofday): Remove macro.
16763         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
16764         * time/gettimeofday.c (__gettimeofday): Remove #undef.
16765         Remove INTDEF.
16766         (__gettimeofday): Add libc_hidden_def.
16767         (gettimeofday): Add libc_hidden_weak.
16768         * sysdeps/mach/gettimeofday.c: Likewise.
16769         * sysdeps/posix/gettimeofday.c: Likewise.
16770         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
16771         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
16772         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
16773         (__gettimeofday_internal): Remove strong_alias.
16774         (__gettimeofday): Add libc_hidden_def.
16775         (gettimeofday): Add libc_hidden_weak.
16776         * sysdeps/unix/syscalls.list (gettimeofday):
16777         Remove __gettimeofday_internal alias.
16778
16779 2012-05-24  Daniel Jacobowitz  <drow@false.org>
16780             H.J. Lu  <hongjiu.lu@intel.com>
16781
16782         [BZ #12495]
16783         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
16784         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
16785         (largebin_index_32_big): New.
16786         (largebin_index): Use it for 16-byte alignment.
16787         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
16788         correction with front_misalign.
16789
16790 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
16791
16792         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
16793         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
16794         Likewise.
16795         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
16796         Likewise.
16797         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
16798         Likewise.
16799         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
16800         Likewise.
16801         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
16802         Likewise.
16803         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
16804         Likewise.
16805         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
16806         Likewise.
16807         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
16808         Likewise.
16809         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
16810         Likewise.
16811         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
16812         Likewise.
16813         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
16814         Likewise.
16815         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
16816         Likewise.
16817
16818         * scripts/data/c++-types-x32-linux-gnu.data: New file.
16819         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
16820
16821 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
16822
16823         [BZ #10846]
16824         [BZ #14036]
16825         * math/libm-test.inc (exp_test): Add test from bug 14036.
16826         (pow_test): Add test from bug 10846.
16827
16828         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
16829         and other flags.
16830         (special_function): Do not include flags in test name.
16831         (parse_args): Likewise.
16832         * sysdeps/i386/fpu/libm-test-ulps: Update.
16833         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
16834         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
16835         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
16836         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16837
16838         * math/gen-libm-test.pl (%beautify): Add entries for underflow
16839         exceptions.
16840         * math/libm-test.inc ("Philosophy"): Update comment about
16841         exception testing.
16842         (UNDERFLOW_EXCEPTION): New macro.
16843         (UNDERFLOW_EXCEPTION_OK): Likewise.
16844         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
16845         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
16846         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
16847         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
16848         (INVALID_EXCEPTION_OK): Update value.
16849         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
16850         (OVERFLOW_EXCEPTION_OK): Likewise.
16851         (IGNORE_ZERO_INF_SIGN): Likewise.
16852         (test_exceptions): Handle underflow exceptions.
16853         (acos_test): Update for underflow exception expectations.
16854         (cexp_test): Likewise.
16855         (clog_test): Likewise.
16856         (clog10_test): Likewise.
16857         (csqrt_test): Likewise.
16858         (ctan_test): Likewise.
16859         (ctanh_test): Likewise.
16860         (exp_test): Likewise.
16861         (exp10_test): Likewise.
16862         (exp2_test): Likewise.
16863         (expm1_test): Likewise.
16864         (fma_test): Likewise.
16865         (j0_test): Likewise.
16866         (jn_test): Likewise.
16867         (nexttoward_test): Likewise.
16868         (pow_test): Likewise.
16869         (scalbn_test): Likewise.
16870         (scalbln_test): Likewise.
16871         (tan_test): Likewise.
16872         (y1_test): Likewise.
16873         * sysdeps/i386/fpu/libm-test-ulps: Update.
16874         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16875
16876 2012-05-23  David S. Miller  <davem@davemloft.net>
16877
16878         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
16879         (__libc_sigaction): Remove unused local variables.
16880
16881 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
16882
16883         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
16884
16885 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
16886
16887         mktime: avoid signed integer overflow
16888         * time/mktime.c (__mktime_internal): Do not mishandle the case
16889         where diff == INT_MIN.
16890
16891         mktime: simplify computation of average
16892         * time/mktime.c (ranged_convert): Use new time_t_avg function
16893         instead of rolling our own (probably-slower) code.
16894
16895         mktime: do not assume signed right shift propagates sign bit
16896         * time/mktime.c (isdst_differ): New static function.
16897         (__mktime_internal): No need to normalize tm_isdst now.
16898         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
16899         tm_isdst values.
16900
16901         mktime: merge another wrapv change from gnulib
16902         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
16903         from some compilers.
16904
16905         mktime: remove incorrect attempt at unusual arithmetics
16906         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
16907         The code didn't really work on such machines anyway.
16908         (TYPE_MINIMUM): Assume two's complement.
16909         (twos_complement_arithmetic): Verify that long_int and time_t
16910         are two's complement (or unsigned, in the latter case).
16911
16912         mktime: check signed shifts on long_int and time_t, too
16913         * time/mktime.c (SHR): Check that shifts work as desired
16914         on the types long_int and time_t too, as SHR is used on
16915         such types.
16916
16917         mktime: do not assume 'long' is wide enough
16918         * time/mktime.c (verify): Move decl up.
16919         (long_int): New type.
16920         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
16921         to remove assumption in the code that 'long' is wide enough to
16922         store year values.  This assumption is not true on x32 and on
16923         some non-glibc platforms.
16924
16925         mktime: merge wrapv change from gnulib
16926         * time/mktime.c (WRAPV): New macro.
16927         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
16928         (guess_time_tm, __mktime_internal): Do not assume that signed
16929         integer overflow wraps around; modern compilers generate code
16930         where this assumption is no longer valid.
16931
16932 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
16933
16934         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
16935         Replace "jmp L(pseudo_end)" with "ret".
16936         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
16937         Likewise.
16938
16939 2012-05-23  Andreas Jaeger  <aj@suse.de>
16940
16941         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
16942         * sysdeps/unix/sysv/linux/poll.c: Remove file.
16943
16944 2012-05-23  Andreas Jaeger  <aj@suse.de>
16945             Maximilian Attems  <max@stro.at>
16946
16947         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
16948         New macros.
16949
16950 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
16951
16952         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
16953         code so that pseudo_end is just ret and the stack pointer is
16954         correct also for static library in error case.
16955
16956 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
16957
16958         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
16959         move to syscalls.list.
16960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
16961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
16962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
16963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
16964
16965         * manual/install.texi (Running make install): Do not mention Linux
16966         kernel version for which pt_chown is not needed.
16967         (Linux): Do not mention problems with nscd with 2.0 kernels.
16968         * INSTALL: Regenerated.
16969
16970 2012-05-23  Andreas Jaeger  <aj@suse.de>
16971
16972         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
16973         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
16974         macro.
16975         * sysdeps/unix/sysv/linux/s390/bits/mman.h
16976         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
16977         * sysdeps/unix/sysv/linux/sh/bits/mman.h
16978         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
16979         * sysdeps/unix/sysv/linux/i386/bits/mman.h
16980         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
16981         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
16982         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
16983         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
16984         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
16985         * sysdeps/unix/sysv/linux/bits/in.h
16986         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
16987
16988 2012-05-22  Roland McGrath  <roland@hack.frob.com>
16989
16990         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
16991         (PREPARE_VERSION): Just use assert instead, it will be elided
16992         under [NDEBUG] anyway.
16993
16994 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
16995
16996         * sysdeps/unix/sysv/linux/Makefile: Include
16997         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
16998         (sysdep_routines): Remove sysctl.
16999         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
17000         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
17001         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
17002         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
17003         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
17004
17005 2012-05-22  Andreas Jaeger  <aj@suse.de>
17006
17007         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
17008         that pseudo_end is just ret and the stack pointer is correct also
17009         for static library in error case.
17010
17011 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
17012
17013         [BZ #14122]
17014         * nss/nsswitch.c (defconfig_entries): New variable.
17015         (__nss_database_lookup): Don't leak defconfig entries.
17016         (nss_parse_service_list): Don't leak on error paths.
17017         (free_database_entries): New function.
17018         (free_defconfig): New function.
17019         (free_mem): Move common code to free_database_entries.
17020
17021 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
17022
17023         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
17024         Add arch_prctl.
17025         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
17026
17027         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
17028         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
17029         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
17030         New macro.
17031         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
17032         (INTERNAL_SYSCALL_TYPES): Likewise.
17033         (LOAD_ARGS_TYPES_[1-6]): Likewise.
17034         (LOAD_REGS_TYPES_[1-6]): Likewise.
17035         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
17036         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
17037
17038 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17039
17040         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
17041         copysignl for GLIBC_2_0.
17042         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
17043         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
17044         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
17045         logbl for GLIBC_2_0.
17046         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
17047         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
17048
17049 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
17050
17051         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
17052         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
17053
17054         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
17055         Use "neg %eax".
17056
17057         * time/mktime.c: Update copyright years.
17058
17059 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
17060
17061         mktime: merge comment-quoting-style change from gnulib
17062         * time/mktime.c: Quote 'like this' in comments.
17063         The GNU coding standards suggest that we no longer quote `like this',
17064         as "`" and "'" are typically rendered asymmetrically nowadays.
17065         The typical gnulib style is to quote 'like this' when quoting
17066         code, and "like this" when quoting English.
17067
17068         * time/mktime.c (compile-command): Add "-I.".
17069
17070         mktime: merge mktime-internal.h change from gnulib
17071         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
17072
17073         mktime: merge time_r change from gnulib
17074         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
17075
17076         mktime: merge DEBUG change from gnulib
17077         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
17078         case system <time.h> has a #define.
17079
17080         mktime: merge <sys/types.h> change from gnulib
17081         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
17082         since <time.t> is now guaranteed to define time_t.
17083
17084         mktime: merge HAVE_CONFIG_H change from gnulib
17085         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
17086
17087 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
17088
17089         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
17090         Use "neg %eax".
17091
17092         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
17093         __rlim_t cast.
17094         (struct rusage): Use anonymous union to pad each field to
17095         __syscall_slong_t.
17096
17097 2012-05-21  David S. Miller  <davem@davemloft.net>
17098
17099         * Makefules (o-iterator): Remove .s cases.
17100         (compile-command.s): Delete.
17101         (COMPILE.s): Delete.
17102         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
17103
17104 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
17105
17106         * configure.in (libc_cv_predef_stack_protector): Only consider
17107         "foobar" and "__stack_chk_fail" lines in libc_undefs.
17108         * configure: Regenerated.
17109
17110 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
17111
17112         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
17113         New macro.  Use R*LP on int and pointer.
17114         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
17115         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
17116         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
17117         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
17118
17119         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
17120         [__WORDSIZE_TIME64_COMPAT32] instead of
17121         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
17122         (struct utmp): Likewise.
17123         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
17124         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
17125         Renamed to ...
17126         (__WORDSIZE_TIME64_COMPAT32): This.
17127         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
17128         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
17129         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
17130         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
17131         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
17132         (__WORDSIZE_TIME64_COMPAT32): New macro.
17133
17134 2012-05-21  Andreas Jaeger  <aj@suse.de>
17135
17136         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
17137         only if [SHARED]. Add prototype for __wcschr_ia32.
17138
17139 2012-05-21  Roland McGrath  <roland@hack.frob.com>
17140
17141         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
17142         of %rbp unmolested in the jmp_buf while mangling the low bits.
17143         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
17144         unmolested high bits of %rbp while demangling the low bits.
17145         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
17146
17147 2012-05-21  Andreas Jaeger  <aj@suse.de>
17148
17149         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
17150         * sunrpc/svc_simple.c: Use it for registerrpc.
17151         * sunrpc/xcrypt.c: Use it for passwd2des.
17152
17153         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
17154
17155 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
17156
17157         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
17158         Don't define if [__SYSCALL_WORDSIZE != 32].
17159         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
17160         New macro.
17161
17162 2012-05-21  Bruno Haible  <bruno@clisp.org>
17163             Andreas Jaeger  <aj@suse.de>
17164
17165         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
17166         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
17167         inptr and inend for must_buffer_ch.
17168         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
17169         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
17170         * stdio-common/Makefile (tests): Remove bug15.
17171         (bug15-ENV): Remove macro.
17172         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
17173         anymore.
17174
17175 2012-05-19  Andreas Jaeger  <aj@suse.de>
17176             Roland McGrath  <roland@hack.frob.com>
17177
17178         * manual/contrib.texi: Completely rewritten. It contains now an
17179         alphabetical list of contributors and their contributions.
17180
17181 2012-05-21  Richard Henderson  <rth@twiddle.net>
17182
17183         * misc/getauxval.c (__getauxval): Use unsigned long int.
17184         * misc/sys/auxv.h: Include <sys/cdefs.h>.
17185         (getauxval): Use unsigned long int.
17186
17187 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
17188
17189         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
17190
17191 2012-05-21  Roland McGrath  <roland@hack.frob.com>
17192
17193         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
17194         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
17195         __alignof__ (long double).
17196
17197 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17198
17199         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17200
17201 2012-05-20  Richard Henderson  <rth@twiddle.net>
17202
17203         * misc/getauxval.c: New file.
17204         * misc/sys/auxv.h: New file.
17205         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
17206         (routines): Add getauxval.
17207         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
17208         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
17209         * elf/dl-sysdep.c (_dl_auxv): Remove.
17210         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
17211         * elf/dl-support.c (_dl_auxv): New variable.
17212         (_dl_aux_init): Initialize it.
17213         * manual/startup.texi (Auxiliary Vector): New node.
17214         * sysdeps/generic/bits/hwcap.h: New file.
17215         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
17216         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
17217         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
17218         * sysdeps/sparc/sysdep.h: ... here.  Include it.
17219         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
17220         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
17221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
17222         Update.
17223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
17224         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
17225         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
17226         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
17227         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
17228         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
17229         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
17230         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
17231
17232 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17233
17234         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17235
17236 2012-05-19  David S. Miller  <davem@davemloft.net>
17237
17238         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17239
17240 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
17241
17242         [BZ #14123]
17243         * math/s_ccosh.c: Include <float.h>
17244         (__ccosh): Avoid internal overflow calculating sinh and cosh
17245         values before multiplying by sin and cos values.
17246         * math/s_ccoshf.c: Likewise.
17247         * math/s_ccoshl.c: Likewise.
17248         * math/s_csin.c: Likewise.
17249         * math/s_csinf.c: Likewise.
17250         * math/s_csinl.c: Likewise.
17251         * math/s_csinh.c: Likewise.
17252         * math/s_csinhf.c: Likewise.
17253         * math/s_csinhl.c: Likewise.
17254         * math/libm-test.inc (ccos_test): Add more tests.
17255         (ccosh_test): Likewise.
17256         (csin_test): Likewise.
17257         (csinh_test): Likewise.
17258         * sysdeps/i386/fpu/libm-test-ulps: Update.
17259         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17260
17261 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
17262
17263         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
17264         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
17265
17266         * sysdeps/x86_64/x32/_itoa.h: Add comment.
17267
17268 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
17269
17270         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
17271         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
17272         * sysdeps/powerpc/soft-fp/Versions: Likewise.
17273         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
17274         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
17275         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
17276         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
17277         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
17278         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
17279         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
17280         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
17281         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
17282         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
17283         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
17284         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
17285         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
17286         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
17287         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
17288         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
17289         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
17290         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
17291         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
17292         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
17293         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
17294         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
17295         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
17296         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
17297         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
17298         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
17299         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
17300         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
17301
17302 2012-05-18  Andreas Jaeger  <aj@suse.de>
17303
17304         * csu/.gitignore: Delete.
17305
17306 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
17307
17308         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
17309         (timex): Use __syscall_slong_t.
17310
17311 2012-05-18  Andreas Jaeger  <aj@suse.de>
17312             Carlos O'Donell  <carlos_odonell@mentor.com>
17313
17314         * manual/install.texi (Configuring and compiling): Update
17315         description about files modified in the source directory.
17316         * INSTALL: Regenerated.
17317
17318 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
17319
17320         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
17321         value.  Use "or" to set return value to -1.
17322         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
17323         negate return value.
17324
17325 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
17326
17327         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
17328         CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
17329         failure if the compiler has Graphite support disabled.
17330         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
17331         Likewise.
17332         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
17333         CFLAGS-memmove.c): Likewise.
17334         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
17335         Likewise.
17336
17337 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
17338
17339         * sysdeps/x86_64/x32/_itoa.h: New file.
17340
17341         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
17342         getdents system call only if kernel and user dirents have the
17343         same d_ino and d_off.
17344
17345         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
17346         LLONG_MAX != LONG_MAX.
17347         (_itoa_word): Use _ITOA_WORD_TYPE on value.
17348         (_fitoa_word): Likewise.
17349
17350         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
17351         years.
17352         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
17353         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
17354         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
17355
17356         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
17357         include <bits/wordsize.h>.  Check __x86_64__ instead of
17358         __WORDSIZE.
17359         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
17360         if __x86_64__ is defined.  Use anonymous union on fpstate.
17361
17362         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
17363         anonymous union.
17364
17365 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
17366
17367         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
17368         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
17369         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
17370         Refer to _rtld_local_ro instead of _rtld_global_ro.
17371         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
17372         Likewise.
17373         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
17374         Likewise.
17375         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
17376         Likewise.
17377         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
17378         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
17379         of _rtld_global, and rtld_progname instead of _dl_argv[0].
17380
17381         * sysdeps/powerpc/powerpc32/dl-machine.c
17382         (__elf_machine_runtime_setup) [PROF]: Don't reference
17383         _dl_prof_resolve.
17384
17385 2012-05-18  Andreas Jaeger  <aj@suse.de>
17386
17387         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
17388         function only available for GCCs before 3.4 since GCC 3.4
17389         introduced a builtin.
17390         (lrint): Likewise.
17391         (llrintf): Likewise.
17392         (llrint): Likewise.
17393         (fmaxf): Likewise.
17394         (fmax): Likewise.
17395         (fminf): Likewise.
17396         (fmin): Likewise.
17397         (rint): Likewise.
17398         (rintf): Likewise.
17399         (nearbyint): Likewise.
17400         (nearbyintf): Likewise.
17401         (ceil): Likewise.
17402         (ceilf): Likewise.
17403         (floor): Likewise.
17404         (floorf): Likewise.
17405
17406 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
17407
17408         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
17409         on both fields and cast pointer to __syscall_ulong_t.
17410
17411         * bits/types.h (__fsword_t): New type.
17412         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
17413         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
17414         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
17415         (__FSWORD_T_TYPE): Likewise.
17416         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
17417         (__FSWORD_T_TYPE): Likewise.
17418         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
17419         (__FSWORD_T_TYPE): Likewise.
17420         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
17421         (__FSWORD_T_TYPE): Likewise.
17422         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
17423         __SWORD_TYPE with __fsword_t.
17424         (statfs64): Likewise.
17425
17426 2012-05-17  David S. Miller  <davem@davemloft.net>
17427
17428         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
17429
17430 2012-05-17  Andreas Jaeger  <aj@suse.de>
17431
17432         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
17433         warning.
17434
17435 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
17436
17437         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
17438
17439 2012-05-17  Andreas Jaeger  <aj@suse.de>
17440
17441         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
17442         when it is used.
17443
17444 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
17445
17446         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
17447
17448 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
17449
17450         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
17451         * sysdeps/x86_64/tst-mallocalign1.c: New file.
17452
17453 2012-05-17  Andreas Jaeger  <aj@suse.de>
17454             Carlos O'Donell  <carlos_odonell@mentor.com>
17455
17456         [BZ #14059]
17457         * sysdeps/x86_64/multiarch/init-arch.h
17458         (bit_YMM_Usable): Rename to...
17459         (bit_AVX_Usable): ... this.
17460         (bit_FMA4_Usable): New macro.
17461         (bit_XMM_state): New macro.
17462         (bit_YMM_state): New macro.
17463         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
17464         [__ASSEMBLER__] (index_AVX_Usable): ... this.
17465         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
17466         (CPUID_OSXSAVE): New macro.
17467         (CPUID_AVX): New macro.
17468         (CPUID_FMA4): New macro.
17469         (index_YMM_Usable): Rename to...
17470         (index_AVX_Usable): ... this.
17471         (HAS_AVX): Use HAS_ARCH_FEATURE.
17472         (HAS_FMA4): Likewise.
17473         (HAS_YMM_USABLE): Remove.
17474         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17475         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
17476         are present.
17477         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
17478         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
17479         * sysdeps/x86_64/multiarch/Makefile: Likewise.
17480         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
17481         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
17482
17483 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
17484
17485         * math/libm-test.c: Support platforms without multiple rounding modes.
17486         * math/bug-nextafter.c: Support platforms without FP exceptions.
17487         * math/bug-nexttoward.c: Likewise.
17488         * math/test-fenv.c: Likewise.
17489         * math/test-misc.c: Likewise.
17490         * stdlib/bug-getcontext.c: Likewise.
17491
17492 2012-05-17  Andreas Jaeger  <aj@suse.de>
17493
17494         * manual/examples/search.c (critter_cmp): Change signature to
17495         avoid warnings.
17496         * manual/string.texi (Collation Functions): Likewise.
17497
17498 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
17499
17500         * bits/types.h: Fold copyright years.
17501         * bits/typesizes.h: Likewise.
17502         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
17503         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
17504         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
17505         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
17506         * time/time.h: Likewise.
17507
17508 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
17509
17510         [BZ #208]
17511         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
17512         in instead of returning them.  Return void.
17513         (__libc_mallinfo): Accumulate over all arenas.
17514         (__malloc_stats): Adjust for change in int_mallinfo interface.
17515
17516 2012-05-16  Roland McGrath  <roland@hack.frob.com>
17517
17518         [BZ #10375]
17519         * configure.in (NM): Add AC_CHECK_TOOL for it.
17520         (libc_extra_cflags): New substituted variable.
17521         Check for -fstack-protector being used implicitly.
17522         * configure: Regenerated.
17523         * config.make.in (config-extra-cflags): New variable,
17524         gets @libc_extra_cflags@.
17525         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
17526
17527         [BZ #10375]
17528         * configure.in: Check for _FORTIFY_SOURCE being predefined.
17529         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
17530         * configure: Regenerated.
17531         * config.make.in (CPPUNDEFS): New substituted variable.
17532         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
17533         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
17534         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
17535
17536 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
17537
17538         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
17539         (mq_attr): Use __syscall_slong_t.
17540
17541 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
17542
17543         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
17544         Check __x86_64__ instead of __WORDSIZE.
17545         (_STAT_VER_LINUX): Likewise.
17546         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
17547         __syscall_ulong_t and __syscall_slong_t.
17548         (stat64): Likewise.
17549
17550 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
17551
17552         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
17553
17554 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
17555
17556         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
17557
17558 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
17559
17560         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
17561         __syscall_ulong_t.
17562
17563         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
17564         include <bits/wordsize.h>.  Check __x86_64__ instead of
17565         __WORDSIZE.
17566         (greg_t): Use "__extension__ long long int" if __x86_64__ is
17567         defined.
17568         (mcontext_t): Replace "unsigned long" with "unsigned long long".
17569
17570         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
17571         include <bits/wordsize.h>.  Check __x86_64__ instead of
17572         __WORDSIZE.
17573         (user_regs_struct): Use "__extension__ unsigned long long"
17574         instead of "unsigned long" if __x86_64__ is defined.
17575         (user): Likewise.  Pad after pointer field if __ILP32__ is
17576         defined.
17577
17578 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
17579
17580         * configure.in (makeinfo): Require version 4.5 or later.  Allow
17581         versions 5 to 9.
17582         * configure: Regenerated.
17583         * manual/install.texi (texinfo): Increase version requirement to
17584         4.5 or later.
17585         * INSTALL: Regenerated.
17586
17587         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
17588
17589 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
17590
17591         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
17592
17593         * sysdeps/x86_64/x32/ffs.c: New file.
17594
17595         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
17596         __syscall_ulong_t.
17597         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
17598         defined.  Use __syscall_ulong_t.
17599         (shminfo): Use __syscall_ulong_t.
17600         (shm_info): Likewise.
17601
17602         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
17603         __syscall_ulong_t.
17604
17605         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
17606         <bits/wordsize.h>.
17607         (msgqnum_t): Use __syscall_ulong_t.
17608         (msglen_t): Likewise.
17609         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
17610         __syscall_ulong_t.
17611
17612         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
17613         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
17614
17615         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
17616
17617         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
17618         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
17619
17620         * sysvipc/sys/msg.h (msgbuf): Replace long int with
17621         __syscall_slong_t.
17622
17623         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
17624         include <bits/wordsize.h>.  Check __x86_64__ instead of
17625         __WORDSIZE.
17626
17627         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
17628         "unsigned long long int" if __x86_64__ is defined.
17629         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
17630
17631         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
17632         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
17633         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
17634
17635         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
17636         <stdint.h>.
17637         (GET_PC): Cast to uintptr_t first.
17638         (GET_FRAME): Likewise.
17639         (GET_STACK): Likewise.
17640
17641         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
17642         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
17643         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
17644         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
17645         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
17646         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
17647         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
17648         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
17649         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
17650         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
17651         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
17652         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
17653         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
17654         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
17655         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
17656         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
17657         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
17658         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
17659         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
17660         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
17661         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
17662         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
17663         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
17664         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
17665         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
17666         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
17667         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
17668         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
17669         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
17670
17671 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
17672
17673         * Makerules (+depfiles): Also collect depfiles from .oS in
17674         $(extra-objs).
17675         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
17676         .oS, $(libnldbl-routines)).
17677
17678         * Makerules (native-compile-mkdep-flags): Define.
17679         * sunrpc/Makefile (extra-objs): Add $(addprefix
17680         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
17681         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
17682         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
17683         calling $(make-target-directory).
17684
17685 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
17686
17687         * bits/types.h (__snseconds_t): Removed.
17688         * time/time.h (struct timespec): Replace __snseconds_t with
17689         __syscall_slong_t.
17690         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
17691         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
17692         Likewise.
17693         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
17694         (__SNSECONDS_T_TYPE): Likewise.
17695         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
17696         (__SNSECONDS_T_TYPE): Likewise.
17697         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
17698         (__SNSECONDS_T_TYPE): Likewise.
17699
17700 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
17701
17702         * sysdeps/mach/hurd/bits/typesizes.h
17703         (__SYSCALL_SLONG_TYPE): New macro.
17704         (__SYSCALL_ULONG_TYPE): Likewise.
17705
17706 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
17707
17708         * bits/types.h (__syscall_slong_t): New type.
17709         (__syscall_ulong_t): Likewise.
17710
17711         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
17712         (__SYSCALL_ULONG_TYPE): Likewise.
17713         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
17714         (__SYSCALL_SLONG_TYPE): Likewise.
17715         (__SYSCALL_ULONG_TYPE): Likewise.
17716         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
17717         (__SYSCALL_SLONG_TYPE): Likewise.
17718         (__SYSCALL_ULONG_TYPE): Likewise.
17719         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
17720         (__SYSCALL_SLONG_TYPE): Likewise.
17721         (__SYSCALL_ULONG_TYPE): Likewise.
17722
17723 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
17724
17725         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
17726         Add sigaltstack-offsets.sym.
17727         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
17728         <sigaltstack-offsets.h>.
17729         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
17730         longjmp_msg pointer.
17731         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
17732         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
17733         signal stack.
17734         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
17735
17736 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
17737
17738         * elf/stackguard-macros.h: Remove file.
17739         * sysdeps/generic/stackguard-macros.h: New file.
17740         * sysdeps/i386/stackguard-macros.h: Likewise.
17741         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
17742         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
17743         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
17744         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
17745         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
17746         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
17747         * sysdeps/x86_64/stackguard-macros.h: Likewise.
17748         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
17749         <elf/stackguard-macros.h>.
17750
17751         [BZ #14109]
17752         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
17753         __aligned__ in attribute.
17754         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
17755         (gregset_t): Likewise.
17756
17757 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
17758
17759         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
17760         * sysdeps/x86_64/64/Implies-after: Here.  New file.
17761         * sysdeps/x86_64/x32/Implies-after: New file.
17762
17763 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
17764
17765         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
17766         and access return value for _dl_profile_fixup.  Use R10_LP to
17767         load frame size.
17768
17769 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
17770
17771         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
17772
17773 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
17774
17775         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
17776         * sysdeps/x86_64/x32/sysdep.h: New file.
17777
17778 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
17779
17780         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
17781         * sysdeps/x86_64/setjmp.S: Likewise.
17782
17783 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17784
17785         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
17786         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
17787         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
17788         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
17789         remove unused global constant.
17790
17791 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
17792
17793         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
17794         include of <not-cancel.h>.
17795
17796 2012-05-15  Roland McGrath  <roland@hack.frob.com>
17797
17798         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
17799
17800 2012-05-15  Jeff Law  <law@redhat.com>
17801             Andreas Jaeger  <aj@suse.de>
17802
17803         [BZ #13594]
17804         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
17805         out from...
17806         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
17807         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
17808         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
17809         code changing __hst_map_handle.map.
17810
17811 2012-05-15  Roland McGrath  <roland@hack.frob.com>
17812
17813         * configure.in (sysnames): Look for Implies-before and Implies-after
17814         files.
17815         * configure: Regenerated.
17816
17817 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
17818
17819         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
17820         8-byte data alignment with LP_SIZE alignment.
17821
17822 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
17823
17824         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
17825         into R10_LP.
17826
17827 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
17828
17829         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
17830
17831 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
17832
17833         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
17834         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
17835         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
17836         Likewise.
17837         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
17838
17839 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
17840
17841         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
17842         (stackinfo_sub_sp): Likewise.
17843
17844 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
17845
17846         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
17847         RAX_LP.
17848
17849 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
17850
17851         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
17852         into R*_LP.
17853
17854 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
17855
17856         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
17857         sizes into R*_LP.
17858
17859 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
17860
17861         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
17862
17863 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
17864
17865         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
17866         into R11_LP and load __x86_64_shared_cache_size_half into
17867         R8_LP.
17868
17869 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
17870
17871         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
17872         R8_LP.
17873
17874 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17875
17876         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
17877         logb for POWER7.
17878         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
17879         logbf for POWER7.
17880         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
17881         logbl for POWER7.
17882         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
17883         powerpc32/power7/fpu/s_logb.c via #include.
17884         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
17885         powerpc32/power7/fpu/s_logbf.c via #include.
17886         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
17887         powerpc32/power7/fpu/s_logbl.c via #include.
17888
17889 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
17890
17891         * README.libm: Remove file.
17892
17893 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
17894
17895         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
17896         count for x32.  Use R*_LP and omit operand-size suffix.
17897
17898 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
17899
17900         * shlib-versions: Move x86_64-.*-linux.* entries to ...
17901         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
17902         * sysdeps/x86_64/x32/shlib-versions: New file.
17903
17904 2012-05-14  Roland McGrath  <roland@hack.frob.com>
17905
17906         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
17907         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
17908         Use _dl_fatal_printf instead.
17909
17910 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
17911
17912         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
17913         set if not set by the user.  Do not allow for being unset.
17914         * sysdeps/unix/sysv/linux/configure: Regenerated.
17915
17916 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
17917
17918         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
17919         the `q' suffix from lea and replace .quad with ASM_ADDR.
17920
17921 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
17922
17923         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
17924         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
17925         instead of $17.
17926         (PTR_DEMANGLE): Likewise.
17927
17928 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
17929
17930         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
17931         (LP_OP): Likewise.
17932         (ASM_ADDR): Likewise.
17933         (RAX_LP): Likewise.
17934         (RBP_LP): Likewise.
17935         (RBX_LP): Likewise.
17936         (RCX_LP): Likewise.
17937         (RDI_LP): Likewise.
17938         (RSI_LP): Likewise.
17939         (RSP_LP): Likewise.
17940         (R8_LP): Likewise.
17941         (R9_LP): Likewise.
17942         (R10_LP): Likewise.
17943         (R10_LP): Likewise.
17944         (R11_LP): Likewise.
17945         (R12_LP): Likewise.
17946         (R13_LP): Likewise.
17947         (R14_LP): Likewise.
17948         (R15_LP): Likewise.
17949
17950 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
17951
17952         * sysdeps/x86_64/x32/dl-machine.h: New file.
17953
17954 2012-05-14  Andreas Jaeger  <aj@suse.de>
17955
17956         * manual/Makefile (subdir): Remove export of subdir.
17957         (all): Remove target.
17958         (.PHONY): Remove all from list.
17959         (mkinstalldirs): Remove.
17960         (.PHONY): Remove installdirs from list.
17961         ($(inst_infodir)/libc.info): Use make-target-directory.
17962         (installdirs): Remove.
17963         (subdir_%): Remove.
17964         (glibc-targets): Remove.
17965         (lib): Remove.
17966         (stubs): Remove.
17967         ($(objpfx)stubs ../po/manual.pot): Remove.
17968         ($(objpfx)stamp%): Remove.
17969         (make-target-directory): Remove.
17970         (subdir_install): Remove.
17971         (routines): Remove.
17972         (aux): Remove.
17973         (sources): Remove.
17974         (objects): Remove.
17975         (headers): Remove.
17976
17977         [BZ #13750]
17978         * manual/.gitignore: Remove, it's not needed anymore.
17979         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
17980         all files in it.
17981         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
17982         directory.
17983         (texis): Renamed to $(objpfx)texis.
17984         (texis-path): New, contains path to generated files.
17985         (chapters.%): Use texis-path for complete path, add extra argument
17986         libc-texinfo.sh.
17987         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
17988         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
17989         (summary,texi, stamp-summary): Use complete path of
17990         files. Generate files in build dir.
17991         (dir-add.texi): Build in build dir.
17992         (libm-err.texi,stamp-libm-err): Likewise.
17993         (version.texi, stamp-version): Likewise.
17994         (.%c.texi): Likewise.
17995         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
17996         (mostlyclean): Remove target.
17997         (realclean): Remove target.
17998         (generated): Add new variable with contents from mostlyclean and
17999         realclean, remove entries duplicated in common-mostlyclean, add
18000         stamp-libm-err and stamp-version.
18001         (generated-dirs): Add libc directory.
18002         ($(inst_infodir)/libc.info): Install files from build dir.
18003
18004         * manual/install.texi (Configuring and compiling): Adjust since
18005         the info files are not part of the tar ball anymore.
18006
18007 2012-05-14  Andreas Jaeger  <aj@suse.de>
18008
18009         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
18010         variable.
18011
18012 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
18013
18014         [BZ #13717]
18015         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
18016         to 2.2.0 where earlier.
18017         * sysdeps/unix/sysv/linux/configure: Regenerated.
18018         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
18019         Remove conditional code.
18020         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
18021         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
18022         Remove conditional code.
18023         [!__NR_lchown]: Likewise.
18024         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
18025         [__NR_lchown]: Likewise.
18026         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
18027         comment referencing __ASSUME_LCHOWN_SYSCALL.
18028         * sysdeps/unix/sysv/linux/i386/sigaction.c
18029         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
18030         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
18031         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
18032         Remove conditional code.
18033         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
18034         (__protocol_available): Remove #if 0 code.
18035         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
18036         conditional code.
18037         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
18038         * sysdeps/unix/sysv/linux/kernel-features.h
18039         (__ASSUME_GETCWD_SYSCALL): Don't define.
18040         (__ASSUME_REALTIME_SIGNALS): Likewise.
18041         (__ASSUME_PREAD_SYSCALL): Likewise.
18042         (__ASSUME_PWRITE_SYSCALL): Likewise.
18043         (__ASSUME_POLL_SYSCALL): Likewise.
18044         (__ASSUME_LCHOWN_SYSCALL): Likewise.
18045         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
18046         non-SPARC.
18047         (__ASSUME_SIOCGIFNAME): Don't define.
18048         (__ASSUME_MSG_NOSIGNAL): Likewise.
18049         (__ASSUME_SENDFILE): Define unconditionally.
18050         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
18051         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
18052         conditional code.
18053         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
18054         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
18055         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
18056         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
18057         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
18058         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
18059         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
18060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
18061         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
18062         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
18063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
18064         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
18065         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
18066         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
18067         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
18068         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
18069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
18070         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
18071         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
18072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
18073         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
18074         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
18075         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
18076         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
18077         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
18078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
18079         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
18080         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
18081         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
18082         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
18083         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
18084         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
18085         Remove conditional code.
18086         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
18087         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
18088         Remove conditional code.
18089         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
18090         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
18091         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
18092         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
18093         Remove conditional code.
18094         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
18095         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
18096         Remove conditional code.
18097         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
18098         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
18099         Remove conditional code.
18100         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
18101         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
18102         Remove conditional code.
18103         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
18104         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
18105         Remove conditional code.
18106         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
18107         * sysdeps/unix/sysv/linux/sh/pwrite64.c
18108         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
18109         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
18110         * sysdeps/unix/sysv/linux/sigaction.c
18111         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
18112         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
18113         * sysdeps/unix/sysv/linux/sigpending.c
18114         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
18115         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
18116         * sysdeps/unix/sysv/linux/sigprocmask.c
18117         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
18118         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
18119         * sysdeps/unix/sysv/linux/sigsuspend.c
18120         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
18121         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
18122         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
18123         (__libc_missing_rt_sigs): Remove.
18124         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
18125         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
18126         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
18127         Remove conditional code.
18128         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
18129         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
18130         return 1.
18131         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
18132         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
18133         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
18134         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
18135
18136 2012-05-14  Andreas Jaeger  <aj@suse.de>
18137
18138         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
18139         it's not used in glibc.
18140         (__coshm1): Likewise.
18141         (__acosh1p): Likewise.
18142         (__sgn): Likewise.
18143
18144         * manual/string.texi (Copying and Concatenation): Add missing
18145         variable in concat example.
18146         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
18147
18148 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
18149
18150         [BZ #14103]
18151         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
18152         __builtin_clzl with __builtin_clzll.
18153
18154 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
18155
18156         [BZ #14104]
18157         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
18158         libc_freeres_ptr.
18159
18160 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
18161
18162         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
18163         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
18164         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
18165         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
18166
18167 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
18168
18169         * NEWS: Update ia64 info.
18170
18171 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
18172
18173         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
18174         used as bcopy.
18175
18176 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
18177
18178         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
18179         * sysdeps/unix/syscalls.list (dup3): Likewise.
18180         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
18181         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
18182
18183 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
18184
18185         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
18186         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
18187
18188 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
18189
18190         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
18191         thread pointer.
18192         (TLS_IE): Use mov/add instead of movq/addq to load thread
18193         pointer.
18194         (TLS_GD_PREFIX): New.
18195         (TLS_GD): Use it.
18196
18197 2012-05-11  David S. Miller  <davem@davemloft.net>
18198
18199         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
18200         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
18201         (_FPU_SETCW): Likewise.
18202
18203 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
18204
18205         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
18206         is 32-byte aligned.
18207
18208 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
18209
18210         [BZ #11837]
18211         * iconvdata/gb18030.c: Update tables.
18212         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
18213         characters specially.
18214         (BODY for TO_LOOP): Add encoding of missing ranges.
18215
18216 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
18217
18218         [BZ #13673]
18219         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
18220         * sysdeps/mach/hurd/dup3.c: Likewise.
18221         * sysdeps/mach/hurd/readlinkat.c: Likewise.
18222         * sysdeps/powerpc/memmove.c:: Likewise.
18223
18224 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
18225
18226         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
18227         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
18228
18229 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
18230
18231         * elf/elf.h (R_X86_64_RELATIVE64): New.
18232         (R_X86_64_NUM): Updated.
18233         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
18234         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
18235         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
18236         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
18237         tst-quad1pie tst-quad2pie
18238         (modules-names): Add tst-quadmod1 tst-quadmod2.
18239         ($(objpfx)tst-quad1): New dependency.
18240         ($(objpfx)tst-quad2): Likewise.
18241         ($(objpfx)tst-quad1pie): Likewise.
18242         ($(objpfx)tst-quad2pie): Likewise.
18243         * sysdeps/x86_64/tst-quad1.c: New file.
18244         * sysdeps/x86_64/tst-quad1pie.c: New file.
18245         * sysdeps/x86_64/tst-quad2.c: Likewise.
18246         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
18247         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
18248         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
18249         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
18250         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
18251
18252 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18253
18254         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
18255         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
18256         * streams/stropts.h (t_scalar_t): Define type.
18257
18258         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
18259         (_PATH_PRESERVE): Set to "/var/lib".
18260         (_PATH_RWHODIR): Set to "/var/spool/rwho".
18261
18262         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
18263         instead of int.
18264
18265         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
18266         if __dir_mkfile succeeded.
18267
18268         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
18269         checking for _hurd_dtablesize.  Unlock it right after having
18270         finished _hurd_dtable allocation.
18271
18272 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
18273
18274         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
18275         * sysdeps/mach/hurd/configure: Regenerated.
18276         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
18277         special-casing to...
18278         * sysdeps/gnu/configure.in: ... this new file.
18279         * sysdeps/unix/sysv/linux/configure: Regenerated.
18280         * sysdeps/gnu/configure: New generated file.
18281
18282         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
18283         for Linux: use nsec instead of usec, as well as:
18284         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
18285         members of type struct timespec.
18286         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
18287         New macros.
18288         (struct stat64): Likewise.
18289         (_STATBUF_ST_NSEC): New macro.
18290         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
18291
18292         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
18293         __strtoul_internal rather than strtoul.
18294
18295 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
18296
18297         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
18298         and reject them.
18299
18300 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18301
18302         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
18303         which preserves existing values.
18304         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
18305
18306 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
18307
18308         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
18309         TIMEOUT values.  Return EINVAL for NFDS values either negative or
18310         greater than FD_SETSIZE.
18311
18312 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18313
18314         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
18315         allocated, call __vm_protect to finish enabling the existing space, and
18316         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
18317         allocate the remainder.
18318
18319 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
18320
18321         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
18322         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
18323
18324 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18325
18326         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
18327         sysdeps/mach/hurd/readlink.c.
18328
18329         * posix/tst-sysconf.c (posix_options): Only use
18330         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
18331         _POSIX_SYNCHRONIZED_IO when they are defined
18332         * sysdeps/mach/hurd/bits/posix_opt.h:
18333         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
18334         (_XOPEN_REALTIME): Undefine macro.
18335         (_XOPEN_REALTIME_THREADS): Undefine macro.
18336         (_XOPEN_SHM): Undefine macro.
18337         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
18338         macro to -1.
18339         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
18340         macro to -1.
18341         (_POSIX_ASYNC_IO): Undefine macro.
18342         (_POSIX_PRIORITIZED_IO): Undefine macro.
18343         (_POSIX_SPIN_LOCKS): Define macro to -1.
18344
18345         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
18346         SA_NODEFER, SA_RESETHAND.
18347         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
18348         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
18349         F_DUPFD_CLOEXEC.
18350
18351 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
18352
18353         * elf/Makefile (pldd-modules): Define unconditionally.
18354
18355 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
18356
18357         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
18358
18359 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18360
18361         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
18362         Return ENOENT when name is empty.
18363         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
18364
18365 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
18366
18367         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
18368
18369         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
18370
18371 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18372
18373         Fix mlock in all cases except non-readable pages.
18374         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
18375         instead of VM_PROT_ALL as parameter to __vm_wire function.
18376
18377         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
18378         (__mkdir): When path is `/', just fail with EEXIST.
18379         * sysdeps/mach/hurd/mkdirat.c: Likewise.
18380
18381 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
18382
18383         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
18384         <sys/uio.h> (for writev).
18385         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
18386         and <sys/param.h> (for MIN).
18387
18388 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
18389
18390         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
18391         REQUESTED_TIME.  Properly set the remaining time and return EINTR
18392         if interrupted.
18393
18394 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
18395
18396         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
18397         Depend on against $(link-rpcuserlibs).
18398
18399 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18400
18401         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
18402         (__libc_stack_end): Do not use attribute_relro.
18403         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
18404         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
18405         to libthread-provided value.
18406         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
18407         attribute_relro.
18408
18409 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
18410
18411         [BZ #3748]
18412         * bits/libc-lock.h (__libc_once_get): New macro.
18413         * sysdeps/mach/bits/libc-lock.h: Likewise.
18414         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
18415         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
18416         instead of using implementation details.
18417
18418         * libio/fileops.c: Unconditionally include <kernel-features.h>.
18419         * libio/freopen.c: Likewise.
18420         * libio/freopen64.c: Likewise.
18421         * misc/syslog.c: Likewise.
18422         * nscd/connections.c: Likewise.
18423         * nscd/netgroupcache.c: Likewise.
18424         * sysdeps/posix/getcwd.c: Likewise.
18425
18426 2012-05-10  Roland McGrath  <roland@hack.frob.com>
18427
18428         * math/w_ilogbf.c: Add #include <limits.h>.
18429
18430 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18431
18432         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
18433         path instead of returning without unlocking.
18434
18435         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
18436         immediate-write ioctls.
18437         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
18438
18439 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
18440
18441         * sysdeps/mach/hurd/i386/init-first.c (init): Use
18442         __builtin_frame_address instead of making assumptions about the
18443         location of the return address relative to DATA.  Force early load of
18444         the return address.
18445         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
18446         __builtin_frame_address.
18447
18448         dup3 for GNU Hurd.
18449         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
18450         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
18451         implement dup3 and do some further code clean-ups.
18452         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
18453         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
18454
18455 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18456
18457         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
18458
18459         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
18460         HURD_CRITICAL_END around holding _hurd_dtable_lock.
18461         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
18462         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
18463         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
18464         d->port.lock.
18465
18466         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
18467         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
18468         when handler == SIG_ERR, not when handler != SIG_ERR.
18469
18470 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
18471
18472         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
18473         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
18474         definitions.
18475
18476         accept4 for GNU Hurd.
18477         * include/sys/socket.h (__libc_accept4): New prototype.
18478         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
18479         to implement __libc_accept4.
18480         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
18481         __libc_accept4.
18482         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
18483
18484         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
18485         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
18486         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
18487         signal-defines.sym.
18488
18489 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18490
18491         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
18492
18493 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
18494
18495         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
18496         assertion on O_CLOEXEC flag.
18497         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
18498         * hurd/intern-fd.c: Likewise.
18499         * hurd/port2fd.c: Likewise.
18500
18501 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18502
18503         [BZ #3906]
18504         * bits/in.h (IPV6_PKTINFO): Define new macro.
18505         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
18506
18507 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18508
18509         [BZ #13954]
18510         [BZ #13955]
18511         [BZ #13956]
18512         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
18513         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
18514         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
18515         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
18516         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
18517         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
18518         * math/libm-test.inc (logb_test) : Additional logb tests.
18519
18520 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
18521             Andreas Jaeger  <aj@suse.de>
18522
18523         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
18524         * configure: Regenerated.
18525         * config.h.in (LINK_OBSOLETE_RPC): New macro.
18526         * config.make.in (link-obsolete-rpc): New substituted variable.
18527         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
18528         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
18529         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
18530         (shared-only-routines): Don't set it under [link-obsolete-rpc],
18531         so that libc.a contains the symbols.
18532         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
18533         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
18534         * sunrpc/auth_none.c: Likewise.
18535         * sunrpc/auth_unix.c: Likewise.
18536         * sunrpc/authdes_prot.c: Likewise.
18537         * sunrpc/authuxprot.c: Likewise.
18538         * sunrpc/clnt_gen.c: Likewise.
18539         * sunrpc/clnt_perr.c: Likewise.
18540         * sunrpc/clnt_raw.c: Likewise.
18541         * sunrpc/clnt_simp.c: Likewise.
18542         * sunrpc/clnt_tcp.c: Likewise.
18543         * sunrpc/clnt_udp.c: Likewise.
18544         * sunrpc/clnt_unix.c: Likewise.
18545         * sunrpc/des_crypt.c: Likewise.
18546         * sunrpc/des_soft.c: Likewise.
18547         * sunrpc/get_myaddr.c: Likewise.
18548         * sunrpc/key_call.c: Likewise.
18549         * sunrpc/key_prot.c: Likewise.
18550         * sunrpc/netname.c: Likewise.
18551         * sunrpc/pm_getmaps.c: Likewise.
18552         * sunrpc/pm_getport.c: Likewise.
18553         * sunrpc/pmap_clnt.c: Likewise.
18554         * sunrpc/pmap_prot.c: Likewise.
18555         * sunrpc/pmap_prot2.c: Likewise.
18556         * sunrpc/pmap_rmt.c: Likewise.
18557         * sunrpc/publickey.c: Likewise.
18558         * sunrpc/rpc_cmsg.c: Likewise.
18559         * sunrpc/rpc_common.c: Likewise.
18560         * sunrpc/rpc_dtable.c: Likewise.
18561         * sunrpc/rpc_prot.c: Likewise.
18562         * sunrpc/rpc_thread.c: Likewise.
18563         * sunrpc/rtime.c: Likewise.
18564         * sunrpc/svc.c: Likewise.
18565         * sunrpc/svc_auth.c: Likewise.
18566         * sunrpc/svc_raw.c: Likewise.
18567         * sunrpc/svc_run.c: Likewise.
18568         * sunrpc/svc_tcp.c: Likewise.
18569         * sunrpc/svc_udp.c: Likewise.
18570         * sunrpc/svc_unix.c: Likewise.
18571         * sunrpc/svcauth_des.c: Likewise.
18572         * sunrpc/xcrypt.c: Likewise.
18573         * sunrpc/xdr.c: Likewise.
18574         * sunrpc/xdr_array.c: Likewise.
18575         * sunrpc/xdr_float.c: Likewise.
18576         * sunrpc/xdr_intXX_t.c: Likewise.
18577         * sunrpc/xdr_mem.c: Likewise.
18578         * sunrpc/xdr_rec.c: Likewise.
18579         * sunrpc/xdr_ref.c: Likewise.
18580         * sunrpc/xdr_sizeof.c: Likewise.
18581         * sunrpc/xdr_stdio.c: Likewise.
18582
18583 2012-05-10  Roland McGrath  <roland@hack.frob.com>
18584
18585         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
18586         change.  Update copyright years.
18587
18588 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
18589
18590         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
18591
18592 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
18593             Joseph Myers  <joseph@codesourcery.com>
18594             Paul Pluzhnikov  <ppluzhnikov@google.com>
18595
18596         [BZ #14012]
18597         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
18598         requiring rpcgen.
18599         [cross-compiling] (extra-libs): Likewise.
18600         [cross-compiling] (extra-libs-others): Likewise.
18601         [cross-compiling] (librpcsvc-routines): Likewise.
18602         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
18603         [cross-compiling] (omit-deps): Likewise.
18604         (sunrpc-CPPFLAGS): New variable.
18605         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
18606         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
18607         (cross-rpcgen-objs): New variable.
18608         (extra-objs): Append $(cross-rpcgen-objs).
18609         ($(cross-rpcgen-objs)): New rule.
18610         ($(objpfx)cross-rpcgen): Likewise.
18611         (rpcgen-cmd): Define to use $(built-program-file).  Expand
18612         comment.
18613         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
18614         ($(objpfx)x%.stmp): Likewise.
18615         * sunrpc/proto.h [IS_IN_build] (_): Define.
18616         [IS_IN_build] (_libc_intl_domainname): Likewise.
18617
18618 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
18619
18620         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
18621         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
18622         and R_X86_64_TPOFF64.
18623
18624 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
18625
18626         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
18627         sysdeps/unix/sysv/syscalls.list.
18628         (stime): Likewise.
18629         (utime): Likewise.
18630         * sysdeps/unix/sysv/syscalls.list: Remove file.
18631
18632 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
18633
18634         [BZ #3440]
18635         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
18636         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
18637         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
18638         (__LC_IDENTIFICATION): Make these macros useful in #if
18639         expressions, as required by C99.
18640
18641 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
18642
18643         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
18644         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
18645         after this.
18646
18647 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
18648
18649         * stdlib/longlong.h: Updated from GCC.
18650
18651 2012-05-09  Andreas Jaeger  <aj@suse.de>
18652
18653         * nscd/nscd.c (run_modes): Make named enum, reorder so that
18654         default is first entry.
18655         (run_mode): Set type.
18656         (main): Remove informal message about syslog.
18657         (options): Fix typo.
18658
18659         [BZ #14053]
18660         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
18661         to asm.
18662         (lrint): Likewise.
18663         (llrintf): Likewise.
18664         (llrint): Likewise.
18665         (rint): Likewise.
18666         (rintf): Likewise.
18667         (nearbyint): Likewise.
18668         (nearbyintf): Likewise.
18669
18670 2012-05-09  Andreas Jaeger  <aj@suse.de>
18671             Pedro Alves  <palves@redhat.com>
18672
18673         * nscd/nscd.c (run_mode): Use enum.
18674         (main): Cleanup coding style issue.
18675
18676 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
18677             Andreas Jaeger  <aj@suse.de>
18678
18679         * nscd/nscd.c (go_background): Replaced with...
18680         (run_mode): ... this.
18681         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
18682         (options): Add -F --foreground.
18683         (main): Implement it.
18684         (parse_opt): Parse it.
18685
18686 2012-05-09  Andreas Jaeger  <aj@suse.de>
18687
18688         [BZ #14083]
18689         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
18690         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
18691         -Wconversion warning.
18692         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
18693         Likewise.
18694
18695 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
18696
18697         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
18698         == 0.
18699         (LC_ALL): Use macro-int-constant.
18700         (LC_COLLATE): Likewise.
18701         (LC_CTYPE): Likewise.
18702         (LC_MESSAGES): Likewise.
18703         (LC_MONETARY): Likewise.
18704         (LC_NUMERIC): Likewise.
18705         (LC_TIME): Likewise.
18706         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
18707         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
18708         [ISO || ISO99 || ISO11] (*_t): Do not allow.
18709         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
18710         Specify type.
18711         [C99-based standards] (float_t): Expect type.
18712         [C99-based standards] (double_t): Expect type.
18713         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
18714         type.
18715         [C99-based standards] (HUGE_VALL): Likewise.
18716         [C99-based standards] (INFINITY): Likewise.
18717         [C99-based standards] (NAN): Likewise.
18718         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
18719         [C99-based standards] (FP_NAN): Likewise.
18720         [C99-based standards] (FP_NORMAL): Likewise.
18721         [C99-based standards] (FP_SUBNORMAL): Likewise.
18722         [C99-based standards] (FP_ZERO): Likewise.
18723         [C99-based standards] (FP_FAST_FMA): Use
18724         optional-macro-int-constant.  Specify type.  Require == 1.
18725         [C99-based standards] (FP_FAST_FMAF): Likewise.
18726         [C99-based standards] (FP_FAST_FMAL): Likewise.
18727         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
18728         [C99-based standards] (FP_ILOGBNAN): Likewise.
18729         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
18730         Specify type.
18731         [C99-based standards] (MATH_ERREXCEPT): Likewise.
18732         [C99-based standards] (math_errhandling): Specify type.
18733         [ISO99 || ISO11] (signgam): Do not allow.
18734         [non-C99-based standards] (copysignf): Do not allow.
18735         [non-C99-based standards] (exp2f): Likewise.
18736         [non-C99-based standards] (log2f): Likewise.
18737         [non-C99-based standards] (modff): Allow.
18738         [non-C99-based standards] (erff): Do not allow.
18739         [non-C99-based standards] (erfcf): Likewise.
18740         [non-C99-based standards] (gammaf): Likewise.
18741         [non-C99-based standards] (hypotf): Likewise.
18742         [non-C99-based standards] (j0f): Likewise.
18743         [non-C99-based standards] (j1f): Likewise.
18744         [non-C99-based standards] (jnf): Likewise.
18745         [non-C99-based standards] (lgammaf): Likewise.
18746         [non-C99-based standards] (tgammaf): Likewise.
18747         [non-C99-based standards] (y0f): Likewise.
18748         [non-C99-based standards] (y1f): Likewise.
18749         [non-C99-based standards] (ynf): Likewise.
18750         [non-C99-based standards] (isnanf): Likewise.
18751         [non-C99-based standards] (acoshf): Likewise.
18752         [non-C99-based standards] (asinhf): Likewise.
18753         [non-C99-based standards] (atanhf): Likewise.
18754         [non-C99-based standards] (cbrtf): Likewise.
18755         [non-C99-based standards] (expm1f): Likewise.
18756         [non-C99-based standards] (ilogbf): Likewise.
18757         [non-C99-based standards] (log1pf): Likewise.
18758         [non-C99-based standards] (logbf): Likewise.
18759         [non-C99-based standards] (nextafterf): Likewise.
18760         [non-C99-based standards] (remainderf): Likewise.
18761         [non-C99-based standards] (rintf): Likewise.
18762         [non-C99-based standards] (scalbf): Likewise.
18763         [non-C99-based standards] (copysignl): Likewise.
18764         [non-C99-based standards] (exp2l): Likewise.
18765         [non-C99-based standards] (log2l): Likewise.
18766         [non-C99-based standards] (modfl): Allow.
18767         [non-C99-based standards] (erfl): Do not allow.
18768         [non-C99-based standards] (erfcl): Likewise.
18769         [non-C99-based standards] (gammal): Likewise.
18770         [non-C99-based standards] (hypotl): Likewise.
18771         [non-C99-based standards] (j0l): Likewise.
18772         [non-C99-based standards] (j1l): Likewise.
18773         [non-C99-based standards] (jnl): Likewise.
18774         [non-C99-based standards] (lgammal): Likewise.
18775         [non-C99-based standards] (tgammal): Likewise.
18776         [non-C99-based standards] (y0l): Likewise.
18777         [non-C99-based standards] (y1l): Likewise.
18778         [non-C99-based standards] (ynl): Likewise.
18779         [non-C99-based standards] (isnanl): Likewise.
18780         [non-C99-based standards] (acoshl): Likewise.
18781         [non-C99-based standards] (asinhl): Likewise.
18782         [non-C99-based standards] (atanhl): Likewise.
18783         [non-C99-based standards] (cbrtl): Likewise.
18784         [non-C99-based standards] (expm1l): Likewise.
18785         [non-C99-based standards] (ilogbl): Likewise.
18786         [non-C99-based standards] (log1pl): Likewise.
18787         [non-C99-based standards] (logbl): Likewise.
18788         [non-C99-based standards] (nextafterl): Likewise.
18789         [non-C99-based standards] (remainderl): Likewise.
18790         [non-C99-based standards] (rintl): Likewise.
18791         [non-C99-based standards] (scalbl): Likewise.
18792         [ISO || ISO99 || ISO11] (*_t): Do not allow.
18793         [non-C99-based standards] (FP_*): Do not allow.
18794         [C99-based standards] (FP_*): Change to
18795         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
18796         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
18797         allow.
18798         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
18799         (SIG_ERR): Likewise.
18800         [X/Open-based standards] (SIG_HOLD): Likewise.
18801         (SIG_IGN): Likewise.
18802         (SIGABRT): Use macro-int-constant.  Specify type.  Require
18803         positive value.
18804         (SIGFPE): Likewise.
18805         (SIGILL): Likewise.
18806         (SIGINT): Likewise.
18807         (SIGSEGV): Likewise.
18808         (SIGTER): Likewise.
18809         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
18810         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
18811         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
18812         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
18813         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
18814         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
18815         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
18816         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
18817         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
18818         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
18819         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
18820         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
18821         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
18822         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
18823         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
18824         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
18825         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
18826         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
18827         [X/Open-based standards] (SIGTRAP): Likewise.
18828         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
18829         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
18830         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
18831         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
18832         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
18833         allow.
18834
18835 2012-05-08  Ian Wienand  <ianw@vmware.com>
18836
18837         [BZ #14080]
18838         * time/tzset.c (__tzset_parse_tz): Update default rules for
18839         daylight time changes in the Energy Policy Act of 2005.
18840
18841 2012-05-09  Andreas Jaeger  <aj@suse.de>
18842
18843         [BZ #13983]
18844         * elf/ldconfig.c (parse_conf): Change string to make clear that
18845         ldconfig only issued a warning if ld.so.conf does not exist.
18846
18847 2012-05-08  David S. Miller  <davem@davemloft.net>
18848
18849         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
18850         movxtod instead of popping the value on the stack.
18851
18852         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18853
18854 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
18855
18856         * config.h.in: Add HAVE_ARM_PCS_VFP.
18857
18858 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
18859
18860         [BZ #13979]
18861         * include/features.h: Warn if user requests __FORTIFY_SOURCE
18862         checking but the checks are disabled for any reason.
18863
18864 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
18865
18866         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
18867         and ELF64_R_TYPE with ELFW(R_TYPE).
18868
18869 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
18870
18871         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
18872         (ulimit): Likewise.
18873
18874         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
18875         (settimeofday): Likewise.
18876
18877 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
18878
18879         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
18880         a struct th_u2 inside the union, and move tu_block/tu_code into
18881         a new th_u3 union of tu_block/tu_code inside of that.  Move
18882         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
18883         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
18884         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
18885         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
18886         (th_stuff): Change to th_u1.tu_stuff.
18887         (th_data): Define.
18888         (th_msg): Change to th_u1.th_u2.tu_data.
18889
18890 2012-05-07  David S. Miller  <davem@davemloft.net>
18891
18892         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18893
18894         [BZ #14074]
18895         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
18896         (SETUP_PIC_REG): Use it.
18897         (SETUP_PIC_REG_LEAF): Use it.
18898
18899 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
18900
18901         [BZ #13885]
18902         [BZ #13923]
18903         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
18904         USE_AS_EXPM1L.
18905         (EXPL_FINITE): Likewise.
18906         (FLDLOG): Likewise.
18907         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
18908         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
18909         e_expl.S.
18910         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
18911         USE_AS_EXPM1L.
18912         (EXPL_FINITE): Likewise.
18913         (FLDLOG): Likewise.
18914         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
18915         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
18916         e_expl.S.
18917         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
18918         test of -max_value argument for long double.
18919         * sysdeps/i386/fpu/libm-test-ulps: Update.
18920         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18921
18922 2012-05-06  David S. Miller  <davem@davemloft.net>
18923
18924         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
18925         quad soft-float symbols whose references which are compiler
18926         generated.
18927         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
18928
18929 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
18930
18931         [BZ #13884]
18932         [BZ #13914]
18933         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
18934         USE_AS_EXP10L.
18935         (EXPL_FINITE): Likewise.
18936         (FLDLOG): Likewise.
18937         (c0): Likewise.
18938         (c1): Likewise.
18939         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
18940         Adjust comments for base varying.
18941         (__expl_finite): Change alias to EXPL_FINITE.
18942         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
18943         e_expl.S.
18944         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
18945         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
18946         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
18947         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
18948         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
18949         USE_AS_EXP10L.
18950         (EXPL_FINITE): Likewise.
18951         (FLDLOG): Likewise.
18952         (c0): Likewise.
18953         (c1): Likewise.
18954         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
18955         Adjust comments for base varying.
18956         (__expl_finite): Change alias to EXPL_FINITE.
18957         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
18958         tests for bugs.
18959         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18960
18961         [BZ #14064]
18962         * math/libm-test.inc (check_float_internal): Correct ulp
18963         calculation for subnormal expected results.
18964
18965 2012-05-06  Andreas Jaeger  <aj@suse.de>
18966
18967         * Makeconfig (+math-flags): New, set to -frounding-math.
18968         (+cflags): Add +math-flags so that all of glibc gets compiled with
18969         it.
18970
18971         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
18972
18973 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
18974
18975         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
18976         Disable one test.
18977
18978         [BZ #13787]
18979         [BZ #13922]
18980         [BZ #14036]
18981         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
18982         (__ieee754_expl): Allow for and saturate large arguments.
18983         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
18984         (u_threshold): Likewise.
18985         (__exp): Call __ieee754_exp before checking for overflow and
18986         underflow.
18987         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
18988         (u_threshold): Likewise.
18989         (__expf): Call __ieee754_expf before checking for overflow and
18990         underflow.
18991         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
18992         (u_threshold): Likewise.
18993         (__expl): Call __ieee754_expl before checking for overflow and
18994         underflow.
18995         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
18996         (__ieee754_expl): Allow for and saturate large arguments.
18997         * math/libm-test.inc (exp_test): Add another test.  Do not allow
18998         missing overflow exception on overflow.
18999         (expm1_test): Do not allow missing overflow exception on overflow.
19000
19001         * sysdeps/i386/fpu/e_expl.c: Move to ...
19002         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
19003         rather than using inline asm.
19004         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
19005         * sysdeps/x86_64/fpu/e_expl.S: Copy from
19006         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
19007
19008         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
19009         (nice): Likewise.
19010         (poll): Likewise.
19011         (signal): Likewise.
19012         (time): Likewise.
19013         (times): Likewise.
19014
19015 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
19016
19017         * sysdeps/unix/syscalls.list (adjtime): Add entry from
19018         sysdeps/unix/common/syscalls.list.
19019         (fchmod): Likewise.
19020         (fchown): Likewise.
19021         (ftruncate): Likewise.
19022         (getrusage): Likewise.
19023         (gettimeofday): Likewise.
19024         (setpgid): Likewise.
19025         (setregid): Likewise.
19026         (setreuid): Likewise.
19027         (sigaction): Likewise.
19028         (truncate): Likewise.
19029         (vhangup): Likewise.
19030         * sysdeps/unix/common/syscalls.list: Remove file.
19031         * sysdeps/unix/bsd/Implies: Don't include unix/common.
19032         * sysdeps/unix/sysv/linux/Implies: Likewise.
19033
19034 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
19035
19036         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
19037         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
19038         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
19039         Moved to ...
19040         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
19041         Here.
19042         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
19043         to ...
19044         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
19045         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
19046         to ...
19047         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
19048         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
19049         to ...
19050         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
19051         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
19052         to ...
19053         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
19054         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
19055         to ...
19056         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
19057         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
19058         to ...
19059         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
19060         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
19061         to ...
19062         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
19063         Here.
19064         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
19065         to ...
19066         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
19067         Here.
19068         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
19069         to ...
19070         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
19071         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
19072         Moved to ...
19073         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
19074         Here.
19075         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
19076         to ...
19077         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
19078
19079 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
19080
19081         * sysdeps/unix/common/bits/dirent.h: Remove file.
19082         * sysdeps/unix/common/bits/fcntl.h: Likewise.
19083
19084         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
19085         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
19086         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
19087         * sysdeps/unix/bsd/isatty.c: Likewise.
19088         * sysdeps/unix/bsd/tcdrain.c: Likewise.
19089         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
19090         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
19091
19092 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19093
19094         [BZ #13563]
19095         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
19096         long double comparison inaccuracies.
19097         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
19098         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19099
19100 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
19101
19102         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
19103         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
19104
19105 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
19106
19107         [BZ #14049]
19108         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
19109         nonzero digits before rounding a hex value.
19110         * stdlib/tst-strtod.c (tests): Add another test.
19111
19112 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19113
19114         * sysdeps/s390/fpu/libm-test-ulps: Update.
19115
19116 2012-05-03  Andreas Jaeger  <aj@suse.de>
19117
19118         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
19119         does not get optimized out.
19120         (malloc_opt_barrier): New.
19121
19122 2012-05-03  Andreas Jaeger  <aj@suse.de>
19123             Roland McGrath  <roland@hack.frob.com>
19124
19125         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
19126         intermediate file deletion.
19127         (generated): Add .symlist files.
19128
19129 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
19130
19131         [BZ #13775]
19132         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
19133         Redirect under this condition.
19134         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
19135         [__USE_GNU] (__dprintf_chk): Not under this condition.
19136         [__USE_GNU] (__vdprintf_chk): Likewise.
19137         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
19138         under this condition.
19139         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
19140         [__USE_XOPEN2K8] (dprintf): Define under this condition.
19141         [__USE_XOPEN2K8] (vdprintf): Likewise.
19142         [__USE_GNU] (__dprintf_chk): Not under this condition.
19143         [__USE_GNU] (__vdprintf_chk): Likewise.
19144         [__USE_GNU] (dprintf): Likewise.
19145         [__USE_GNU] (vdprintf): Likewise.
19146
19147 2012-05-03  Roland McGrath  <roland@hack.frob.com>
19148
19149         * elf/Makefile (common-generated): Set this instead of generated for
19150         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
19151         $(all-built-dso)-derived lists.
19152
19153 2012-05-03  Andreas Jaeger  <aj@suse.de>
19154
19155         * sysdeps/i386/fpu/libm-test-ulps: Update.
19156
19157         * FAQ: Removed.
19158         * FAQ.in: Likewise.
19159         * scripts/gen-FAQ.pl: Likewise.
19160         * manual/install.texi (Installation): Point to online location of
19161         FAQ.
19162         * Makefile (files-for-dist): Remove FAQ.
19163         (FAQ): Remove.
19164
19165 2012-05-02  Allan McRae  <allan@archlinux.org>
19166
19167         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
19168         (LDFLAGS-reldepmod5.so): Likewise.
19169         (LDFLAGS-reldep6mod1.so): Likewise.
19170         (LDFLAGS-reldep6mod4.so): Likewise.
19171         (LDFLAGS-reldep8mod3.so): Likewise.
19172         (LDFLAGS-unload4mod1.so): Likewise.
19173         (LDFLAGS-unload4mod2.so): Likewise.
19174         (LDFLAGS-tst-initorder): Likewise.
19175         (LDFLAGS-tst-initordera2.so): Likewise.
19176         (LDFLAGS-tst-initordera3.so): Likewise.
19177         (LDFLAGS-tst-initordera4.so): Likewise.
19178         (LDFLAGS-tst-initorderb2.so): Likewise.
19179         (LDFLAGS-noload): Likewise.
19180         (LDFLAGS-next): Likewise.
19181         (LDFLAGS-order2mod1.so): Likewise.
19182         (LDFLAGS-order2mod2.so): Likewise.
19183         (LDFLAGS-tst-initorder2): Likewise.
19184         (LDFLAGS-tst-initorder2a.so): Likewise.
19185         (LDFLAGS-tst-initorder2b.so): Likewise.
19186         (LDFLAGS-tst-initorder2c.so): Likewise.
19187         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
19188
19189 2012-05-02  David S. Miller  <davem@davemloft.net>
19190
19191         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19192
19193 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
19194
19195         [BZ #14055]
19196         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
19197
19198 2012-05-02  Andreas Jaeger  <aj@suse.de>
19199
19200         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
19201         since we manipulate rounding mode.
19202         (CPPFLAGS-test-idouble.c): Likewise.
19203         (CPPFLAGS-test-ifloat.c): Likewise.
19204         (CFLAGS-test-ldouble.c): Likewise.
19205         (CFLAGS-test-double.c): Likewise.
19206         (CFLAGS-test-float.c): Likewise.
19207         (CFLAGS-test-misc.c): Likewise.
19208         (CFLAGS-test-test-fenv.c): Likewise.
19209
19210 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19211
19212         [BZ #2550]
19213         [BZ #2570]
19214         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
19215         comparisons to determine direction to adjust input.
19216
19217 2012-05-01  Roland McGrath  <roland@hack.frob.com>
19218
19219         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
19220         output to the target.
19221
19222         * scripts/localplt.awk: New file.
19223         * elf/Makefile ($(objpfx)check-localplt): Target removed.
19224         (check-localplt-CFLAGS): Variable removed.
19225         ($(all-built-dso:=.jmprel)): New static pattern rule.
19226         (generated): Add those targets.
19227         (localplt-built-dso): New variable.
19228         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
19229
19230         * elf/check-localplt.c: File removed.
19231
19232         * scripts/check-execstack.awk: New file.
19233         * elf/Makefile ($(objpfx)check-execstack): Target removed.
19234         (check-execstack-CFLAGS): Variable removed.
19235         ($(objpfx)check-execstack.h): Target removed.
19236         ($(objpfx)execstack-default): New target.
19237         (generated): Add that instead of check-execstack.h.
19238         ($(all-built-dso:=.phdr)): New static pattern rule.
19239         (generated): Add those targets.
19240         * elf/check-execstack.c: File removed.
19241
19242         * scripts/check-textrel.awk: New file.
19243         * elf/Makefile ($(objpfx)check-textrel): Target removed.
19244         (check-textrel-CFLAGS): Variable removed.
19245         (all-built-dso): Use := to define.o
19246         ($(all-built-dso:=.dyn)): New static pattern rule.
19247         (generated): Add those targets.
19248         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
19249         * config.make.in (READELF): New substituted variable.
19250         * elf/check-textrel.c: File removed.
19251
19252 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
19253
19254         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
19255         allow.
19256         * conform/data/ctype.h-data [C99-based standards] (isblank):
19257         Expect function.
19258         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
19259         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
19260         [ISO || ISO99 || ISO11] (*_t): Do not allow.
19261         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
19262         Specify type.  Require positive value.
19263         (EILSEQ): Likewise.
19264         (ERANGE): Likewise.
19265         [ISO || POSIX] (EILSEQ): Do not expect.
19266         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
19267         Specify type.  Require positive value.
19268         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
19269         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
19270         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
19271         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
19272         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
19273         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
19274         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
19275         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
19276         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
19277         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
19278         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
19279         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
19280         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
19281         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
19282         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
19283         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
19284         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
19285         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
19286         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
19287         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
19288         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
19289         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
19290         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
19291         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
19292         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
19293         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
19294         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
19295         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
19296         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
19297         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
19298         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
19299         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
19300         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
19301         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
19302         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
19303         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
19304         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
19305         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
19306         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
19307         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
19308         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
19309         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
19310         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
19311         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
19312         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
19313         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
19314         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
19315         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
19316         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
19317         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
19318         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
19319         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
19320         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
19321         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
19322         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
19323         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
19324         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
19325         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
19326         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
19327         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
19328         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
19329         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
19330         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
19331         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
19332         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
19333         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
19334         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
19335         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
19336         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
19337         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
19338         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
19339         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
19340         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
19341         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
19342         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
19343         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
19344         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
19345         Require >= 2.
19346         (FLT_ROUNDS): Expect as macro, not constant.
19347         (FLT_MANT_DIG): Use macro-int-constant.
19348         (DBL_MANT_DIG): Likewise.
19349         (LDBL_MANT_DIG): Likewise.
19350         (FLT_DIG): Likewise.
19351         (DBL_DIG): Likewise.
19352         (LDBL_DIG): Likewise.
19353         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
19354         (DBL_MIN_EXP): Likewise.
19355         (LDBL_MIN_EXP): Likewise.
19356         (FLT_MAX_EXP): Use macro-int-constant.
19357         (DBL_MAX_EXP): Likewise.
19358         (LDBL_MAX_EXP): Likewise.
19359         (FLT_MAX_10_EXP): Likewise.
19360         (DBL_MAX_10_EXP): Likewise.
19361         (LDBL_MAX_10_EXP): Likewise.
19362         (FLT_MAX): Use macro-constant.
19363         (DBL_MAX): Likewise.
19364         (LDBL_MAX): Likewise.
19365         (FLT_EPSILON): Use macro-constant.  Give upper bound.
19366         (DBL_EPSILON): Likewise.
19367         (LDBL_EPSILON): Likewise.
19368         (FLT_MIN): Likewise.
19369         (DBL_MIN): Likewise.
19370         (LDBL_MIN): Likewise.
19371         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
19372         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
19373         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
19374         [ISO11] (FLT_HAS_SUBNORM): Likewise.
19375         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
19376         [ISO11] (DBL_DECIMAL_DIG): Likewise.
19377         [ISO11] (FLT_DECIMAL_DIG): Likewise.
19378         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
19379         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
19380         [ISO11] (FLT_TRUE_MIN): Likewise.
19381         [ISO11] (LDBL_TRUE_MIN): Likewise.
19382         [ISO || ISO99 || ISO11] (*_t): Do not allow.
19383         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
19384         (SCHAR_MIN): Use macro-int-constant.  Specify type.
19385         (SCHAR_MAX): Likewise.
19386         (UCHAR_MAX): Likewise.
19387         (CHAR_MIN): Likewise.
19388         (CHAR_MAX): Likewise.
19389         (MB_LEN_MAX): Use macro-int-constant.
19390         (SHRT_MIN): Use macro-int-constant.  Specify type.
19391         (SHRT_MAX): Likewise.
19392         (USHRT_MAX): Likewise.
19393         (INT_MAX): Likewise.
19394         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
19395         bound negative.
19396         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
19397         bound with "U".
19398         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
19399         bound with "L".
19400         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
19401         bound negative.  Suffix upper bound with "L".
19402         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
19403         bound with "UL".
19404         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
19405         Specify type.
19406         [C99-based standards] (LLONG_MAX): Likewise.
19407         [C99-based standards] (ULLONG_MAX): Likewise.
19408         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
19409         == 0.
19410         [ISO11] (max_align_t): Require type.
19411         [ISO || ISO99 || ISO11] (*_t): Do not allow.
19412
19413         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
19414         from $CFLAGS, without defining away __attribute__ calls.
19415         (checknamespace): Use $CFLAGS_namespace.
19416
19417         * conform/conformtest.pl (@keywords): Only include C99 keywords
19418         for standards based on C99 or C11.
19419
19420         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
19421         Disable tests.
19422         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
19423         UNIX98]: Likewise.
19424
19425         * conform/conformtest.pl: Handle "macro-int-constant" and test for
19426         usability of symbols in #if.
19427
19428         * conform/conformtest.pl: If macro or constant types start
19429         "promoted:", expect the symbol to be of the following type
19430         promoted by the integer promotions.
19431
19432         * conform/conformtest.pl: Parse all "constant" and "macro" lines
19433         in one place.  Also handle "macro-constant".
19434
19435         * conform/conformtest.pl: Only accept expected macro values with
19436         "==".  Parse all "macro" lines in one place.
19437         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
19438
19439         * conform/conformtest.pl: Handle braced types on "constant" lines
19440         instead of handling "typed-constant".
19441         * conform/data/signal.h-data: Use "constant" instead of
19442         "typed-constant".
19443
19444         * conform/conformtest.pl: Handle "optional-" at start of lines in
19445         one place rather than duplicating several cases.  Handle each
19446         format of "macro" line with initial "optional-".
19447
19448         * conform/conformtest.pl: Only accept expected constant or
19449         optional-constant values with "==".  Parse all "constant" lines in
19450         one place.  Parse all "optional-constant" lines in one place.
19451         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
19452         * conform/data/fmtmsg.h-data: Likewise.
19453         * conform/data/netinet/in.h-data: Likewise.
19454         * conform/data/tar.h-data: Likewise.
19455         * conform/data/limits.h-data: Use "==" form on "constant" and
19456         "optional-constant" lines.
19457
19458         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
19459         Use -std=c99 for XOPEN2K.
19460         (@knownproblems): Remove.
19461         (newtoken): Don't check %isknown.
19462
19463         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
19464         Do not expect macro.
19465         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
19466         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
19467         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
19468         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
19469         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
19470         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
19471         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
19472         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
19473         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
19474         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
19475         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
19476         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
19477         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
19478         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
19479         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
19480         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
19481         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
19482         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
19483         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
19484         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
19485         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
19486         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
19487         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
19488         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
19489         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
19490         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
19491         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
19492         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
19493         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
19494         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
19495         [XPG3] (acosh): Likewise.
19496         [XPG3] (asinh): Likewise.
19497         [XPG3] (atanh): Likewise.
19498         [XPG3] (cbrt): Likewise.
19499         [XPG3] (expm1): Likewise.
19500         [XPG3] (ilogb): Likewise.
19501         [XPG3] (log1p): Likewise.
19502         [XPG3] (logb): Likewise.
19503         [XPG3] (nextafter): Likewise.
19504         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
19505         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
19506         [XPG3] (remainder): Likewise.
19507         [XPG3] (rint): Likewise.
19508         [XPG3 || XPG4 || UNIX98] (round): Likewise.
19509         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
19510         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
19511         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
19512         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
19513         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
19514         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
19515         [UNIX98 || XOPEN2K] (scalb): Expect.
19516         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
19517         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
19518         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
19519         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
19520         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
19521         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
19522         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
19523         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
19524         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
19525         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
19526         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
19527         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
19528         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
19529         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
19530         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
19531         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
19532         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
19533         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
19534         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
19535         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
19536         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
19537         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
19538         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
19539         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
19540         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
19541         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
19542         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
19543         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
19544         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
19545         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
19546         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
19547         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
19548         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
19549         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
19550         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
19551         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
19552         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
19553         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
19554         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
19555         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
19556         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
19557         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
19558         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
19559         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
19560         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
19561         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
19562         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
19563         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
19564         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
19565         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
19566         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
19567         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
19568         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
19569         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
19570         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
19571         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
19572         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
19573         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
19574         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
19575         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
19576         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
19577         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
19578         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
19579         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
19580         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
19581         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
19582         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
19583         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
19584         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
19585         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
19586         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
19587         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
19588         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
19589         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
19590         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
19591         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
19592         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
19593         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
19594         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
19595         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
19596         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
19597         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
19598         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
19599         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
19600         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
19601         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
19602         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
19603         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
19604         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
19605         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
19606         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
19607         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
19608         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
19609         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
19610         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
19611         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
19612         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
19613         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
19614         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
19615         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
19616         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
19617         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
19618         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
19619         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
19620         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
19621         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
19622         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
19623         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
19624         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
19625         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
19626         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
19627         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
19628         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
19629         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
19630         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
19631         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
19632         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
19633         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
19634         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
19635         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
19636         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
19637         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
19638         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
19639         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
19640         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
19641         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
19642         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
19643         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
19644         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
19645         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
19646         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
19647         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
19648         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
19649         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
19650         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
19651         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
19652         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
19653
19654         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
19655         _XOPEN_SOURCE_EXTENDED for XPG4.
19656
19657         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
19658
19659         * Makeconfig (localtime): Remove variable.
19660         (inst_localtime-file): Likewise.
19661
19662 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
19663
19664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
19665         Update.
19666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
19667         Update.
19668         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
19669         Update.
19670         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
19671         Update.
19672         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
19673         Update.
19674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
19675         Update.
19676         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
19677         Update.
19678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
19679         Update.
19680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
19681         Update.
19682
19683 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
19684
19685         [BZ #2550]
19686         [BZ #2570]
19687         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
19688         comparisons to determine direction to adjust input.
19689         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
19690         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
19691         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
19692         Likewise.
19693         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
19694         Likewise.
19695         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
19696         Likewise.
19697         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
19698         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
19699         Likewise.
19700         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
19701         Likewise.
19702         * math/libm-test.inc (nexttoward_test): Add more tests.
19703
19704 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
19705
19706         [BZ #14040]
19707         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
19708         in version GLIBC_2.1, not GLIBC_2.0.
19709         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
19710         Likewise.
19711
19712 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
19713
19714         [BZ #13942]
19715         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
19716         (1 - x) * (1 + x).
19717         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
19718         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
19719         * math/libm-test.inc (acos_test): Add more tests.
19720         (asin_test): Likewise.
19721         * sysdeps/i386/fpu/libm-test-ulps: Update.
19722         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19723
19724         [BZ #14034]
19725         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
19726         of square root.
19727         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
19728         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
19729         * math/libm-test.inc (acos_test_tonearest): New function.
19730         (acos_test_towardzero): Likewise.
19731         (acos_test_downward): Likewise.
19732         (acos_test_upward): Likewise.
19733         (asin_test_tonearest): Likewise.
19734         (asin_test_towardzero): Likewise.
19735         (asin_test_downward): Likewise.
19736         (asin_test_upward): Likewise.
19737         (main): Call the new functions.
19738         * sysdeps/i386/fpu/libm-test-ulps: Update.
19739         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19740
19741         [BZ #13884]
19742         [BZ #13924]
19743         * math/e_exp10.c: Include <float.h>.
19744         (__ieee754_exp10): Handle underflow here rather than multiplying
19745         large negative argument by M_LN10.
19746         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
19747         of __ieee754_expf.
19748         * math/e_exp10l.c: Include <float.h>.
19749         (__ieee754_exp10l): Handle underflow here rather than multiplying
19750         large negative argument by M_LN10l.
19751         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
19752         spurious overflow exception on underflow.
19753
19754 2012-04-29  Marek Polacek  <polacek@redhat.com>
19755
19756         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
19757         (__fortify_function): New macro.
19758         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
19759         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
19760         __extern_always_inline.
19761         * libio/bits/stdio2.h: Likewise.
19762         * libio/bits/stdio.h: Likewise.
19763         * string/string.h: Likewise.
19764         * string/bits/string3.h: Likewise.
19765         * include/stdio.h: Likewise.
19766         * stdlib/bits/stdlib.h: Likewise.
19767         * stdlib/stdlib.h: Likewise.
19768         * rt/bits/mqueue2.h: Likewise.
19769         * rt/mqueue.h: Likewise.
19770         * posix/bits/unistd.h: Likewise.
19771         * posix/unistd.h: Likewise.
19772         * io/bits/poll2.h: Likewise.
19773         * io/bits/fcntl2.h: Likewise.
19774         * io/fcntl.h: Likewise.
19775         * io/sys/poll.h: Likewise.
19776         * misc/bits/syslog.h: Likewise.
19777         * misc/bits/syslog-ldbl.h: Likewise.
19778         * misc/sys/syslog.h: Likewise.
19779         * socket/bits/socket2.h: Likewise.
19780         * socket/sys/socket.h: Likewise.
19781         * debug/tst-chk1.c: Likewise.
19782         * wcsmbs/bits/wchar2.h: Likewise.
19783         * wcsmbs/bits/wchar-ldbl.h: Likewise.
19784         * wcsmbs/wchar.h: Likewise.
19785
19786 2012-04-29  Andreas Jaeger  <aj@suse.de>
19787
19788         * Makerules (tests): Remove enable-check-abi protection.
19789         (check-abi-warn): Remove.
19790         (check-abi-%): Remove check-abi-warn usage.
19791
19792         * configure.in: Remove check-abi configure option.
19793         * configure: Regenerated.
19794         * config.make.in (enable-check-abi): Remove.
19795
19796 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
19797
19798         [BZ #14033]
19799         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
19800         double functions to double *_finite functions.
19801
19802         [BZ #13941]
19803         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
19804         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
19805         LDBL_MIN_EXP.
19806         * stdio-common/Makefile (tests): Add tst-sprintf3.
19807         * stdio-common/tst-sprintf3.c: New file.
19808
19809         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
19810         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
19811
19812 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
19813
19814         * conform/conformtest.pl: Remove duplicate typed-constant
19815         handling.
19816
19817 2012-04-28  David S. Miller  <davem@davemloft.net>
19818
19819         * Makerules (%.abilist): Add vpath on sysdep_dirs.
19820         (check-abi-%): Remove AWK script prerequisite and explicit
19821         abilist directory.
19822         (check-abi): Rewrite to just diff the symlist with the abilist.
19823         (config-tls, config-abi-config): Delete, no longer used.
19824         (update-abi-%): Remove AWK script and explicit abilist directory.
19825         (update-abi): Rewrite to simply compare and conditionally copy the
19826         symlist and the sysdep abilist file.  Remove update-abi-config
19827         checks.
19828         * abilist/ld.abilist: Remove.
19829         * abilist/libBrokenLocale.abilist: Remove.
19830         * abilist/libanl.abilist: Remove.
19831         * abilist/libcrypt.abilist: Remove.
19832         * abilist/libdl.abilist: Remove.
19833         * abilist/librt.abilist: Remove.
19834         * abilist/libthread_db.abilist: Remove.
19835         * abilist/libutil.abilist: Remove.
19836         * scripts/extract-abilist.awk: Remove.
19837         * scripts/merge-abilist.awk: Remove.
19838         * sysdeps/generic/libcidn.abilist: New file.
19839         * sysdeps/generic/libnss_compat.abilist: New file.
19840         * sysdeps/generic/libnss_db.abilist: New file.
19841         * sysdeps/generic/libnss_dns.abilist: New file.
19842         * sysdeps/generic/libnss_files.abilist: New file.
19843         * sysdeps/generic/libnss_hesiod.abilist: New file.
19844         * sysdeps/generic/libnss_nis.abilist: New file.
19845         * sysdeps/generic/libnss_nisplus.abilist: New file.
19846         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
19847         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
19848         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
19849         file.
19850         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
19851         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
19852         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
19853         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
19854         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
19855         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
19856         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
19857         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
19858         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
19859         file.
19860         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
19861         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
19862         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
19863         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
19864         file.
19865         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
19866         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
19867         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
19868         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
19869         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
19870         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
19871         file.
19872         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
19873         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
19874         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
19875         file.
19876         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
19877         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
19878         New file.
19879         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
19880         New file.
19881         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
19882         New file.
19883         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
19884         New file.
19885         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
19886         New file.
19887         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
19888         New file.
19889         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
19890         New file.
19891         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
19892         New file.
19893         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
19894         New file.
19895         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
19896         New file.
19897         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
19898         New file.
19899         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
19900         New file.
19901         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
19902         New file.
19903         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
19904         file.
19905         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
19906         New file.
19907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
19908         New file.
19909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
19910         file.
19911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
19912         New file.
19913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
19914         New file.
19915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
19916         file.
19917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
19918         New file.
19919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
19920         New file.
19921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
19922         New file.
19923         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
19924         New file.
19925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
19926         New file.
19927         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
19928         New file.
19929         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
19930         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
19931         file.
19932         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
19933         New file.
19934         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
19935         file.
19936         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
19937         file.
19938         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
19939         file.
19940         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
19941         file.
19942         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
19943         file.
19944         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19945         New file.
19946         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
19947         file.
19948         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
19949         file.
19950         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
19951         New file.
19952         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
19953         file.
19954         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
19955         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
19956         file.
19957         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
19958         New file.
19959         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
19960         file.
19961         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
19962         file.
19963         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
19964         file.
19965         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
19966         file.
19967         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
19968         file.
19969         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19970         New file.
19971         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
19972         file.
19973         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
19974         file.
19975         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
19976         New file.
19977         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
19978         file.
19979         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
19980         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
19981         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
19982         file.
19983         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
19984         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
19985         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
19986         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
19987         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
19988         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
19989         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
19990         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
19991         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
19992         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
19993         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
19994         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
19995         file.
19996         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
19997         New file.
19998         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
19999         file.
20000         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
20001         file.
20002         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
20003         file.
20004         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
20005         file.
20006         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
20007         file.
20008         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
20009         New file.
20010         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
20011         New file.
20012         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
20013         file.
20014         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
20015         New file.
20016         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
20017         file.
20018         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
20019         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
20020         file.
20021         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
20022         New file.
20023         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
20024         file.
20025         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
20026         file.
20027         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
20028         file.
20029         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
20030         file.
20031         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
20032         file.
20033         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
20034         New file.
20035         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
20036         New file.
20037         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
20038         file.
20039         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
20040         New file.
20041         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
20042         file.
20043
20044 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
20045
20046         * conform/conformtest.pl: Fix typo in handling typed-constant from
20047         allow-header.
20048
20049 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
20050
20051         * README: Cut down references to pre-2.6 Linux kernels and
20052         Linuxthreads.  Update lists of configurations in libc and ports
20053         and sort alphabetically.  Say "or newer" with Linux kernel version
20054         requirements.
20055
20056         * config.h.in [IS_IN_build]: Allow compiling without optimization.
20057
20058 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20059
20060         [BZ #887]
20061         * math/libm-test.inc (logb_test_downward): New test to expose
20062         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
20063         rounding mode.
20064
20065 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
20066
20067         [BZ #14027]
20068         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
20069         to be done.
20070         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
20071         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
20072
20073 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
20074
20075         * sysdeps/unix/i386/brk.S: Remove file.
20076         * sysdeps/unix/i386/dl-brk.S: Likewise.
20077         * sysdeps/unix/i386/pipe.S: Likewise.
20078         * sysdeps/unix/i386/sigreturn.S: Likewise.
20079         * sysdeps/unix/i386/syscall.S: Likewise.
20080         * sysdeps/unix/i386/vfork.S: Likewise.
20081         * sysdeps/unix/i386/wait.S: Likewise.
20082
20083         * sysdeps/unix/common/tcsendbrk.c: Move to ...
20084         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
20085
20086         * configure.in (arm*-none*): Do not allow without
20087         --enable-hacker-mode.
20088         (netbsd*): Remove case setting base_os.
20089         (386bsd*): Likewise.
20090         (freebsd*): Likewise.
20091         (bsdi*): Likewise.
20092         (osf*): Likewise.
20093         (sunos*): Likewise.
20094         (ultrix*): Likewise.
20095         (newsos*): Likewise.
20096         (dynix*): Likewise.
20097         (*bsd*): Likewise.
20098         (sysv*): Likewise.
20099         (isc*): Likewise.
20100         (esix*): Likewise.
20101         (sco*): Likewise.
20102         (minix*): Likewise.
20103         (irix4*): Likewise.
20104         (irix6*): Likewise.
20105         (solaris[2-9]*): Likewise.
20106         (none): Likewise.
20107         * configure: Regenerated.
20108
20109 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20110
20111         [BZ #11521]
20112         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
20113         overflow or cancellation in calculating denominator.
20114         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
20115         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
20116         down expression to avoid unexpected rounding in newer GCCs.
20117         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
20118
20119 2012-04-26  David S. Miller  <davem@davemloft.net>
20120
20121         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
20122         long-double compat symbols.
20123         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
20124         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
20125         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
20126         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
20127         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
20128         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
20129         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
20130         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
20131         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
20132         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
20133         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
20134         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
20135         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
20136
20137 2012-04-25  David S. Miller  <davem@davemloft.net>
20138
20139         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
20140         HWCAP_* values only after the memory barriers have been defined.
20141         (atomic_full_barrier): Define.
20142         (atomic_read_barrier): Define.
20143         (atomic_write_barrier): Define.
20144
20145 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
20146
20147         * shlib-versions: Add libgcc_s version information.
20148         * sysdeps/generic/libgcc_s.h: Remove.
20149         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
20150         libgcc_s.h.
20151         * sysdeps/gnu/unwind-resume.c: Likewise.
20152         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
20153
20154 2012-04-25  David S. Miller  <davem@davemloft.net>
20155
20156         * sysdeps/unix/sparc/brk.S: Delete.
20157         * sysdeps/unix/sparc/dl-brk.S: Delete.
20158         * sysdeps/unix/sparc/pipe.S: Delete.
20159         * sysdeps/unix/sparc/sysdep.S: Delete.
20160         * sysdeps/unix/sparc/sysdep.h: Delete.
20161         * sysdeps/unix/sparc/vfork.S: Delete.
20162         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
20163         SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
20164         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
20165         ret_ERRVAL, r0, r1, MOVE): Define.
20166         (JUMPTARGET): Remove.
20167         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
20168         sysdeps/unix/sparc/sysdep.h
20169         (ENTRY, END): Remove.
20170         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
20171
20172 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
20173
20174         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
20175         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
20176         -DIS_IN_build.
20177
20178         * timezone/README: Update upstream location and email address for
20179         tzcode and tzdata.
20180         * timezone/zdump.c: Update from tzcode 2012b.
20181         * timezone/zic.c: Likewise.
20182
20183         * configure.in (libc_cv_as_needed): Remove test.
20184         * configure: Regenerated.
20185         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
20186         conditional definition.
20187         [$(have-as-needed) != yes] (no-as-needed): Likewise.
20188         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
20189         * config.make.in (have-as-needed): Remove variable.
20190
20191 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
20192             Paul Pluzhnikov  <ppluzhnikov@google.com>
20193
20194         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
20195         strings correctly.
20196
20197 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
20198
20199         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
20200         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
20201         * sysdeps/sh/strlen.S: Likewise.
20202
20203 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
20204
20205         * sysdeps/unix/fork.S: Remove file.
20206         * sysdeps/unix/i386/fork.S: Likewise.
20207         * sysdeps/unix/sparc/fork.S: Likewise.
20208
20209         * sysdeps/unix/system.c: Remove file.
20210         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
20211
20212         * sysdeps/unix/getegid.S: Remove file.
20213         * sysdeps/unix/geteuid.S: Likewise.
20214
20215 2012-04-24  Roland McGrath  <roland@hack.frob.com>
20216
20217         * scripts/check-localplt.awk: New file.
20218         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
20219         of diff.
20220         * scripts/data/localplt-generic.data: Add a comment.
20221
20222         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
20223         NODE when __dir_mkfile failed.
20224         * sysdeps/mach/hurd/symlinkat.c: Likewise.
20225         Reported by Ludovic Courtès <ludo@gnu.org>.
20226
20227 2012-04-24  Andreas Jaeger  <aj@suse.de>
20228
20229         * Makerules (common-clean): Also remove gen-as-const-headers
20230         files.
20231
20232 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
20233
20234         * Makerules (native-compile): Do not change working directory for
20235         build.  Use $(OUTPUT_OPTION) in command.
20236         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
20237
20238 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20239
20240         [BZ #13886]
20241         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
20242         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
20243         * math/libm-test.inc (floor_test): Add more tests.
20244         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
20245
20246 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
20247
20248         * sysdeps/unix/getdents.c: Remove file.
20249         * sysdeps/unix/sysv/getdents.c: Likewise.
20250         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
20251
20252         * sysdeps/unix/syscalls.list (madvise): Add syscall from
20253         sysdeps/unix/mman/syscalls.list.
20254         (mmap): Likewise.
20255         (mprotect): Likewise.
20256         (msync): Likewise.
20257         (munmap): Likewise.
20258         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
20259         * sysdeps/unix/mman/syscalls.list: Remove.
20260         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
20261
20262         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
20263         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
20264         * configure: Regenerated.
20265         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
20266         $(libgcc_s_suffix).
20267         * config.make.in (libgcc_s_suffix): Remove variable.
20268
20269 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
20270
20271         * sysdeps/unix/sysv/gethostname.c: Move to ...
20272         * sysdeps/posix/gethostname.c: ... here.
20273
20274         * sysdeps/unix/execve.S: Remove file.
20275
20276         * sysdeps/unix/_exit.S: Remove file.
20277
20278 2012-04-23  Andreas Jaeger  <aj@suse.de>
20279
20280         [BZ #13739]
20281         * manual/Makefile: Remove make dist support, there's no
20282         need for a stand-alone documentation tar ball.
20283         (TEXI2DVI): Define always, it's not in Makeconfig.
20284         (dist): Removed.
20285         (tar-it): Removed.
20286         (edition): Removed.
20287         (glibc-doc-$(edition).tar): Removed
20288         (%.Z): Removed.
20289         (%.gz): Removed.
20290         (%.uu): Removed.
20291         (ETAGS): Remove, it's in Makeconfig.
20292         (move-if-change): Remove, it's in Makeconfig.
20293
20294 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
20295
20296         [BZ #13970]
20297         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
20298         (strtod, strtof, strtold, strtol, strtoul, strtoq)
20299         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
20300         (strtod_l, strtof_l, strtold_l): Remove __wur.
20301         It is not necessarily an error to ignore strtol's return value.
20302         One can reliably look at the stored endptr to decide whether
20303         the number had valid syntax.
20304
20305 2012-04-21  Andreas Jaeger  <aj@suse.de>
20306
20307         [BZ #13739]
20308         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
20309
20310 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
20311
20312         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
20313         * sysdeps/unix/sysv/Versions: Remove file.
20314
20315 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
20316
20317         [BZ #13927]
20318         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20319
20320 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
20321
20322         [BZ #7064]
20323         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
20324         version from __vm86.
20325
20326 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
20327
20328         * sysdeps/unix/common/lxstat.c: Remove file.
20329         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
20330
20331         * sysdeps/unix/sysv/Makefile: Remove file.
20332
20333         * sysdeps/unix/sysv/direct.h: Remove file.
20334
20335         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
20336         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
20337         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
20338         * sysdeps/unix/sysv/bits/signum.h: Likewise.
20339         * sysdeps/unix/sysv/bits/stat.h: Likewise.
20340         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
20341         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
20342
20343         * sysdeps/unix/sysv/setrlimit.c: Remove file.
20344
20345         * sysdeps/unix/xmknod.c: Remove file.
20346         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
20347
20348         * sysdeps/unix/sysv/settimeofday.c: Remove file.
20349
20350         * sysdeps/unix/sysv/i386/time.S: Remove file.
20351
20352         * sysdeps/unix/fxstat.c: Remove file.
20353         * sysdeps/unix/xstat.c: Likewise.
20354         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
20355
20356         * sysdeps/unix/sysv/sigaction.c: Remove file.
20357
20358         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
20359         (sysdep_headers): Remove variable.
20360         [termio.h not in sysdep_headers] (generated): Likewise.
20361         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
20362         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
20363         * sysdeps/unix/sysv/tcdrain.c: Likewise.
20364         * sysdeps/unix/sysv/tcflow.c: Likewise.
20365         * sysdeps/unix/sysv/tcflush.c: Likewise.
20366         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
20367         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
20368         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
20369         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
20370         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
20371
20372         * sysdeps/unix/siglist.c: Remove file.
20373
20374         * sysdeps/unix/getppid.S: Remove file.
20375
20376         * sysdeps/unix/mkdir.c: Remove file.
20377         * sysdeps/unix/rmdir.c: Likewise.
20378
20379 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
20380
20381         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
20382         ERR_MAX value.
20383         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
20384         errlist-compat value.
20385
20386 2012-04-18  David S. Miller  <davem@davemloft.net>
20387
20388         * sysdeps/generic/memcopy.h (reg_char): Delete.
20389         * debug/strcat_chk.c: Use char, not reg_char.
20390         * debug/strcpy_chk.c: Likewise.
20391         * debug/strncat_chk.c: Likewise.
20392         * debug/strncpy_chk.c: Likewise.
20393         * string/memchr.c: Likewise.
20394         * string/memrchr.c: Likewise.
20395         * string/rawmemchr.c: Likewise.
20396         * string/strcat.c: Likewise.
20397         * string/strchr.c: Likewise.
20398         * string/strchrnul.c: Likewise.
20399         * string/strcmp.c: Likewise.
20400         * string/strcpy.c: Likewise.
20401         * string/strncat.c: Likewise.
20402         * string/strncmp.c: Likewise.
20403         * string/strncpy.c: Likewise.
20404
20405 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
20406
20407         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
20408         __builtin_memcopy is called when src and dest ranges are known to not
20409         overlap.
20410
20411 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
20412
20413         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
20414         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
20415         fwd_align_merge macro call.
20416         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
20417         bwd_align_merge macro call.
20418         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
20419
20420 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
20421
20422         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
20423         bwd_align_merge macros.
20424         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
20425         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
20426         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
20427
20428 2012-04-18  David S. Miller  <davem@davemloft.net>
20429
20430         * sysdeps/sparc/sparc64/memcopy.h: Delete.
20431
20432 2012-04-18  Andreas Jaeger  <aj@suse.de>
20433
20434         [BZ# 6794]
20435         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
20436         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
20437         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
20438
20439         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
20440         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
20441         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
20442
20443         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
20444         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
20445         Adjust for changed ldbl-128 files.
20446
20447         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
20448         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
20449         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
20450
20451 2012-04-17  David S. Miller  <davem@davemloft.net>
20452
20453         * sysdeps/sparc/sparc32/memcopy.h: Delete.
20454
20455 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
20456
20457         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
20458         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
20459         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
20460         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
20461         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
20462         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
20463
20464 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20465
20466         [BZ #6794]
20467         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
20468         * math/libm-test.inc: Add ilogb errno and exception tests.
20469         * math/w_ilogb.c: New file: ilogb wrapper.
20470         * math/w_ilogbf.c: New file: ilogbf wrapper.
20471         * math/w_ilogbl.c: New file: ilogbl wrapper.
20472         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
20473         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
20474         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
20475         exception being thrown with 0.0 as argument.
20476         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
20477         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
20478         exception being thrown with 0.0 as argument.
20479         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
20480         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
20481         exception being thrown with 0.0 as argument.
20482         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
20483         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
20484         exception being thrown with 0.0 as argument.
20485         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
20486         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
20487         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
20488         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
20489         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
20490         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
20491         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
20492         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
20493         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
20494
20495 2012-04-17  Petr Baudis  <pasky@ucw.cz>
20496
20497         * include/sys/uio.h: Change __vector to __iovec to avoid clash
20498         with altivec.
20499
20500 2012-04-16  Marek Polacek  <polacek@redhat.com>
20501
20502         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
20503
20504 2012-04-16  Marek Polacek  <polacek@redhat.com>
20505
20506         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
20507         operands of fdivp instruction.
20508
20509 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
20510
20511         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
20512         * elf/tst-auditmod3b.c: Likewise.
20513         * elf/tst-auditmod4b.c: Likewise.
20514         * elf/tst-auditmod5b.c: Likewise.
20515         * elf/tst-auditmod6b.c: Likewise.
20516         * elf/tst-auditmod6c.c: Likewise.
20517         * elf/tst-auditmod7b.c: Likewise.
20518         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
20519         * sysdeps/x86_64/preconfigure.in: Likewise.
20520         * sysdeps/x86_64/preconfigure: Regenerated.
20521
20522 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
20523
20524         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
20525         __ILP32__.
20526
20527 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
20528
20529         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
20530         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
20531
20532 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
20533
20534         [BZ #13973]
20535         * locale/iso-639.def: Fix gl language name. Spotted by
20536         Yaron Shahrabani.
20537
20538 2012-04-12  Roland McGrath  <roland@hack.frob.com>
20539
20540         [BZ #2074]
20541         * libio/libio.h (__io_write_fn): Update comment.
20542
20543 2012-04-12  Petr Baudis  <pasky@ucw.cz>
20544
20545         [BZ #2074]
20546         * stdio.texi (Hook Functions): The user provided writer function
20547         is not allowed to return -1.
20548
20549 2012-04-11  David S. Miller  <davem@davemloft.net>
20550
20551         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20552
20553 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
20554
20555         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
20556         Add a leading slash to rtkaio.
20557
20558 2012-04-11  Jim Meyering  <meyering@redhat.com>
20559
20560         [BZ #11959]
20561         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
20562         It is not necessarily an error to ignore fwrite's return
20563         value.  One can reliably use ferror to test for errors after
20564         the fact.
20565
20566 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
20567
20568         * bits/types.h (__snseconds_t): New type.
20569         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
20570
20571         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
20572         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
20573         (__SNSECONDS_T_TYPE): Likewise.
20574         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
20575         (__SNSECONDS_T_TYPE): Likewise.
20576         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
20577         (__SNSECONDS_T_TYPE): Likewise.
20578
20579 2012-04-10  Andreas Jaeger  <aj@suse.de>
20580
20581         [BZ #2636]
20582         * manual/time.texi (Processor Time): Return type of times is
20583         elapsed real time since an arbitrary point in the past.
20584         (CPU Time): Move CLK_TCK from here...
20585         (Processor Time): ...to here.  Correct description.
20586         * manual/conf.texi (Constants for Sysconf): Correct description of
20587         _SC_CLK_TCK.
20588
20589 2012-04-10  David S. Miller  <davem@davemloft.net>
20590
20591         [BZ #13967]
20592         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
20593         where the is a gap between DT_REL(A) and DT_JMPREL.
20594
20595 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
20596
20597         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
20598         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
20599         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
20600
20601 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20602
20603         * elf/dl-support.c (_dl_inhibit_cache): New variable.
20604         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
20605         (dl_main): Handle --inhibit-cache.
20606         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
20607         _dl_inhibit_cache.
20608         * elf/dl-load.c (_dl_map_object): Use it.
20609         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
20610
20611 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
20612
20613         [BZ #13872]
20614         * sysdeps/i386/fpu/e_powl.S (p78): New object.
20615         (__ieee754_powl): Saturate large exponents rather than testing for
20616         overflow of y*log2(x).
20617         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
20618         * math/libm-test.inc (pow_test): Do not permit spurious overflow
20619         exceptions.
20620
20621         [BZ #11521]
20622         * math/s_ctan.c: Include <float.h>.
20623         (__ctan): Avoid internal overflow or cancellation in calculating
20624         denominator.
20625         * math/s_ctanf.c: Likewise.
20626         * math/s_ctanl.c: Likewise.
20627         * math/s_ctanh.c: Likewise.
20628         * math/s_ctanhf.c: Likewise.
20629         * math/s_ctanhl.c: Likewise.
20630         * math/libm-test.inc (ctan_test): Add more tests.
20631         (ctanh_test): Likewise.
20632         * sysdeps/i386/fpu/libm-test-ulps: Update.
20633         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20634
20635 2012-04-09  Andreas Jaeger  <aj@suse.de>
20636
20637         [BZ #6894]
20638         * manual/filesys.texi (Directory Entries): Mention that d_namlen
20639         is an optional BSD extension.
20640
20641         [BZ #10254]
20642         * manual/stdio.texi (Opening Streams): Document additional fopen
20643         parameters.
20644
20645 2012-04-09  Roland McGrath  <roland@hack.frob.com>
20646
20647         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
20648         %eax without telling the compiler.
20649
20650 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
20651
20652         [BZ # 13963]
20653         * manual/install.texi: Use sourceware.org.
20654
20655 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
20656
20657         [BZ #13873]
20658         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
20659         (__ieee754_pow): Generate overflow and underflow using huge*huge
20660         and tiny*tiny rather than just returning constant infinity or zero
20661         for large exponents.
20662         * math/libm-test.inc (pow_test): Require overflow exceptions for
20663         applicable cases of large exponents.
20664
20665         [BZ #706]
20666         * sysdeps/i386/fpu/e_pow.S (p10): New object.
20667         (__ieee754_pow): Use iterative multiplication algorithm only for
20668         integer exponents with absolute value below 1024.  Check for odd
20669         integer exponents when using algorithm for real exponents.
20670         * math/libm-test.inc (pow_test): Add more tests.
20671         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20672
20673 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
20674
20675         [BZ #13705]
20676         * math/libm-test.inc (exp_test): Do not allow overflow exception
20677         on underflow test.
20678
20679 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
20680
20681         [BZ #13705]
20682         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
20683         instead of __kernel_standard_f.
20684
20685 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
20686
20687         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
20688         * sysdeps/x86_64/memset_chk.S: Likewise.
20689
20690 2012-04-08  Andreas Jaeger  <aj@suse.de>
20691
20692         [BZ #10153]
20693         * manual/startup.texi (Environment Access): Describe return value
20694         for putenv and setenv.
20695
20696         [BZ #6895]
20697         * manual/filesys.texi (Directory Entries): Add description for
20698         DT_LNK.
20699
20700         [BZ #6890]
20701         * manual/filesys.texi (Directory Entries): Clarify that it's file
20702         system not operating system in the description of DT_UNKNOWN.
20703
20704         [BZ #6578]
20705         * manual/syslog.texi (closelog): Fix reference, it's openlog.
20706
20707 2012-04-08  Stephen Compall  <s11@member.fsf.org>
20708
20709         [BZ #6649]
20710         * manual/llio.texi (Opening and Closing Files): Add cross
20711         reference to explain mode argument.
20712
20713 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
20714
20715         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
20716         * sysdeps/x86_64/memset_chk.S: Likewise.
20717
20718 2012-04-07  David S. Miller  <davem@davemloft.net>
20719
20720         * elf/elf.h (R_SPARC_WDISP10): Define.
20721         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
20722         R_SPARC_SIZE32.
20723         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
20724         R_SPARC_SIZE64 and R_SPARC_H34.
20725
20726 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
20727
20728         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
20729         conditions and remove no longer applicable assertion.
20730
20731 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
20732
20733         * bits/byteswap.h: Include <features.h>.
20734         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
20735         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
20736
20737 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
20738
20739         * bits/byteswap.h (__bswap_16): Removed.
20740         Include <bits/byteswap-16.h> to get __bswap_16.
20741         * sysdeps/i386/bits/byteswap.h: Likewise.
20742         * sysdeps/s390/bits/byteswap.h: Likewise.
20743         * sysdeps/x86_64/bits/byteswap.h: Likewise.
20744         * bits/byteswap-16.h: New file.
20745         * sysdeps/i386/bits/byteswap-16.h: Likewise.
20746         * sysdeps/s390/bits/byteswap-16.h: Likewise.
20747         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
20748         * string/Makefile (headers): Add bits/byteswap-16.h.
20749
20750 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
20751
20752         [BZ #13895]
20753         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
20754         extra indirection.
20755         * nss/Makefile (tests-static, tests): Add tst-nss-static.
20756         * nss/tst-nss-static.c: New.
20757
20758 2012-04-06  Robert Millan  <rmh@gnu.org>
20759
20760         [BZ #6486]
20761         * manual/llio.texi (File Position Primitive): lseek
20762         refers to WHENCE when it really means OFFSET.
20763
20764 2012-04-06  Andreas Jaeger  <aj@suse.de>
20765
20766         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
20767         strncmp declarations.
20768
20769         * abilist/libc.abilist: Add __poll and __ppoll.
20770
20771 2012-04-05  David S. Miller  <davem@davemloft.net>
20772
20773         * scripts/check-local-headers.sh: Accept a host triplet in the
20774         path matched by the exclude regexp.
20775
20776         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
20777         definition.
20778         * sysdeps/powerpc/powerpc32/dl-machine.h
20779         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
20780         * sysdeps/s390/s390-32/dl-machine.h
20781         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
20782         * sysdeps/sparc/sparc32/dl-machine.h
20783         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
20784         * sysdeps/sparc/sparc64/dl-machine.h
20785         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
20786
20787         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
20788         lazy binding.
20789         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
20790         undefined symbol errors.
20791
20792         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
20793         DT_NEEDED entries.
20794
20795 2012-04-05  Michael Matz  <matz@suse.de>
20796
20797         [BZ #13592]
20798         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
20799
20800 2012-04-05  Andreas Jaeger  <aj@suse.de>
20801
20802         [BZ #13908]
20803         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
20804         comment.
20805
20806 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
20807
20808         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
20809         which ROUND is no valid rounding mode.
20810
20811 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
20812
20813         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
20814         read again.
20815         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
20816
20817 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
20818
20819         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
20820         an exception using FPU order intentionally.
20821
20822 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
20823
20824         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
20825         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
20826         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
20827         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
20828
20829 2012-04-05  Simon Josefsson  <simon@josefsson.org>
20830
20831         [BZ #12340]
20832         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
20833         EINVAL when BUFLEN is too smal.
20834
20835 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
20836
20837         [BZ #13553]
20838         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
20839         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
20840
20841 2012-04-03  Andreas Jaeger  <aj@suse.de>
20842
20843         [BZ #13938]
20844         * manual/setjmp.texi (System V contexts): Fix sentence.
20845
20846         [BZ #13926]
20847         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
20848         New macro for this case.
20849         [!__GNUC__] (__bswap_64): New inline function for this case.
20850         * sysdeps/x86_64/bits/byteswap.h: Likewise.
20851         * bits/byteswap.h: Likewise.
20852         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
20853         ull, guard with __GLIBC_HAVE_LONG_LONG.
20854
20855         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
20856         __GLIBC_HAVE_LONG_LONG.
20857
20858         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
20859         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
20860
20861 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
20862
20863         [BZ #13691]
20864         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
20865         inptr and inend, rather than using last_ch.
20866
20867 2012-04-02  David S. Miller  <davem@davemloft.net>
20868
20869         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
20870         * stdio-common/printf-parse.h (read_int): Change return type to
20871         'int', return -1 on INT_MAX overflow.
20872         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
20873         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
20874         overflows INT_MAX.  Check for overflow of in-format-string precision
20875         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
20876         SIZE_MAX not INT_MAX for integer overflow test.
20877         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
20878         skip the construct in the format string but do not record anything.
20879         * stdio-common/bug22.c: Adjust to test both width/prevision
20880         INT_MAX overflow as well as total length INT_MAX overflow.  Check
20881         explicitly for proper errno values.
20882
20883 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
20884
20885         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
20886         CHAR_MAX.
20887         * string/test-strcmp.c [! WIDE]: Likewise.
20888         * time/tst-mktime2.c: Likewise for INT_MAX.
20889         * string/test-string.h: #include <sys/param.h> for MIN.
20890
20891         * csu/init-first.c (__libc_init_first): Call __ctype_init.
20892         * sysdeps/i386/init-first.c (init): Likewise.
20893         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
20894         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
20895         * sysdeps/sh/init-first.c (init): Likewise.
20896
20897 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
20898
20899         * po/ru.po: Update from translation team.
20900         * po/vi.po: Likewise.
20901
20902 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
20903
20904         * resolv/nss_dns/dns-host.c: Merge copyright years.
20905
20906 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
20907
20908         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
20909         Optimize memcpy with prefetch if
20910         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
20911         src, dst pointers have unequal 16 byte alignments.
20912
20913 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
20914
20915         [BZ #13928]
20916         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
20917         from a CNAME entry and return the minimum ttl for the query.
20918         (gaih_getanswer_slice): Likewise.
20919
20920 2012-03-30  Jeff Law  <law@redhat.com>
20921
20922         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
20923         due to long keys.
20924         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
20925         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
20926
20927         * resolv/nss_dns/dns-host.c: Update copyright year.
20928
20929 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
20930
20931         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
20932         requests to save a system call.  Fix check that all bytes are sent.
20933
20934         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
20935         comments for sendmmsg.
20936
20937 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
20938
20939         [BZ #13691]
20940         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
20941         with only 1 character between 0x0041 and 0x01b0.
20942         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
20943         * wcsmbs/tst-mbsnrtowcs.c: New file.
20944
20945 2012-03-29  David S. Miller  <davem@davemloft.net>
20946
20947         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
20948         small copies by hand.
20949
20950 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
20951
20952         [BZ #13761]
20953         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
20954         _nss_compat_initgroups_dyn): Fall back to malloc/free
20955         for large group memberships.
20956
20957 2012-03-28  David S. Miller  <davem@davemloft.net>
20958
20959         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
20960         that branches into memcpy.
20961         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
20962         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
20963         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
20964         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
20965         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
20966         bits.
20967         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
20968         implementation too.
20969         * sysdeps/sparc/mempcpy.S: New file.
20970
20971         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
20972         the IFUNC routine in the libc case.
20973         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
20974
20975         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
20976         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
20977         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
20978         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
20979         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
20980         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
20981         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
20982         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
20983
20984         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
20985         loop to 256 bytes instead of 64 bytes and fix test signedness.
20986
20987         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
20988         * sysdeps/sparc/sparc32/Makefile: rather than here...
20989         * sysdeps/sparc/sparc64/Makefile: and here.
20990
20991 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
20992
20993         * malloc/mallocbug.c: Avoid warnings about unused variables.
20994
20995 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
20996
20997         [BZ #13760]
20998         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
20999         in the right place. Discard and retry query if response is
21000         larger than input buffer size.
21001
21002 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
21003
21004         [BZ #369]
21005         [BZ #2678]
21006         [BZ #3866]
21007         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
21008         x for large integer exponent.
21009         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
21010         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
21011         sign of result as needed afterwards.
21012         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
21013         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
21014         result for underflowing pow the same as for overflow.
21015         (__kernel_standard_l): Handle powl overflow and underflow here
21016         rather than calling __kernel_standard.
21017         * math/libm-test.inc (pow_test): Add more tests.
21018
21019         [BZ #3868]
21020         [BZ #13879]
21021         [BZ #13910]
21022         [BZ #13911]
21023         [BZ #13912]
21024         [BZ #13913]
21025         [BZ #13915]
21026         [BZ #13916]
21027         [BZ #13917]
21028         [BZ #13918]
21029         [BZ #13919]
21030         [BZ #13920]
21031         [BZ #13921]
21032         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
21033         * sysdeps/ieee754/k_standard.c: Include <float.h>.
21034         (__kernel_standard_l): New function.
21035         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
21036         __kernel_standard.
21037         * math/w_acosl.c (__acosl): Likewise.
21038         * math/w_asinl.c (__asinl): Likewise.
21039         * math/w_atan2l.c (__atan2l): Likewise.
21040         * math/w_atanhl.c (__atanhl): Likewise.
21041         * math/w_coshl.c (__coshl): Likewise.
21042         * math/w_exp10l.c (__exp10l): Likewise.
21043         * math/w_exp2l.c (__exp2l): Likewise.
21044         * math/w_fmodl.c (__fmodl): Likewise.
21045         * math/w_hypotl.c (__hypotl): Likewise.
21046         * math/w_j0l.c (__j0l, __y0l): Likewise.
21047         * math/w_j1l.c (__j1l, __y1l): Likewise.
21048         * math/w_jnl.c (__jnl, __ynl): Likewise.
21049         * math/w_lgammal.c (__lgammal): Likewise.
21050         * math/w_log10l.c (__log10l): Likewise.
21051         * math/w_log2l.c (__log2l): Likewise.
21052         * math/w_logl.c (__logl): Likewise.
21053         * math/w_powl.c (__powl): Likewise.
21054         * math/w_remainderl.c (__remainderl): Likewise.
21055         * math/w_scalbl.c (sysv_scalbl): Likewise.
21056         * math/w_sinhl.c (__sinhl): Likewise.
21057         * math/w_sqrtl.c (__sqrtl): Likewise.
21058         * math/w_tgammal.c (__tgammal): Likewise.
21059         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
21060         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
21061         * math/libm-test.inc (acos_test): Add more tests.
21062         (acosh_test): Likewise.
21063         (asin_test): Likewise.
21064         (atanh_test): Likewise.
21065         (exp_test): Likewise.
21066         (exp10_test): Likewise.
21067         (exp2_test): Likewise.
21068         (expm1_test): Likewise.
21069         (lgamma_test): Likewise.
21070         (log_test): Likewise.
21071         (log10_test): Likewise.
21072         (log1p_test): Likewise.
21073         (log2_test): Likewise.
21074         (pow_test): Do not allow some spurious overflow exceptions.
21075         (sqrt_test): Add more tests.
21076         (tgamma_test): Likewise.
21077         (y0_test): Likewise.
21078         (y1_test): Likewise.
21079         (yn_test): Likewise.
21080
21081 2012-03-27  Anton Blanchard  <anton@samba.org>
21082
21083         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
21084         MAP_HUGETLB.
21085         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
21086         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
21087         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
21088
21089 2012-03-27  David S. Miller  <davem@davemloft.net>
21090
21091         * conform/Makefile: Run run-conformtest.sh using $(BASH).
21092
21093         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
21094         have-as-vis3 check.
21095
21096 2012-03-27  Andreas Jaeger  <aj@suse.de>
21097
21098         * sysdeps/x86_64/elf/configure.in: Moved to ...
21099         * sysdeps/x86_64/configure.in: ... here.
21100         * sysdeps/x86_64/elf/start.S: Moved to ...
21101         * sysdeps/x86_64/start.S: ... here.
21102         * sysdeps/x86_64/elf/configure: Delete.
21103
21104         * sysdeps/x86_64/configure.in: Merge contents from
21105         sysdeps/i386/configure.in (without i686 check).
21106
21107         * sysdeps/i386/elf/Versions: Merge into ...
21108         * sysdeps/i386/Versions: ... this.
21109         * sysdeps/i386/elf/Versions: Delete file.
21110         * sysdeps/i386/elf/start.S: Moved to ...
21111         * sysdeps/i386/start.S: ...here.
21112         * sysdeps/i386/elf/configure.in: Merge into...
21113         * sysdeps/i386/configure.in: ...here.
21114         * sysdeps/i386/elf/configure.in: Delete file.
21115         * sysdeps/i386/elf/configure: Delete file.
21116
21117         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
21118         * debug/backtracesyms.c: ... here.
21119         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
21120         * debug/backtracesymsfd.c: ... here.
21121         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
21122         * sysdeps/generic/ifunc-sel.h: ... here.
21123
21124         * sysdeps/unix/i386/start.c: Delete file.
21125         * sysdeps/unix/sparc/start.c: Delete file.
21126         * sysdeps/unix/start.c: Delete file.
21127
21128         * sysdeps/sh/elf/configure.in: Moved to ...
21129         * sysdeps/sh/configure.in: ... here.
21130         * sysdeps/sh/elf/start.S: Moved to ...
21131         * sysdeps/sh/start.S: ... here.
21132         * sysdeps/sh/elf/configure: Delete file.
21133
21134         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
21135         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
21136         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
21137         * sysdeps/powerpc/powerpc64/entry.h: ... here.
21138         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
21139         * sysdeps/powerpc/powerpc64/start.S: here.
21140         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
21141         * sysdeps/powerpc/powerpc64/Makefile: ... this.
21142         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
21143         * sysdeps/powerpc/powerpc64/configure.in: ... this.
21144         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
21145
21146         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
21147         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
21148         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
21149         * sysdeps/powerpc/powerpc32/start.S: ... here.
21150         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
21151         * sysdeps/powerpc/powerpc32/configure.in: ... this.
21152         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
21153
21154         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
21155         * sysdeps/powerpc/ifunc-sel.h: ... here.
21156         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
21157         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
21158
21159         * sysdeps/sparc/elf/configure.in: Moved to ...
21160         * sysdeps/sparc/configure.in: ... here.
21161         * sysdeps/sparc/elf/configure: Delete file.
21162         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
21163         * sysdeps/sparc/sparc32/start.S: ... here.
21164         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
21165         * sysdeps/sparc/sparc64/start.S: ... here.
21166         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
21167         * sysdeps/sparc/sparc32/Makefile: ... this.
21168         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
21169         * sysdeps/sparc/sparc64/Makefile: ... this.
21170
21171         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
21172         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
21173         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
21174         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
21175         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
21176         * sysdeps/s390/s390-32/setjmp.S: ... here.
21177         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
21178         * sysdeps/s390/s390-32/configure.in: ... here.
21179         * sysdeps/s390/s390-32/elf/configure: Delete file.
21180         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
21181         * sysdeps/s390/s390-32/start.S: ... here.
21182
21183         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
21184         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
21185         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
21186         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
21187         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
21188         * sysdeps/s390/s390-64/setjmp.S: ... here.
21189         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
21190         * sysdeps/s390/s390-64/configure.in: ... here
21191         * sysdeps/s390/s390-64/elf/configure: Delete file.
21192         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
21193         * sysdeps/s390/s390-64/start.S: ... here.
21194         * sysdeps/s390/s390-64/elf/configure: Delete.
21195
21196         * configure.in: Remove support for elf directories in sysdeps.
21197
21198         * configure: Regenerated.
21199         * sysdeps/i386/configure: Regenerated.
21200         * sysdeps/powerpc/powerpc32/configure: Regenerated.
21201         * sysdeps/powerpc/powerpc64/configure: Regenerated.
21202         * sysdeps/s390/s390-32/configure: Regenerated.
21203         * sysdeps/s390/s390-64/configure: Regenerated.
21204         * sysdeps/sh/configure: Regenerated.
21205         * sysdeps/sparc/configure: Regenerated.
21206         * sysdeps/x86_64/configure: Regenerated.
21207
21208 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
21209
21210         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21211
21212         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
21213         denormal result into account.
21214
21215 2012-03-25  Roland McGrath  <roland@hack.frob.com>
21216
21217         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
21218         Reported by Allan McRae <allan@archlinux.org>.
21219
21220 2012-03-23  Jeff Law  <law@redhat.com>
21221
21222         * nss/getnssent.c (__nss_getent): Fix typo.
21223
21224 2012-03-23  David S. Miller  <davem@davemloft.net>
21225
21226         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21227
21228 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
21229
21230         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
21231         to pad to uint64_t for each field.
21232         (dl_tls_index): Replace unsigned long with uint64_t.
21233
21234 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
21235         Paul Pluzhnikov  <ppluzhnikov@google.com>
21236
21237         [BZ #6528]
21238         * grp/Makefile (otherlibs): Don't set it.
21239         * inet/Makefile (otherlibs): Likewise.
21240         * login/Makefile (otherlibs): Likewise.
21241         * nscd/Makefile (otherlibs): Likewise.
21242         * posix/Makefile (otherlibs): Likewise.
21243         * pwd/Makefile (otherlibs): Likewise.
21244         * rt/Makefile (otherlibs): Likewise.
21245         * sunrpc/Makefile (otherlibs): Likewise.
21246         * nss/Makefile (otherlibs): Likewise.
21247         Add libnss_files to routines and static-only-routines.
21248         ($(objpfx)getent): Remove rule.
21249         * resolv/Makefile: Add libnss_dns and libresolv to routines and
21250         static-only-routines.
21251
21252 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
21253
21254         [BZ #13892]
21255         * math/s_cexp.c: Include <float.h>.
21256         (__cexp): Handle exp result overflowing not necessarily
21257         overflowing both real and imaginary parts of result.
21258         * math/s_cexpf.c: Likewise.
21259         * math/s_cexpl.c: Likewise.
21260         * math/libm-test.inc (cexp_test): Add more tests.
21261         * sysdeps/i386/fpu/libm-test-ulps: Update.
21262         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21263
21264 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
21265
21266         * include/link.h (ELFW): New macro.
21267         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
21268         Replace ELF64_R_TYPE with ELFW(R_TYPE).
21269
21270 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
21271
21272         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
21273         with uint64_t.
21274
21275 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
21276
21277         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
21278         declaration.
21279         (struct La_x32_retval): Likewise.
21280
21281 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
21282
21283         * sysdeps/x86_64/preconfigure.in: New file.
21284         * sysdeps/x86_64/preconfigure: New generated file.
21285
21286 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
21287
21288         [BZ #13824]
21289         * math/e_exp2l.c: Include <float.h>.
21290         (__ieee754_exp2l): Handle overflow and underflow cases
21291         separately.  Only pass fractional part of argument to
21292         __ieee754_expl.
21293         * math/libm-test.inc (exp2_test): Add more tests.
21294
21295         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
21296         negating x to take absolute value.
21297         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
21298         Likewise.
21299         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
21300         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
21301         Likewise.
21302         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
21303         computing low part if x was negated.
21304         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
21305
21306 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
21307
21308         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
21309         la_x32_gnu_pltexit.
21310         (pltexit): Cast int_retval to ptrdiff_t.
21311         * elf/tst-auditmod3b.c: Likewise.
21312         * elf/tst-auditmod4b.c: Likewise.
21313         * elf/tst-auditmod5b.c: Likewise.
21314         * elf/tst-auditmod6b.c: Likewise.
21315         * elf/tst-auditmod6c.c: Likewise.
21316         * elf/tst-auditmod7b.c: Likewise.
21317
21318         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
21319         and x32_gnu_pltexit.
21320
21321         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
21322         __ELF_NATIVE_CLASS.
21323         (La_x32_regs): New macro.
21324         (La_x32_retval): Likewise.
21325         (la_x32_gnu_pltenter): New function prototype.
21326         (la_x32_gnu_pltexit): Likewise.
21327
21328 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
21329
21330         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
21331         exponent.
21332
21333         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21334
21335         * configure.in (libc_cv_cc_nofma): Check for option to disable
21336         generation of FMA instructions.
21337         * configure: Regenerate.
21338         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
21339         * sysdeps/ieee754/dbl-64/Makefile: New file.
21340         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
21341         Remove brandred-fma4.
21342         (CFLAGS-brandred-fma4.c): Remove.
21343         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
21344         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
21345         define.
21346         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
21347         define.
21348
21349 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
21350
21351         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
21352         LLONG_MAX != LONG_MAX.
21353         (_itoa_word): Use _ITOA_WORD_TYPE on value.
21354         (_fitoa_word): Likewise.
21355         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
21356         LLONG_MAX != LONG_MAX.
21357         * stdio-common/_itowa.h: Include <_itoa.h>.
21358         (_itowa_word): Use _ITOA_WORD_TYPE on value.
21359         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
21360         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
21361         only if not defined.
21362         (_ITOA_WORD_TYPE): Likewise.
21363         (_itoa_word): Use _ITOA_WORD_TYPE on value.
21364         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
21365
21366 2012-03-21  David S. Miller  <davem@davemloft.net>
21367
21368         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21369
21370 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
21371
21372         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
21373         of x86_64 when setting libc_cv_slibdir, libdir and
21374         libc_cv_localedir.
21375         * sysdeps/unix/sysv/linux/configure: Regenerated.
21376
21377 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
21378
21379         * manual/lang.texi (Old Varargs): Remove section.
21380         (How Variadic): Update menu.
21381         (va_start): Do not mention varargs.h.
21382
21383 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
21384             Joseph Myers  <joseph@codesourcery.com>
21385
21386         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
21387         link test.
21388         * configure: Regenerated.
21389
21390 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
21391
21392         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
21393         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
21394         conformtest.pl
21395
21396 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
21397
21398         * NOTES: Remove.
21399         * Makefile (files-for-dist): Remove NOTES.
21400         (NOTES): Remove rule.
21401         * README: Don't refer to NOTES.
21402         * manual/creature.texi: Don't include macros.texi.
21403         * manual/intro.texi (creature.texi): Remove comment referring to
21404         NOTES.
21405
21406         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
21407         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
21408         * configure: Regenerated.
21409         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
21410         LIBC_TRY_CC_OPTION.
21411         (libc_cv_as_i686): Likewise.
21412         (libc_cv_cc_avx): Likewise.
21413         (libc_cv_cc_sse2avx): Likewise.
21414         (libc_cv_cc_fma4): Likewise.
21415         (libc_cv_cc_novzeroupper): Likewise.
21416         * sysdeps/i386/configure: Regenerated.
21417
21418         [BZ #13883]
21419         * sysdeps/i386/fpu/s_cexp.S: Remove.
21420         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
21421         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
21422         * math/libm-test.inc (cexp_test): Add more tests.
21423         * sysdeps/i386/fpu/libm-test-ulps: Update.
21424         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21425
21426 2012-03-21  Allan McRae  <allan@archlinux.org>
21427
21428         * timezone/Makefile: Do not install iso3166.tab and zone.tab
21429
21430 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
21431
21432         [BZ #13871]
21433         * math/w_exp2.c: Do not include <float.h>.
21434         (o_threshold, u_threshold): Remove.
21435         (__exp2): Calculate result before checking finiteness and calling
21436         __kernel_standard.
21437         * math/w_exp2f.c: Likewise.
21438         * math/w_exp2l.c: Likewise.
21439         * math/libm-test.inc (exp2_test): Require overflow exception for
21440         1e6 input.
21441
21442         [BZ #3866]
21443         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
21444         range of signed 64-bit integers before using fistpll.  Remove
21445         checks for whether integers fit in mantissa bits.
21446         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
21447         the range of signed 32-bit integers before using fistpl.  Remove
21448         checks for whether integers fit in mantissa bits.
21449         * sysdeps/i386/fpu/e_powl.S (p64): New object.
21450         (__ieee754_powl): Test for y outside the range of signed 64-bit
21451         integers before using fistpll.  Reduce 64-bit values to 63-bit
21452         ones as needed.
21453         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
21454         divide-by-zero is raised for zero to large negative powers.
21455         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
21456         (__ieee754_powl): Test for y outside the range of signed 64-bit
21457         integers before using fistpll.  Reduce 64-bit values to 63-bit
21458         ones as needed.
21459         * math/libm-test.inc (pow_test): Add more tests.
21460
21461 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
21462
21463         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
21464         <stdio-common/_itoa.h>.
21465         * debug/segfault.c: Likewise.
21466         * elf/dl-cache.c: Likewise.
21467         * elf/dl-minimal.c: Likewise.
21468         * elf/dl-misc.c: Likewise.
21469         * elf/dl-sysdep.c: Likewise.
21470         * elf/dl-version.c: Likewise.
21471         * elf/rtld.c: Likewise.
21472         * hurd/hurdsock.c: Likewise.
21473         * hurd/lookup-retry.c: Likewise.
21474         * malloc/malloc.c: Likewise.
21475         * malloc/mtrace.c: Likewise.
21476         * nscd/nscd_getgr_r.c: Likewise.
21477         * nscd/nscd_getpw_r.c: Likewise.
21478         * nscd/nscd_getserv_r.c: Likewise.
21479         * posix/getopt_init.c: Likewise.
21480         * posix/wordexp.c: Likewise.
21481         * stdio-common/_itoa.c: Likewise.
21482         * stdio-common/printf_fphex.c: Likewise.
21483         * stdio-common/vfprintf.c: Likewise.
21484         * string/_strerror.c: Likewise.
21485         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
21486         * sysdeps/i386/i686/hp-timing.h: Likewise.
21487         * sysdeps/mach/_strerror.c: Likewise.
21488         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
21489         * sysdeps/mach/hurd/sethostid.c: Likewise.
21490         * sysdeps/mach/hurd/xmknodat.c: Likewise.
21491         * sysdeps/mach/xpg-strerror.c: Likewise.
21492         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
21493         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
21494         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
21495         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
21496         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
21497         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
21498         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
21499         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
21500         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
21501         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
21502         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
21503         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21504         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
21505         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
21506         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
21507         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
21508         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
21509         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
21510         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
21511         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
21512         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
21513
21514         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
21515
21516         * stdio-common/_itoa.h: Moved to ...
21517         * sysdeps/generic/_itoa.h: Here.
21518
21519         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
21520
21521         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
21522         instead of "_itoa.h" and "_itowa.h".
21523         * stdio-common/vfprintf.: Likewise.
21524
21525 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
21526
21527         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
21528         <bits/wordsize.h>.
21529         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
21530         (__signbit): Likwise.
21531         (llrintf): Likwise.
21532         (llrint): Likwise.
21533
21534 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
21535
21536         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
21537         __WORDSIZE != 64.
21538
21539 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
21540
21541         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
21542         OVERFLOW_EXCEPTION_OK.
21543         * math/libm-test.inc ("Philosophy"): Update comment about
21544         exception testing.
21545         (OVERFLOW_EXCEPTION): Define.
21546         (OVERFLOW_EXCEPTION_OK): Likewise.
21547         (INVALID_EXCEPTION_OK): Renumber.
21548         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
21549         (IGNORE_ZERO_INF_SIGN): Likewise.
21550         (test_exceptions): Handle FE_OVERFLOW.
21551         (exp10_test): Expect overflow exceptions.
21552         (exp2_test): Likewise.
21553         (expm1_test): Likewise.
21554         (nextafter_test): Likewise.
21555         (pow_test): Likewise.
21556         (scalbn_test): Likewise.
21557         (scalbln_test): Likewise.
21558
21559 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
21560
21561         * sysdeps/x86_64/bits/atomic.h
21562         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
21563         64bit integer.
21564         (atomic_exchange_acq): Likewise.
21565         (__arch_exchange_and_add_body): Likewise.
21566         (__arch_add_body): Likewise.
21567         (atomic_add_negative): Likewise.
21568         (atomic_add_zero): Likewise.
21569
21570 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
21571
21572         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
21573         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
21574
21575 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
21576
21577         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
21578         Check __x86_64__ instead of __WORDSIZE.
21579
21580 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
21581
21582         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
21583
21584 2012-03-19  David S. Miller  <davem@davemloft.net>
21585
21586         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21587
21588         * sysdeps/sparc/fpu/fenv_private.h: New file.
21589         * sysdeps/sparc/fpu/math_private.h: Use it.
21590         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
21591         Remove.
21592         (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
21593         (libc_feholdexcept_setroundl): Remove.
21594         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
21595         Remove.
21596         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
21597         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
21598
21599 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
21600
21601         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
21602         int64_t instead of long int.
21603         (INSERT_WORDS64): Likwise.
21604
21605 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
21606
21607         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
21608         _Unwind_GetCFA return to _Unwind_Ptr first.
21609
21610 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
21611
21612         [BZ #13629]
21613         * math/s_clog.c: Include <float.h>.
21614         (__clog): Scale large or subnormal inputs.
21615         * math/s_clogf.c: Likewise.
21616         * math/s_clogl.c: Likewise.
21617         * math/s_clog10.c: Include <float.h>.
21618         (M_LOG10_2): Define.
21619         (__clog10): Scale large or subnormal inputs.
21620         * math/s_clog10f.c: Likewise.
21621         * math/s_clog10l.c: Likewise.
21622         * math/libm-test.inc (clog_test): Add more tests.
21623         (clog10_test): Likewise.
21624         * sysdeps/i386/fpu/libm-test-ulps: Update.
21625         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21626
21627         [BZ #11451]
21628         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
21629         x and y.
21630         * math/libm-test.inc (atan2_test): Add another test.
21631
21632         * Makerules (common-objdir-compile): Remove.
21633         * sysdeps/unix/Makefile (config-generated): Do not add
21634         $(unix-generated) to variable.
21635         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
21636         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
21637         Remove rule.
21638         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
21639         Likewise.
21640         [generic bits/local_lim.h] (before-compile): Do not append to
21641         variable.
21642         [generic bits/local_lim.h] (common-generated): Likewise.
21643         [generic sys/param.h] (before-compile): Do not append to variable.
21644         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
21645         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
21646         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
21647         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
21648         include.
21649         [generic sys/param.h] (sys/param.h-includes): Remove variable.
21650         [generic sys/param.h] (sys/param.h-includes): Remove rule.
21651         [generic sys/param.h] ($(addprefix
21652         $(common-objpfx),$(sys/param.h-includes))): Likewise.
21653         [generic sys/param.h] (common-generated): Do not append to
21654         variable.
21655         [generic sys/param.h] (sysdep_headers): Likewise.
21656         [generic bits/errno.h] (before-compile): Do not append to
21657         variable.
21658         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
21659         rule.
21660         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
21661         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
21662         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
21663         [generic bits/errno.h] (common-generated): Do not append to
21664         variable.
21665         [generic bits/ioctls.h] (before-compile): Do not append to
21666         variable.
21667         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
21668         rule.
21669         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
21670         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
21671         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
21672         rule.
21673         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
21674         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
21675         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
21676         [generic bits/ioctls.h] (common-generated): Do not append to
21677         variable.
21678         [generic sys/syscall.h] (syscall.h): Remove variable.
21679         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
21680         rule.
21681         [generic sys/syscall.h] (before-compile): Do not append to
21682         variable.
21683         [generic sys/syscall.h] (common-generated): Likewise.
21684         * sysdeps/unix/errnos-tmpl.c: Remove file.
21685         * sysdeps/unix/errnos.awk: Likewise.
21686         * sysdeps/unix/ioctls-tmpl.c: Likewise.
21687         * sysdeps/unix/ioctls.awk: Likewise.
21688         * sysdeps/unix/mk-local_lim.c: Likewise.
21689         * sysdeps/unix/snarf-ioctls: Likewise.
21690
21691 2012-03-19  Richard Henderson  <rth@twiddle.net>
21692
21693         * sysdeps/i386/fpu/fenv_private.h: New file.
21694         * sysdeps/i386/fpu/math_private.h: Use it.
21695         (math_opt_barrier, math_force_eval): Remove.
21696         (libc_feholdexcept_setround_53bit): Remove.
21697         (libc_feupdateenv_53bit): Remove.
21698         * sysdeps/x86_64/fpu/math_private.h: Likewise.
21699         (math_opt_barrier, math_force_eval): Remove.
21700         (libc_feholdexcept): Remove.
21701         (libc_feholdexcept_setround): Remove.
21702         (libc_fetestexcept, libc_fesetenv): Remove.
21703         (libc_feupdateenv_test): Remove.
21704         (libc_feupdateenv, libc_feholdsetround): Remove.
21705         (libc_feresetround): Remove.
21706
21707         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
21708         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
21709
21710         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
21711         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
21712         (libc_feupdateenv_testl): New.
21713         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
21714         (libc_feupdateenv_testf): New.
21715         (libc_feupdateenv): Use libc_feupdateenv_test.
21716         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
21717         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
21718
21719         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
21720         (libc_feholdsetroundf, libc_feholdsetroundl): New.
21721         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
21722         (libc_feresetround_noex): New.
21723         (libc_feresetround_noexf): New.
21724         (libc_feresetround_noexl): New.
21725         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
21726         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
21727         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
21728         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
21729         SET_RESTORE_ROUND.
21730         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
21731         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
21732         (__cos): Likewise.
21733         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
21734         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
21735         SET_RESTORE_ROUND_NOEX.
21736         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
21737         SET_RESTORE_ROUND_NOEXF.
21738         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
21739         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
21740         (libc_feholdsetroundf): New.
21741         (libc_feresetround, libc_feresetroundf): New.
21742
21743         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
21744         (libc_feholdexcept_setround_53bit): Convert from macro to function.
21745         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
21746
21747         * sysdeps/generic/math_private.h: Include <fenv.h>.
21748         (default_libc_feholdexcept): New.
21749         (default_libc_feholdexcept_setround): New.
21750         (default_libc_fesetenv, default_libc_feupdateenv): New.
21751         (libc_feholdexcept): Only define if undefined.
21752         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
21753         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
21754         (libc_feholdexcept_setroundl): Likewise.
21755         (libc_feholdexcept_setround_53bit): Likewise.
21756         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
21757         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
21758         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
21759         (libc_feupdateenv_53bit): Likewise.
21760         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
21761         (libc_feholdexcept): Convert from macro to inline function.
21762         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
21763         (libc_fesetenv, libc_feupdateenv): Likewise.
21764
21765         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
21766         not previously defined.
21767         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
21768         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
21769         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
21770         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
21771         * sysdeps/ieee754/flt-32/math_private.h: New file.
21772         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
21773         math_private.h below SET_FLOAT_WORD.
21774         (__isnan, __isinf_ns, __finite): Remove.
21775         (__isnanf, __isinf_nsf, __finitef): Remove.
21776
21777 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
21778
21779         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21780
21781 2012-03-17  David S. Miller  <davem@davemloft.net>
21782
21783         [BZ #6471]
21784         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
21785         for 2.16.
21786
21787 2012-03-16  David S. Miller  <davem@davemloft.net>
21788
21789         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
21790         warnings.
21791
21792         [BZ #6471]
21793         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
21794         properly.
21795         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
21796         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
21797         sysdep_routines when subdir is sysvipc.
21798         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
21799         __getshmlba helper.
21800
21801         * sysdeps/sparc/fpu/libm-test/ulps: Update.
21802
21803 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
21804
21805         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
21806         [__LP64__].
21807
21808 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
21809
21810         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
21811         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
21812         (__lround): Renamed to ...
21813         (__llround): This.  Replace long int with long long int.
21814         Define lround functions as aliases of llround functions.
21815         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
21816
21817 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
21818
21819         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
21820         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
21821         adresses to uintptr_t.  Replace "long int" and "unsigned long
21822         int" with "greg_t" on va_arg.
21823
21824 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
21825
21826         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
21827         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
21828
21829         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
21830         Move e_machine check before EI_CLASS check.  Handle x32
21831         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
21832         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
21833         SKIP_EM_IA_64 and include
21834         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
21835
21836         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
21837         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
21838         (add_system_dir): New macro.
21839
21840         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
21841         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
21842
21843 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
21844
21845         [BZ #2551]
21846         [BZ #2552]
21847         [BZ #2553]
21848         [BZ #2554]
21849         [BZ #2562]
21850         [BZ #2563]
21851         [BZ #2565]
21852         [BZ #2566]
21853         [BZ #2576]
21854         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
21855         (y0): Likewise.
21856         * math/w_j0f.c (j0f): Likewise.
21857         (y0f): Likewise.
21858         * math/w_j0l.c (__j0l): Likewise.
21859         (__y0l): Likewise.
21860         * math/w_j1.c (j1): Likewise.
21861         (y1): Likewise.
21862         * math/w_j1f.c (j1f): Likewise.
21863         (y1f): Likewise.
21864         * math/w_j1l.c (__j1l): Likewise.
21865         (__y1l): Likewise.
21866         * math/w_jn.c (jn): Likewise.
21867         (yn): Likewise.
21868         * math/w_jnf.c (jnf): Likewise.
21869         (ynf): Likewise.
21870         * math/w_jnl.c (__jnl): Likewise.
21871         (__ynl): Likewise.
21872         * math/libm-test.inc (j0_test): Add more tests.
21873         (j1_test): Likewise.
21874         (jn_test): Likewise.  Add trailing semicolon to existing test.
21875         (y0_test): Likewise.
21876         (y1_test): Likewise.
21877         * sysdeps/i386/fpu/libm-test-ulps: Update.
21878         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21879
21880         [BZ #13851]
21881         [BZ #13854]
21882         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
21883         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
21884         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
21885         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
21886         (__tanl): Set errno for infinite argument.
21887         * sysdeps/i386/fpu/mptan.c: Remove.
21888         * sysdeps/i386/fpu/s_tan.S: Likewise.
21889         * sysdeps/i386/fpu/s_tanl.S: Likewise.
21890         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
21891         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
21892         * math/libm-test.inc (tan_test): Add more tests and enable more
21893         tests for double and long double.
21894         * sysdeps/i386/fpu/libm-test-ulps: Update.
21895         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21896
21897 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
21898
21899         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
21900         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
21901
21902 2012-03-16  Roland McGrath  <roland@hack.frob.com>
21903
21904         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
21905         * configure.in: Use it for both main tree and add-ons.
21906         * configure: Regenerated.
21907
21908 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
21909
21910         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
21911
21912 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
21913
21914         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
21915         in comment.
21916
21917         [BZ #13851]
21918         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
21919         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
21920         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
21921         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
21922         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
21923         infinite argument.
21924         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
21925         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
21926         != 0 for prec == 2.
21927         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
21928         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
21929         * sysdeps/i386/fpu/s_cosl.S: Likewise.
21930         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
21931         * sysdeps/i386/fpu/s_sinl.S: Likewise.
21932         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
21933         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
21934         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
21935         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
21936         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
21937         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
21938         * math/libm-test.inc (cos_test): Add more tests and enable more
21939         tests for long double.
21940         (sin_test): Likewise.
21941         (sincos_test): Likewise.
21942         * sysdeps/i386/fpu/libm-test-ulps: Update.
21943         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21944
21945 2012-03-16  David S. Miller  <davem@davemloft.net>
21946
21947         * sysdeps/sparc/fpu/math_private.h: New file.
21948
21949 2012-03-15  David S. Miller  <davem@davemloft.net>
21950
21951         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
21952         file.
21953         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
21954         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
21955         file.
21956         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
21957         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
21958         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
21959         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
21960         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
21961         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
21962         sysdep routines.
21963         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
21964
21965         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
21966         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
21967
21968         * sysdeps/sparc/sparc-ifunc.h: New file.
21969         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
21970         sparc-ifunc.h
21971         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
21972         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
21973         Likewise.
21974         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
21975         Likewise.
21976         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
21977         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
21978         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
21979         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
21980         Likewise.
21981         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
21982         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
21983         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
21984         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
21985         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
21986         Likewise.
21987         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
21988         Likewise.
21989         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
21990         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
21991         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
21992         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
21993         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
21994         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
21995         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
21996         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
21997         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
21998         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
21999         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
22000         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
22001         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
22002         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
22003         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
22004         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
22005         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
22006         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
22007         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
22008         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
22009         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
22010         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
22011         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
22012         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
22013
22014 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
22015
22016         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
22017         scaling.
22018         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22019
22020 2012-03-15  Andreas Jaeger  <aj@suse.de>
22021
22022         [BZ #13852]
22023         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
22024         ieee754/flt-32 implementation for sin, cos and sincos.
22025         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
22026         * sysdeps/i386/fpu/s_cosf.S: Likewise.
22027         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
22028         * sysdeps/i386/fpu/s_sinf.S: Likewise.
22029         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
22030         ieee754/flt-32 implementation for tan.
22031
22032         * math/libm-test.inc (cos_test): Enable some large input tests for
22033         float as well
22034         (sin_test): Likewise.
22035         (sincos_test): Likewise.
22036         (tan_test): Add tests for large input.
22037
22038         * sysdeps/i386/fpu/libm-test-ulps: Update.
22039
22040 2012-03-15  Andreas Jaeger  <aj@suse.de>
22041
22042         [BZ #13658]
22043         * math/libm-test.inc (cos_test): Add more test cases.
22044         (sin_test): Likewise.
22045         (sincos_test): Likewise.
22046
22047 2012-03-15  Andreas Jaeger  <aj@suse.de>
22048
22049         [BZ #13837]
22050         * math/libm-test.inc (cos_test): Add a test case for large input
22051         value.
22052         (sin_test): Likewise.
22053         (sincos_test): Likewise.
22054
22055 2012-03-15  Andreas Jaeger  <aj@suse.de>,
22056         Joseph Myers  <joseph@codesourcery.com>
22057
22058         [BZ #13658]
22059         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
22060         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
22061         * sysdeps/i386/fpu/branred.c: Likewise.
22062         * sysdeps/i386/fpu/dosincos.c: Likewise.
22063         * sysdeps/i386/fpu/mpa.c: Likewise.
22064         * sysdeps/i386/fpu/s_cos.S: Likewise.
22065         * sysdeps/i386/fpu/s_sin.S: Likewise.
22066         * sysdeps/i386/fpu/s_sincos.S: Likewise.
22067         * sysdeps/i386/fpu/sincos32.c: Likewise.
22068
22069         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
22070         Define.
22071         (libc_feupdateenv_53bit): Define.
22072         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
22073         Define.
22074         (libc_feupdateenv_53bit): Define.
22075
22076         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
22077         53 bit (without extend i386 double precision).
22078
22079         * math/libm-test.inc (sincos_test): Add tests for large input.
22080         (sin): Likewise.
22081         (cos): Likewise.
22082
22083         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
22084
22085 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
22086
22087         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22088
22089 2012-03-15  David S. Miller  <davem@davemloft.net>
22090
22091         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
22092         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
22093         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
22094         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
22095         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
22096         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
22097         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
22098         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
22099         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
22100         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
22101         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
22102         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
22103         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
22104         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
22105         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
22106         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
22107         file.
22108         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
22109         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
22110         file.
22111         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
22112         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
22113         file.
22114         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
22115         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
22116         file.
22117         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
22118         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
22119         fmin/fmax sysdep routines.
22120         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
22121
22122 2012-03-14  David S. Miller  <davem@davemloft.net>
22123
22124         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
22125         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
22126         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
22127         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
22128         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
22129         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
22130         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
22131         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
22132         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
22133         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
22134         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
22135         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
22136         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
22137         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
22138         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
22139         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
22140         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
22141         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
22142         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
22143         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
22144         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
22145         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
22146         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
22147         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
22148         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
22149         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
22150         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
22151         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
22152         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
22153         routines.
22154         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
22155         file.
22156         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
22157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
22158         file.
22159         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
22160         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
22161         file.
22162         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
22163         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
22164         file.
22165         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
22166         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
22167         file.
22168         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
22169         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
22170         file.
22171         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
22172         file.
22173         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
22174         file.
22175         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
22176         file.
22177         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
22178         New file.
22179         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
22180         file.
22181         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
22182         file.
22183         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
22184         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
22185         file.
22186         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
22187         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
22188         file.
22189         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
22190         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
22191         file.
22192         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
22193         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
22194         VIS3 routines.
22195
22196         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
22197         New file.
22198
22199         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22200
22201         * sysdeps/sparc/configure.in: New file.
22202         * sysdeps/sparc/configure: Generate.
22203         * configure.in (libc_cv_sparc_as_vis3): Substitute.
22204         * configure: Regenerate.
22205         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
22206         * config.make.in (have-as-vis3): New.
22207         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
22208         available use -Av9d instead of -Av9a.
22209         * sysdeps/sparc/sparc64/Makefile: Likewise.
22210         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
22211         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
22212         New file.
22213         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
22214         file.
22215         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
22216         New file.
22217         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
22218         file.
22219         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
22220         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
22221         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
22222         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
22223         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
22224
22225         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
22226         fzeros/fnegs to load 0x80000000 into a float register instead of
22227         using the stack.
22228         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
22229
22230 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
22231
22232         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
22233         bits/syscall.h.
22234         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
22235         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
22236         ($(inst_includedir)/bits/syscall.h): Remove rule.
22237         ($(objpfx)bits/syscall.d): Include instead of
22238         $(objpfx)syscall-list.d.
22239         (generated): Change syscall-list.h and syscall-list.d to
22240         bits/syscall.h and bits/syscall.d.
22241
22242 2012-03-14  Roland McGrath  <roland@hack.frob.com>
22243
22244         [BZ #13846]
22245         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
22246
22247 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
22248
22249         [BZ #13841]
22250         * math/s_csqrt.c: Include <float.h>.
22251         (__csqrt): Scale large or subnormal inputs.
22252         * math/s_csqrtf.c: Likewise.
22253         * math/s_csqrtl.c: Likewise.
22254         * math/libm-test.inc (csqrt_test): Add more tests.
22255         * sysdeps/i386/fpu/libm-test-ulps: Update.
22256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22257
22258         [BZ #13840]
22259         * math/libm-test.inc (hypot_test): Add more tests.
22260
22261 2012-03-13  David S. Miller  <davem@davemloft.net>
22262
22263         [BZ #13840]
22264         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
22265         double-precision for the calculation instead of scaling.
22266
22267 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
22268
22269         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
22270         manipulate bits before adding and subtracting TWO52[sx].
22271         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
22272         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
22273         Likewise.
22274         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
22275
22276 2012-03-13  David S. Miller  <davem@davemloft.net>
22277
22278         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
22279         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
22280         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
22281         rtld-global-offsets.h
22282         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
22283
22284         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
22285         large parameters.
22286
22287         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
22288
22289         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
22290         'err' in the ifdef scope in which it is actually used.
22291
22292         * nss/nss_db/db-init.c: Include string.h
22293
22294 2012-03-12  David S. Miller  <davem@davemloft.net>
22295
22296         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
22297         masking out of the most significant byte of random value used.
22298         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
22299         Fix coding style in previous change.
22300
22301         * sysdeps/unix/sysv/linux/kernel-features.h
22302         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
22303         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
22304         expression.
22305         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
22306         later.
22307
22308 2012-03-11  David S. Miller  <davem@davemloft.net>
22309
22310         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
22311         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
22312         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
22313         for 'resultvar' otherwise things get truncated on 64-bit.
22314
22315         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
22316         Fix masking out of the most significant byte of random value used.
22317
22318         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22319
22320 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
22321
22322         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22323
22324 2012-03-09  David S. Miller  <davem@davemloft.net>
22325
22326         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
22327         variables with appropriate CPP guards.
22328         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
22329         frame pointer, not the stack pointer.  Correct layout comments.  Fix test
22330         on resulting framesize and the management of the outregs buffer for pltexit.
22331         Preserve floating point return values across _dl_call_pltexit call.
22332         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
22333         framesize and the management of the outregs buffer for pltexit.
22334         Preserve floating point return values across _dl_call_pltexit
22335         call.
22336         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
22337         la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
22338         (print_exit): Fix format string for return register value.
22339
22340 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
22341
22342         * sunrpc/Makefile (others): Add rpcgen.
22343         ($(objpfx)rpcgen): Remove special build rule and dependency on
22344         libc.
22345         * sunrpc/rpcgen.c: New file.
22346
22347 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
22348
22349         [BZ #13673]
22350         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
22351         * stdio-common/bug-vfprintf-nargs.c: Likewise.
22352         * sysdeps/i386/crti.S: Likewise.
22353         * sysdeps/i386/crtn.S: Likewise.
22354         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
22355         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
22356         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
22357         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
22358         * sysdeps/sh/crti.S: Likewise.
22359         * sysdeps/sh/crtn.S: Likewise.
22360         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
22361
22362         [BZ #13673]
22363         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
22364         with URL.
22365         * locale/programs/locfile-kw.gperf: Likewise.
22366         * locale/programs/charmap-kw.h: Regenerated.
22367         * locale/programs/locfile-kw.h: Likewise.
22368
22369         [BZ #13673]
22370         * intl/plural.y: Replace FSF snail mail address with URL.
22371         * intl/plural.c: Regenerated.
22372
22373 2012-03-09  Richard Henderson  <rth@twiddle.net>
22374
22375         * include/math_private.h: Remove file.
22376         * math/math_private.h: Move file ...
22377         * sysdeps/generic/math_private.h: ... here.
22378
22379         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
22380         * sysdeps/powerpc/fpu/math_private.h: Likewise.
22381         * sysdeps/x86_64/fpu/math_private.h: Likewise.
22382
22383         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
22384         and <math_private.h>.
22385         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
22386         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
22387         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
22388         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
22389         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
22390         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
22391         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
22392         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
22393         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
22394         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
22395         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
22396         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
22397         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
22398         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
22399         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
22400         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
22401         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
22402         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
22403         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
22404         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
22405         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
22406         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
22407         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
22408         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
22409         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
22410         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
22411         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
22412         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
22413         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
22414         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22415         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
22416         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
22417         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
22418         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
22419         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
22420         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
22421         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
22422         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
22423         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
22424         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
22425         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
22426         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
22427         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
22428         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
22429         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
22430         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
22431         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
22432         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
22433         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
22434         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
22435         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
22436         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
22437         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
22438         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
22439         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
22440         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
22441         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
22442         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
22443         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
22444         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
22445         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
22446         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
22447         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
22448         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
22449         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
22450         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
22451         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
22452         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
22453         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
22454         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
22455         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
22456         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
22457         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
22458         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
22459         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
22460         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
22461         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
22462         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
22463         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
22464         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
22465         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
22466         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
22467         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
22468         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
22469         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
22470         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
22471         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
22472         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
22473         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
22474         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
22475         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
22476         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
22477         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
22478         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
22479         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
22480         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
22481         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
22482         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
22483         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
22484         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
22485         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
22486         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
22487         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
22488         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
22489         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
22490         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
22491         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
22492         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
22493         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
22494         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22495         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
22496         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
22497         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
22498         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
22499         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
22500         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
22501         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
22502         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
22503         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
22504         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
22505         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
22506         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
22507         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
22508         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
22509         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
22510         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
22511         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
22512         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
22513         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
22514         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
22515         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
22516         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
22517         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
22518         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
22519         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
22520         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
22521         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
22522         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
22523         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
22524         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
22525         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
22526         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
22527         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
22528         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
22529         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
22530         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
22531         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
22532         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
22533         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
22534         * sysdeps/ieee754/k_standard.c: Likewise.
22535         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
22536         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
22537         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
22538         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
22539         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
22540         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
22541         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
22542         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
22543         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
22544         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
22545         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
22546         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
22547         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
22548         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
22549         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
22550         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
22551         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
22552         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
22553         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
22554         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
22555         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
22556         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
22557         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
22558         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
22559         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
22560         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
22561         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
22562         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
22563         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
22564         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
22565         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
22566         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
22567         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
22568         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
22569         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
22570         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
22571         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
22572         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
22573         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
22574         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
22575         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
22576         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
22577         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
22578         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
22579         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
22580         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
22581         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
22582         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
22583         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
22584         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
22585         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
22586         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
22587         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
22588         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
22589         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
22590         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
22591         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
22592         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
22593         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
22594         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
22595         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
22596         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
22597         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
22598         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
22599         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
22600         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
22601         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
22602         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
22603         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
22604         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
22605         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
22606         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
22607         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
22608         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
22609         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
22610         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
22611         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
22612         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
22613         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
22614         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
22615         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
22616         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
22617         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
22618         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
22619         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
22620         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
22621         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
22622         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
22623         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
22624         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
22625         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
22626         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
22627         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
22628         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
22629         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
22630         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
22631         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
22632         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
22633         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
22634         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
22635         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
22636         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
22637         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
22638         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
22639         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
22640         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
22641         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
22642         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
22643         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
22644         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
22645         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
22646         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
22647         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
22648         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
22649         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
22650         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
22651         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
22652         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
22653         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
22654         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
22655         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
22656         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
22657         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
22658         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
22659         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
22660         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
22661         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
22662         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
22663         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
22664         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
22665         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
22666         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
22667         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
22668         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
22669         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
22670         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
22671         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
22672         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
22673         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
22674         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
22675         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
22676         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
22677         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
22678         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
22679         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
22680         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
22681         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
22682         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
22683         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
22684         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
22685         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
22686         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
22687         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
22688         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
22689         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
22690         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
22691         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
22692         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
22693         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
22694         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
22695         * sysdeps/ieee754/s_lib_version.c: Likewise.
22696         * sysdeps/ieee754/s_matherr.c: Likewise.
22697         * sysdeps/ieee754/s_signgam.c: Likewise.
22698         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
22699         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
22700         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
22701         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
22702         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
22703         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
22704         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
22705         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
22706         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
22707         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
22708         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
22709         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
22710         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
22711         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
22712         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
22713         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
22714         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
22715         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
22716         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
22717         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
22718         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
22719
22720 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
22721
22722         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
22723         * sunrpc/rpc_main.c: Likewise.
22724         * sunrpc/rpc_svcout.c: Likewise.
22725
22726 2012-03-09  David S. Miller  <davem@davemloft.net>
22727
22728         * include/math_private.h: New file.
22729
22730 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
22731
22732         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
22733         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
22734         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
22735         from <bits/socket_type.h>.
22736         (enum __socket_type): Don't define here.
22737         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
22738         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
22739         bits/socket_type.h.
22740
22741         [BZ #13566]
22742         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
22743         checking __USE_GNU.
22744
22745         * Makerules ($(inst_includedir)/%.h): New rule.
22746         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
22747         (install-others): Remove variable setting.
22748         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
22749
22750 2012-03-08  Richard Henderson  <rth@twiddle.net>
22751
22752         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
22753         from macro to inline function; merge with the
22754         !__LIBC_INTERNAL_MATH_INLINES version.
22755         (__ieee754_sqrtf): Likewise.
22756
22757         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
22758         to inline function.
22759         (__rintf, __floor, __floorf): Likewise.
22760
22761         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
22762         macro to inline function.
22763         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
22764
22765         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
22766         not <math/math_private.h>.
22767
22768 2012-03-08  David S. Miller  <davem@davemloft.net>
22769
22770         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
22771         copyright year.
22772         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
22773
22774 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
22775
22776         * resolv/gai_misc.c (handle_requests): Fix struct timespec
22777         normalization.
22778         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
22779         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
22780
22781 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
22782
22783         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
22784         be defined individually, they must be defined as a block.  Define
22785         S for printing a string instead of hidint the different by using a
22786         macro for adding the 'l'.
22787         * stdio-common/tst-fphex-wide.c: Adjust.
22788
22789 2012-03-07  Marek Polacek  <polacek@redhat.com>
22790
22791         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
22792
22793 2012-03-08  Marek Polacek  <polacek@redhat.com>
22794
22795         [BZ #13806]
22796         * stdio-common/Makefile (tests): Add tst-fphex-wide.
22797         * stdio-common/tst-fphex.c: Define a few macros to make the
22798         test reusable.  Use them.
22799         * stdio-common/tst-fphex-wide.c: New file.
22800
22801 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
22802
22803         [BZ #6911]
22804         * manual/macros.texi (gnusystems): New macro.
22805         (nongnusystems): Likewise.
22806         (gnulinuxhurdsystems): Likewise.
22807         (gnuhurdsystems): Likewise..
22808         (gnulinuxsystems): Likewise.
22809         * manual/charset.texi: Use new macros or @theglibc{} to refer to
22810         variants of the GNU system, not "GNU system".
22811         * manual/conf.texi: Likewise.
22812         * manual/errno.texi: Likewise.  Update example of errno macro
22813         expansion.
22814         * manual/filesys.texi: Likewise.
22815         (getumask): Document as specific to GNU/Hurd.
22816         * manual/install.texi: Likewise.  Reword some references to
22817         GNU/Linux.
22818         * manual/intro.texi: Likewise.
22819         * manual/io.texi: Likewise.
22820         (File Name Portability): Detail which constraints are inapplicable
22821         to all GNU systems and which are only inapplicable to GNU/Hurd.
22822         * manual/job.texi: Likewise.
22823         * manual/llio.texi: Likewise.
22824         (O_NOCTTY): Document as present on GNU/Linux.
22825         * manual/maint.texi: Likewise.
22826         * manual/memory.texi: Likewise.
22827         * manual/pattern.texi: Likewise.
22828         * manual/pipe.texi: Likewise.
22829         * manual/process.texi: Likewise.
22830         * manual/resource.texi: Likewise.
22831         (RUSAGE_CHILDREN): Remove statement about specifying a particular
22832         child on GNU/Hurd.
22833         * manual/setjmp.texi: Likewise.
22834         * manual/signal.texi: Likewise.
22835         * manual/startup.texi: Likewise.
22836         * manual/stdio.texi: Likewise.
22837         * manual/terminal.texi: Likewise.
22838         (ONLCR): Document as POSIX.
22839         (OXTABS): Document availability on GNU/Linux as XTABS.
22840         (ONOEOT): Document availability separately from other bits.
22841         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
22842         * manual/time.texi: Likewise.
22843         * manual/users.texi: Likewise.
22844         * INSTALL: Regenerated.
22845         * sysdeps/gnu/errlist.c: Regenerated.
22846
22847         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
22848         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
22849         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
22850         puts.
22851         * configure: Regenerated.
22852
22853 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
22854
22855         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
22856         default includes instead of AC_HEADER_CHECK.
22857         * sysdeps/i386/configure: Regenerated.
22858
22859         [BZ #10716]
22860         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
22861         * math/s_cacoshf.c (__cacoshf): Likewise.
22862         * math/s_cacoshl.c (__cacoshl): Likewise.
22863         * math/s_casinh.c (__casinh): Set signs of result from argument.
22864         * math/s_casinhf.c (__casinhf): Likewise.
22865         * math/s_casinhl.c (__casinhl): Likewise.
22866         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
22867         (casinh_test): Add more tests.
22868         * sysdeps/i386/fpu/libm-test-ulps: Update.
22869         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22870
22871 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
22872
22873         * po/zh_TW.po: Update from translation team.
22874
22875         * login/Makefile (distribute): Remove variable.
22876         * catgets/Makefile: Likewise.
22877         * mach/Makefile: Likewise.
22878         * malloc/Makefile: Likewise.
22879         * misc/Makefile: Likewise.
22880         * iconv/Makefile: Likewise.
22881         * nscd/Makefile: Likewise.
22882         * hurd/Makefile: Likewise.
22883         * manual/Makefile: Likewise.
22884         * locale/Makefile: Likewise.
22885         * intl/Makefile: Likewise.
22886         * conform/Makefile: Likewise.
22887         * nss/Makefile: Likewise.
22888         * time/Makefile: Likewise.
22889         * soft-fp/Makefile: Likewise.
22890         * dirent/Makefile: Likewise.
22891         * gmon/Makefile: Likewise.
22892         * po/Makefile: Likewise.
22893         * rt/Makefile: Likewise.
22894         * socket/Makefile: Likewise.
22895         * math/Makefile: Likewise.
22896         * signal/Makefile: Likewise.
22897         * debug/Makefile: Likewise.
22898         * elf/Makefile: Likewise.
22899         * timezone/Makefile: Likewise.
22900         * stdlib/Makefile: Likewise.
22901         * iconvdata/Makefile: Likewise.
22902         * sunrpc/Makefile: Likewise.
22903         * io/Makefile: Likewise.
22904         * argp/Makefile: Likewise.
22905         * inet/Makefile: Likewise.
22906         * hesiod/Makefile: Likewise.
22907         * grp/Makefile: Likewise.
22908         * csu/Makefile: Likewise.
22909         * wctype/Makefile: Likewise.
22910         * crypt/Makefile: Likewise.
22911         * libio/Makefile: Likewise.
22912         * string/Makefile: Likewise.
22913         * nis/Makefile: Likewise.
22914         * resolv/Makefile: Likewise.
22915         * stdio-common/Makefile: Likewise.
22916         * wcsmbs/Makefile: Likewise.
22917         * dlfcn/Makefile: Likewise.
22918         * posix/Makefile: Likewise.
22919
22920         [BZ #6959]
22921         * timezone/Makefile: Don't install timezone files, just the programs
22922         and scripts.
22923
22924 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
22925
22926         * nss/databases.def: Add missing gshadow entry.
22927
22928         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
22929
22930 2012-03-06  Marek Polacek  <polacek@redhat.com>
22931
22932         [BZ #13726]
22933         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
22934         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
22935         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
22936         * stdio-common/tst-long-dbl-fphex.c: New file.
22937
22938 2012-03-06  David S. Miller  <davem@davemloft.net>
22939
22940         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
22941         (set_obp_int): New function.
22942         (get_obp_int): New function.
22943         (__get_clockfreq_via_dev_openprom): Likewise.
22944         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
22945         Avoid unused variable warnings on 'val' and use builtin_expect.
22946         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
22947         __builtin_expect.
22948         (INLINE_CLONE_SYSCALL): Likewise.
22949
22950 2012-03-05  David S. Miller  <davem@davemloft.net>
22951
22952         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22953
22954 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
22955
22956         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22957
22958         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
22959         only for |x| >= 40.
22960         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
22961
22962 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
22963
22964         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
22965         Replace gettimeofday with __vdso_gettimeofday.
22966
22967         * sysdeps/unix/sysv/linux/x86_64/init-first.c
22968         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
22969         __vdso_clock_gettime and __vdso_getcpu.
22970
22971         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
22972         time with __vdso_time.
22973
22974 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
22975
22976         * manual/lang.texi (size_t): Note types to which size_t may be
22977         equivalent with the GNU C Library, but do not describe when
22978         differences between them are significant.
22979
22980 2012-03-05  Andreas Jaeger  <aj@suse.de>
22981
22982         * sysdeps/i386/fpu/libm-test-ulps: Update.
22983
22984 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
22985
22986         [BZ #3976]
22987         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
22988         (__ieee754_pow): Save and restore rounding mode and use
22989         round-to-nearest for main computations.
22990         * math/libm-test.inc (pow_test_tonearest): New function.
22991         (pow_test_towardzero): Likewise.
22992         (pow_test_downward): Likewise.
22993         (pow_test_upward): Likewise.
22994         (main): Call the new functions.
22995         * sysdeps/i386/fpu/libm-test-ulps: Update.
22996         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22997
22998         [BZ #3976]
22999         * math/libm-test.inc (cosh_test_tonearest): New function.
23000         (cosh_test_towardzero): Likewise.
23001         (cosh_test_downward): Likewise.
23002         (cosh_test_upward): Likewise.
23003         (sinh_test_tonearest): Likewise.
23004         (sinh_test_towardzero): Likewise.
23005         (sinh_test_downward): Likewise.
23006         (sinh_test_upward): Likewise.
23007         (main): Call the new functions.
23008         * sysdeps/i386/fpu/libm-test-ulps: Update.
23009         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23010
23011 2012-03-05  Tom de Vries  <tom@codesourcery.com>
23012
23013         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
23014         default stack guard is set in last bytes.
23015         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
23016
23017 2012-03-05  Kees Cook  <keescook@chromium.org>
23018
23019         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
23020
23021         [BZ #13656]
23022         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
23023         possibly allocate from heap instead of stack.
23024         * stdio-common/bug-vfprintf-nargs.c: New file.
23025         * stdio-common/Makefile (tests): Add nargs overflow test.
23026
23027 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
23028
23029         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23030
23031 2012-03-03  Marek Polacek  <polacek@redhat.com>
23032
23033         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
23034         * math/math_private.h: Likewise.
23035         * stdlib/tst-strtod.c: Likewise.
23036         * sysdeps/i386/i486/bits/atomic.h: Likewise.
23037         * sysdeps/x86_64/bits/atomic.h: Likewise.
23038
23039 2012-03-02  David S. Miller  <davem@davemloft.net>
23040
23041         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
23042         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
23043         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
23044         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
23045         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
23046         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
23047         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
23048         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
23049
23050 2012-03-02  Roland McGrath  <roland@hack.frob.com>
23051
23052         [BZ #13792]
23053         * manual/examples/README: New file, says the example source files
23054         can be used under GPL>=2.
23055         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
23056         line containing just "*/".
23057         * manual/examples/add.c: Add copyright header (GPL>=2).
23058         * manual/examples/argp-ex1.c: Likewise.
23059         * manual/examples/argp-ex2.c: Likewise.
23060         * manual/examples/argp-ex3.c: Likewise.
23061         * manual/examples/argp-ex4.c: Likewise.
23062         * manual/examples/atexit.c: Likewise.
23063         * manual/examples/db.c: Likewise.
23064         * manual/examples/dir.c: Likewise.
23065         * manual/examples/dir2.c: Likewise.
23066         * manual/examples/execinfo.c: Likewise.
23067         * manual/examples/filecli.c: Likewise.
23068         * manual/examples/filesrv.c: Likewise.
23069         * manual/examples/fmtmsgexpl.c: Likewise.
23070         * manual/examples/genpass.c: Likewise.
23071         * manual/examples/inetcli.c: Likewise.
23072         * manual/examples/inetsrv.c: Likewise.
23073         * manual/examples/isockad.c: Likewise.
23074         * manual/examples/longopt.c: Likewise.
23075         * manual/examples/memopen.c: Likewise.
23076         * manual/examples/memstrm.c: Likewise.
23077         * manual/examples/mkfsock.c: Likewise.
23078         * manual/examples/mkisock.c: Likewise.
23079         * manual/examples/mygetpass.c: Likewise.
23080         * manual/examples/pipe.c: Likewise.
23081         * manual/examples/popen.c: Likewise.
23082         * manual/examples/rprintf.c: Likewise.
23083         * manual/examples/search.c: Likewise.
23084         * manual/examples/select.c: Likewise.
23085         * manual/examples/setjmp.c: Likewise.
23086         * manual/examples/sigh1.c: Likewise.
23087         * manual/examples/sigusr.c: Likewise.
23088         * manual/examples/stpcpy.c: Likewise.
23089         * manual/examples/strdupa.c: Likewise.
23090         * manual/examples/strftim.c: Likewise.
23091         * manual/examples/strncat.c: Likewise.
23092         * manual/examples/subopt.c: Likewise.
23093         * manual/examples/swapcontext.c: Likewise.
23094         * manual/examples/termios.c: Likewise.
23095         * manual/examples/testopt.c: Likewise.
23096         * manual/examples/testpass.c: Likewise.
23097         * manual/examples/timeval_subtract.c: Likewise.
23098
23099         [BZ #13792]
23100         * manual/time.texi (Elapsed Time): Move timeval_subtract example
23101         function to ...
23102         * manual/timeval_subtract.c.texi: ... here, new file.
23103
23104 2012-03-02  David S. Miller  <davem@davemloft.net>
23105
23106         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
23107
23108 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
23109
23110         [BZ #3976]
23111         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
23112         (__sin): Save and restore rounding mode and use round-to-nearest
23113         for all computations.
23114         (__cos): Save and restore rounding mode and use round-to-nearest
23115         for all computations.
23116         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
23117         <fenv.h>.
23118         (tan): Save and restore rounding mode and use round-to-nearest for
23119         all computations.
23120         * math/libm-test.inc (cos_test_tonearest): New function.
23121         (cos_test_towardzero): Likewise.
23122         (cos_test_downward): Likewise.
23123         (cos_test_upward): Likewise.
23124         (sin_test_tonearest): Likewise.
23125         (sin_test_towardzero): Likewise.
23126         (sin_test_downward): Likewise.
23127         (sin_test_upward): Likewise.
23128         (tan_test_tonearest): Likewise.
23129         (tan_test_towardzero): Likewise.
23130         (tan_test_downward): Likewise.
23131         (tan_test_upward): Likewise.
23132         (main): Call the new functions.
23133         * sysdeps/i386/fpu/libm-test-ulps: Update.
23134         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23135
23136         [BZ #10135]
23137         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
23138         small n, then large n, before computing and testing k+n.
23139         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
23140         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
23141         Likewise.
23142         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
23143         Likewise.
23144         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
23145         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
23146         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
23147         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
23148         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
23149         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
23150         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
23151         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
23152         * math/libm-test.inc (scalbn_test): Add more tests.
23153         (scalbln_test): Likewise.
23154
23155         * manual/filesys.texi (mode_t): Describe constraints on size and
23156         signedness, not exact equivalence to a particular type.
23157         (ino_t): Likewise.
23158         (ino64_t): Likewise.
23159         (dev_t): Likewise.
23160         (nlink_t): Likewise.
23161         (blkcnt_t): Likewise.
23162         (blkcnt64_t): Likewise.
23163         * manual/llio.texi (off_t): Likewise.
23164
23165         [BZ #3976]
23166         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
23167         (__ieee754_exp): Save and restore rounding mode and use
23168         round-to-nearest for all computations.
23169         * math/libm-test.inc (exp_test_tonearest): New function.
23170         (exp_test_towardzero): Likewise.
23171         (exp_test_downward): Likewise.
23172         (exp_test_upward): Likewise.
23173         (main): Call the new functions.
23174         * sysdeps/i386/fpu/libm-test-ulps: Update.
23175         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23176
23177 2012-03-01  Chris Demetriou  <cgd@google.com>
23178
23179         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
23180         have predictable order.
23181
23182 2012-03-01  David S. Miller  <davem@davemloft.net>
23183
23184         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
23185
23186         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
23187         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
23188         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
23189         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
23190
23191         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
23192         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
23193         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
23194         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
23195         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
23196         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
23197         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
23198         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
23199         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
23200
23201         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23202
23203         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
23204         * sysdeps/sparc/fpu/libm-test-ulps: to here.
23205         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
23206
23207         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
23208         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
23209         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
23210         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
23211         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
23212         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
23213         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
23214         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
23215         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
23216         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
23217         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
23218         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
23219         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
23220         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
23221         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23222         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
23223         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
23224         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
23225         * sysdeps/sparc/elf/configure: Regenerated.
23226
23227 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
23228
23229         * configure.in (AS, LD): Require binutils 2.20 or later.
23230         * configure: Regenerated.
23231         * manual/install.texi (Tools for Compilation): Give binutils 2.20
23232         as required minimum version.
23233         * INSTALL: Regenerated.
23234
23235         [BZ #2541]
23236         [BZ #4108]
23237         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
23238         before squaring exponent.
23239         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
23240         bottom long double and 27 bits of top long double before squaring
23241         exponent.
23242         * math/libm-test.inc (erfc_test): Add more tests.
23243         * sysdeps/i386/fpu/libm-test-ulps: Update.
23244         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23245         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23246
23247 2012-03-01  Kai Tietz  <ktietz@redhat.com>
23248
23249         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
23250         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
23251         containing bit-fields.
23252         * soft-fp/extended.h (_FP_UNION_E): Likewise.
23253         * soft-fp/single.h (_FP_UNION_S): Likewise.
23254         * soft-fp/double.h (_FP_UNION_D): Likewise.
23255
23256 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
23257
23258         [BZ #13786]
23259         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
23260         not include ../strcmp.S.
23261         [USE_AS_STRNCASECMP_L]: Likewise.
23262         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
23263         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
23264         * sysdeps/i386/i686/multiarch/strncase_l-c.c
23265         (__strncasecmp_l_ia32): Define as alias to
23266         __strncasecmp_l_nonascii.
23267
23268         [BZ #5794]
23269         * math/libm-test.inc (expm1_test): Add test for bug 5794.
23270         * sysdeps/i386/fpu/libm-test-ulps: Update.
23271         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23272
23273         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
23274         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23275
23276 2012-02-29  Jeff Law  <law@redhat.com>
23277
23278         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
23279         out of bounds read.
23280
23281 2012-02-29  Marek Polacek  <polacek@redhat.com>
23282
23283         [BZ #13706]
23284         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
23285         * elf/Makefile: Add rules to run tst-unused-dep.out.
23286
23287 2012-02-28  David S. Miller  <davem@davemloft.net>
23288
23289         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
23290         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
23291         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
23292         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
23293         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
23294         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
23295
23296 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
23297
23298         * math/libm-test.inc (llround_test): Move one test from
23299         lround_test.  Use TEST_f_L in moved test.
23300         (lround_test): Move misplaced test to llround_test.  Add testcase
23301         from bug 2561.
23302
23303 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
23304
23305         * sysdeps/x86_64/fpu/e_expf.S: New file.
23306         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
23307
23308 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
23309
23310         [BZ #13637]
23311         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
23312         of remain_len that may cause incomplete multi-byte character and
23313         false match.
23314         * posix/bug-regex33.c: New file.
23315         * posix/Makefile (tests): Add bug-regex33.
23316
23317 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
23318
23319         * manual/macros.texi: New file.
23320         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
23321         * manual/libc.texinfo: Include macros.texi.
23322         * manual/creatute.texi: Likewise.
23323         * manual/install.texi: Likewise.
23324         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
23325         @glibcadj{} in references to the GNU C Library.
23326         * manual/charset.texi: Likewise.
23327         * manual/conf.texi: Likewise.
23328         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
23329         when not using those macros.
23330         * manual/creature.texi: Likewise.
23331         * manual/crypt.texi: Likewise.
23332         * manual/errno.texi: Likewise.
23333         * manual/filesys.texi: Likewise.
23334         * manual/header.texi: Likewise.
23335         * manual/install.texi: Likewise.
23336         * manual/intro.texi: Likewise.
23337         * manual/io.texi: Likewise.
23338         * manual/job.texi: Likewise.
23339         * manual/lang.texi: Likewise.
23340         * manual/libc.texiinfo: Likewise.
23341         * manual/llio.texi: Likewise.
23342         * manual/locale.texi: Likewise.
23343         * manual/maint.texi: Likewise.
23344         * manual/math.texi: Likewise.
23345         * manual/memory.texi: Likewise.
23346         * manual/message.texi: Likewise.
23347         * manual/nss.texi: Likewise.
23348         * manual/pattern.texi: Likewise.
23349         * manual/process.texi: Likewise.
23350         * manual/resource.texi: Likewise.
23351         * manual/search.texi: Likewise.
23352         * manual/setjmp.texi: Likewise.
23353         * manual/signal.texi: Likewise.
23354         * manual/socket.texi: Likewise.
23355         * manual/startup.texi: Likewise.
23356         * manual/stdio.texi: Likewise.
23357         * manual/string.texi: Likewise.
23358         * manual/sysinfo.texi: Likewise.
23359         * manual/syslog.texi: Likewise.
23360         * manual/terminal.texi: Likewise.
23361         * manual/time.texi: Likewise.
23362         * manual/users.texi: Likewise.
23363         * INSTALL: Regenerated.
23364         * NOTES: Regenerated.
23365         * sysdeps/gnu/errlist.c: Regenerated.
23366
23367 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
23368
23369         * include/dirent.h: Include <dirstream.h> before
23370         <dirent/dirent.h>.
23371
23372 2012-02-28  David S. Miller  <davem@davemloft.net>
23373
23374         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
23375         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
23376         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
23377         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
23378
23379 2012-02-27  David S. Miller  <davem@davemloft.net>
23380
23381         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
23382         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
23383         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
23384         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
23385
23386         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
23387         frame pointer instead of stack pointer relative arg slot.
23388         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
23389         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
23390         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
23391
23392 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
23393
23394         [BZ #3992]
23395         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
23396
23397 2012-02-27  David S. Miller  <davem@davemloft.net>
23398
23399         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
23400         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
23401         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
23402         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
23403         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
23404         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
23405         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
23406         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
23407
23408 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
23409
23410         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
23411         later.  Allow versions 5-9.
23412         * configure: Regenerated.
23413         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
23414         required minimum version and 4.6 as recommended version.  Do not
23415         mention bugs in GCC 2.7 and 2.8.
23416         * INSTALL: Regenerated.
23417
23418 2012-02-27  David S. Miller  <davem@davemloft.net>
23419
23420         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
23421         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
23422         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
23423         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
23424         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
23425         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
23426         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
23427         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
23428
23429         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
23430         manipulate bits before adding and subtracting TWO112[sx].
23431         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
23432
23433 2012-02-27  Roland McGrath  <roland@hack.frob.com>
23434
23435         [BZ #13775]
23436         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
23437         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
23438         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
23439         being in POSIX, because they are in 1003.1-2008.
23440
23441         * rt/tst-aio.c: Include <fcntl.h>.
23442         * rt/tst-aio7.c: Likewise.
23443         * rt/tst-aio64.c: Likewise.
23444
23445         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
23446
23447 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
23448
23449         * manual/install.texi (--with-headers): Describe headers as
23450         interface headers, not private headers.
23451         (Specific advice for GNU/Linux systems): Describe use of headers
23452         from "make headers_install", not private headers from older
23453         kernels.
23454         * INSTALL: Regenerated.
23455         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
23456         Change to 2.6.19.
23457         * sysdeps/unix/sysv/linux/configure: Regenerated.
23458
23459         * manual/llio.texi (fclean): Remove documentation.
23460
23461         * manual/Makefile (libc-texi-generated): New variable.  Include
23462         version.texi.
23463         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
23464         $(libc-texi-generated), not duplicated list of files.
23465         (version.texi, stamp-version): New rules.
23466         (realclean): Remove $(libc-texi-generated), not individual files
23467         from that list.  Do not remove dir-add.texinfo.
23468         * manual/libc.texinfo: Comment out uses of edition numbers and
23469         references to printed manual.  Remove last-updated dates.
23470         (EDITION): Comment out.
23471         (ISBN): Likewise.
23472         (VERSION, UPDATED): Remove.
23473         (version.texi): Include.
23474
23475 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
23476
23477         * sysdeps/posix/spawni.c: Include <signal.h>.
23478         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
23479         * sysdeps/pthread/aio_fsync.c: Likewise.
23480
23481 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
23482
23483         * conform/Makefile (tests): Run only when not cross-compiling and
23484         when fast-check is not defined.
23485
23486         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
23487         * conform/data/limits.h-data: Fixes for POSIX2008.
23488         * conform/run-conformtest.sh: Run all tests.
23489         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
23490         headers.
23491         * include/bits/dlfcn.h: Likewise.
23492         * include/langinfo.h: Likewise.
23493         * include/monetary.h: Likewise.
23494         * include/sys/poll.h: Likewise.
23495
23496         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
23497         for __USE_GNU.
23498         * posix/spawn.h: Define __need_sigset_t.
23499         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
23500         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
23501         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
23502         to get sigevent_t only.
23503         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
23504         only for __USE_GNU.
23505         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
23506         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
23507         process_vm_writev only for __USE_GNU.
23508         * termios/termios.h: Declare tcgetsid also for POSIX2008.
23509
23510         * conform/Makefile: For now ignore errors from run-conformtest.
23511         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
23512         POSIX to avoid namespace pollution.  Don't prepend headers.
23513         * conform/data/aio.h-data: Fixes for POSIX testing.
23514         * conform/data/fcntl.h-data: Likewise.
23515         * conform/data/glob.h-data: Likewise.
23516         * conform/data/grp.h-data: Likewise.
23517         * conform/data/pthread.h-data: Likewise.
23518         * conform/data/pwd.h-data: Likewise.
23519         * conform/data/signal.h-data: Likewise.
23520         * conform/data/spawn.h-data: Likewise.
23521         * conform/data/stdio.h-data: Likewise.
23522         * conform/data/stdlib.h-data: Likewise.
23523         * conform/data/stropts.h-data: Likewise.
23524         * conform/data/sys/mman.h-data: Likewise.
23525         * conform/data/sys/stat.h-data: Likewise.
23526         * conform/data/sys/types.h-data: Likewise.
23527         * conform/data/sys/wait.h-data: Likewise.
23528         * conform/data/time.h-data: Likewise.
23529         * conform/data/unistd.h-data: Likewise.
23530         * conform/data/utime.h-data: Likewise.
23531
23532         * io/sys/stat.h: fchmod was always in POSIX.
23533         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
23534         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
23535         * rt/aio.h: Define __need_timespec before including <time.h>.
23536         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
23537         struct.  Add forward declaration of pthread_attr_t and use it in
23538         sigevent.
23539         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
23540         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
23541         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
23542         always remove CLK_TCK definition.
23543
23544 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
23545
23546         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
23547
23548 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
23549
23550         * conform/run-conformtest.sh: New file.
23551         * conform/Makefile: Run run-conformtest for tests.
23552         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
23553         support.
23554
23555         * conform/data/uchar.h-data: New file.
23556         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
23557         * conform/data/arpa/inet.h-data: Likewise.
23558         * conform/data/assert.h-data: Likewise.
23559         * conform/data/complex.h-data: Likewise.
23560         * conform/data/cpio.h-data: Likewise.
23561         * conform/data/ctype.h-data: Likewise.
23562         * conform/data/dirent.h-data: Likewise.
23563         * conform/data/dlfcn.h-data: Likewise.
23564         * conform/data/errno.h-data: Likewise.
23565         * conform/data/fcntl.h-data: Likewise.
23566         * conform/data/float.h-data: Likewise.
23567         * conform/data/fmtmsg.h-data: Likewise.
23568         * conform/data/fnmatch.h-data: Likewise.
23569         * conform/data/ftw.h-data: Likewise.
23570         * conform/data/glob.h-data: Likewise.
23571         * conform/data/grp.h-data: Likewise.
23572         * conform/data/iconv.h-data: Likewise.
23573         * conform/data/inttypes.h-data: Likewise.
23574         * conform/data/langinfo.h-data: Likewise.
23575         * conform/data/libgen.h-data: Likewise.
23576         * conform/data/limits.h-data: Likewise.
23577         * conform/data/locale.h-data: Likewise.
23578         * conform/data/math.h-data: Likewise.
23579         * conform/data/monetary.h-data: Likewise.
23580         * conform/data/mqueue.h-data: Likewise.
23581         * conform/data/ndbm.h-data: Likewise.
23582         * conform/data/net/if.h-data: Likewise.
23583         * conform/data/netdb.h-data: Likewise.
23584         * conform/data/netinet/in.h-data: Likewise.
23585         * conform/data/nl_types.h-data: Likewise.
23586         * conform/data/poll.h-data: Likewise.
23587         * conform/data/pthread.h-data: Likewise.
23588         * conform/data/pwd.h-data: Likewise.
23589         * conform/data/regex.h-data: Likewise.
23590         * conform/data/sched.h-data: Likewise.
23591         * conform/data/search.h-data: Likewise.
23592         * conform/data/semaphore.h-data: Likewise.
23593         * conform/data/setjmp.h-data: Likewise.
23594         * conform/data/signal.h-data: Likewise.
23595         * conform/data/spawn.h-data: Likewise.
23596         * conform/data/stdarg.h-data: Likewise.
23597         * conform/data/stdio.h-data: Likewise.
23598         * conform/data/stdlib.h-data: Likewise.
23599         * conform/data/string.h-data: Likewise.
23600         * conform/data/strings.h-data: Likewise.
23601         * conform/data/stropts.h-data: Likewise.
23602         * conform/data/sys/ipc.h-data: Likewise.
23603         * conform/data/sys/mman.h-data: Likewise.
23604         * conform/data/sys/msg.h-data: Likewise.
23605         * conform/data/sys/resource.h-data: Likewise.
23606         * conform/data/sys/select.h-data: Likewise.
23607         * conform/data/sys/sem.h-data: Likewise.
23608         * conform/data/sys/shm.h-data: Likewise.
23609         * conform/data/sys/socket.h-data: Likewise.
23610         * conform/data/sys/stat.h-data: Likewise.
23611         * conform/data/sys/statvfs.h-data: Likewise.
23612         * conform/data/sys/time.h-data: Likewise.
23613         * conform/data/sys/timeb.h-data: Likewise.
23614         * conform/data/sys/times.h-data: Likewise.
23615         * conform/data/sys/types.h-data: Likewise.
23616         * conform/data/sys/uio.h-data: Likewise.
23617         * conform/data/sys/un.h-data: Likewise.
23618         * conform/data/sys/utsname.h-data: Likewise.
23619         * conform/data/sys/wait.h-data: Likewise.
23620         * conform/data/syslog.h-data: Likewise.
23621         * conform/data/tar.h-data: Likewise.
23622         * conform/data/termios.h-data: Likewise.
23623         * conform/data/utime.h-data: Likewise.
23624         * conform/data/utmpx.h-data: Likewise.
23625         * conform/data/varargs.h-data: Likewise.
23626         * conform/data/wchar.h-data: Likewise.
23627         * conform/data/wctype.h-data: Likewise.
23628         * conform/data/wordexp.h-data: Likewise.
23629
23630         * include/stropts.h: New file.
23631         * include/uchar.h: New file.
23632         * include/aio.h: Changes to allow conformtest.pl to use the headers.
23633         * include/assert.h: Likewise.
23634         * include/ctype.h: Likewise.
23635         * include/dirent.h: Likewise.
23636         * include/dlfcn.h: Likewise.
23637         * include/fcntl.h: Likewise.
23638         * include/fnmatch.h: Likewise.
23639         * include/glob.h: Likewise.
23640         * include/grp.h: Likewise.
23641         * include/libio.h: Likewise.
23642         * include/locale.h: Likewise.
23643         * include/math.h: Likewise.
23644         * include/net/if.h: Likewise.
23645         * include/netdb.h: Likewise.
23646         * include/netinet/in.h: Likewise.
23647         * include/pthread.h: Likewise.
23648         * include/pwd.h: Likewise.
23649         * include/regex.h: Likewise.
23650         * include/sched.h: Likewise.
23651         * include/search.h: Likewise.
23652         * include/setjmp.h: Likewise.
23653         * include/signal.h: Likewise.
23654         * include/stdio.h: Likewise.
23655         * include/stdlib.h: Likewise.
23656         * include/string.h: Likewise.
23657         * include/sys/cdefs.h: Likewise.
23658         * include/sys/mman.h: Likewise.
23659         * include/sys/msg.h: Likewise.
23660         * include/sys/resource.h: Likewise.
23661         * include/sys/select.h: Likewise.
23662         * include/sys/socket.h: Likewise.
23663         * include/sys/stat.h: Likewise.
23664         * include/sys/statvfs.h: Likewise.
23665         * include/sys/time.h: Likewise.
23666         * include/sys/times.h: Likewise.
23667         * include/sys/uio.h: Likewise.
23668         * include/sys/utsname.h: Likewise.
23669         * include/sys/wait.h: Likewise.
23670         * include/termios.h: Likewise.
23671         * include/time.h: Likewise.
23672         * include/ulimit.h: Likewise.
23673         * include/unistd.h: Likewise.
23674         * include/utime.h: Likewise.
23675         * include/wchar.h: Likewise.
23676         * include/wctype.h: Likewise.
23677         * include/wordexp.h: Likewise.
23678
23679         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
23680
23681         * time/time.h: TIME_UTC must be a macro.
23682         Make timespec_get available for ISO C11 only as well.
23683
23684 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
23685
23686         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
23687         Reported by Peng Haitao <penght@cn.fujitsu.com>.
23688
23689 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
23690
23691         * configure.in: Use -o not -a in test for unsupported multi-arch.
23692
23693 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
23694
23695         * manual/texinfo.tex: Update to version 2012-01-19.16.
23696
23697 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
23698
23699         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
23700
23701 2012-02-24  Roland McGrath  <roland@hack.frob.com>
23702
23703         [BZ #13738]
23704         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
23705         * manual/fdl-1.3.texi: New file.
23706         * manual/fdl-1.1.texi: File removed.
23707
23708         [BZ #13738]
23709         * manual/libc.texinfo (FDL_VERSION): New @set.
23710         Use it for mention of FDL in cover text.
23711         (Documentation License): Use it in @include file name.
23712
23713 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
23714             Roland McGrath  <roland@hack.frob.com>
23715
23716         [BZ #5461]
23717         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
23718         not LONG_LONG_MAX and LONG_LONG_MIN.
23719         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
23720         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
23721         name.
23722         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
23723
23724 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
23725
23726         [BZ #2547]
23727         [BZ #11365]
23728         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
23729         manipulate bits before adding and subtracting TWO23[sx].
23730         * math/libm-test.inc (nearbyint_test): Add more tests.
23731
23732 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
23733
23734         [BZ #2548]
23735         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
23736         bits before adding and subtracting TWO23[sx].
23737         * math/libm-test.inc (rint_test): Add more tests.
23738         (rint_test_tonearest): Likewise.
23739         (rint_test_towardzero): Likewise.
23740         (rint_test_downward): Likewise.
23741         (rint_test_upward: Likewise.
23742
23743 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
23744
23745         [BZ #10110]
23746         * include/stdc-predef.h: New file.  Extracted from features.h.
23747         * include/features.h: Include stdc-predef.h.
23748         * Makefile (headers): Add stdc-predef.h.
23749         * CONFORMANCE (Compiler limitations): Update.
23750
23751 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
23752
23753         * manual/libc.texinfo (VERSION, UPDATED): Revert.
23754
23755 2012-02-21  David S. Miller  <davem@davemloft.net>
23756
23757         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
23758         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
23759
23760 2012-02-20  David S. Miller  <davem@davemloft.net>
23761
23762         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
23763         using a normal save/restore sequence, rather than allocating a
23764         dummy stack frame just to store a frame pointer and restore.
23765         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
23766
23767 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
23768
23769         * manual/install.texi: Fix stray word in line-wrapped comment.
23770
23771 2012-02-20  David S. Miller  <davem@davemloft.net>
23772
23773         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
23774         both binutils and gcc support GOTDATA.
23775
23776         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
23777         "rd %pc" in the PIC register setup sequences.
23778
23779         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
23780         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
23781         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
23782         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
23783         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
23784         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
23785         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
23786         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
23787         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
23788         (SYSCALL_ERROR_HANDLER): Likewise.
23789         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
23790         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23791         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
23792         (SYSCALL_ERROR_HANDLER): Likewise.
23793
23794         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
23795         (HAVE_GCC_GOTDATA): New.
23796         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
23797         relocation support in both binutils and gcc.
23798         * sysdeps/sparc/elf/configure: Regenerate.
23799
23800         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
23801         * sysdeps/sparc/sparc32/elf/configure: Delete.
23802         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
23803         * sysdeps/sparc/sparc64/elf/configure: Delete.
23804         * sysdeps/sparc/elf/configure.in: New file.
23805         * sysdeps/sparc/elf/configure: Generate.
23806
23807         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
23808         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
23809         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
23810         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
23811         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
23812
23813 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
23814
23815         * manual/install.texi: Do not mention specific glibc version
23816         numbers.
23817         * manual/libc.texinfo (VERSION, UPDATED): Update.
23818         (@copying): Use @copyright{} and range of years.
23819
23820 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
23821
23822         [BZ #13695]
23823         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
23824         [crti.S not in sysdirs] (generated): Do not append.
23825         [crti.S not in sysdirs] (omit-deps): Likewise.
23826         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
23827         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
23828         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
23829         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
23830         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
23831         Likewise.
23832         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
23833         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
23834         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
23835         * csu/defs.awk: Remove file.
23836         * sysdeps/generic/initfini.c: Likewise.
23837         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
23838         variable.
23839         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
23840         Likewise.
23841
23842 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
23843
23844         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
23845         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
23846         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
23847         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
23848         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
23849         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
23850         <bits/epoll.h>.
23851         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
23852         (__EPOLL_PACKED): Define to empty if not defined by
23853         <bits/epoll.h>.
23854         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
23855         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
23856         bits/epoll.h.
23857
23858 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
23859
23860         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
23861         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
23862         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
23863         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
23864         <bits/timerfd.h>.
23865         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
23866         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
23867         bits/timerfd.h.
23868
23869 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
23870
23871         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
23872         in C locale.
23873         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23874         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23875         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
23876         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23877
23878 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
23879
23880         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
23881         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
23882
23883 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
23884
23885         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
23886         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
23887         defined.
23888         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
23889         Likewise.
23890         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
23891         entry for 2.16.
23892
23893 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
23894
23895         * math/w_acos.c: Use non-signaling floating-point comparisons.
23896         * math/w_acosf.c: Likewise.
23897         * math/w_acosh.c: Likewise.
23898         * math/w_acoshf.c: Likewise.
23899         * math/w_acoshl.c: Likewise.
23900         * math/w_acosl.c: Likewise.
23901         * math/w_asin.c: Likewise.
23902         * math/w_asinf.c: Likewise.
23903         * math/w_asinl.c: Likewise.
23904         * math/w_atanh.c: Likewise.
23905         * math/w_atanhf.c: Likewise.
23906         * math/w_atanhl.c: Likewise.
23907         * math/w_exp2.c: Likewise.
23908         * math/w_exp2f.c: Likewise.
23909         * math/w_exp2l.c: Likewise.
23910         * math/w_j0.c: Likewise.
23911         * math/w_j0f.c: Likewise.
23912         * math/w_j0l.c: Likewise.
23913         * math/w_j1.c: Likewise.
23914         * math/w_j1f.c: Likewise.
23915         * math/w_j1l.c: Likewise.
23916         * math/w_jn.c: Likewise.
23917         * math/w_jnf.c: Likewise.
23918         * math/w_log.c: Likewise.
23919         * math/w_log10.c: Likewise.
23920         * math/w_log10f.c: Likewise.
23921         * math/w_log10l.c: Likewise.
23922         * math/w_log2.c: Likewise.
23923         * math/w_log2f.c: Likewise.
23924         * math/w_log2l.c: Likewise.
23925         * math/w_logf.c: Likewise.
23926         * math/w_logl.c: Likewise.
23927         * math/w_sqrt.c: Likewise.
23928         * math/w_sqrtf.c: Likewise.
23929         * math/w_sqrtl.c: Likewise.
23930         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
23931         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
23932         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
23933         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
23934         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
23935
23936 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
23937
23938         [BZ #9739]
23939         * manual/string.texi (strnlen): Use correct parameter name in
23940         equivalent expression.
23941
23942 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
23943
23944         [BZ #11174]
23945         * manual/users.texi (seteuid): Consistently use neweuid for
23946         argument name.
23947
23948 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
23949
23950         [BZ #13704]
23951         * manual/nss.texi (Services in the NSS configuration): Correct
23952         list of services in example configuration file.
23953
23954 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
23955
23956         [BZ #11322]
23957         * manual/arith.texi: Remove statements about negative zero
23958         behaving identically to zero.
23959
23960 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
23961
23962         [BZ #5993]
23963         * manual/install.texi: Do not document upgrading from libc5.
23964
23965 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
23966
23967         [BZ #4596]
23968         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
23969
23970 2012-02-18  David S. Miller  <davem@davemloft.net>
23971
23972         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
23973         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
23974         %o7 across the call.
23975         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
23976         instead.
23977         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
23978         SETUP_PIC_REG_LEAF.
23979         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
23980         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
23981         * sysdeps/sparc/crtn.S: Likewise.
23982
23983 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
23984
23985         * aout/Makefile: Remove.
23986
23987 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
23988
23989         [BZ #13058]
23990         * manual/examples/argp-ex1.c (main): Format definition in GNU
23991         style.
23992         * manual/examples/argp-ex2.c (main): Likewise.
23993         * manual/examples/argp-ex3.c (main): Likewise.
23994         * manual/examples/argp-ex4.c (main): Likewise.
23995         * manual/examples/longopt.c (main): Use new-style prototype
23996         definition.
23997         * manual/examples/strncat.c (main): Specify return type and use
23998         (void) for arguments.
23999         * manual/examples/subopt.c (main): Use char **argv argument.
24000
24001 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
24002
24003         [BZ #5077]
24004         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
24005         rounding modes.
24006
24007 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
24008
24009         [BZ #6907]
24010         * manual/string.texi (strchr): Change when strchrnul is
24011         recommended.
24012
24013 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
24014
24015         [BZ #174]
24016         * manual/locale.texi (setlocale): Document LOCPATH.
24017
24018 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
24019
24020         [BZ #10210]
24021         * manual/process.texi (execle): Move @dots{} before last argument.
24022
24023 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
24024
24025         [BZ #12047]
24026         * manual/charset.texi (Generic Charset Conversion): Fix typo
24027         (LC_TYPE -> LC_CTYPE).
24028
24029 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
24030
24031         [BZ #5805]
24032         * manual/arith.texi (scalbn): Use @var{} on parameter names.
24033         (scalbnf): Likewise.
24034         (scalbnl): Likewise.
24035         (scalbln): Likewise.
24036         (scalblnf): Likewise.
24037         (scalblnl): Likewise.
24038         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
24039         (vwarnx): Likewise.
24040         (verr): Likewise.
24041         (verrx): Likewise.
24042         * manual/filesys.texi (telldir): Use braces around return type.
24043         * manual/llio.texi (mmap): Add space after comma.
24044         (mmap64): Likewise.
24045         * manual/math.texi (jn): Use @var{} on parameter names.
24046         (jnf): Likewise.
24047         (jnl): Likewise.
24048         (yn): Likewise.
24049         (ynf): Likewise.
24050         (ynl): Likewise.
24051         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
24052         line.
24053         * manual/resource.texi (ulimit): Use @dots{} instead of literal
24054         "...".
24055         (sched_get_priority_min): Remove semicolon on @deftypefun line.
24056         (sched_get_priority_max): Likewise.
24057         * manual/signal.texi (sigvec): Add space after comma.
24058         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
24059         names.
24060         (if_indextoname): Likewise.
24061         (if_freenameindex): Likewise.
24062         (sendto): Use ',' instead of '.' in prototype.
24063         * manual/startup.texi (syscall): Use @dots{} instead of literal
24064         "...".
24065         * manual/stdio.texi (__fpending): Separate initial words of
24066         paragraph from @deftypefun line.
24067         * manual/syslog.texi (syslog): Use @dots{} instead of literal
24068         "...".
24069         (vsyslog): Use @var{} on parameter names.
24070         * manual/terminal.texi (stty): Use @var{} on parameter names.
24071         * manual/users.texi (getutmp): Use @var{} on parameter names.
24072         (getutmpx): Likewise.
24073
24074 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
24075
24076         [BZ #6884]
24077         * manual/stdio.texi (fopen): Fix typos in description of
24078         ",ccs=STRING".
24079
24080 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
24081
24082         [BZ #4026]
24083         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
24084         get clock_id definition.
24085
24086 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
24087
24088         [BZ #4822]
24089         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
24090         (madvise): Cast every argument to void on its own.
24091
24092 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
24093
24094         [BZ #9902]
24095         * manual/startup.texi (Exit Status): Fix typo.
24096
24097 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
24098
24099         [BZ #10140]
24100         * manual/examples/argp-ex1.c: Include <stdlib.h>.
24101         * manual/examples/argp-ex2.c: Likewise.
24102         * manual/examples/argp-ex3.c: Likewise.
24103
24104 2012-02-16  Richard Henderson  <rth@redhat.com>
24105
24106         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
24107         * sysdeps/s390/s390-32/initfini.c: Remove.
24108         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
24109         * sysdeps/s390/s390-64/initfini.c: Remove.
24110
24111 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
24112
24113         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
24114         compiler output for sysdeps/generic/initfini.c.
24115         * sysdeps/sh/elf/initfini.c: Remove file.
24116
24117 2012-02-16  David S. Miller  <davem@davemloft.net>
24118
24119         [BZ #11494]
24120         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
24121
24122         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
24123         * sysdeps/sparc/crti.S: New file.
24124         * sysdeps/sparc/crtn.S: New file.
24125         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
24126         * sysdeps/sparc/sparc64/Makefile: Likewise.
24127
24128 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
24129
24130         [BZ #3335]
24131         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
24132
24133 2012-02-15  Roland McGrath  <roland@hack.frob.com>
24134
24135         [BZ #4822]
24136         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
24137
24138         * mach/devstream.c (cookie_io_functions_t): Macro removed.
24139         (write, read, close): Likewise.
24140         Patch by Aurelien Jarno <aurelien@aurel32.net>.
24141
24142 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
24143
24144         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
24145         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
24146         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
24147         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
24148         <bits/signalfd.h>.
24149         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
24150         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
24151         bits/signalfd.h.
24152
24153 2012-02-14  Marek Polacek  <polacek@redhat.com>
24154
24155         * sysdeps/x86_64/crti.S: New file.
24156         * sysdeps/x86_64/crtn.S: New file.
24157         * sysdeps/x86_64/elf/initfini.c: Remove file.
24158
24159 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
24160
24161         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
24162         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
24163         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
24164         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
24165         <bits/inotify.h>.
24166         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
24167         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
24168         bits/inotify.h.
24169
24170 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
24171
24172         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
24173         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
24174         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
24175         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
24176         <bits/eventfd.h>.
24177         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
24178         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
24179         bits/eventfd.h.
24180
24181 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
24182
24183         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
24184         __feraiseexcept instead of feraiseexcept.
24185
24186         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
24187         nanosleep invocations.
24188         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
24189         strings, and add error checking for a nanosleep invocations.
24190
24191 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
24192
24193         Replace FSF snail mail address with URLs, as per GNU coding standards.
24194         Most of the snail mail addresses were wrong anyway, and omitting
24195         them makes the source code easier to maintain.  Almost all of the
24196         changes are to license notices and to locale LC_IDENTIFICATION
24197         addresses, except for this one:
24198         * manual/libc.texinfo: In "Published by", give the FSF's URL,
24199         not its snail mail address.
24200
24201 2012-02-09  Richard Henderson  <rth@twiddle.net>
24202
24203         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
24204         of kernel-features.h.
24205
24206         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
24207
24208 2012-02-08  Marek Polacek  <polacek@redhat.com>
24209
24210         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
24211         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
24212         * sysdeps/gnu/_G_config.h: Likewise.
24213         * sysdeps/generic/_G_config.h: Likewise.
24214
24215 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
24216
24217         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
24218         tests.
24219         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24220
24221         * sysdeps/powerpc/powerpc32/crti.S: New file.
24222         * sysdeps/powerpc/powerpc32/crtn.S: New file.
24223         * sysdeps/powerpc/powerpc64/crti.S: New file.
24224         * sysdeps/powerpc/powerpc64/crtn.S: New file.
24225
24226         * Makeconfig (have-initfini): Don't set.
24227         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
24228         * configure.in (nopic_initfini): Don't substitute.
24229         * config.h.in (HAVE_INITFINI): Don't #undef.
24230         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
24231         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
24232
24233 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
24234
24235         Support crti.S and crtn.S provided directly by architectures.
24236         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
24237         [crti.S in sysdirs] (omit-deps): Likewise.
24238         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
24239         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
24240         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
24241         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
24242         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
24243         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
24244         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
24245         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
24246         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
24247         compiler output for sysdeps/generic/initfini.c.
24248         * sysdeps/i386/elf/Makefile: Remove file.
24249         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
24250
24251 2012-02-07  Marek Polacek  <polacek@redhat.com>
24252
24253         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
24254         * sysdeps/gnu/_G_config.h: Likewise.
24255         * sysdeps/mach/hurd/_G_config.h: Likewise.
24256
24257 2012-02-07  Marek Polacek  <polacek@redhat.com>
24258
24259         * math/Makefile (tests): Add tst-CMPLX2.
24260         * math/tst-CMPLX2.c: New file.
24261
24262 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
24263
24264         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
24265
24266         * math/libm-test.inc (jn_test): Add missing L suffix.
24267
24268 2012-02-06  Marek Polacek  <polacek@redhat.com>
24269
24270         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
24271         * sysdeps/i386/fpu/e_powf.S: Likewise.
24272         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
24273         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
24274         * sysdeps/i386/fpu/e_acosh.S: Likewise.
24275         * sysdeps/i386/fpu/e_pow.S: Likewise.
24276         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
24277         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
24278         * sysdeps/i386/fpu/s_expm1.S: Likewise.
24279         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
24280         * sysdeps/i386/fpu/e_log2.S: Likewise.
24281         * sysdeps/i386/fpu/e_log2l.S: Likewise.
24282         * sysdeps/i386/fpu/e_scalb.S: Likewise.
24283         * sysdeps/i386/fpu/e_powl.S: Likewise.
24284         * sysdeps/i386/fpu/s_log1p.S: Likewise.
24285         * sysdeps/i386/fpu/e_log10f.S: Likewise.
24286         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
24287         * sysdeps/i386/fpu/e_logl.S: Likewise.
24288         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
24289         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
24290         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
24291         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
24292         * sysdeps/i386/fpu/e_log2f.S: Likewise.
24293         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
24294         * sysdeps/i386/fpu/e_log.S: Likewise.
24295         * sysdeps/i386/fpu/s_cexp.S: Likewise.
24296         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
24297         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
24298         * sysdeps/i386/fpu/e_logf.S: Likewise.
24299         * sysdeps/i386/fpu/e_log10l.S: Likewise.
24300         * sysdeps/i386/fpu/e_atanh.S: Likewise.
24301         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
24302         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
24303         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
24304         * sysdeps/i386/fpu/e_log10.S: Likewise.
24305         * sysdeps/i386/fpu/s_frexp.S: Likewise.
24306         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
24307         * sysdeps/i386/fpu/s_asinh.S: Likewise.
24308         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
24309         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
24310         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
24311         * sysdeps/i386/asm-syntax.h: Likewise.
24312         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
24313         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
24314         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
24315         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
24316         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
24317         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
24318         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
24319         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
24320         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
24321         * sysdeps/powerpc/sysdep.h: Likewise.
24322         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
24323         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
24324
24325 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
24326
24327         [BZ #411]
24328         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
24329
24330 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
24331
24332         * sysdeps/i386/sysdep.h: Include <features.h>.
24333         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
24334         version.
24335
24336 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
24337
24338         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
24339         Define.
24340         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
24341         LOAD_PIC_REG_STR.
24342
24343 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
24344
24345         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
24346         (SETUP_PIC_REG): Use GET_PC_THUNK.
24347         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
24348         macro.
24349
24350 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
24351
24352         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
24353         for non-PIC compilation.
24354         (SETUP_PIC_REG): Add .p2align directive.
24355         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
24356         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
24357         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
24358         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
24359         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
24360         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
24361         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
24362         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
24363         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
24364         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
24365         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
24366         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
24367         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
24368         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
24369         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
24370         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
24371         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
24372         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
24373         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
24374         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
24375         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
24376         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
24377         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
24378         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
24379         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
24380         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
24381         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
24382         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
24383         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
24384         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
24385         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
24386         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
24387         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
24388         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
24389         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
24390         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
24391         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
24392         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
24393         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
24394         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
24395         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
24396
24397 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
24398
24399         * math/tst-CMPLX.c: Include <stdio.h>.
24400
24401 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
24402
24403         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
24404         float.
24405         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
24406         * sysdeps/sparc/bits/mathdef.h: Likewise.
24407
24408 2012-01-31  Marek Polacek  <polacek@redhat.com>
24409
24410         * libio/libio.h: Don't define _PARAMS.
24411         * locale/programs/config.h: Don't define PARAMS.
24412         * stdlib/strtol_l.c: Likewise.
24413         (__strtol_l): Remove PARAMS from the prototype.
24414
24415 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
24416
24417         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
24418         names.  Just use the correct names.  Remove unnecessary wrapper
24419         functions.
24420         * malloc/arena.c: Likewise.
24421         * malloc/hooks.c: Likewise.
24422
24423         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
24424         ARENA_TEST says not to.  Simplify test for creation of a new arena.
24425         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
24426
24427 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
24428
24429         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
24430         into tail calls.
24431         (update_get_addr): New function.
24432         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
24433         GET_ADDR_MODULE parameter.
24434
24435 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
24436
24437         * crypt/cert.c: Remove __STDC__ conditionals.
24438         * crypt/crypt-entry.c: Likewise.
24439         * crypt/crypt_util.c: Likewise.
24440         * libio/filedoalloc.c: Likewise.
24441         * libio/fileops.c: Likewise.
24442         * libio/genops.c: Likewise.
24443         * libio/iofclose.c: Likewise.
24444         * libio/iofdopen.c: Likewise.
24445         * libio/iofopen.c: Likewise.
24446         * libio/iofopen64.c: Likewise.
24447         * libio/iogetdelim.c: Likewise.
24448         * libio/iopopen.c: Likewise.
24449         * libio/obprintf.c: Likewise.
24450         * libio/oldfileops.c: Likewise.
24451         * libio/oldiofclose.c: Likewise.
24452         * libio/oldiofdopen.c: Likewise.
24453         * libio/oldiofopen.c: Likewise.
24454         * libio/oldiopopen.c: Likewise.
24455         * libio/wfiledoalloc.c: Likewise.
24456         * libio/wgenops.c: Likewise.
24457         * locale/programs/xmalloc.c: Likewise.
24458         * misc/syslog.c: Likewise.
24459         * stdio-common/xbug.c: Likewise.
24460         * string/memchr.c: Likewise.
24461         * string/memcmp.c: Likewise.
24462         * string/memrchr.c: Likewise.
24463         * string/rawmemchr.c: Likewise.
24464         * sysdeps/posix/getcwd.c: Likewise.
24465         * time/strftime_l.c: Likewise.
24466
24467 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
24468
24469         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
24470         * config.make.in (config-cflags-sse2avx): Define.
24471         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
24472         Fix typo.
24473
24474 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
24475
24476         * scripts/config.guess: Update from upstream config git repository.
24477         * scripts/config.sub: Likewise.
24478
24479 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
24480
24481         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
24482         (EM_NUM): Update.
24483         (R_TILEPRO_*, R_TILEGX_*): New macros.
24484
24485         * scripts/firstversions.awk: Fix bug in version range handling.
24486
24487         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
24488
24489         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
24490
24491         * include/sys/epoll.h: New file.
24492         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
24493         libc_hidden_def.
24494
24495 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
24496
24497         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
24498         Avoid unnecessary __WORDSIZE == 64 test.
24499         (fmaxf): Use VEX format if possible.
24500         (fmax): Likewise.
24501         (fminf): Likewise.
24502         (fmin): Likewise.
24503
24504         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
24505         * math/math_private.h: Remove libc_fegetround* and
24506         libc_fesetround*.
24507         * sysdeps/i386/configure.in: Check for -msse2avx.
24508         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
24509         also if SSE2AVX is defined.
24510         Remove libc_fegetround* and libc_fesetround*.
24511         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
24512         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
24513         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
24514         of HAS_YMM_USABLE.
24515         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
24516         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
24517         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
24518         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
24519         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
24520
24521         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
24522
24523 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24524
24525         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
24526         size is not set.
24527         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
24528
24529 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
24530
24531         [BZ #13618]
24532         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
24533         relocation.
24534         * Makeconfig (libm): Define.
24535         * elf/Makefile: Add rules to build and run tst-relsort1.
24536         * elf/tst-relsort1.c: New file.
24537         * elf/tst-relsort1mod1.c: New file.
24538         * elf/tst-relsort1mod2.c: New file.
24539
24540 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
24541
24542         * math/s_ldexp.c: Remove __STDC__ conditionals.
24543         * math/s_ldexpf.c: Likewise.
24544         * math/s_ldexpl.c: Likewise.
24545         * math/s_nextafter.c: Likewise.
24546         * math/s_nexttowardf.c: Likewise.
24547         * math/s_significand.c: Likewise.
24548         * math/s_significandf.c: Likewise.
24549         * math/s_significandl.c: Likewise.
24550         * math/w_jnl.c: Likewise.
24551         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
24552         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
24553         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
24554         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
24555         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
24556         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
24557         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
24558         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
24559         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24560         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
24561         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
24562         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
24563         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
24564         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
24565         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
24566         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
24567         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
24568         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
24569         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24570         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
24571         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
24572         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
24573         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
24574         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
24575         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
24576         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
24577         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
24578         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
24579         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
24580         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
24581         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
24582         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
24583         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
24584         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
24585         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
24586         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
24587         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
24588         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
24589         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
24590         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
24591         * sysdeps/ieee754/k_standard.c: Likewise.
24592         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
24593         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
24594         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
24595         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
24596         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
24597         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
24598         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
24599         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
24600         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
24601         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
24602         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
24603         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
24604         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
24605         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
24606         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
24607         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
24608         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
24609         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
24610         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
24611         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
24612         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
24613         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
24614         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
24615         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
24616         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
24617         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
24618         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
24619         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
24620         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
24621         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
24622         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
24623         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
24624         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
24625         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
24626         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
24627         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
24628         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
24629         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
24630         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
24631         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
24632         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
24633         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
24634         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
24635         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
24636         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
24637         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
24638         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
24639         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
24640         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
24641         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
24642         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
24643         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
24644         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
24645         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
24646         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
24647         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
24648         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
24649         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
24650         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
24651         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
24652         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
24653         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
24654         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
24655         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
24656         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
24657         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
24658         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
24659         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
24660         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
24661         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
24662         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
24663         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
24664         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
24665         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
24666         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
24667         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
24668         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
24669         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
24670         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
24671         * sysdeps/ieee754/s_matherr.c: Likewise.
24672         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
24673         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
24674         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
24675         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
24676
24677 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
24678
24679         * crypt/md5.h: Remove __STDC__ conditionals.
24680         * libio/libioP.h: Likewise.
24681         * locale/programs/config.h: Likewise.
24682         * sysdeps/generic/sysdep.h: Likewise.
24683         * sysdeps/i386/asm-syntax.h: Likewise.
24684         * sysdeps/s390/asm-syntax.h: Likewise.
24685         * sysdeps/unix/sysdep.h: Likewise.
24686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
24687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
24688
24689 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
24690
24691         * libio/libio.h: Remove __STDC__ conditionals.
24692         * malloc/obstack.h: Likewise.
24693         * math/complex.h: Likewise.
24694         * math/math.h: Likewise.
24695         * sysdeps/generic/_G_config.h: Likewise.
24696         * sysdeps/gnu/_G_config.h: Likewise.
24697         * sysdeps/mach/hurd/_G_config.h: Likewise.
24698         * sysdeps/powerpc/bits/mathdef.h: Likewise.
24699         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
24700         * sysdeps/sparc/bits/mathdef.h: Likewise.
24701
24702 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
24703
24704         [BZ #13583]
24705         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
24706         Clean up HAS_* macros.
24707         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
24708         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
24709         possible.
24710         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
24711         HAS_AVX.
24712         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
24713         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
24714         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
24715         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
24716         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
24717
24718 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
24719
24720         * elf/tst-unique3.cc (gets): Remove declaration.
24721         * elf/tst-unique3lib.cc (gets): Likewise.
24722         * elf/tst-unique3lib2.cc (gets): Likewise.
24723         * elf/tst-unique4.cc (gets): Likewise.
24724
24725 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
24726
24727         * include/stdio.h: Add C++ protection.  Add gets declarations and
24728         definitions.
24729         * debug/tst-chk1.c: Don't declare gets here.
24730         * stdio-common/tst-gets.c: Likewise.
24731
24732 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
24733
24734         * posix/glob: Remove directory.
24735
24736 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
24737
24738         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
24739
24740 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
24741
24742         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
24743         of the non-standard EPFNOSUPPORT.
24744
24745 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24746
24747         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
24748         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
24749         ANYWHERE set to 1 only on KERN_NO_SPACE error.
24750
24751 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
24752
24753         * wcsmbs/uchar.h: Test __STDC_VERSION__.
24754
24755 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
24756
24757         * nscd/aicache.c (addhstaiX): Do not cache negative results of
24758         transient errors.
24759         * nscd/grpcache.c (cache_addgr): Likewise.
24760         * nscd/hstcache.c (cache_addhst): Likewise.
24761         * nscd/initgrcache.c (addinitgroupsX): Likewise.
24762         * nscd/pwdcache.c (cache_addpw): Likewise.
24763         * nscd/servicescache.c (cache_addserv): Likewise.
24764
24765 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
24766
24767         * malloc/malloc.c: Various cleanups.
24768         * malloc/hooks.c: Likewise.
24769
24770         * stdlib/Makefile (tests): Add bug-fmtmsg1.
24771         * stdlib/bug-fmtmsg1.c: New file.
24772
24773         * stdlib/fmtmsg.c (init): Add missing unlock.
24774         Patch by Peng Haitao <penght@cn.fujitsu.com>.
24775
24776 2012-01-12  Marek Polacek  <polacek@redhat.com>
24777
24778         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
24779         and _GNU_SOURCE.
24780
24781 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
24782
24783         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
24784         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
24785         macro to ensure uniqueness of label name.
24786         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
24787         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
24788
24789 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
24790
24791         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
24792
24793         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
24794         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
24795         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
24796         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
24797
24798 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
24799
24800         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
24801
24802         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
24803         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
24804         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
24805
24806         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
24807
24808         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
24809         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
24810         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
24811         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
24812
24813         * math/bits/math-finite.h: Add ldexp support.
24814
24815 2012-01-10  Marek Polacek  <polacek@redhat.com>
24816
24817         * locale/programs/localedef.h (show_archive_content): Add noreturn
24818         attribute.
24819
24820 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
24821
24822         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
24823
24824 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
24825
24826         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
24827
24828         * io/Makefile (headers): Add bits/poll2.h.
24829
24830 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
24831
24832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
24833         typo #include statement.
24834
24835 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
24836
24837         * include/sys/cdefs.h: Define __attribute_alloc_size.
24838         * catgets/gencat.c: Add alloc_size attribute and apply consistently
24839         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
24840         * elf/pldd.c: Likewise.
24841         * iconv/iconv_charmap.c: Likewise.
24842         * iconv/iconvconfig.c: Likewise.
24843         * iconv/strtab.c: Likewise.
24844         * locale/programs/locale.c: Likewise.
24845         * locale/programs/localedef.h: Likewise.
24846         * locale/programs/simple-hash.c: Likewise.
24847         * nscd/nscd.h: Likewise.
24848         * nss/makedb.c: Likewise.
24849         * sysdeps/generic/ldconfig.h: Likewise.
24850         * locale/programs/localedef.c: Remove xmalloc prototype.
24851         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
24852
24853 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
24854
24855         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
24856         appropriate.
24857
24858 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
24859
24860         * math/Makefile (tests): Add tst-CMPLX.
24861         * math/tst-CMPLX.c: New file.
24862
24863         * math/complex.h (CMPLXL): Fix typo.
24864
24865         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
24866         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
24867         GLIBC_2.16.
24868         * debug/tst-chk1.c: Add poll and ppoll tests.
24869         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
24870         * include/sys/poll.h: Add hidden proto for ppoll.
24871         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
24872         * sysdeps/mach/hurd/ppoll.c: Likewise.
24873         * io/ppoll.c: Likewise.
24874         * debug/poll_chk.c: New file.
24875         * debug/ppoll_chk.c: New file.
24876         * include/bits/poll2.h: New file.
24877         * io/bits/poll2.h: New file.
24878
24879         [BZ #1350]
24880         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
24881
24882         * configure.in: static is always set to yes.  Remove.
24883         * config.make.in: Don't set build-static.
24884         * Makeconfig: Remove use of build-static.
24885         * dlfcn/Makefile: Likewise.
24886         * elf/Makefile: Likewise.
24887         * math/Makefile: Likewise.
24888         * misc/Makefile: Likewise.
24889         * nptl/Makefile: Likewise.
24890         * sysdeps/mach/hurd/Makefile: Likewise.
24891
24892         * configure.in: PWD_P is not used anymore.
24893         * config.make.in: Remove PWD_P entry.
24894
24895         * configure.in: Remove last remnants of RANLIB.
24896         No need to check for signed size_t anymore.
24897         Don't set libc_commonpagesize and libc_relro_required here for Alpha
24898         and IA-64.
24899         Remove __builtin_expect test because we require at least gcc 3.4.
24900         * aclocal.m4: Likewise.
24901
24902         * wcsmbs/mbrtoc16.c: Implement using towc function.
24903         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
24904         * wcsmbs/wcsmbsload.c: Likewise.
24905         * iconv/gconv_simple.c: Likewise.
24906         * iconv/gconv_int.h: Likewise.
24907         * iconv/gconv_builtin.h: Likewise.
24908         * iconv/iconv_prog.c: Remove CHAR16 handling.
24909
24910         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
24911
24912         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
24913
24914         * configure.in: Remove --with-elf and --enable-bounded options.
24915         Dont set base_machine for ia64.  More non-ELF conditions removed.
24916         Remove testing and setting of leading underscore information.
24917         * config.make.in (build-bounded): Set to no.
24918         * config.h.in: Remove NO_UNDERSCORES entry.
24919         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
24920         them.
24921         * csu/start.c: Remove !NO_UNDERSCORE code.
24922         * locale/localeinfo.h: Likewise.
24923         * sysdeps/generic/machine-gmon.h: Likewise.
24924         * sysdeps/generic/sysdep.h: Likewise.
24925         * sysdeps/i386/sysdep.h: Likewise.
24926         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
24927         * sysdeps/mach/sysdep.h: Likewise.
24928         * sysdeps/s390/s390-32/sysdep.h: Likewise.
24929         * sysdeps/s390/s390-64/sysdep.h: Likewise.
24930         * sysdeps/sh/sysdep.h: Likewise.
24931         * sysdeps/sparc/sparc32/alloca.S: Likewise.
24932         * sysdeps/unix/i386/sysdep.S: Likewise.
24933         * sysdeps/unix/sparc/start.c: Likewise.
24934         * sysdeps/unix/sparc/sysdep.S: Likewise.
24935         * sysdeps/unix/sparc/sysdep.h: Likewise.
24936         * sysdeps/unix/start.c: Likewise.
24937         * sysdeps/unix/x86_64/sysdep.S: Likewise.
24938         * sysdeps/x86_64/sysdep.h: Likewise.
24939
24940 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
24941
24942         [BZ #13553]
24943         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
24944         for non-gcc.
24945         * argp/argp-fmtstream.h: Use const instead __const.
24946         * argp/argp.h: Likewise.
24947         * assert/assert.h: Likewise.
24948         * bits/fenv.h: Likewise.
24949         * bits/sched.h: Likewise.
24950         * bits/sigset.h: Likewise.
24951         * bits/sigthread.h: Likewise.
24952         * catgets/nl_types.h: Likewise.
24953         * conform/data/pthread.h-data: Likewise.
24954         * crypt/crypt-private.h: Likewise.
24955         * crypt/crypt.h: Likewise.
24956         * crypt/crypt_util.c: Likewise.
24957         * ctype/ctype.h: Likewise.
24958         * debug/execinfo.h: Likewise.
24959         * debug/mbsnrtowcs_chk.c: Likewise.
24960         * debug/mbsrtowcs_chk.c: Likewise.
24961         * debug/wcsnrtombs_chk.c: Likewise.
24962         * debug/wcsrtombs_chk.c: Likewise.
24963         * debug/wcstombs_chk.c: Likewise.
24964         * dirent/dirent.h: Likewise.
24965         * dlfcn/dlfcn.h: Likewise.
24966         * elf/neededtest4.c: Likewise.
24967         * grp/grp.h: Likewise.
24968         * gshadow/gshadow.h: Likewise.
24969         * iconv/gconv.h: Likewise.
24970         * iconv/gconv_int.h: Likewise.
24971         * iconv/gconv_simple.c: Likewise.
24972         * iconv/iconv.h: Likewise.
24973         * iconv/loop.c: Likewise.
24974         * iconv/skeleton.c: Likewise.
24975         * include/aio.h: Likewise.
24976         * include/aliases.h: Likewise.
24977         * include/argz.h: Likewise.
24978         * include/arpa/inet.h: Likewise.
24979         * include/assert.h: Likewise.
24980         * include/dirent.h: Likewise.
24981         * include/dlfcn.h: Likewise.
24982         * include/execinfo.h: Likewise.
24983         * include/fcntl.h: Likewise.
24984         * include/fenv.h: Likewise.
24985         * include/glob.h: Likewise.
24986         * include/grp.h: Likewise.
24987         * include/libintl.h: Likewise.
24988         * include/mntent.h: Likewise.
24989         * include/netdb.h: Likewise.
24990         * include/pwd.h: Likewise.
24991         * include/rpc/netdb.h: Likewise.
24992         * include/sched.h: Likewise.
24993         * include/search.h: Likewise.
24994         * include/shadow.h: Likewise.
24995         * include/signal.h: Likewise.
24996         * include/stdio.h: Likewise.
24997         * include/stdlib.h: Likewise.
24998         * include/string.h: Likewise.
24999         * include/sys/socket.h: Likewise.
25000         * include/sys/stat.h: Likewise.
25001         * include/sys/statfs.h: Likewise.
25002         * include/sys/statvfs.h: Likewise.
25003         * include/sys/syslog.h: Likewise.
25004         * include/sys/time.h: Likewise.
25005         * include/sys/uio.h: Likewise.
25006         * include/time.h: Likewise.
25007         * include/unistd.h: Likewise.
25008         * include/utmp.h: Likewise.
25009         * include/wchar.h: Likewise.
25010         * include/wctype.h: Likewise.
25011         * inet/aliases.h: Likewise.
25012         * inet/arpa/inet.h: Likewise.
25013         * inet/netinet/ether.h: Likewise.
25014         * inet/netinet/in.h: Likewise.
25015         * intl/libintl.h: Likewise.
25016         * io/bits/fcntl2.h: Likewise.
25017         * io/fcntl.h: Likewise.
25018         * io/ftw.h: Likewise.
25019         * io/sys/poll.h: Likewise.
25020         * io/sys/stat.h: Likewise.
25021         * io/sys/statfs.h: Likewise.
25022         * io/sys/statvfs.h: Likewise.
25023         * io/utime.h: Likewise.
25024         * libio/bits/stdio.h: Likewise.
25025         * libio/bits/stdio2.h: Likewise.
25026         * libio/libio.h: Likewise.
25027         * libio/libioP.h: Likewise.
25028         * libio/stdio.h: Likewise.
25029         * locale/lc-ctype.c: Likewise.
25030         * locale/locale.h: Likewise.
25031         * login/utmp.h: Likewise.
25032         * malloc/arena.c: Likewise.
25033         * malloc/malloc.c: Likewise.
25034         * malloc/malloc.h: Likewise.
25035         * malloc/mcheck.c: Likewise.
25036         * malloc/mtrace.c: Likewise.
25037         * math/bits/mathcalls.h: Likewise.
25038         * math/fenv.h: Likewise.
25039         * math/math_private.h: Likewise.
25040         * misc/bits/error.h: Likewise.
25041         * misc/bits/syslog.h: Likewise.
25042         * misc/err.h: Likewise.
25043         * misc/error.h: Likewise.
25044         * misc/fstab.h: Likewise.
25045         * misc/mntent.h: Likewise.
25046         * misc/regexp.h: Likewise.
25047         * misc/search.h: Likewise.
25048         * misc/sgtty.h: Likewise.
25049         * misc/sys/mman.h: Likewise.
25050         * misc/sys/syslog.h: Likewise.
25051         * misc/sys/uio.h: Likewise.
25052         * misc/sys/xattr.h: Likewise.
25053         * misc/ttyent.h: Likewise.
25054         * nis/rpcsvc/ypclnt.h: Likewise.
25055         * nss/nss.h: Likewise.
25056         * posix/bits/unistd.h: Likewise.
25057         * posix/fnmatch.h: Likewise.
25058         * posix/glob.h: Likewise.
25059         * posix/sched.h: Likewise.
25060         * posix/spawn.h: Likewise.
25061         * posix/sys/wait.h: Likewise.
25062         * posix/unistd.h: Likewise.
25063         * posix/wordexp.h: Likewise.
25064         * pwd/pwd.h: Likewise.
25065         * resolv/netdb.h: Likewise.
25066         * resource/sys/resource.h: Likewise.
25067         * rt/aio.h: Likewise.
25068         * rt/bits/mqueue2.h: Likewise.
25069         * rt/mqueue.h: Likewise.
25070         * shadow/shadow.h: Likewise.
25071         * signal/signal.h: Likewise.
25072         * socket/send.c: Likewise.
25073         * socket/sendto.c: Likewise.
25074         * socket/sys/socket.h: Likewise.
25075         * stdio-common/printf.h: Likewise.
25076         * stdlib/bits/stdlib.h: Likewise.
25077         * stdlib/fmtmsg.h: Likewise.
25078         * stdlib/monetary.h: Likewise.
25079         * stdlib/stdlib.h: Likewise.
25080         * stdlib/ucontext.h: Likewise.
25081         * streams/stropts.h: Likewise.
25082         * string/argz.h: Likewise.
25083         * string/bits/string2.h: Likewise.
25084         * string/string.h: Likewise.
25085         * string/strings.h: Likewise.
25086         * sunrpc/rpc/auth.h: Likewise.
25087         * sunrpc/rpc/auth_des.h: Likewise.
25088         * sunrpc/rpc/clnt.h: Likewise.
25089         * sunrpc/rpc/netdb.h: Likewise.
25090         * sunrpc/rpc/pmap_clnt.h: Likewise.
25091         * sunrpc/rpc/xdr.h: Likewise.
25092         * sysdeps/generic/inttypes.h: Likewise.
25093         * sysdeps/generic/net/if.h: Likewise.
25094         * sysdeps/generic/sys/swap.h: Likewise.
25095         * sysdeps/gnu/net/if.h: Likewise.
25096         * sysdeps/gnu/utmpx.h: Likewise.
25097         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
25098         * sysdeps/i386/i486/bits/string.h: Likewise.
25099         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
25100         * sysdeps/s390/bits/string.h: Likewise.
25101         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
25102         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
25103         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
25104         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
25105         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
25106         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
25107         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
25108         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
25109         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
25110         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
25111         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
25112         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25113         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
25114         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25115         * sysdeps/unix/sysv/linux/readv.c: Likewise.
25116         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
25117         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
25118         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
25119         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
25120         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
25121         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
25122         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
25123         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
25124         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
25125         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
25126         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
25127         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
25128         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
25129         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
25130         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
25131         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
25132         * sysvipc/sys/ipc.h: Likewise.
25133         * sysvipc/sys/msg.h: Likewise.
25134         * sysvipc/sys/sem.h: Likewise.
25135         * sysvipc/sys/shm.h: Likewise.
25136         * termios/termios.h: Likewise.
25137         * time/sys/time.h: Likewise.
25138         * time/time.h: Likewise.
25139         * wcsmbs/bits/wchar2.h: Likewise.
25140         * wcsmbs/uchar.h: Likewise.
25141         * wcsmbs/wchar.h: Likewise.
25142         * wctype/wctype.h: Likewise.
25143
25144         [BZ #13551]
25145         * Makeconfig: Remove all but ELF support including AIX support.
25146         * Makerules: Likewise.
25147         * config.h.in: Likewise.
25148         * config.make.in: Likewise.
25149         * configure: Likewise.
25150         * configure.in: Likewise.
25151         * csu/Makefile: Likewise.
25152         * csu/version.c: Likewise.
25153         * debug/Makefile: Likewise.
25154         * dlfcn/Makefile: Likewise.
25155         * elf/Makefile: Likewise.
25156         * extra-lib.mk: Likewise.
25157         * iconv/Makefile: Likewise.
25158         * include/libc-symbols.h: Likewise.
25159         * include/shlib-compat.h: Likewise.
25160         * resolv/Makefile: Likewise.
25161         * resolv/res_libc.c: Likewise.
25162         * rt/Makefile: Likewise.
25163         * sysdeps/i386/asm-syntax.h: Likewise.
25164         * sysdeps/i386/sysdep.h: Likewise.
25165         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
25166         * sysdeps/mach/sysdep.h: Likewise.
25167         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
25168         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
25169         * sysdeps/s390/asm-syntax.h: Likewise.
25170         * sysdeps/s390/s390-32/sysdep.h: Likewise.
25171         * sysdeps/s390/s390-64/sysdep.h: Likewise.
25172         * sysdeps/sh/sysdep.h: Likewise.
25173         * sysdeps/unix/sparc/sysdep.h: Likewise.
25174         * sysdeps/wordsize-32/divdi3.c: Likewise.
25175         * sysdeps/x86_64/sysdep.h: Likewise.
25176
25177         * argp/Versions: Remove _argp_unlock_xxx.
25178
25179         [BZ #13559]
25180         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
25181         * abilist/libBrokenLocale.abilist: Likewise.
25182         * abilist/libanl.abilist: Likewise.
25183         * abilist/libc.abilist: Likewise.
25184         * abilist/libcrypt.abilist: Likewise.
25185         * abilist/libdl.abilist: Likewise.
25186         * abilist/libm.abilist: Likewise.
25187         * abilist/libnsl.abilist: Likewise.
25188         * abilist/libpthread.abilist: Likewise.
25189         * abilist/libresolv.abilist: Likewise.
25190         * abilist/librt.abilist: Likewise.
25191         * abilist/libthread_db.abilist: Likewise.
25192         * abilist/libutil.abilist: Likewise.
25193         * abilist/libnss_db.abilist: New file.
25194
25195         * scripts/abilist.awk: Add support for indirect functions.
25196
25197         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
25198
25199         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
25200
25201         * shlib-versions: Remove entries for ports architectures.
25202
25203         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
25204         files in ports.
25205         * elf/stackguard-macros.h: Remove support for IA-64.
25206         * elf/tst-auditmod1.c: Likewise.
25207         * sysdeps/generic/ldsodefs.h: Likewise.
25208
25209         * sysdeps/unix/sysv/linux/configure.in: Ports should define
25210         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
25211         configure files.
25212
25213         [BZ #13552]
25214         * configure.in: Remove --enable-omitfp support.
25215         * FAQ.in: Adjust.
25216         * config.make.in: Likewise.
25217         * Makeconfig: Likewise.
25218         * manual/install.texi: Likewise.
25219
25220         In case anyone cares, the IA-64 architecture could move to ports.
25221         * sysdeps/ia64/*: Removed.
25222         * sysdeps/unix/sysv/linux/ia64/*: Removed.
25223         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
25224
25225         [BZ #13555]
25226         * configure.in: Remove entries for unsupported architectures.
25227
25228         [BZ #13533]
25229         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
25230         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
25231         routines.
25232         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
25233         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
25234         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
25235         fall back to using wcrtomb.
25236         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
25237         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
25238         renaming.
25239         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
25240         * wcsmbs/tst-c16c32-1.c: New file.
25241
25242         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
25243         local variable.
25244
25245         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
25246
25247         * elf/tst-unique3.cc: Add explicit declaration of gets.
25248         * elf/tst-unique3lib.cc: Likewise.
25249         * elf/tst-unique3lib2.cc: Likewise.
25250         * elf/tst-unique4.cc: Likewise.
25251
25252         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
25253
25254 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
25255
25256         [BZ #13566]
25257         * assert/assert.h (static_assert): Don't define for C++.
25258         * libio/stdio.h (gets): Do declare for C++ <= C++11.
25259         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
25260
25261 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
25262
25263         * iconv/loop.c (single loop): Fix assertion in storing of
25264         remaining bytes.
25265
25266         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
25267
25268 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
25269
25270         * posix/getconf.c: Update copyright year.
25271         * nss/getent.c: Likewise.
25272         * nss/makedb.c: Likewise.
25273         * iconv/iconvconfig.c: Likewise.
25274         * iconv/iconv_prog.c: Likewise.
25275         * elf/ldconfig.c: Likewise.
25276         * elf/pldd.c: Likewise.
25277         * elf/sotruss.ksh: Likewise.
25278         * catgets/gencat.c: Likewise.
25279         * csu/version.c: Likewise.
25280         * elf/ldd.bash.in: Likewise.
25281         * elf/sprof.c (print_version): Likewise.
25282         * locale/programs/locale.c: Likewise.
25283         * locale/programs/localedef.c: Likewise.
25284         * login/programs/pt_chown.c: Likewise.
25285         * nscd/nscd.c (print_version): Likewise.
25286         * debug/xtrace.sh: Likewise.
25287         * malloc/memusage.sh: Likewise.
25288         * malloc/mtrace.pl: Likewise.
25289         * debug/catchsegv.sh: Likewise.
25290
25291 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
25292
25293         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
25294         pure attribute.
25295
25296 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
25297
25298         [BZ #13533]
25299         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
25300         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
25301         transformations.
25302         * iconv/gconv_int.h: Likewise.
25303         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
25304         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
25305         from libc for GLIBC_2.16.
25306         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
25307         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
25308         * wcsmbs/uchar.h: Really define mbstate_t.
25309         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
25310         * wcsmbs/c16rtomb.c: New file.
25311         * wcsmbs/mbrtoc16.c: New file.
25312         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
25313         for C/POSIX locale.
25314         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
25315         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
25316
25317         * wcsmbs/wchar.h: Add missing __restrict.
25318
25319 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
25320
25321         [BZ #13532]
25322         * time/Makefile (routines): Add timespec_get.
25323         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
25324         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
25325         timespec for ISO C11.
25326         * time/timespec_get.c: New file.
25327         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
25328         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
25329
25330         [BZ #13531]
25331         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
25332         * stdlib/stdlib.h: Declare aligned_alloc.
25333         * Versions.def: Add GLIBC_2.16 for libc.
25334         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
25335
25336         [BZ 13527]
25337         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
25338         ISO C11.
25339
25340         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
25341         code.
25342
25343         [BZ #13528]
25344         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
25345
25346         [BZ #13529]
25347         * assert/assert.h (static_assert): Define.
25348
25349         * version.h: Update for 2.16 development version.
25350
25351         [BZ #13526]
25352         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
25353         _ISOC11_SOURCE.
25354
25355         * version.h (RELEASE): Bump for 2.15 release.
25356         * include/features.h (__GLIBC_MINOR__): Bump to 15.
25357
25358         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
25359         Patch by Marek Polacek <mpolacek@redhat.com>.
25360
25361         * bits/byteswap.h: Protect long long constants with __extension__.
25362         * sysdeps/i386/bits/byteswap.h: Likewise.
25363         * sysdeps/ia64/bits/byteswap.h: Likewise.
25364         * sysdeps/s390/bits/byteswap.h: Likewise.
25365         * sysdeps/x86_64/bits/byteswap.h: Likewise.
25366
25367 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
25368
25369         [BZ #13540]
25370         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
25371         destination buffer.
25372         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
25373
25374 2011-12-23  Marek Polacek  <polacek@redhat.com>
25375
25376         * elf/dl-addr.c (determine_info): Add inline keyword.
25377         * elf/tst-auditmod4b.c (check_avx): Likewise.
25378         * elf/tst-auditmod6b.c (check_avx): Likewise.
25379         * elf/tst-auditmod6c.c (check_avx): Likewise.
25380         * elf/tst-auditmod7b.c (check_avx): Likewise.
25381
25382 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
25383
25384         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
25385         !__SSE_MATH__.
25386
25387 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
25388
25389         [BZ #13540]
25390         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
25391         processing for last bytes.
25392
25393 2011-08-06  Bruno Haible  <bruno@clisp.org>
25394
25395         [BZ #13061]
25396         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
25397         U+0385, not to U+1FEE.
25398
25399         [BZ #13062]
25400         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
25401         entry for U+00A5 U+0301.
25402
25403 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
25404
25405         [BZ #13166]
25406         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
25407         buffer for the output is too small.
25408
25409         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
25410         optimization.
25411
25412         [BZ #13185]
25413         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
25414         SSE flags if possible.
25415
25416 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
25417
25418         [BZ #13540]
25419         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
25420         processing for last bytes.
25421
25422 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
25423
25424         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
25425         (syscall-list-default-options, syscall-list-default-condition)
25426         (syscall-list-includes): Define.
25427         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
25428         list of ABIs and options and #if conditions for each ABI.  Do not
25429         handle common syscalls between ABIs specially.
25430         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
25431         Remove.
25432         (syscall-list-variants, syscall-list-32bit-options)
25433         (syscall-list-32bit-condition, syscall-list-64bit-options)
25434         (syscall-list-64bit-condition): Define.
25435         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
25436         (syscall-list-variants, syscall-list-32bit-options)
25437         (syscall-list-32bit-condition, syscall-list-64bit-options)
25438         (syscall-list-64bit-condition): Define.
25439         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
25440         Remove.
25441         (syscall-list-variants, syscall-list-32bit-options)
25442         (syscall-list-32bit-condition, syscall-list-64bit-options)
25443         (syscall-list-64bit-condition): Define.
25444         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
25445         Remove.
25446         (syscall-list-variants, syscall-list-32bit-options)
25447         (syscall-list-32bit-condition, syscall-list-64bit-options)
25448         (syscall-list-64bit-condition): Define.
25449
25450 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
25451
25452         * locale/iso-639.def: Add brx entry.
25453
25454         [BZ #13328]
25455         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
25456         Proposed by Mariusz_Cukr <marcukr@op.pl>.
25457
25458         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
25459         __feraiseexcept_renamed.
25460
25461 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
25462
25463         [BZ #13538]
25464         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
25465         EPOLLET with unsigned values.
25466         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
25467         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
25468
25469         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
25470         to large cancellation.
25471         * math/s_cacoshf.c: Likewise.
25472         * math/s_cacoshl.c: Likewise.
25473
25474 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
25475
25476         [BZ #13305]
25477         [BZ #12786]
25478         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
25479         * math/s_cacoshf.c: Likewise.
25480         * math/s_cacoshl.c: Likewise.
25481
25482 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
25483
25484         [BZ #13439]
25485         * iconv/gconv.h: Define __GCONV_SWAP.
25486         * iconvdata/unicode.c: The swap bit must be stored in __flags.
25487         * iconvdata/utf-16.c: Likewise.
25488         * iconvdata/utf-32.c: Likewise.
25489
25490 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
25491
25492         [BZ #13524]
25493         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
25494         numerator after shifting it by one limb.
25495
25496 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
25497
25498         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
25499         under [__USE_EXTERN_INLINES].
25500
25501 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
25502
25503         [BZ #13446]
25504         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
25505
25506 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25507
25508         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
25509         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
25510         optimized code.
25511         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
25512         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
25513         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
25514         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
25515         for strncasecmp/strncasecmp_l compilation.
25516         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
25517         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
25518
25519 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
25520
25521         [BZ #13484]
25522         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
25523         of __asm__.
25524
25525 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
25526
25527         [BZ #13506]
25528         * time/tzfile.c (__tzfile_read): Check values from file header.
25529
25530 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
25531
25532         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
25533         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
25534         * powerpc/powerpc32/dl-start.S: Likewise.
25535         * powerpc/powerpc32/elf/start.S: Likewise.
25536         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
25537         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
25538         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
25539         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
25540         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
25541         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
25542         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
25543         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
25544         * powerpc/powerpc32/fpu/s_round.S: Likewise.
25545         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
25546         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
25547         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
25548         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
25549         * powerpc/powerpc32/memset.S: Likewise.
25550         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
25551         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25552         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25553         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25554         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25555         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
25556         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
25557         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
25558         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
25559         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
25560         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
25561         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
25562         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
25563
25564 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25565
25566         * math/libm-test.inc: Added more nearbyint tests.
25567         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
25568         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
25569         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
25570         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
25571
25572 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
25573
25574         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
25575         FD_CLOEXEC.
25576
25577 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
25578
25579         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
25580         Add wcscpy-ssse3 wcscpy-c.
25581         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
25582         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
25583         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
25584         * sysdeps/x86_64/wcschr.S: New file.
25585         * sysdeps/x86_64/wcsrchr.S: New file.
25586         * string/test-strcmp.c: Remove checking of wcscmp function for
25587         wrong alignments.
25588         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
25589         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
25590         wcsrchr-sse2 wcsrchr-c.
25591         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
25592         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
25593         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
25594         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
25595         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
25596         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
25597         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
25598         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
25599         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
25600         * wcsmbc/wcschr.c (WCSCHR): New macro.
25601
25602 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
25603
25604         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
25605         * wcsmbs/test-wcsrchr.c: New file.
25606         * string/test-strrchr.c: Add wcsrchr support.
25607         (WIDE): New macro.
25608         * wcsmbs/test-wcscpy.c: New file.
25609         * string/test-strcpy.c: Add wcscpy support.
25610         (WIDE): New macro.
25611
25612 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
25613
25614         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
25615         the inner loop.
25616
25617 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
25618
25619         [BZ #13472]
25620         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
25621
25622 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
25623
25624         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
25625         Minor optimizations.
25626
25627         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
25628         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
25629         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
25630
25631 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
25632
25633         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
25634         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
25635         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
25636         for gcc to avoid warnings.
25637         * inet/Makefile (tests): Add tst-checks.
25638         * inet/tst-checks.c: New file.
25639
25640         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
25641         warning.
25642
25643         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
25644         __wmemcmp_sse2.
25645
25646         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
25647         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
25648
25649         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
25650
25651 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
25652
25653         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
25654         problem.
25655
25656         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
25657
25658 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
25659
25660         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
25661         conditional on GCC version.
25662         (__arch_compare_and_exchange_val_8_acq)
25663         (__arch_compare_and_exchange_val_16_acq)
25664         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
25665         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
25666         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
25667
25668 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
25669
25670         * sysdeps/sh/backtrace.c: New file.
25671
25672 2011-12-02  Andreas Schwab  <schwab@redhat.com>
25673
25674         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
25675         parenthesis.
25676
25677 2011-12-01  Andreas Schwab  <schwab@redhat.com>
25678
25679         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
25680         falling back to utime.
25681
25682 2011-11-30  Andreas Schwab  <schwab@redhat.com>
25683
25684         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
25685         expectations for float.
25686
25687 2011-11-29  Andreas Schwab  <schwab@redhat.com>
25688
25689         * locale/weight.h (findidx): Add parameter len.
25690         * locale/weightwc.h (findidx): Likewise.
25691         * posix/fnmatch_loop.c (FCT): Adjust caller.
25692         * posix/regcomp.c (build_equiv_class): Likewise.
25693         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
25694         * posix/regexec.c (check_node_accept_bytes): Likewise.
25695         * string/strcoll_l.c (STRCOLL): Likewise.
25696         * string/strxfrm_l.c (STRXFRM): Likewise.
25697
25698 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
25699
25700         * Makefile.in: Remove CVSOPT handling.
25701         * configure.in: Remove use of AC_REVISION.
25702         * iconvdata/Makefile (distribute): No need to filter out CVS.
25703         * scripts/list-sources.sh: Remove CVS, subversion and monotone
25704         handling.
25705
25706 2011-11-16  Andreas Schwab  <schwab@redhat.com>
25707
25708         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
25709         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
25710         [USE_AS_STRNCASECMP_L]: Likewise.
25711         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
25712         NO_TLS_DIRECT_SEG_REFS.
25713         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
25714         Fix argument offsets for non-PIC.
25715         [USE_AS_STRNCASECMP_L]: Likewise.
25716         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
25717         NO_TLS_DIRECT_SEG_REFS.
25718
25719 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
25720
25721         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
25722         O_CLOEXEC.
25723         * locale/loadlocale.c (_nl_load_locale): Likewise.
25724
25725 2011-11-15  Andreas Schwab  <schwab@redhat.com>
25726
25727         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
25728         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
25729         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
25730         (SYSCALL_GETTIME): Set errno on error.
25731
25732         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
25733         count references to noai6ai_cached.
25734
25735 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
25736
25737         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
25738
25739         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
25740         FD_CLOEXEC for /proc/self/maps.
25741
25742         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
25743         FD_CLOEXEC for /proc/meminfo.
25744
25745         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
25746         gai.conf.
25747
25748         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
25749         FD_CLOEXEC for given file.
25750
25751         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
25752
25753         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
25754         FD_CLOEXEC for /etc/hosts.
25755         (_gethtent): Likewise.
25756
25757         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
25758
25759         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
25760         cancellation and set FD_CLOEXEC for /etc/netgroup.
25761
25762         * nss/nss_files/files-key.c (search): Don't allow cancellation when
25763         reading /etc/publickey.
25764
25765         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
25766         allow cancellation when reading /etc/group.
25767
25768         * nss/nss_files/files-alias.c (internal_setent): Don't allow
25769         cancellation.
25770         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
25771
25772         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
25773         when using data file.
25774
25775         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
25776
25777         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
25778         (write_nis_obj): Use "c" and "e" in fopen.
25779
25780         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
25781
25782         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
25783
25784         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
25785
25786         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
25787
25788         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
25789         locale.alias.
25790
25791         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
25792
25793         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
25794
25795         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
25796
25797         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
25798         file parsing and set FD_CLOEXEC.
25799
25800 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
25801
25802         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
25803
25804 2011-11-14  Andreas Schwab  <schwab@redhat.com>
25805
25806         * malloc/arena.c (arena_get2): Don't call reused_arena when
25807         _int_new_arena failed.
25808
25809 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
25810
25811         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
25812         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
25813         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
25814         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
25815         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
25816         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
25817         to compile strcasecmp and strncasecmp.
25818         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
25819         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
25820
25821         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
25822
25823 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
25824
25825         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
25826         locale-defines.sym to gen-as-const-headers.
25827         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
25828         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
25829         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
25830         to compile strcasecmp and strncasecmp.
25831         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
25832         strcasecmp_l and strncasecmp_l.
25833         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
25834         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
25835         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
25836         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
25837         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
25838         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
25839         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
25840         * sysdeps/i386/i686/multiarch/strncase.S: New file.
25841         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
25842         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
25843         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
25844
25845 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
25846
25847         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
25848         result of SYSDEP_GETTIME_CPU to retval.
25849         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
25850         parameter list to macro.  Remove trailing semicolon.  Adjust users.
25851
25852         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
25853         variable.
25854
25855         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
25856         mantissa words.
25857         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
25858
25859         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
25860         from unused variable.
25861
25862         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
25863         DWARF definitions.
25864         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
25865         for assembling.
25866
25867         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
25868         over namespaces.
25869
25870         * sunrpc/rpc_prot.c (rejected): Fix case value.
25871
25872         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
25873         unsigned long long int to avoid warnings in shift.
25874
25875         * posix/regex_internal.c (re_string_reconstruct): Actually use result
25876         of use of trans.
25877         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
25878         variable tmp.
25879
25880         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
25881         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
25882         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
25883
25884         * nis/nis_table.c (nis_list): Use variable of correct type for
25885         result of __follow_path call.
25886
25887 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25888
25889         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
25890         of math functions ceil, trunc, floor, round, and sqrt, when
25891         avaliable on the platform.
25892         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
25893         name clash.
25894         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25895         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
25896         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
25897
25898 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
25899
25900         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
25901         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
25902
25903 2011-11-11  Roland McGrath  <roland@hack.frob.com>
25904
25905         * include/unistd.h: Fix __readlink return type.
25906         Reported by Chris Metcalf <cmetcalf@tilera.com>.
25907
25908 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
25909
25910         * stdlib/ucontext.h: Undo last change for makecontext.
25911
25912 2011-11-11  Andreas Schwab  <schwab@redhat.com>
25913
25914         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
25915
25916         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
25917         * setjmp/setjmp.h: Mark functions as non-leaf.
25918         * setjmp/bits/setjmp2.h: Likewise.
25919         * stdlib/ucontext.h: Likewise.
25920
25921 2011-11-10  Andreas Schwab  <schwab@redhat.com>
25922
25923         * malloc/arena.c (_int_new_arena): Don't increment narenas.
25924         (reused_arena): Don't check arena limit.
25925         (arena_get2): Atomically check arena limit.
25926
25927 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
25928
25929         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
25930         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
25931
25932         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
25933         instructions.
25934
25935 2011-11-07  Andreas Schwab  <schwab@redhat.com>
25936
25937         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
25938         handler when locking.
25939
25940         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
25941         Fix size of allocated buffer.
25942
25943 2011-11-04  Andreas Schwab  <schwab@redhat.com>
25944
25945         [BZ #10103]
25946         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
25947         declarations for long double functions.
25948         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
25949
25950         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
25951
25952 2011-11-03  Andreas Schwab  <schwab@redhat.com>
25953
25954         * nscd/nscd.c (main): Don't start AVC thread until credentials are
25955         installed.
25956
25957         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
25958         is disabled.
25959
25960 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25961
25962         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
25963
25964 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
25965
25966         * include/alloca.h (stackinfo_alloca_round): Define.
25967         (extend_alloca): Use it.
25968         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
25969         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
25970         here.
25971
25972         * scripts/check-local-headers.sh: Ignore libaudit.h.
25973
25974         * nscd/Makefile (extra-objs): Make recursively expanded.
25975
25976 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
25977
25978         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
25979         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
25980
25981         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
25982         * posix/tst-rfc3484-2.c: Likewise.
25983         * posix/tst-rfc3484-3.c: Likewise.
25984
25985         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
25986         process_vm_writev.
25987         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
25988         process_vm_writev.
25989         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
25990         process_vm_writev from libc using GLIBC_2.15 version.
25991
25992         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
25993
25994 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
25995
25996         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
25997         stack usage.
25998
25999 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
26000
26001         [BZ #13367]
26002         * nss/getent.c (initgroups_keys): Show error message in case no group
26003         names are given.
26004
26005         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
26006         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
26007         __bump_nl_timestamp.
26008         * nscd/connections (nscd_init): When host database is served open
26009         netlink socket and request notification about configuration changes.
26010         (main_loop_poll): Track netlink file descriptor and bump timestamp
26011         in case data becomes available.
26012         (main_loop_epoll): Likewise.
26013         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
26014         (database_pers_head): Add extra_data fileds.
26015         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
26016         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
26017         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
26018         Adjust caller.
26019         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
26020         in6ai data, call __free_in6ai.
26021         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
26022         Add -DHAVE_NETLINK.
26023         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
26024         interface information.  Reuse previous data if netlink timestamp
26025         is not changed.
26026         (__bump_nl_timestamp): New function.
26027         (__free_in6ai): New function.
26028
26029 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
26030
26031         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
26032         close_not_cancel_no_status here.
26033         (__check_pf): Reorganize code a bit to not call close twice if OOM.
26034
26035 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
26036
26037         [BZ #13276]
26038         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
26039         return value.
26040
26041         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
26042         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
26043         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
26044
26045 2011-07-03  Andreas Jaeger  <aj@suse.de>
26046
26047         [BZ #10709]
26048         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
26049         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
26050         * math/libm-test.inc (sin_test): Add test case.
26051
26052 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
26053
26054         [BZ #13337]
26055         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
26056         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
26057
26058         * elf/chroot_canon.c (chroot_canon): Cleanups.
26059
26060         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
26061
26062         [BZ #13335]
26063         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
26064         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
26065
26066         * string/test-strchr.c: Make usable for strchrnul testing.
26067         * string/test-strchrnul.c: New file.
26068         * string/Makefile (strop-tests): Add strchrnul.
26069
26070         * po/it.po: Update from translation team.
26071         * po/es.po: Likewise.
26072
26073 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
26074
26075         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
26076         the three constants needed as parameters.  Drop the others.
26077         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
26078         __m128i_strloadu_tolower.
26079         Create and initialize variable zero and use it in all the places
26080         where _mm_setzero_si128 was used.
26081
26082         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
26083         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
26084         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
26085         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
26086         anymore.
26087         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
26088         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
26089         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
26090         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
26091         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
26092         __mpranred, __mptan.
26093         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
26094         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
26095         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
26096         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
26097         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
26098         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
26099         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
26100         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
26101         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
26102
26103 2011-10-28  Andreas Schwab  <schwab@redhat.com>
26104
26105         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
26106         redefine if SHARED.
26107         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
26108
26109         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
26110         wide char related routines to wcsmbs subdir.
26111
26112 2011-10-27  Andreas Schwab  <schwab@redhat.com>
26113
26114         [BZ #13344]
26115         * misc/sys/cdefs.h (__THROWNL): Define.
26116         * posix/unistd.h: Use __THREADNL instead of __THREAD
26117         for memory synchronization functions.
26118
26119 2011-10-26  Roland McGrath  <roland@hack.frob.com>
26120
26121         [BZ #13349]
26122         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
26123         doesn't exist.
26124         * manual/stdio.texi (Obstack Streams): Node removed.
26125
26126 2011-10-26  Andreas Schwab  <schwab@redhat.com>
26127
26128         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
26129         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
26130         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
26131
26132         * math/math_private.h (math_force_eval): Allow non-addressable
26133         arguments.
26134         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
26135
26136 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
26137
26138         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
26139         file is not needed.
26140
26141         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
26142         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
26143         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
26144         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
26145         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
26146         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
26147         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
26148         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
26149         Add AVX variants.
26150         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
26151         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
26152         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
26153         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
26154         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
26155         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
26156         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
26157         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
26158         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
26159         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
26160         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
26161         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
26162         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
26163         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
26164         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
26165         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
26166         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
26167         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
26168         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
26169
26170         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
26171         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
26172
26173         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
26174         place.  Use VEX encoding when compiling for AVX.
26175
26176 2011-10-25  Andreas Schwab  <schwab@redhat.com>
26177
26178         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
26179         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
26180
26181         * string/test-strchr.c (do_test): Don't generate NUL bytes.
26182
26183 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
26184
26185         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
26186         useless if() expression.
26187         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
26188         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
26189         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
26190         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
26191         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
26192         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
26193         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
26194         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
26195         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
26196         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
26197         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
26198         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
26199         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
26200         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
26201         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
26202         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
26203         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
26204         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
26205         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
26206
26207         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
26208
26209 2011-10-25  Andreas Schwab  <schwab@redhat.com>
26210
26211         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
26212         condition.
26213         * elf/dl-fini.c (_dl_sort_fini): Likewise.
26214
26215 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
26216
26217         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
26218         .text section.  Avoid duplicate constants.
26219         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
26220         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26221         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
26222         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26223         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
26224         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26225         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26226         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26227         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
26228         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
26229         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
26230         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26231         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
26232         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
26233         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
26234         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
26235         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
26236         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
26237         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
26238         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
26239         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
26240         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
26241         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
26242         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
26243         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
26244         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
26245         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
26246         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
26247         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
26248         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
26249         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
26250         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
26251         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
26252         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
26253         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
26254         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
26255         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
26256         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
26257         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
26258         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
26259         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
26260         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
26261         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
26262         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
26263         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
26264
26265 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
26266
26267         * sysdeps/x86_64/dla.h: Move to ...
26268         * sysdeps/x86_64/fpu/dla.h: ...here.
26269         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
26270         situations.  Use __builtin_fma only for gcc 4.6 and up.
26271
26272         * config.make.in: Add have-mfma4 entry.
26273         * configure.in: Substitute libc_cv_cc_fma4.
26274         * math/Makefile (dbl-only-routines): Add sincostab.
26275         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
26276         Use __sincostab not sincos.
26277         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
26278         name is a macro.
26279         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
26280         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26281         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26282         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
26283         using __copysign.
26284         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
26285         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
26286         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
26287         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
26288         and __inv.
26289         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
26290         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
26291         __copysign.
26292         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
26293         define aliases when function name is a macro.
26294         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
26295         sysdeps/ieee754/dbl-64/sincos.tbl.
26296         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
26297         fma4-enabled routines.
26298         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
26299         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
26300         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
26301         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
26302         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
26303         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
26304         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
26305         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
26306         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
26307         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
26308         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
26309         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
26310         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
26311         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
26312         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
26313         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
26314         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
26315         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
26316         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
26317         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
26318         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
26319         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
26320         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
26321         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
26322         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
26323         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
26324         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
26325         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
26326         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
26327         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
26328
26329         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
26330         rename.
26331         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26332         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26333         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26334         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26335         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26336         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26337         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
26338         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
26339
26340 2011-10-24  Andreas Schwab  <schwab@redhat.com>
26341
26342         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
26343
26344 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
26345
26346         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
26347
26348         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
26349         prediction.
26350         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
26351
26352         * string/strnlen.c: Don't define STRNLEN, reverse logic.
26353         Remove unused variable magic_bits.
26354         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
26355
26356         * string/strnlen.c: Define and use STRNLEN macro.
26357         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
26358         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
26359         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
26360         * wcsmbs/wcslen.c: Define and use WCSLEN.
26361         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
26362         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
26363         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
26364         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
26365         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
26366         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
26367         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
26368
26369 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
26370
26371         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
26372         strnlen-sse2-no-bsf.
26373         Rename strlen-no-bsf to strlen-sse2-no-bsf.
26374         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
26375         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
26376         Add strnlen support.
26377         (USE_AS_STRNLEN): New macro.
26378         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
26379         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
26380         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
26381         * sysdeps/x86_64/wcslen.S: New file.
26382
26383 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
26384
26385         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
26386         XMM-moves are used for copying on small sizes.
26387
26388 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
26389
26390         * wcsmbs/Makefile (strop-tests): Add wcschr.
26391         * wcsmbs/test-wcschr.c: New file.
26392         * string/test-strchr.c: Update.
26393         Add wcschr support.
26394         (WIDE): New macro.
26395
26396 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
26397
26398         * wcsmbs/Makefile (strop-tests): Add wcslen.
26399         * wcsmbs/test-wcslen.c: New file.
26400         * string/test-strlen.c: Update.
26401         Add wcslen support.
26402         (WIDE): New macro.
26403
26404 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
26405
26406         * po/it.po: Update from translation team.
26407
26408 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
26409
26410         * sysdeps/x86_64/wcscmp.S: Update.
26411         Fix wrong comparison semantics.
26412         wcscmp shall use signed comparison not unsigned.
26413         Don't use substraction to avoid overflow bug.
26414         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
26415         * wcsmbc/wcscmp.c: Likewise.
26416         * string/test-strcmp.c: Likewise.
26417         Add new tests to check cases with negative values.
26418
26419 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
26420
26421         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
26422         * sysdeps/x86_64/dla.h: ...here.  New file.
26423         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
26424         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26425         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26426         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26427         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26428         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
26429         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26430         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
26431         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
26432
26433 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
26434
26435         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
26436         __ynl_finite aliases.
26437
26438 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
26439
26440         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26441
26442         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
26443         define DLA_FMA.
26444         [DLA_FMA] (EMULV): Use DLA_FMA.
26445         [DLA_FMA] (MUL12): Use EMULV.
26446         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
26447         that are not needed.
26448         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26449         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26450         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26451         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26452         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26453         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
26454         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
26455
26456 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
26457
26458         * math/s_nan.c: Undef __nan.
26459         * math/s_nanf.c: Undef __nanf.
26460         * math/s_nanl.c: Undef __nanl.
26461         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
26462         "math_private.h".
26463
26464 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
26465
26466         * math/s_catan.c: Add branch predictions.
26467         * math/s_catanf.c: Likewise.
26468         * math/s_catanh.c: Likewise.
26469         * math/s_catanhf.c: Likewise.
26470         * math/s_catanhl.c: Likewise.
26471         * math/s_catanl.c: Likewise.
26472         * math/s_cexp.c: Likewise.
26473         * math/s_cexpf.c: Likewise.
26474         * math/s_cexpl.c: Likewise.
26475         * math/s_clog.c: Likewise.
26476         * math/s_clog10.c: Likewise.
26477         * math/s_clog10f.c: Likewise.
26478         * math/s_clog10l.c: Likewise.
26479         * math/s_clogf.c: Likewise.
26480         * math/s_clogl.c: Likewise.
26481         * math/s_csqrt.c: Likewise.
26482         * math/s_csqrtf.c: Likewise.
26483         * math/s_csqrtl.c: Likewise.
26484         * math/s_ctanf.c: Likewise.
26485         * math/s_ctanh.c: Likewise.
26486         * math/s_ctanhf.c: Likewise.
26487         * math/s_ctanhl.c: Likewise.
26488         * math/s_ctanl.c: Likewise.
26489
26490         * math/math_private.h: Define __nan, __nanf, __nanl.
26491         * math/s_cacosh.c: Include <math_private.h>.
26492         * math/s_cacoshl.c: Likewise.
26493         * math/s_casinh.c: Likewise.
26494         * math/s_casinhf.c: Likewise.
26495         * math/s_casinhl.c: Likewise.
26496         * math/s_ccos.c: Rely entire on ccosh.
26497         * math/s_ccosf.c: Rely entire on ccoshf.
26498         * math/s_ccosl.c: Rely entirely on ccoshl.
26499         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
26500         Remove tests for FE_INVALID.
26501         * math/s_ccoshf.c: Likewise.
26502         * math/s_ccoshl.c: Likewise.
26503         * math/s_csin.c: Likewise.
26504         * math/s_csinf.c: Likewise.
26505         * math/s_csinh.c Likewise.
26506         * math/s_csinhf.c: Likewise.
26507         * math/s_csinhl.c: Likewise.
26508         * math/s_csinl.c: Likewise.
26509         * math/s_ctan.c: Likewise.
26510         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
26511         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
26512         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
26513
26514 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
26515
26516         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
26517         compilation problems.
26518
26519         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
26520         __builtin_expect.
26521
26522 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
26523
26524         * sysdeps/i386/configure.in: Test for -mfma4 option.
26525         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
26526         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
26527         COMMON_CPUID_INDEX_80000001.
26528         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
26529         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
26530         use it if FMA3 is not supported.
26531         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
26532
26533         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
26534         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
26535
26536 2011-10-20  Andreas Schwab  <schwab@redhat.com>
26537
26538         [BZ #12892]
26539         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
26540         it would create a cycle with a link time dependency.
26541
26542 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
26543
26544         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
26545         instruction.
26546         * string/Makefile (strop-tests): Add rawmemchr.
26547         * string/test-rawmemchr.c: New file.
26548
26549         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
26550         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
26551         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
26552         when compiling str{,n}casecmp and when AVX is available.  Hook up
26553         new optimized code in initializers.
26554
26555 2011-10-19  Andreas Schwab  <schwab@redhat.com>
26556
26557         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
26558         __feraiseexcept instead of feraiseexcept.
26559
26560 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
26561
26562         * math/math_private.h: Define defaults for libc_fetestexcept and
26563         libc_feupdateenv.
26564         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
26565         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
26566         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
26567         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
26568         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
26569         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
26570         libc_fetestexcept and libc_feupdateenv.
26571
26572         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
26573         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
26574         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
26575         * sysdeps/x86_64/fpu/math_private.h: Define special version of
26576         libc_feholdexcept_setround.
26577
26578         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
26579         Add s_nearbyint-c and s_nearbyintf-c.
26580         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
26581         nearbyintf inlines.
26582         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
26583         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
26584         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
26585         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
26586
26587         * math/math_private.h: Define defaults for libc_fegetround,
26588         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
26589         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
26590         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
26591         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
26592         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
26593         standard functions.
26594         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
26595         Remove comments and hacks for old compiler versions.
26596         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
26597         libc_fegetround, libc_fesetround, libc_feholdexcept, and
26598         libc_feholdexceptl.
26599
26600 2011-10-18  Andreas Schwab  <schwab@redhat.com>
26601
26602         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
26603         (__feraiseexcept_renamed): Add __NTH.
26604         (feraiseexcept): Add __NTH.  Rename local variables to fix
26605         namespace violations.
26606
26607 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
26608
26609         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
26610
26611         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
26612
26613         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
26614         recently added interfaces.
26615         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
26616
26617         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
26618         about macro parameter expansion.
26619
26620         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
26621         __NO_MATH_INLINES is defined.  Cleanups.
26622
26623         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
26624         and __floorf is target has SSE4.1.
26625         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
26626         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
26627         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
26628         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
26629
26630         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
26631         name.
26632         (floorf): Likewise.
26633
26634         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
26635
26636 2011-10-17  Andreas Schwab  <schwab@redhat.com>
26637
26638         * misc/sys/cdefs.h: Fix last change.
26639
26640         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
26641         database lookup.
26642
26643 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
26644
26645         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
26646
26647         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
26648         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
26649         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
26650         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
26651         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
26652         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
26653         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
26654         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
26655         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
26656         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
26657         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
26658         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
26659         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
26660         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
26661         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
26662         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
26663         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
26664         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
26665         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
26666         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
26667         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
26668         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
26669
26670         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
26671         ceil, ceilf, floor, floorf.
26672
26673         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
26674         Perform IRELATIVE relocations last.
26675
26676         * elf/do-rel.h: Add another parameter nrelative, replacing the
26677         local variable with the same name.  Change name of the function
26678         to end in Rel or Rela (uppercase).
26679         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
26680         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
26681         elf_dynamic_do_##reloc function.
26682
26683 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
26684
26685         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
26686         is sufficient, at least on modern CPUs.
26687
26688         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
26689
26690         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
26691         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
26692
26693         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
26694         __expl_finite.
26695         * math/bits/math-finite.h: Add entries for exp.
26696         * math/e_expl.c: Add __*_finite alias.
26697         * sysdeps/i386/fpu/e_exp.S: Likewise.
26698         * sysdeps/i386/fpu/e_expf.S: Likewise.
26699         * sysdeps/i386/fpu/e_expl.c: Likewise.
26700         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
26701         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
26702         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26703         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26704         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
26705         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
26706         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
26707
26708         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
26709         is sufficient, at least on modern CPUs.
26710
26711         * ctype/ctype-info.c (__ctype_init): Define.
26712         * include/ctype.h (__ctype_init): Declare.
26713         (__ctype_b_loc): The variable is always initialized.
26714         (__ctype_toupper_loc): Likewise.
26715         (__ctype_tolower_loc): Likewise.
26716         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
26717         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
26718
26719 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
26720
26721         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
26722
26723         * configure.in: Also look in $cxxmachine/include for C++ system
26724         headers.
26725
26726 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
26727
26728         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
26729         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
26730         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
26731         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
26732         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
26733         (USE_AS_WMEMCMP): New macro.
26734         Fixing indents.
26735         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
26736         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
26737         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
26738         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
26739         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
26740         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
26741         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
26742         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
26743         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
26744         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
26745         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
26746         (USE_AS_WMEMCMP): New macro.
26747         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
26748         * sysdeps/string/test-memcmp.c: Update.
26749         Fix simple_wmemcmp.
26750         Add new tests.
26751         * wcsmbs/wmemcmp.c: Update.
26752         (WMEMCMP): New macro.
26753         Fix overflow bug.
26754
26755 2011-10-12  Andreas Jaeger  <aj@suse.de>
26756
26757         [BZ #13268]
26758         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
26759
26760 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
26761
26762         * libio/iofwide.c (do_length): Avoid warning.
26763
26764         * ctype/ctype.h (__isctype_f): Add missing __THROW.
26765
26766 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
26767
26768         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
26769
26770         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
26771         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
26772         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
26773         * sysdeps/i386/i686/fpu/e_log.S: New file.
26774         * sysdeps/i386/i686/fpu/e_logf.S: New file.
26775         * sysdeps/i386/i686/fpu/e_logl.S: New file.
26776
26777         * ctype/ctype.h: Add support for inlined isXXX functions when
26778         compiling C++ code.
26779
26780 2011-10-14  Andreas Schwab  <schwab@redhat.com>
26781
26782         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
26783
26784         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
26785
26786 2011-10-13  Roland McGrath  <roland@hack.frob.com>
26787
26788         [BZ #13291]
26789         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
26790
26791 2011-10-13  Andreas Schwab  <schwab@redhat.com>
26792
26793         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
26794         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
26795         feraiseexcept.
26796
26797         * sysdeps/x86_64/memrchr.S: Check for zero size.
26798
26799         * string/stratcliff.c: Add memrchr tests.
26800
26801 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
26802
26803         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
26804         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
26805         rawmemchr-sse2 rawmemchr-sse2-bsf.
26806         * sysdeps/i386/i686/multiarch/memchr.S: New file.
26807         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
26808         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
26809         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
26810         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
26811         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
26812         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
26813         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
26814         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
26815         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
26816         * string/memrchr.c (MEMRCHR): New macro.
26817
26818 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
26819
26820         Add integration with gcc's -ffinite-math-only and optimize wrapper
26821         functions in libm.
26822         * Versions.def: Define GLIBC_2.15 version for libm.
26823         * math/Makefile (headers): Add bits/math-finite.h.
26824         * math/bits/math-finite.h: New file.
26825         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
26826         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
26827         * math/e_acoshl.c: Add __*_finite alias.
26828         * math/e_acosl.c: Likewise.
26829         * math/e_asinl.c: Likewise.
26830         * math/e_atan2l.c: Likewise.
26831         * math/e_atanhl.c: Likewise.
26832         * math/e_coshl.c: Likewise.
26833         * math/e_exp10.c: Likewise.
26834         * math/e_exp10f.c: Likewise.
26835         * math/e_exp10l.c: Likewise.
26836         * math/e_exp2l.c: Likewise.
26837         * math/e_fmodl.c: Likewise.
26838         * math/e_gammal_r.c: Likewise.
26839         * math/e_hypotl.c: Likewise.
26840         * math/e_j0l.c: Likewise.
26841         * math/e_j1l.c: Likewise.
26842         * math/e_jnl.c: Likewise.
26843         * math/e_lgammal_r.c: Likewise.
26844         * math/e_log10l.c: Likewise.
26845         * math/e_log2l.c: Likewise.
26846         * math/e_logl.c: Likewise.
26847         * math/e_powl.c: Likewise.
26848         * math/e_sinhl.c: Likewise.
26849         * math/e_sqrtl.c: Likewise.
26850         * math/e_scalb.c: Completely rewritten and optimized.
26851         * math/e_scalbf.c: Likewise.
26852         * math/e_scalbl.c: Likewise.
26853         * math/w_acos.c: Likewise.
26854         * math/w_acosf.c: Likewise.
26855         * math/w_acosl.c: Likewise.
26856         * math/w_acosh.c: Likewise.
26857         * math/w_acoshf.c: Likewise.
26858         * math/w_acoshl.c: Likewise.
26859         * math/w_asin.c: Likewise.
26860         * math/w_asinf.c: Likewise.
26861         * math/w_asinl.c: Likewise.
26862         * math/w_atan2.c: Likewise.
26863         * math/w_atan2f.c: Likewise.
26864         * math/w_atan2l.c: Likewise.
26865         * math/w_atanh.c: Likewise.
26866         * math/w_atanhf.c: Likewise.
26867         * math/w_atanhl.c: Likewise.
26868         * math/w_exp10.c: Likewise.
26869         * math/w_exp10f.c: Likewise.
26870         * math/w_exp10l.c: Likewise.
26871         * math/w_fmod.c: Likewise.
26872         * math/w_fmodf.c: Likewise.
26873         * math/w_fmodl.c: Likewise.
26874         * math/w_j0.c: Likewise.
26875         * math/w_j0f.c: Likewise.
26876         * math/w_j0l.c: Likewise.
26877         * math/w_j1.c: Likewise.
26878         * math/w_j1f.c: Likewise.
26879         * math/w_j1l.c: Likewise.
26880         * math/w_jn.c: Likewise.
26881         * math/w_jnf.c: Likewise.
26882         * math/w_log.c: Likewise.
26883         * math/w_logf.c: Likewise.
26884         * math/w_logl.c: Likewise.
26885         * math/w_log10.c: Likewise.
26886         * math/w_log10f.c: Likewise.
26887         * math/w_log10l.c: Likewise.
26888         * math/w_log2.c: Likewise.
26889         * math/w_log2f.c: Likewise.
26890         * math/w_log2l.c: Likewise.
26891         * math/w_pow.c: Likewise.
26892         * math/w_powf.c: Likewise.
26893         * math/w_powl.c: Likewise.
26894         * math/w_remainder.c: Likewise.
26895         * math/w_remainderf.c: Likewise.
26896         * math/w_remainderl.c: Likewise.
26897         * math/w_scalb.c: Likewise.
26898         * math/w_scalbf.c: Likewise.
26899         * math/w_scalbl.c: Likewise.
26900         * math/w_sqrt.c: Likewise.
26901         * math/w_sqrtf.c: Likewise.
26902         * math/w_sqrtl.c: Likewise.
26903         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
26904         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
26905         used.
26906         * math/math_private.h: Declare __kernel_standard_f.
26907         * math/w_cosh.c: Remove cruft and optimize a bit.
26908         * math/w_coshf.c: Likewise.
26909         * math/w_coshl.c: Likewise.
26910         * math/w_exp2.c: Likewise.
26911         * math/w_exp2f.c: Likewise.
26912         * math/w_exp2l.c: Likewise.
26913         * math/w_hypot.c: Likewise.
26914         * math/w_hypotf.c: Likewise.
26915         * math/w_hypotl.c: Likewise.
26916         * math/w_lgamma.c: Likewise.
26917         * math/w_lgamma_r.c: Likewise.
26918         * math/w_lgammaf.c: Likewise.
26919         * math/w_lgammaf_r.c: Likewise.
26920         * math/w_lgammal.c: Likewise.
26921         * math/w_lgammal_r.c: Likewise.
26922         * math/w_sinh.c: Likewise.
26923         * math/w_sinhf.c: Likewise.
26924         * math/w_sinhl.c: Likewise.
26925         * math/w_tgamma.c: Likewise.
26926         * math/w_tgammaf.c: Likewise.
26927         * math/w_tgammal.c: Likewise.
26928         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
26929         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
26930         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
26931         Minor optimizations.  Pretty printing.  Remove cruft.
26932         * sysdeps/i386/fpu/e_acosf.S: Likewise.
26933         * sysdeps/i386/fpu/e_acosh.S: Likewise.
26934         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
26935         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
26936         * sysdeps/i386/fpu/e_acosl.c: Likewise.
26937         * sysdeps/i386/fpu/e_asin.S: Likewise.
26938         * sysdeps/i386/fpu/e_asinf.S: Likewise.
26939         * sysdeps/i386/fpu/e_atan2.S: Likewise.
26940         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
26941         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
26942         * sysdeps/i386/fpu/e_atanh.S: Likewise.
26943         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
26944         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
26945         * sysdeps/i386/fpu/e_exp10.S: Likewise.
26946         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
26947         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
26948         * sysdeps/i386/fpu/e_exp2.S: Likewise.
26949         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
26950         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
26951         * sysdeps/i386/fpu/e_fmod.S: Likewise.
26952         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
26953         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
26954         * sysdeps/i386/fpu/e_hypot.S: Likewise.
26955         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
26956         * sysdeps/i386/fpu/e_log.S: Likewise.
26957         * sysdeps/i386/fpu/e_log10.S: Likewise.
26958         * sysdeps/i386/fpu/e_log10f.S: Likewise.
26959         * sysdeps/i386/fpu/e_log10l.S: Likewise.
26960         * sysdeps/i386/fpu/e_log2.S: Likewise.
26961         * sysdeps/i386/fpu/e_log2f.S: Likewise.
26962         * sysdeps/i386/fpu/e_log2l.S: Likewise.
26963         * sysdeps/i386/fpu/e_logf.S: Likewise.
26964         * sysdeps/i386/fpu/e_logl.S: Likewise.
26965         * sysdeps/i386/fpu/e_pow.S: Likewise.
26966         * sysdeps/i386/fpu/e_powf.S: Likewise.
26967         * sysdeps/i386/fpu/e_powl.S: Likewise.
26968         * sysdeps/i386/fpu/e_remainder.S: Likewise.
26969         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
26970         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
26971         * sysdeps/i386/fpu/e_scalb.S: Likewise.
26972         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
26973         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
26974         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
26975         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
26976         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
26977         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
26978         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
26979         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26980         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
26981         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
26982         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
26983         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
26984         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
26985         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
26986         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
26987         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
26988         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
26989         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26990         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
26991         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
26992         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26993         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
26994         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
26995         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
26996         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26997         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
26998         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
26999         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
27000         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
27001         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
27002         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
27003         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
27004         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
27005         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
27006         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
27007         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
27008         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
27009         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
27010         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
27011         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
27012         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
27013         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
27014         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
27015         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
27016         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
27017         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
27018         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
27019         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
27020         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
27021         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
27022         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
27023         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
27024         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
27025         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
27026         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
27027         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
27028         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
27029         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
27030         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
27031         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
27032         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
27033         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
27034         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
27035         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
27036         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
27037         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
27038         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
27039         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
27040         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
27041         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
27042         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
27043         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
27044         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
27045         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
27046         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
27047         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
27048         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
27049         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
27050         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
27051         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
27052         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
27053         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
27054         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
27055         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
27056         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
27057         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
27058         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
27059         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
27060         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
27061         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
27062         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
27063         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
27064         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
27065         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
27066         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
27067         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
27068         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
27069         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
27070         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
27071         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
27072         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
27073         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
27074         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
27075         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
27076         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
27077         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
27078         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
27079         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
27080         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
27081         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
27082         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
27083         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
27084         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
27085         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
27086         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
27087         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
27088         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
27089         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
27090         (__isnanf): Likewise.
27091         (__isinf_ns): Likewise.
27092         (__isinf_nsf): Likewise.
27093         (__finite): Likewise.
27094         (__finitef): Likewise.
27095         (__ieee754_sqrt): Define as macro.
27096         (__ieee754_sqrtf): Define as macro.
27097         (__ieee754_sqrtl): Define as macro.
27098         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
27099         inlined copy.
27100         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
27101         __FINITE_MATH_ONLY__ consistent.
27102         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
27103
27104 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
27105
27106         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
27107         of rawmemchr.
27108
27109         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
27110
27111 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
27112
27113         * po/ja.po: Update from translation team.
27114
27115 2011-10-08  Roland McGrath  <roland@hack.frob.com>
27116
27117         * locale/programs/locarchive.c (prepare_address_space): New function.
27118         (create_archive, enlarge_archive, open_archive): Use it.
27119
27120         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
27121         inside [SHARED], where it is used.
27122
27123         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
27124
27125         * nss/getent.c (netgroup_keys): Remove unused variable.
27126         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
27127
27128 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
27129
27130         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
27131         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
27132         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
27133         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
27134         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
27135         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
27136         * math/Makefile (libm-calls): Add s_isinf_ns.
27137         * math/divtc3.c: Use __isinf_nsl instead of isinf.
27138         * math/multc3.c: Likewise.
27139         * math/s_casin.c: Likewise.
27140         * math/s_casinf.c: Likewise.
27141         * math/s_casinl.c: Likewise.
27142         * math/s_ccos.c: Likewise.
27143         * math/s_ccosf.c: Likewise.
27144         * math/s_ccosl.c: Likewise.
27145         * math/s_ctan.c: Likewise.
27146         * math/s_ctanf.c: Likewise.
27147         * math/s_ctanh.c: Likewise.
27148         * math/s_ctanhf.c: Likewise.
27149         * math/s_ctanhl.c: Likewise.
27150         * math/s_ctanl.c: Likewise.
27151         * math/w_fmod.c: Likewise.
27152         * math/w_fmodf.c: Likewise.
27153         * math/w_fmodl.c: Likewise.
27154         * math/w_remainder.c: Likewise.
27155         * math/w_remainderf.c: Likewise.
27156         * math/w_remainderl.c: Likewise.
27157         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
27158         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
27159         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
27160         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
27161         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
27162         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
27163         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
27164         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
27165
27166         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
27167         of the number.
27168         * stdio-common/printf_fphex.c: Likewise.
27169         * stdio-common/printf_size.c: Likewise.
27170
27171         * math/e_exp10.c: Include math_private.h using <...> not "...".
27172         * math/e_exp10f.c: Likewise.
27173         * math/e_exp10l.c: Likewise.
27174         * math/e_exp2l.c: Likewise.
27175         * math/e_j0l.c: Likewise.
27176         * math/e_j1l.c: Likewise.
27177         * math/e_jnl.c: Likewise.
27178         * math/e_lgammal_r.c: Likewise.
27179         * math/e_rem_pio2l.c: Likewise.
27180         * math/e_scalb.c: Likewise.
27181         * math/e_scalbf.c: Likewise.
27182         * math/e_scalbl.c: Likewise.
27183         * math/k_cosl.c: Likewise.
27184         * math/k_sinl.c: Likewise.
27185         * math/k_tanl.c: Likewise.
27186         * math/s_cacoshf.c: Likewise.
27187         * math/s_catan.c: Likewise.
27188         * math/s_catanf.c: Likewise.
27189         * math/s_catanh.c: Likewise.
27190         * math/s_catanhf.c: Likewise.
27191         * math/s_catanhl.c: Likewise.
27192         * math/s_catanl.c: Likewise.
27193         * math/s_ccosh.c: Likewise.
27194         * math/s_ccoshf.c: Likewise.
27195         * math/s_ccoshl.c: Likewise.
27196         * math/s_cexp.c: Likewise.
27197         * math/s_cexpf.c: Likewise.
27198         * math/s_cexpl.c: Likewise.
27199         * math/s_clog.c: Likewise.
27200         * math/s_clog10.c: Likewise.
27201         * math/s_clog10f.c: Likewise.
27202         * math/s_clog10l.c: Likewise.
27203         * math/s_clogf.c: Likewise.
27204         * math/s_clogl.c: Likewise.
27205         * math/s_csin.c: Likewise.
27206         * math/s_csinf.c: Likewise.
27207         * math/s_csinh.c: Likewise.
27208         * math/s_csinhf.c: Likewise.
27209         * math/s_csinhl.c: Likewise.
27210         * math/s_csinl.c: Likewise.
27211         * math/s_csqrt.c: Likewise.
27212         * math/s_csqrtf.c: Likewise.
27213         * math/s_csqrtl.c: Likewise.
27214         * math/s_ctan.c: Likewise.
27215         * math/s_ctanf.c: Likewise.
27216         * math/s_ctanh.c: Likewise.
27217         * math/s_ctanhf.c: Likewise.
27218         * math/s_ctanhl.c: Likewise.
27219         * math/s_ctanl.c: Likewise.
27220         * math/s_ldexp.c: Likewise.
27221         * math/s_ldexpf.c: Likewise.
27222         * math/s_ldexpl.c: Likewise.
27223         * math/s_significand.c: Likewise.
27224         * math/s_significandf.c: Likewise.
27225         * math/s_significandl.c: Likewise.
27226         * math/w_acos.c: Likewise.
27227         * math/w_acosf.c: Likewise.
27228         * math/w_acosh.c: Likewise.
27229         * math/w_acoshf.c: Likewise.
27230         * math/w_acoshl.c: Likewise.
27231         * math/w_acosl.c: Likewise.
27232         * math/w_asin.c: Likewise.
27233         * math/w_asinf.c: Likewise.
27234         * math/w_asinl.c: Likewise.
27235         * math/w_atan2.c: Likewise.
27236         * math/w_atan2f.c: Likewise.
27237         * math/w_atan2l.c: Likewise.
27238         * math/w_atanh.c: Likewise.
27239         * math/w_atanhf.c: Likewise.
27240         * math/w_atanhl.c: Likewise.
27241         * math/w_cosh.c: Likewise.
27242         * math/w_coshf.c: Likewise.
27243         * math/w_coshl.c: Likewise.
27244         * math/w_dremf.c: Likewise.
27245         * math/w_exp10.c: Likewise.
27246         * math/w_exp10f.c: Likewise.
27247         * math/w_exp10l.c: Likewise.
27248         * math/w_exp2.c: Likewise.
27249         * math/w_exp2f.c: Likewise.
27250         * math/w_fmod.c: Likewise.
27251         * math/w_fmodf.c: Likewise.
27252         * math/w_fmodl.c: Likewise.
27253         * math/w_hypot.c: Likewise.
27254         * math/w_hypotf.c: Likewise.
27255         * math/w_hypotl.c: Likewise.
27256         * math/w_j0.c: Likewise.
27257         * math/w_j0f.c: Likewise.
27258         * math/w_j0l.c: Likewise.
27259         * math/w_j1.c: Likewise.
27260         * math/w_j1f.c: Likewise.
27261         * math/w_j1l.c: Likewise.
27262         * math/w_jn.c: Likewise.
27263         * math/w_jnf.c: Likewise.
27264         * math/w_jnl.c: Likewise.
27265         * math/w_lgamma.c: Likewise.
27266         * math/w_lgamma_r.c: Likewise.
27267         * math/w_lgammaf.c: Likewise.
27268         * math/w_lgammaf_r.c: Likewise.
27269         * math/w_lgammal.c: Likewise.
27270         * math/w_lgammal_r.c: Likewise.
27271         * math/w_log.c: Likewise.
27272         * math/w_log10.c: Likewise.
27273         * math/w_log10f.c: Likewise.
27274         * math/w_log10l.c: Likewise.
27275         * math/w_log2.c: Likewise.
27276         * math/w_log2f.c: Likewise.
27277         * math/w_log2l.c: Likewise.
27278         * math/w_logf.c: Likewise.
27279         * math/w_logl.c: Likewise.
27280         * math/w_pow.c: Likewise.
27281         * math/w_powf.c: Likewise.
27282         * math/w_powl.c: Likewise.
27283         * math/w_remainder.c: Likewise.
27284         * math/w_remainderf.c: Likewise.
27285         * math/w_remainderl.c: Likewise.
27286         * math/w_scalb.c: Likewise.
27287         * math/w_scalbf.c: Likewise.
27288         * math/w_scalbl.c: Likewise.
27289         * math/w_sinh.c: Likewise.
27290         * math/w_sinhf.c: Likewise.
27291         * math/w_sinhl.c: Likewise.
27292         * math/w_sqrt.c: Likewise.
27293         * math/w_sqrtf.c: Likewise.
27294         * math/w_sqrtl.c: Likewise.
27295         * math/w_tgamma.c: Likewise.
27296         * math/w_tgammaf.c: Likewise.
27297         * math/w_tgammal.c: Likewise.
27298
27299         * po/ja.po: Update from translation team.
27300
27301 2011-09-29  Andreas Jaeger  <aj@suse.de>
27302
27303         [BZ #13179]
27304         * sunrpc/netname.c (netname2host): Fix logic.
27305
27306         [BZ #6779]
27307         [BZ #6783]
27308         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
27309         correctly.
27310         * math/w_remainder.c (__remainder): Likewise.
27311         * math/w_remainderf.c (__remainderf): Likewise.
27312         * math/libm-test.inc (remainder_test): Add test cases.
27313
27314 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27315
27316         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
27317         sdiv_qrnnd.
27318
27319 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
27320
27321         * string/test-memcmp.c: Avoid unncessary #defines.
27322         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
27323
27324 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
27325
27326         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
27327         Use new sse2 version for core i3 - i7 as it's faster
27328         than sse42 version.
27329         (bit_Prefer_PMINUB_for_stringop): New.
27330         * sysdeps/x86_64/rawmemchr.S: Update.
27331         Replace with faster SSE2 version.
27332         * sysdeps/x86_64/memrchr.S: New file.
27333         * sysdeps/x86_64/memchr.S: Update.
27334         Replace with faster SSE2 version.
27335
27336 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
27337
27338         * elf/dl-load.c (lose): Add cast to avoid warning.
27339
27340 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
27341
27342         * po/ca.po: Update from translation team.
27343
27344         * inet/getnetgrent_r.c: Hook up nscd.
27345         * nscd/Makefile (routines): Add nscd_netgroup.
27346         (nscd-modules): Add netgroupcache.
27347         (CFLAGS-netgroupcache.c): Define.
27348         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
27349         (cache_search): Add const to second parameter.
27350         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
27351         INNETGR.
27352         (dbs): Add netgrdb entry.
27353         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
27354         (verify_persistent_db): Handle netgrdb.
27355         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
27356         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
27357         GETFDNETGR.
27358         (netgroup_response_header): Define.
27359         (innetgroup_response_header): Define.
27360         (datahead): Add netgroup_response_header and innetgroup_response_header
27361         elements.
27362         * nscd/nscd.conf: Add entries for netgroup cache.
27363         * nscd/nscd.h (dbtype): Add netgrdb.
27364         (_PATH_NSCD_NETGROUP_DB): Define.
27365         (netgroup_iov_disabled): Declare.
27366         (xmalloc, xcalloc, xrealloc): Move declarations here.
27367         (cache_search): Adjust prototype.
27368         Add netgroup-related prototypes.
27369         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
27370         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
27371         (__nscd_innetgr): Declare.
27372         * nscd/selinux.c (perms): Use access_vector_t as element type and
27373         add netgroup-related initializers.
27374         * nscd/netgroupcache.c: New file.
27375         * nscd/nscd_netgroup.c: New file.
27376         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
27377         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
27378         For four parameters use innetgr.
27379         * nss/nss_files/files-init.c: Add definition and callback for netgr.
27380         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
27381         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
27382         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
27383
27384         * nscd/connections.c (register_traced_file): Don't register file
27385         for disabled databases.
27386
27387 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
27388
27389         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
27390
27391         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
27392         from tree and freeing node.
27393
27394 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
27395
27396         * nss/nsswitch.c (__nss_database_lookup): Handle
27397         nss_parse_service_list out of memory case.
27398
27399 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
27400
27401         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
27402         out of memory case.
27403
27404 2011-10-04  Andreas Schwab  <schwab@redhat.com>
27405
27406         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
27407         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
27408         pass it down.
27409         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
27410         elf_machine_rela, elf_machine_lazy_rel.
27411         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
27412         (ELF_DYNAMIC_DO_REL): Likewise.
27413         (ELF_DYNAMIC_DO_RELA): Likewise.
27414         (ELF_DYNAMIC_RELOCATE): Likewise.
27415         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
27416         to ELF_DYNAMIC_DO_REL.
27417         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
27418         (dl_main): In trace mode always set __RTLD_NOIFUNC.
27419         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
27420         elf_machine_rela.
27421         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
27422         skip_ifunc, don't call ifunc function if non-zero.
27423         (elf_machine_rela): Likewise.
27424         (elf_machine_lazy_rel): Likewise.
27425         (elf_machine_lazy_rela): Likewise.
27426         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
27427         (elf_machine_lazy_rel): Likewise.
27428         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
27429         Likewise.
27430         (elf_machine_lazy_rel): Likewise.
27431         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
27432         Likewise.
27433         (elf_machine_lazy_rel): Likewise.
27434         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
27435         (elf_machine_lazy_rel): Likewise.
27436         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
27437         (elf_machine_lazy_rel): Likewise.
27438         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
27439         (elf_machine_lazy_rel): Likewise.
27440         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
27441         (elf_machine_lazy_rel): Likewise.
27442         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
27443         (elf_machine_lazy_rel): Likewise.
27444         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
27445         (elf_machine_lazy_rel): Likewise.
27446
27447 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
27448
27449         * nss/nss_files/files-init.c (_nss_files_init): Use static
27450         initialization for all the *_traced_file variables.
27451
27452 2011-09-28  Andreas Schwab  <schwab@redhat.com>
27453
27454         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
27455
27456 2011-09-27  Roland McGrath  <roland@hack.frob.com>
27457
27458         [BZ #13226]
27459         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
27460
27461 2011-09-27  Andreas Schwab  <schwab@redhat.com>
27462
27463         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
27464         Reread the line before reparsing it.
27465
27466 2011-09-26  Andreas Schwab  <schwab@redhat.com>
27467
27468         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
27469
27470 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
27471             Maxim Kuvyrkov  <maxim@codesourcery.com>
27472             Joseph Myers  <joseph@codesourcery.com>
27473
27474         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
27475         if needed for __stack_chk_guard.
27476
27477 2011-09-19  Roland McGrath  <roland@hack.frob.com>
27478
27479         * sysdeps/posix/spawni.c (script_execute): Always define it.
27480         It will be optimized away if unused.
27481         (maybe_script_execute): New function.
27482         (__spawni): Call it.
27483
27484         * Makerules: Don't include tls.make.
27485         (config-tls): Always set to thread.
27486         * tls.make.c: File removed.
27487
27488 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
27489
27490         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
27491         * config.make.in (CPPFLAGS-config): New substituted variable.
27492
27493 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
27494
27495         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
27496
27497         [BZ #13192]
27498         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
27499         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
27500
27501 2011-09-15  Roland McGrath  <roland@hack.frob.com>
27502
27503         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
27504         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
27505         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
27506         (CALL_FAIL): Likewise.
27507         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
27508         (CALL_FAIL): Macro removed.
27509         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
27510
27511 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
27512
27513         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
27514         for __FINITE_MATH_ONLY__ == 1.
27515
27516 2011-09-15  Andreas Schwab  <schwab@redhat.com>
27517
27518         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
27519         __ieee754_sqrt instead of sqrt.
27520         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
27521         __ieee754_sqrtf instead of sqrtf.
27522         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
27523         __floorf instead of floorf.
27524         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
27525         __floorf, __truncf instead of floorf, truncf.
27526
27527 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
27528
27529         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
27530
27531         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
27532         __extern_always_inline.
27533         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
27534         32-bit.
27535
27536 2011-09-14  Andreas Schwab  <schwab@redhat.com>
27537
27538         * elf/rtld.c (dl_main): Also relocate in dependency order when
27539         doing symbol dependency testing.
27540
27541 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
27542
27543         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
27544         Always define `refsym'.
27545
27546 2011-09-13  Andreas Schwab  <schwab@redhat.com>
27547
27548         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
27549         (__FD_ELT): Renamed from __FDELT.
27550         * misc/bits/select2.h (__FD_ELT): Likewise.
27551         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
27552         __FD_MASK instead of __FDELT, __FDMASK.
27553         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
27554         Likewise.
27555         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
27556         Likewise.
27557
27558         * elf/Makefile (gen-ldd): Fix pattern.
27559
27560         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
27561         (init_tls): Likewise.
27562
27563 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
27564
27565         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
27566
27567 2011-09-12  Andreas Schwab  <schwab@redhat.com>
27568
27569         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
27570         `struct cmsghdr *' instead of `void *'.
27571         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
27572         Likewise.
27573
27574 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
27575
27576         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
27577         if non-absolute.
27578         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
27579         ldd_rewrite_script.
27580
27581 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
27582
27583         * configure.in: Remove --with-tls option.
27584         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
27585         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
27586         out in case it is missing.
27587         * sysdeps/ia64/elf/configure.in: Likewise.
27588         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
27589         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
27590         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
27591         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
27592         * sysdeps/sh/elf/configure.in: Likewise.
27593         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
27594         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
27595         * sysdeps/x86_64/elf/configure.in: Likewise.
27596         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
27597         * sysdeps/mach/hurd/tls.h: Likewise.
27598
27599         [BZ #13067]
27600         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
27601
27602         [BZ #13090]
27603         * configure.in: Fix use of AC_INIT.
27604
27605         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
27606
27607 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
27608
27609         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
27610         __set_errno.
27611         * malloc/hooks.c: Likewise.
27612
27613         [BZ #11929]
27614         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
27615         variables statically.
27616         (narenas): Initialize.
27617         (list_lock): Initialize.
27618         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
27619         initializtion of main_arena and list_lock.  Small cleanups.
27620         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
27621         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
27622         Add initializers to main_arena and mp_.
27623         (malloc_state): Remove pagesize member.  Change all users to use
27624         GLRO(dl_pagesize).
27625
27626         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
27627         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
27628         is always initialized.
27629
27630         * malloc/malloc.c: Removed unused configurations and dead code.
27631         * malloc/arena.c: Likewise.
27632         * malloc/hooks.c: Likewise.
27633         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
27634
27635         * include/tls.h: Removed.  USE___THREAD must always be defined.
27636         * bits/libc-tsd.h: Don't handle !USE___THREAD.
27637         * elf/dl-libc.c: Likewise.
27638         * elf/dl-tsd.c: Likewise.
27639         * include/errno.h: Likewise.
27640         * include/netdb.h: Likewise.
27641         * include/resolv.h: Likewise.
27642         * inet/herrno-loc.c: Likewise.
27643         * inet/herrno.c: Likewise.
27644         * malloc/arena.c: Likewise.
27645         * malloc/hooks.c: Likewise.
27646         * malloc/malloc.c: Likewise.
27647         * resolv/res-state.c: Likewise.
27648         * resolv/res_libc.c: Likewise.
27649         * sysdeps/i386/dl-machine.h: Likewise.
27650         * sysdeps/ia64/dl-machine.h: Likewise.
27651         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
27652         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
27653         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
27654         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
27655         * sysdeps/sh/dl-machine.h: Likewise.
27656         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
27657         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
27658         * sysdeps/unix/i386/sysdep.S: Likewise.
27659         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
27660         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
27661         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
27662         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
27663         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
27664         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
27665         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
27666         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
27667         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
27668         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
27669         * sysdeps/unix/x86_64/sysdep.S: Likewise.
27670         * sysdeps/x86_64/dl-machine.h: Likewise.
27671         * tls.make.c: Likewise.
27672
27673         * configure.in: Remove --with-__thread option.  Make tests for
27674         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
27675         tls_model attribute fail if no support is available.  Remove
27676         USE_IN_LIBIO.
27677         * Makeconfig: Adjust for dropped configure option.  All features are
27678         now mandatory.
27679         * Makerules: Likewise.
27680         * Versions.def: Likewise.
27681         * argp/argp-fmtstream.c: Likewise.
27682         * argp/argp-fmtstream.h: Likewise.
27683         * argp/argp-help.c: Likewise.
27684         * assert/assert.c: Likewise.
27685         * config.h.in: Likewise.
27686         * config.make.in: Likewise.
27687         * configure: Likewise.
27688         * configure.in: Likewise.
27689         * csu/Versions: Likewise.
27690         * csu/init.c: Likewise.
27691         * elf/tst-audit2.c: Likewise.
27692         * elf/tst-tls10.c: Likewise.
27693         * elf/tst-tls10.h: Likewise.
27694         * elf/tst-tls11.c: Likewise.
27695         * elf/tst-tls12.c: Likewise.
27696         * elf/tst-tls14.c: Likewise.
27697         * elf/tst-tlsmod11.c: Likewise.
27698         * elf/tst-tlsmod12.c: Likewise.
27699         * elf/tst-tlsmod13.c: Likewise.
27700         * elf/tst-tlsmod13a.c: Likewise.
27701         * elf/tst-tlsmod14a.c: Likewise.
27702         * elf/tst-tlsmod15b.c: Likewise.
27703         * elf/tst-tlsmod16a.c: Likewise.
27704         * elf/tst-tlsmod16b.c: Likewise.
27705         * elf/tst-tlsmod7.c: Likewise.
27706         * elf/tst-tlsmod8.c: Likewise.
27707         * elf/tst-tlsmod9.c: Likewise.
27708         * gmon/gmon.c: Likewise.
27709         * grp/fgetgrent_r.c: Likewise.
27710         * grp/putgrent.c: Likewise.
27711         * hurd/fopenport.c: Likewise.
27712         * include/libc-symbols.h: Likewise.
27713         * include/tls.h: Likewise.
27714         * intl/gettextP.h: Likewise.
27715         * intl/loadinfo.h: Likewise.
27716         * locale/global-locale.c: Likewise.
27717         * locale/localeinfo.h: Likewise.
27718         * mach/devstream.c: Likewise.
27719         * malloc/arena.c: Likewise.
27720         * malloc/set-freeres.c: Likewise.
27721         * misc/err.c: Likewise.
27722         * misc/getttyent.c: Likewise.
27723         * misc/mntent_r.c: Likewise.
27724         * posix/getopt.c: Likewise.
27725         * posix/wordexp.c: Likewise.
27726         * pwd/fgetpwent_r.c: Likewise.
27727         * resolv/Versions: Likewise.
27728         * resolv/res_hconf.c: Likewise.
27729         * shadow/fgetspent_r.c: Likewise.
27730         * shadow/putspent.c: Likewise.
27731         * stdio-common/printf_fphex.c: Likewise.
27732         * stdio-common/tmpfile.c: Likewise.
27733         * stdlib/abort.c: Likewise.
27734         * stdlib/fmtmsg.c: Likewise.
27735         * sunrpc/auth_unix.c: Likewise.
27736         * sunrpc/clnt_perr.c: Likewise.
27737         * sunrpc/clnt_tcp.c: Likewise.
27738         * sunrpc/clnt_udp.c: Likewise.
27739         * sunrpc/clnt_unix.c: Likewise.
27740         * sunrpc/openchild.c: Likewise.
27741         * sunrpc/svc_simple.c: Likewise.
27742         * sunrpc/svc_tcp.c: Likewise.
27743         * sunrpc/svc_udp.c: Likewise.
27744         * sunrpc/svc_unix.c: Likewise.
27745         * sunrpc/xdr.c: Likewise.
27746         * sunrpc/xdr_array.c: Likewise.
27747         * sunrpc/xdr_rec.c: Likewise.
27748         * sunrpc/xdr_ref.c: Likewise.
27749         * sunrpc/xdr_stdio.c: Likewise.
27750
27751 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
27752
27753         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
27754
27755 2011-07-03  Andreas Jaeger  <aj@suse.de>
27756
27757         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
27758         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
27759         regenerate with gen-libm-tests.pl.
27760
27761 2010-05-12  Petr Baudis  <pasky@suse.cz>
27762
27763         [BZ #11589]
27764         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
27765         around j0() zero points by switching to j1().
27766         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
27767         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
27768         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
27769         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
27770
27771 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
27772
27773         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
27774         instead of 0.
27775         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
27776         instead of 0.
27777         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
27778         Patch in part by Pavel Roskin <proski@gnu.org>.
27779
27780         [BZ #13138]
27781         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
27782         realloc.
27783         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
27784         Free memory block if necessary.
27785
27786         [BZ #12847]
27787         * libio/genops.c (INTDEF): For string streams the _lock pointer can
27788         be NULL.  Don't lock in this case.
27789
27790 2011-09-09  Roland McGrath  <roland@hack.frob.com>
27791
27792         * elf/elf.h (ELFOSABI_GNU): New macro.
27793         (ELFOSABI_LINUX): Define to that.
27794
27795 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
27796
27797         * string/strncat.c (strncat): Undef the symbol in case it has been
27798         defined in bits/string.h.
27799
27800 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
27801
27802         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
27803
27804         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
27805         link map.
27806
27807 2011-08-17  Andreas Jaeger  <aj@suse.de>
27808
27809         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
27810
27811 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
27812             Ian Lance Taylor  <iant@google.com>
27813
27814         * math/libm-test.inc (lround_test): New testcase.
27815         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
27816
27817 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
27818
27819         * Makefile: Remove support for automatic cvs check-ins.
27820         * Makerules: Likewise.
27821         * config.make.in: Likewise.
27822         * configure.in: Likewise.
27823         * intl/Makefile: Likewise.
27824         * locale/Makefile: Likewise.
27825         * po/Makefile: Likewise.
27826         * posix/Makefile: Likewise.
27827         * sysdeps/gnu/Makefile: Likewise.
27828         * sysdeps/mach/hurd/Makefile: Likewise.
27829         * sysdeps/sparc/sparc32/Makefile: Likewise.
27830
27831         [BZ #13118]
27832         * posix/Makefile (bug-regex32-ENV): Define.
27833         Patch by John Stanley <jpsinthemix@verizon.net>.
27834
27835         * misc/Makefile (headers): Add bits/select2.h.
27836         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
27837         * misc/bits/select2.h: New file.
27838         * include/bits/select2.h: New file.
27839         * debug/Makefile (routines): Add fdelt_chk.
27840         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
27841         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
27842         FD_ISSET.
27843         * debug/fdelt_chk.c: New file.
27844
27845         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
27846         * wcsmbs/test-wmemcmp.c: Likewise.
27847         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
27848         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
27849
27850 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
27851
27852         * string/Makefile (strop-tests): Add memcmp.
27853         * string/test-wmemcmp.c: New file.
27854         * string/test-memcmp.c: Add wmemcmp support.
27855
27856 2011-09-08  Roland McGrath  <roland@hack.frob.com>
27857
27858         [BZ #13153]
27859         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
27860         2011-07-19 change.
27861
27862         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
27863         garbage value in a __mach_port_mod_refs call in the cases of the
27864         task-self and thread-self ports.
27865
27866 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27867
27868         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
27869
27870 2011-09-08  Andreas Schwab  <schwab@redhat.com>
27871
27872         * elf/dl-load.c (lose): Check for non-null L.
27873
27874 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
27875
27876         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
27877
27878         * elf/dl-libc.c (dlerror_run): Pass back error code from
27879         dl_catch_error.
27880
27881         [BZ #13123]
27882         * elf/dl-load.c (lose): Free l_origin if it is valid.
27883
27884         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
27885         names.
27886         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
27887         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
27888         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
27889         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
27890         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
27891         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
27892
27893 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27894
27895         * sysdeps/powerpc/fpu/e_hypot.c: New file.
27896         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
27897         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
27898         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
27899         * sysdeps/powerpc/fpu/k_cosf.c: New file.
27900         * sysdeps/powerpc/fpu/k_sinf.c: New file.
27901         * sysdeps/powerpc/fpu/s_cosf.c: New file.
27902         * sysdeps/powerpc/fpu/s_sinf.c: New file.
27903         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
27904         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
27905
27906 2011-08-15  Alan Modra  <amodra@gmail.com>
27907
27908         [BZ #13092]
27909         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
27910         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
27911         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
27912         ppc_mcount to static-only-routines.
27913         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
27914         __mcount_internal.
27915         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
27916         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
27917
27918 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
27919
27920         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
27921         for finite and infinity parameters.
27922
27923 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
27924
27925         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
27926         and add nop instructions for throughput optimization.
27927         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
27928
27929 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
27930
27931         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
27932         aligned copy for power7 with vector-scalar instructions.
27933         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
27934
27935 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
27936
27937         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
27938         AVX check.
27939
27940 2011-09-07  Andreas Schwab  <schwab@redhat.com>
27941
27942         [BZ #13144]
27943         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
27944         last change.
27945
27946 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
27947
27948         * sysdeps/unix/sysv/linux/x86_64/init-first.c
27949         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
27950         syscall wrapper around clock_gettime in __vdso_clock_gettime.
27951         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
27952         clock_gettime.
27953
27954 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
27955
27956         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
27957         Forgot to demangle the pointer.
27958
27959         * sysdeps/i386/sysdep.h: Define atom_text_section.
27960         * sysdeps/x86_64/sysdep.h: Likewise.
27961         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
27962         section with atom_text_section.
27963         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
27964         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
27965         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
27966         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
27967         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
27968
27969         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
27970         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
27971         already be defined.  Change to take two parameters and don't assign
27972         result to variable.  Adjust all users.
27973         Define INTERNAL_GETTIME if not already defined.
27974         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
27975         call.
27976         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
27977         HAVE_CLOCK_GETTIME_VSYSCALL.
27978         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
27979
27980         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
27981         gettimeofday vsyscall, just use time.
27982
27983 2011-09-06  Andreas Schwab  <schwab@redhat.com>
27984
27985         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
27986         <errno.h>.
27987
27988 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
27989
27990         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
27991         syscall on x86-64.
27992         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
27993         syscall.
27994         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
27995         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
27996         syscall if possible.
27997
27998 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
27999
28000         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
28001         e_ident.  Don't pass to find_mapsXX.
28002         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
28003
28004 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
28005
28006         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
28007         strchr-sse2-no-bsf strrchr-sse2-no-bsf
28008         * sysdeps/x86_64/multiarch/strchr.S: Update.
28009         Check bit_slow_BSF bit.
28010         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
28011         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
28012         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
28013
28014 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
28015
28016         [BZ #13134]
28017         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
28018         before glibc 2.15.
28019         (tryshell): Define.
28020         (__spawni): Change last parameter to be flag.  Test
28021         SPAWN_XFLAGS_USE_PATH flag to use path or not.
28022         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
28023         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
28024         * posix/spawni.c: Likewise.
28025         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
28026         * posix/spawnp.c: Likewise.  Change normal version to use
28027         SPAWN_XFLAGS_USE_PATH.
28028         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
28029         SPAWN_XFLAGS_TRY_SHELL.
28030
28031         [BZ #13150]
28032         * posix/glob.h: Remove gcc 1.x support.
28033
28034         [BZ #13068]
28035         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
28036
28037 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
28038
28039         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
28040         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
28041         strrchr-sse2-bsf
28042         * sysdeps/i386/i686/multiarch/strchr.S: New file.
28043         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
28044         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
28045         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
28046         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
28047         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
28048
28049 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
28050
28051         * sysdeps/x86_64/wcscmp.S: New file.
28052
28053         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
28054         wcscmp-c wcscmp-sse2
28055         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
28056         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
28057         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
28058         * wcsmbs/wcscmp.c: Allow renaming.
28059
28060 2011-09-05  David S. Miller  <davem@davemloft.net>
28061
28062         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
28063         stack slot, rather than the struct return pointer slot.
28064         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
28065         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
28066         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
28067         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
28068
28069 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
28070
28071         * po/ja.po: Update from translation team.
28072
28073         [BZ #13144]
28074         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
28075         kernel in 64-bit binaries.
28076
28077 2011-09-01  David S. Miller  <davem@davemloft.net>
28078
28079         * elf/elf.h (HWCAP_SPARC_*): Move to..
28080         * sysdeps/sparc/sysdep.h: this new file and add new values.
28081         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
28082         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
28083         _DL_HWCAP_COUNT to 24.
28084         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
28085         entries.
28086         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
28087         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
28088         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
28089         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
28090         instead of magic constants.
28091         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
28092
28093 2011-08-31  David S. Miller  <davem@davemloft.net>
28094
28095         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
28096         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
28097         Reimplement to do errno handling inline.
28098         (SYSCALL_ERROR_HANDLER): New macro.
28099         (__SYSCALL_STRING): Do not do errno handling in asm.
28100         (__CLONE_SYSCALL_STRING): Delete.
28101         (__INTERNAL_SYSCALL_STRING): Delete.
28102         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
28103         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
28104         (PSEUDO): Reimplement to do errno handling inline.
28105         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
28106         (SYSCALL_ERROR_HANDLER): New macro.
28107         (__SYSCALL_STRING): Do not do errno handling in asm.
28108         (__CLONE_SYSCALL_STRING): Delete.
28109         (__INTERNAL_SYSCALL_STRING): Delete.
28110         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
28111         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
28112         i386.
28113         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
28114         (inline_syscall*): Add 'err' argument.
28115         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
28116         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
28117         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
28118         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
28119
28120         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
28121         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
28122
28123 2011-08-30  Andreas Schwab  <schwab@redhat.com>
28124
28125         * elf/rtld.c (dl_main): Relocate objects in dependency order.
28126
28127 2011-08-29  Jiri Olsa <jolsa@redhat.com>
28128
28129         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
28130         directive.
28131
28132 2011-08-24  David S. Miller  <davem@davemloft.net>
28133
28134         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
28135
28136 2011-08-24  Andreas Schwab  <schwab@redhat.com>
28137
28138         * elf/Makefile: Add rules to build and run unload8 test.
28139         * elf/unload8.c: New file.
28140         * elf/unload8mod1.c: New file.
28141         * elf/unload8mod1x.c: New file.
28142         * elf/unload8mod2.c: New file.
28143         * elf/unload8mod3.c: New file.
28144
28145         * elf/dl-close.c (_dl_close_worker): Reset private search list if
28146         it wasn't used.
28147
28148 2011-08-23  David S. Miller  <davem@davemloft.net>
28149
28150         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
28151         subtract stack bias.
28152         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
28153         %sp not %fp in calculations.
28154         (_JMPBUF_UNWINDS_ADJ): Likewise.
28155
28156         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
28157         (aio_suspend): Call it to force an exception region around the
28158         AIO_MISC_WAIT() invocation.
28159
28160 2011-08-23  Andreas Schwab  <schwab@redhat.com>
28161
28162         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
28163         backslash.
28164
28165 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
28166
28167         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
28168         protection macro.
28169         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
28170         and <dl-machine.h>.
28171         (Elf64_FuncDesc): Remove.
28172
28173 2011-08-22  David S. Miller  <davem@davemloft.net>
28174
28175         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
28176         sigaltstack check, add missing cfi directives.
28177         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
28178         missing cfi directives, and sigaltstack handling.
28179
28180 2011-08-16  Andreas Schwab  <schwab@redhat.com>
28181
28182         [BZ #11724]
28183         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
28184         object is seen twice.
28185         * elf/dl-fini.c (_dl_sort_fini): Likewise.
28186
28187         * elf/Makefile (distribute): Add tst-initorder2.c.
28188         (tests): Add tst-initorder2.
28189         (modules-names): Add tst-initorder2a tst-initorder2b
28190         tst-initorder2c tst-initorder2d.  Add rules to build them.
28191         ($(objpfx)tst-initorder2.out): New rule.
28192         * elf/tst-initorder2.c: New file.
28193         * elf/tst-initorder2.exp: New file.
28194
28195 2011-08-22  Andreas Schwab  <schwab@redhat.com>
28196
28197         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
28198
28199         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
28200         dependencies back to end of function.
28201
28202         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
28203         $(elfobjdir)/ld.so.
28204
28205 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
28206
28207         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
28208         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
28209         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
28210         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
28211         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
28212         of __vdso_gettimeofday.
28213         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
28214         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
28215         attribute_hidden.
28216         (_libc_vdso_platform_setup): Remove initialization of
28217         __vdso_gettimeofday and __vdso_time.
28218
28219 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
28220
28221         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
28222         and fgetc_unlocked.
28223         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
28224         getc_unlocked.
28225
28226         * elf/dl-open.c (add_to_global): Report additions to the global scope
28227         for LD_DEBUG=scopes.
28228         (dl_open_worker): Also print scope of newly loaded dependencies.
28229         (_dl_show_scope): Indicate if there is no scope.
28230
28231         [BZ #13114]
28232         * stdio-common/Makefile (tests): Add bug24.
28233         * stdio-common/bug24.c: New file.
28234
28235 2011-08-19  Andreas Jaeger  <aj@suse.de>
28236
28237         [BZ #13114]
28238         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
28239         non-existant file when using close-on-exec mode.
28240
28241 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
28242
28243         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
28244         the very first instruction.
28245
28246         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
28247         the CFI state in the end.
28248         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
28249         inclusion of dl-trampoline.h.
28250         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
28251
28252 2011-08-19  Andreas Schwab  <schwab@redhat.com>
28253
28254         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
28255         expectations for long double.
28256
28257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
28258         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
28259
28260 2011-08-14  David S. Miller  <davem@davemloft.net>
28261
28262         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
28263         artificual limit depends upon the system page size.
28264
28265 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
28266
28267         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
28268         * resolv/Makefile: Define CFLAGS-libresolv.
28269
28270 2011-08-17  Andreas Schwab  <schwab@redhat.com>
28271
28272         * nss/makedb.c (compute_tables): Make variables used in nested
28273         function static.
28274
28275 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
28276
28277         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
28278         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
28279         if buffer was too small.
28280
28281         * elf/pldd.c (main): Attach to all threads in the process.
28282         Rewrite /proc handling to use *at functions.
28283
28284 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
28285
28286         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
28287         specifies first scope to show.
28288         (dl_open_worker): Update callers.  Move printing scope of new
28289         object to before the relocation.
28290         * elf/rtld.c (dl_main): Update _dl_show_scope call.
28291         * sysdeps/generic/ldsodefs.h: Update declaration.
28292
28293         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
28294         string for the scope number.
28295
28296 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
28297
28298         * nscd/servicescache.c (cache_addserv): Make sure written is always
28299         initialized.
28300
28301 2011-08-14  Roland McGrath  <roland@hack.frob.com>
28302
28303         * sysdeps/i386/i486/bits/atomic.h
28304         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
28305         statement expression, so as to suppress "set but not used" warning.
28306         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
28307
28308         * string/strncat.c (STRNCAT): Use prototype definition.
28309
28310         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
28311         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
28312         -Iprograms here.
28313         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
28314         (localedef-modules): Add localedef.
28315         (locale-modules): Add locale.
28316
28317         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
28318         * elf/rtld.c (dl_main): Invert order of assignment in last change,
28319         to avoid a warning.
28320
28321 2011-08-14  David S. Miller  <davem@davemloft.net>
28322
28323         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
28324         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
28325
28326 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
28327
28328         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
28329         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
28330         * elf/rtld.c (dl_main): Set l_name of vDSO.
28331         Call _dl_show_scope when DL_DEBUG_SCOPES.
28332         (process_dl_debug): Recognize scopes flag and also set it for all.
28333         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
28334         Declare _dl_show_scope.
28335
28336         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
28337         (do_dlopen): Pass caller_dlopen to dl_open.
28338         (__libc_dlopen_mode): Initialize caller_dlopen.
28339
28340         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
28341         of libc.  Make tolower call locale-independent.  Optimize a bit by
28342         using isdigit instead of isalnum.
28343         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
28344
28345 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
28346
28347         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
28348         was a dependency or dynamically loaded.
28349
28350 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
28351
28352         * intl/l10nflist.c: Allow architecture-specific pop function.
28353         * sysdeps/x86_64/l10nflist.c: New file.
28354
28355         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
28356         classification.
28357
28358 2011-08-10  Andreas Schwab  <schwab@redhat.com>
28359
28360         * include/dirent.h: Add libc_hidden_proto for scandirat and
28361         scandirat64.  Don't declare __scandirat64.
28362         * dirent/scandirat.c: Add libc_hidden_def.
28363         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
28364         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
28365
28366 2011-08-10  David S. Miller  <davem@davemloft.net>
28367
28368         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
28369         enum.
28370         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
28371         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
28372         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
28373
28374 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
28375
28376         * Versions.def [libc]: Add GLIBC_2.15.
28377         * dirent/Makefile (routines): Add scandirat and scandirat64.
28378         * dirent/Versions [libc]: Export scandirat and scandirat64 for
28379         GLIBC_2.15.
28380         * dirent/dirent.h: Declare scandirat and scandirat64.
28381         * dirent/scandirat.c: New file.
28382         * dirent/scandirat64.c: New file.
28383         * sysdeps/wordsize-64/scandirat.c: New file.
28384         * sysdeps/wordsize-64/scandirat64.c: New file.
28385         * dirent/opendir.c: Define opendirat.
28386         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
28387         using scandirat.
28388         * dirent/scandir64.c: Adjust for scandir.c change.
28389         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
28390         __scandirat64, and __scandir_cancel_handler.
28391         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
28392         additional parameter and use openat instead of open (outside of ld.so).
28393         Add new __opendir as wrapper around __opendirat.
28394         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
28395         here without requiring old scandirat implementation.
28396
28397 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
28398
28399         * dirent/scandir.c (cancel_handler): Renamed to
28400         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
28401         defined.  Adjust users.
28402         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
28403         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
28404
28405 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
28406
28407         * string/test-string.h (IMPL): Use __STRING to expand name and then
28408         stringify it.
28409
28410         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
28411         of cleanups.
28412
28413 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
28414
28415         * string/Makefile: Update.
28416         (strop-tests): Append strncat.
28417         * string/test-wcscmp.c: New file.
28418         New comprehensive test for wcscmp.
28419         * string/test-strcmp.c: Update.
28420         (WIDE): New define.
28421
28422 2011-07-22  Andreas Schwab  <schwab@redhat.com>
28423
28424         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
28425         line.
28426
28427 2011-07-26  Andreas Schwab  <schwab@redhat.com>
28428
28429         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
28430         encoding to ACE if AI_IDN.
28431
28432 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
28433
28434         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
28435         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
28436
28437 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
28438
28439         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
28440         Fix overflow bug in strncat.
28441         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
28442
28443         * string/test-strncat.c: Update.
28444         Add new tests for checking overflow bugs.
28445
28446 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
28447
28448         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
28449         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
28450         * sysdeps/i386/i686/multiarch/strcat.S: New file.
28451         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
28452         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
28453         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
28454         * sysdeps/i386/i686/multiarch/strncat.S: New file.
28455         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
28456         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
28457
28458         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
28459         (USE_AS_STRCAT): Define.
28460         Add strcat and strncat support.
28461         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
28462
28463 2011-07-25  Andreas Schwab  <schwab@redhat.com>
28464
28465         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
28466         __n bigger than INT_MAX+1.
28467         (__strncmp_g): Likewise.
28468
28469 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
28470
28471         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
28472         * libio/stido.h: Likewise.
28473
28474         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
28475         (AF_NFC): Define.
28476         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
28477         (AF_NFC): Define.
28478
28479         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
28480         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
28481         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
28482         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
28483         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
28484
28485         [BZ #13021]
28486         * scripts/test-installation.pl: Don't expect libnss_test1 to be
28487         installed.
28488
28489         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
28490         typo.
28491         (_dl_x86_64_save_sse): Likewise.
28492
28493 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
28494
28495         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
28496         OSXSAVE.
28497         (_dl_x86_64_save_sse): Likewise.
28498
28499         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
28500
28501         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
28502
28503 2011-07-21  Andreas Schwab  <schwab@redhat.com>
28504
28505         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
28506         change.
28507         (_dl_x86_64_save_sse): Use correct AVX check.
28508
28509 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
28510
28511         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
28512         bug in strncpy/strncat.
28513         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
28514
28515 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
28516
28517         * string/tester.c (test_strcat): Add tests for different alignments
28518         of source and destination.
28519         (test_strncat): Likewise.
28520
28521 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
28522
28523         [BZ #12852]
28524         * posix/glob.c (glob): Check passed in values before using them in
28525         expressions to avoid some overflows.
28526         (glob_in_dir): Likewise.
28527
28528         [BZ #13007]
28529         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
28530         check for AVX enablement so that we don't crash with old kernels and
28531         new hardware.
28532         * elf/tst-audit4.c: Add same checks here.
28533         * elf/tst-audit6.c: Likewise.
28534
28535         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
28536
28537 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
28538
28539         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
28540
28541 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
28542
28543         * po/cs.po: Update from translation team.
28544         * po/bg.po: Likewise.
28545
28546 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
28547
28548         * misc/sys/cdefs.h: Add support for const attribute.
28549         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
28550         to gnu_dev_{major,minor,makedev} functions.
28551
28552 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
28553
28554         * intl/dcigettext.c (get_output_charset): Add missing bracket.
28555
28556 2011-07-20  Andreas Schwab  <schwab@redhat.com>
28557
28558         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
28559         strlen results.
28560
28561 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28562
28563         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
28564         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
28565         register in order to avoid conflicts with the soft frame pointer
28566         being held in r11 when necessary.
28567         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
28568         (INTERNAL_VSYSCALL_NCS): Likewise.
28569
28570 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
28571
28572         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
28573         * elf/dl-fini.c (_dl_fini): Adjust caller.
28574         * elf/dl-close.c (_dl_close_worker): Likewise.
28575         * sysdeps/generic/ldsodefs.h: Adjust declaration.
28576
28577 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
28578
28579         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
28580         "aux_cache->nlibs < 0".
28581
28582         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
28583         in the reload-count case.
28584
28585 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
28586
28587         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
28588         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
28589         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
28590         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
28591         * sysdeps/x86_64/multiarch/strcat.S: New file.
28592         * sysdeps/x86_64/multiarch/strncat.S: New file.
28593         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
28594         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
28595         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
28596         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
28597         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
28598         (USE_AS_STRCAT): Define.
28599         Add strcat and strncat support.
28600         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
28601         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
28602         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
28603         * string/strncat.c: Update.
28604         (USE_AS_STRNCAT): Define.
28605         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
28606         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
28607         and i7.
28608         * sysdeps/x86_64/multiarch/init-arch.h
28609         (bit_Prefer_PMINUB_for_stringop): New.
28610         (index_Prefer_PMINUB_for_stringop): Likewise.
28611         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
28612         bit_Prefer_PMINUB_for_stringop.
28613
28614 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
28615
28616         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
28617         buffer64.
28618         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
28619         of casting of buffer.
28620         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
28621         buffer32 and buffer64.
28622         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
28623         writes instead of casting of buffer.
28624         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
28625         buffer32.
28626         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
28627         casting of buffer.
28628
28629 2011-07-19  Andreas Schwab  <schwab@redhat.com>
28630
28631         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
28632
28633 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
28634
28635         * nscd/nscd.c (termination_handler): Don't do anything for a database
28636         if it has not yet been initialized.
28637
28638 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
28639
28640         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
28641
28642 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
28643
28644         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
28645
28646 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
28647
28648         * po/nl.po: Update from translation team.
28649         * po/sv.po: Likewise.
28650
28651 2011-07-16  Roland McGrath  <roland@hack.frob.com>
28652
28653         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
28654         now disallowed by GCC.
28655
28656         * configure.in (use-default-link): Default to yes if a test -shared
28657         link meets our qualifications.
28658         * configure: Regenerated.
28659
28660         * config.make.in (output-format): New variable.
28661         * configure.in: Check for ld --print-output-format support.
28662         * configure: Regenerated.
28663         * Makerules ($(common-objpfx)format.lds)
28664         [$(output-format) != unknown]: Just use $(output-format),
28665         instead of the linker-script munging.
28666
28667 2011-07-14  Roland McGrath  <roland@hack.frob.com>
28668
28669         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
28670         of $(common-objpfx)shlib.lds.
28671         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
28672
28673         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
28674         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
28675
28676         * configure.in (-z relro check): Adjust test code to add a large
28677         writable data section after it.
28678         * configure: Regenerated.
28679
28680 2011-07-11  Roland McGrath  <roland@hack.frob.com>
28681
28682         * configure.in (-z relro check): Fix test code to make the variable
28683         truly const.
28684         * configure: Regenerated.
28685
28686 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
28687
28688         * nscd/nscd.h (struct traced_file): Define.
28689         (struct database_dyn): Remove inotify_descr, reset_res, and filename
28690         elements.  Add traced_files.
28691         (inotify_fd): Declare.
28692         (register_traced_file): Declare.
28693         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
28694         (inotify_fd): Export.
28695         (resolv_conf_descr): Remove.
28696         (nscd_init): Move inotify descriptor creation to main.
28697         Don't register files for notification here.
28698         (register_traced_file): New function.
28699         (invalidate_cache): Don't use reset_res to determine whether to call
28700         res_init, go through the list of registered files.
28701         (main_loop_poll): The inotify descriptors are now stored in the
28702         structures for the traced files.
28703         (main_loop_epoll): Likewise
28704         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
28705         to __nss_disable_nscd.
28706         * nscd/cache.c (prune_cache): There is no single inotify descriptor
28707         for a database anymore.  Check the records for all the registered
28708         files instead.
28709         * nss/Makefile (libnss_files-routines): Add files-init.
28710         (libnss_db-routines): Add db-init.
28711         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
28712         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
28713         * nss/nss_db/db-init.c: New file.
28714         * nss/nss_files/files-init.c: New file.
28715         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
28716         __nss_lookup_function.
28717         (__nss_lookup_function): Call nss_load_library.
28718         (nss_load_all_libraries): New function.
28719         (__nss_disable_nscd): Take parameter with callback function for files
28720         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
28721         used for the cached services.
28722         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
28723         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
28724         options for features to all the files in nscd.
28725
28726         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
28727
28728 2011-07-10  Roland McGrath  <roland@hack.frob.com>
28729
28730         * csu/elf-init.c (__libc_csu_init): Comment typo.
28731
28732 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
28733
28734         * po/pl.po: Update from translation team.
28735         * po/ja.po: Likewise.
28736         * po/ru.po: Likewise.
28737         * po/ko.po: Likewise.
28738         * po/fr.po: Likewise.
28739
28740 2011-07-09  Roland McGrath  <roland@hack.frob.com>
28741
28742         * configure.in (.ctors/.dtors header and trailer check):
28743         Use an empirical test on a built program.
28744         * configure: Regenerated.
28745
28746         * configure.in (-z relro check): Use an empirical test on a built DSO.
28747         Detect, but do not require, on ia64.
28748         * configure: Regenerated.
28749
28750         * configure.in (READELF): Find it with AC_CHECK_TOOL.
28751         Update tests that use readelf to use $READELF instead.
28752         * configure: Regenerated.
28753
28754 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
28755
28756         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
28757         if the result is not used.
28758
28759 2011-07-05  Andreas Jaeger  <aj@suse.de>
28760
28761         [BZ#9696]
28762         * stdlib/tst-strtod.c: Add testcase.
28763
28764 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
28765
28766         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
28767         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
28768         The latter has a higher limit.  Take additional parameter to pass to
28769         the new function.
28770         (__pathconf): Pass file to __statfs_link_max.
28771         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
28772         __statfs_link_max.
28773         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
28774         __statfs_link_max.
28775
28776         [BZ #12868]
28777         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
28778         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
28779         Handle Lustre.
28780         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
28781         (__statfs_filesize_max): Likewise.
28782         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
28783
28784 2011-07-05  Andreas Jaeger  <aj@suse.de>
28785
28786         * resolv/res_comp.c (dn_skipname): Remove unused variable.
28787
28788 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
28789
28790         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
28791         `status' variable.
28792         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
28793         Likewise.
28794
28795 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
28796
28797         * Makefile (strop-tests): Add strncat.
28798         * string/test-strncat.c: New file.
28799
28800 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
28801
28802         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
28803
28804 2011-06-21  Andreas Jaeger  <aj@suse.de>
28805
28806         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
28807         Copy rule from iconvdata/Makefile.
28808
28809 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
28810
28811         [BZ #12922]
28812         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
28813         but no long options are defined, just return 'W'.
28814
28815 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
28816
28817         [BZ #9696]
28818         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
28819
28820 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
28821
28822         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
28823         netgroups to read.
28824         (innetgr): Likewise.
28825
28826 2011-07-05  Roland McGrath  <roland@hack.frob.com>
28827
28828         * config.make.in (install_root): Default to $(DESTDIR).
28829
28830 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
28831
28832         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
28833
28834 2011-07-02  Roland McGrath  <roland@hack.frob.com>
28835
28836         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
28837
28838         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
28839         containing directory rather than embedding absolute directory names.
28840
28841         * scripts/check-local-headers.sh: Rewritten using awk.
28842         Match by word, not by line.  Print error messages for matches.
28843         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
28844
28845         * Makerules [shlib-lds-flags empty]:
28846         ($(common-objpfx)libc_pic.opts): New target.
28847         ($(common-objpfx)libc_pic.os.clean): New target.
28848         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
28849
28850         * config.make.in (OBJCOPY): New variable.
28851         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
28852         * configure: Regenerated.
28853
28854         * config.make.in (use-default-link): New variable.
28855         * configure.in (use_default_link): Grok --with-default-link to set it.
28856         * configure: Regenerated.
28857         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
28858         (shlib-lds, shlib-lds-flags): Define to empty.
28859
28860         * Makerules (shlib-lds): New variable.
28861         (shlib-lds-flags): New variable.
28862         (build-shlib, build-moduile, build-module-asneeded): Use it.
28863         ($(common-objpfx)libc.so): Use $(shlib-lds).
28864         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
28865         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
28866
28867         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
28868         DT_FLAGS/DT_FLAGS_1 with zero flags.
28869
28870         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
28871         linker script munging.
28872
28873 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
28874
28875         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
28876         as 128-bit value.
28877         * crypt/sha512.c (sha512_process_block): Perform total addition using
28878         128-bit if possible.
28879         (__sha512_finish_ctx): Likewise.
28880         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
28881         as 64-bit value.
28882         * crypt/sha256.c (SWAP64): Define.
28883         (sha256_process_block): Perform total addition using 64-bit if
28884         possible.
28885         (__sha256_finish_ctx): Likewise.
28886
28887 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
28888
28889         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
28890         * nscd/initgrcache.c (addinitgroupsX): Likewise.
28891         * nscd/hstcache.c (cache_addhst): Likewise.
28892         * nscd/grpcache.c (cache_addgr): Likewise.
28893         * nscd/aicache.c (addhstaiX): Likewise
28894         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
28895
28896 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
28897
28898         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
28899         * nscd/initgrcache.c (addinitgroupsX): Likewise.
28900         * nscd/hstcache.c (cache_addhst): Likewise.
28901         * nscd/grpcache.c (cache_addgr): Likewise.
28902         * nscd/aicache.c (addhstaiX): Likewise
28903
28904 2011-07-01  Andreas Schwab  <schwab@redhat.com>
28905
28906         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
28907         domain only when needed.
28908
28909 2011-06-30  Andreas Schwab  <schwab@redhat.com>
28910
28911         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
28912         is always restored.
28913
28914 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
28915
28916         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
28917         are re-adding the entry.
28918         * nscd/servicescache.c (cache_addserv): Likewise.
28919
28920 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
28921
28922         * sysdeps/generic/dl-irel.h: fix protection against multiple
28923         inclusions.
28924         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
28925
28926 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
28927
28928         [BZ #12935]
28929         * malloc/memusage.sh: Fix quoting in message.
28930         * debug/xtrace.sh: Likewise.
28931
28932         * configure.in: Remove support for --experimental-malloc option, make
28933         it the default.
28934         * config.make.in: Likewise.
28935         * malloc/Makefile: Likewise.
28936
28937 2011-06-27  Andreas Schwab  <schwab@redhat.com>
28938
28939         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
28940         two-byte characters.
28941
28942 2011-06-27  Roland McGrath  <roland@hack.frob.com>
28943
28944         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
28945         AC_CACHE_CHECK invocation.
28946         * configure: Regenerated.
28947
28948         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
28949
28950 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
28951
28952         [BZ #12350]
28953         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
28954         bit from old_res_options.
28955
28956         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
28957
28958         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
28959         value type for setfct.
28960
28961 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
28962
28963         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
28964         __gettimeofday instead of gettimeofday.
28965
28966 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
28967
28968         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
28969
28970 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
28971
28972         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
28973
28974         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
28975         info.
28976
28977 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
28978
28979         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
28980         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
28981         strcpy-sse2-unaligned strncpy-sse2-unaligned
28982         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
28983         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
28984         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
28985         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
28986         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
28987         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
28988         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
28989         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
28990         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
28991         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
28992         (STRCPY): Support SSE2 and SSSE3 versions.
28993
28994 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
28995
28996         [BZ #12874]
28997         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
28998         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
28999         kernels which artificially limit size of requests.
29000
29001 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
29002
29003         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
29004         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
29005         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
29006         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
29007         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
29008         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
29009         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
29010         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
29011         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
29012         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
29013         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
29014         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
29015         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
29016         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
29017         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
29018         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29019         Enable unaligned load optimization for Intel Core i3, i5 and i7
29020         processors.
29021         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
29022         Define.
29023         (index_Fast_Unaligned_Load): Define.
29024         (HAS_FAST_UNALIGNED_LOAD): Define.
29025
29026 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
29027
29028         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
29029
29030 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
29031
29032         [BZ #12907]
29033         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
29034         until it is clear that the information is realy needed.
29035         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
29036
29037 2011-06-22  Andreas Schwab  <schwab@redhat.com>
29038
29039         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
29040
29041 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
29042
29043         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
29044         /sys/devices/system/cpu/online if it is usable.
29045
29046         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
29047         reading the information from the /proc filesystem to once a second.
29048
29049 2011-06-21  Andreas Jaeger  <aj@suse.de>
29050
29051         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
29052         NULL after inclusion of kernel headers.
29053
29054 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
29055
29056         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
29057         calls to internal_setent.
29058
29059         [BZ #12885]
29060         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
29061         addresses using gethostbyname4_r ignore IPv4 addresses.
29062
29063         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
29064         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
29065
29066         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
29067
29068 2011-06-20  David S. Miller  <davem@davemloft.net>
29069
29070         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
29071         inclusions.
29072         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
29073
29074         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
29075         (elf_irel): Use it.
29076         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
29077         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
29078         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
29079         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
29080         * sysdeps/x86_64/dl-irel.h: Likewise.
29081
29082         * elf/dl-runtime.c: Use elf_ifunc_invoke.
29083         * elf/dl-sym.c: Likewise.
29084
29085 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
29086
29087         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
29088         need to dereference resplen2.
29089
29090 2011-06-14  Andreas Schwab  <schwab@redhat.com>
29091
29092         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
29093
29094 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
29095
29096         * Makeconfig: Define vardbdir and inst_vardbdir.
29097         * nss/Makefile: Add rules to install db-Makefile.
29098
29099         * nss/nss_db/db-XXX.c: Cleanup.
29100
29101         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
29102         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
29103         GLIBC_PRIVATE.
29104         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
29105         * nss/makedb.c: Implement -g option to specify that value strings
29106         are generated and should not be added to table iterated over for
29107         get*ent calls.
29108         * nss/nss_db/db-initgroups.c: New file.
29109
29110         * nss/getent.c: Add support for initgroups lookups through getgrouplist
29111         interface.
29112
29113         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
29114         (internal_getgrouplist): Adjust to name change.
29115         Update use_initgroups_entry if this is not the first call.
29116         * nss/databases.def: Add initgroups entry.
29117
29118         * nss/makedb.c (compute_tables): Check result of multiple hash table
29119         sizes to minimize maximum chain length.
29120
29121 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
29122
29123         * Versions.def: Add entry for libnss_db.
29124         * shlib-versions: Likewise.
29125         * nss/Makefile: Add rules to build libnss_db.
29126         * nss/Versions: Add libnss_db information.  Organize libnss_files
29127         entries better.
29128         * nss/db-Makefile: Add gshadow support.  Change rules for the new
29129         makedb progra.  Some minor improvements to generate smaller files.
29130         * nss/nss_db/nss_db.h: Move NSS database header data structures to
29131         here from...
29132         * nss/makedb.c: ...here.
29133         Improve database format to be smaller and require less memory at
29134         runtime.
29135         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
29136         db anymore.
29137         * nss/nss_db/db-netgrp.c: Likewise.
29138         * nss/nss_db/db-open.c: Likewise.
29139         * nss/nss_files/flies-XXX.x: Adjust comments.
29140         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
29141         * nss/nss_files/files-grp.c: Likewise.
29142         * nss/nss_files/files-hosts.c: Likewise.
29143         * nss/nss_files/files-network.c: Likewise.
29144         * nss/nss_files/files-proto.c: Likewise.
29145         * nss/nss_files/files-pwd.c: Likewise.
29146         * nss/nss_files/files-rpc.c: Likewise.
29147         * nss/nss_files/files-service.c: Likewise.
29148         * nss/nss_files/files-sgrp.c: Likewise.
29149         * nss/nss_files/files-spwd.c: Likewise.
29150         * nss/nss_db/db-alias.c: Removed.
29151         * nss/nss_db/dummy-db.h: Removed.
29152
29153 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
29154
29155         * nss/makedb.c: Rewritten to not use database library.
29156         * nss/Makefile: Update to build new makedb program.
29157
29158 2011-06-14  Andreas Jaeger  <aj@suse.de>
29159
29160         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
29161         memset declaration.
29162
29163 2011-06-10  Andreas Schwab  <schwab@redhat.com>
29164
29165         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
29166         tmpbuf.
29167
29168 2011-06-10  Roland McGrath  <roland@hack.frob.com>
29169
29170         * Makerules (shlib.lds): Fail if the linker script comes out empty.
29171         * elf/Makefile ($(objpfx)ld.so): Likewise.
29172
29173         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
29174         Don't list ld.so twice in dependencies.
29175
29176         * posix/bug-regex31.c: Include <stdlib.h>.
29177
29178         * nscd/hstcache.c (cache_addhst): Remove unused variable.
29179
29180         * nis/nss_compat/compat-spwd.c
29181         (getspent_next_nss_netgr): Remove unused variable.
29182         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
29183
29184         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
29185         nonmembers" output to use the right array.
29186
29187         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
29188
29189         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
29190
29191         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
29192         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
29193         * catgets/gencat.c (read_input_file): Likewise.
29194         * locale/programs/locarchive.c (enlarge_archive): Likewise.
29195
29196         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
29197         variable definition inside #if's controlling its use.
29198
29199         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
29200
29201         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
29202
29203         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
29204
29205         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
29206         unreachable code.
29207
29208         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
29209
29210         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
29211         * configure: Regenerated.
29212
29213         * Makerules: Revert last change.
29214         * elf/Makefile: Likewise.
29215
29216 2011-06-09  Roland McGrath  <roland@hack.frob.com>
29217
29218         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
29219         * elf/Makefile ($(objpfx)librtld.os): Likewise.
29220         (reloc-link): Likewise.
29221
29222 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
29223
29224         * elf/Makefile: Add rules to build pldd.
29225         * elf/pldd.c: New file.
29226         * elf/pldd-xx.c: New file.
29227
29228 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
29229
29230         * version.h: Update for 2.15 development version.
29231
29232 2011-06-07  David S. Miller  <davem@davemloft.net>
29233
29234         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
29235         ifuncs.
29236         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
29237         elf_machine_lazy_rel): Likewise.
29238         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
29239         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
29240         elf_machine_lazy_rel): Likewise.
29241         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
29242         dl_hwcap via passed in argument.
29243         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
29244         Likewise.
29245
29246 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29247
29248         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
29249
29250 2011-06-06  Roland McGrath  <roland@hack.frob.com>
29251
29252         [BZ #12849]
29253         * manual/fdl-1.1.texi: New file, verbatim from:
29254         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
29255         * manual/lgpl-2.1.texi: New file, verbatim from:
29256         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
29257         * manual/Makefile (licenses): New variable, list those new file names.
29258         (texis): Use it.
29259         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
29260
29261         * manual/fdl.texi: File removed.
29262         * manual/lesser.texi: File removed.
29263         * manual/libc.texinfo (Copying, Documentation License):
29264         Use new @include file names, put @appendix directive before @include.
29265
29266 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
29267
29268         [BZ #12841]
29269         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
29270         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
29271         (mq_open): Add __NTH.
29272
29273 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
29274
29275         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29276         Assume Intel Core i3/i5/i7 processor if AVX is available.
29277
29278 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
29279
29280         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
29281         typo.
29282
29283 2011-05-31  Andreas Schwab  <schwab@redhat.com>
29284
29285         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
29286         memory.  Use alloca_account.  Fix memory leak when retrying.
29287
29288 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
29289
29290         * version.h (RELEASE): Bump for 2.14 release.
29291         * include/features.h (__GLIBC_MINOR__): Bump to 14.
29292
29293         * config.make.in (RANLIB): Remove entry.
29294
29295 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
29296
29297         * po/Makefile (po-sed-cmd): Add ksh to extensions.
29298         (libc.pot): Work around missing support for .ksh extension in xgettext.
29299
29300         [BZ #12684]
29301         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
29302         if both request failed.
29303         (send_dg): In case of server errors clear resplen or *resplen2.
29304
29305         [BZ #12454]
29306         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
29307         when there are multiple maps.
29308         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
29309         (_dl_fini): Remove test here.
29310
29311         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
29312
29313 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
29314
29315         [BZ #12350]
29316         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
29317         bit from old_res_options.
29318         (gaih_inet): Likewise.
29319
29320         [BZ #11099]
29321         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
29322         as signed.
29323
29324         * resolv/res_init.c (res_setoptions): Make the code more compact.
29325
29326         [BZ #11558]
29327         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
29328         set RES_USEVC.
29329
29330         [BZ #11634]
29331         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
29332
29333         * malloc/malloc.h: Mark malloc hook variables as deprecated.
29334
29335         [BZ #11781]
29336         * malloc/malloc.h: Declare malloc hook variables as volatile.
29337
29338         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
29339         in last patch.
29340
29341         [BZ #11799]
29342         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
29343         raise in the comment.
29344         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
29345         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
29346         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
29347
29348 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
29349
29350         [BZ #12811]
29351         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
29352         grow the buffers more if it already has to be sufficient.
29353         (build_wcs_upper_buffer): Likewise.
29354         * posix/regexec.c (check_matching): Likewise.
29355         (clean_state_log_if_needed): Likewise.
29356         (extend_buffers): Don't enlarge buffers beyond size of the input
29357         buffer.
29358         Patches mostly by Emil Wojak <emil@wojak.eu>.
29359         * posix/bug-regex32.c: New file.
29360         * posix/Makefile (tests): Add bug-regex32.
29361
29362         * locale/findlocale.c (_nl_find_locale): Return right away if
29363         _nl_explode_name failed.
29364         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
29365
29366         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
29367
29368         * debug/xtrace.sh: Unify messages.
29369         * malloc/memusage.sh: Likewise.
29370
29371         [BZ #12813]
29372         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
29373         time symbol from vDSO.  Substitute with vsyscall if not available.
29374         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
29375         __vdso_time.
29376
29377         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
29378         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
29379         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
29380         Add sendmmsg and internal_sendmmsg.
29381         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
29382         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
29383         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
29384
29385         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
29386         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
29387         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
29388
29389 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
29390
29391         [BZ #12813]
29392         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
29393         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
29394         available.
29395         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
29396         __vdso_getcpu.
29397
29398         [BZ #12814]
29399         * iconvdata/Makefile (tests): Add bug-iconv9.
29400         * iconvdata/bug-iconv9.c: New file.
29401
29402 2011-05-27  Andreas Schwab  <schwab@redhat.com>
29403
29404         [BZ #12814]
29405         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
29406
29407 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
29408
29409         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
29410         (struct user_regs_struct): Change intcs field back to cs.
29411
29412 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
29413
29414         * po/ja.po: Update from translation team.
29415
29416 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
29417
29418         [BZ #12795]
29419         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
29420         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
29421
29422 2011-05-20  Andreas Schwab  <schwab@redhat.com>
29423
29424         * stdlib/longlong.h: Update from GCC.
29425
29426 2011-05-23  Andreas Schwab  <schwab@redhat.com>
29427
29428         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
29429         parameter name.
29430         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
29431         Add parameter name.
29432         (__sysconf): Pass it down.
29433
29434 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
29435
29436         [BZ #12671]
29437         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
29438         some situations.
29439         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
29440         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
29441         add in in __libc_use_alloca calls.  Adjust callers.
29442         (glob): Use malloc in some situations.
29443
29444         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
29445         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
29446         pltexit.
29447
29448 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
29449
29450         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
29451         and CLOCK_BOOTTIME_ALARM.
29452
29453         [BZ #12782]
29454         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
29455         is returned.
29456
29457         * string/_strerror.c (__strerror_r): Print negative errors as signed
29458         numbers.
29459
29460         [BZ #12777]
29461         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
29462         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
29463         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
29464
29465         * configure.in: Fix typo in redirection and correct removal of test
29466         files in two cases.
29467
29468         [BZ #12788]
29469         * locale/setlocale.c (new_composite_name): Fix test to check for
29470         identical name of all categories.
29471
29472         [BZ #12792]
29473         * libio/filedoalloc.c (local_isatty): New function.
29474         (_IO_file_doallocate): Use local_isatty.
29475         * stdio-common/perror.c (perror): In case a new stream is used
29476         forward the stream error.
29477         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
29478         error flag.
29479
29480 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
29481
29482         [BZ #11869]
29483         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
29484         alloca.
29485         * include/alloca.h (extend_alloca_account): Define.
29486
29487         [BZ #11857]
29488         * posix/regex.h: Fix comments with documentation of user-accessible
29489         fields after compilation and describe correct free'ing of pattern
29490         after re_compile_pattern.
29491         Patch by Reuben Thomas <rrt@sc3d.org>.
29492
29493 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
29494
29495         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
29496         and -mno-altivec to prevent the compiler from using Altivec and/or
29497         VSX instructions when the corresponding registers are not available.
29498
29499 2011-05-19  Andreas Schwab  <schwab@redhat.com>
29500
29501         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
29502
29503 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
29504
29505         * libio/freopen.c (freopen): Use __dup2, not dup2.
29506         * libio/freopen64.c (freopen64): Likewise.
29507
29508 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
29509
29510         [BZ #12775]
29511         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
29512         * math/Makefile (tests): Add test-powl.
29513         (CFLAGS-test-powl.c): Define.
29514         * math/test-powl.c: New file.
29515
29516 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
29517
29518         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
29519
29520 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
29521
29522         [BZ #11837]
29523         * iconvdata/gb18030.c: Update to GB18020-2005.
29524
29525 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
29526
29527         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
29528         RE_SYNTAX_POSIX_AWK): Update to match recent development.
29529         Patch by Aharon Robbins <arnold@skeeve.com>.
29530
29531         [BZ #11892]
29532         * stdlib/putenv.c (putenv): Don't always create copy of the variable
29533         on the stack.
29534
29535         [BZ #11895]
29536         * misc/pselect.c (__pselect): Handle timeout value errors hidden
29537         through underflows.
29538
29539         [BZ #12766]
29540         * misc/error.c (error_at_line): Ensure file_name and old_file_name
29541         point to strings before performing equality test for error_one_per_line
29542         mode.
29543
29544         [BZ #11697]
29545         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
29546
29547         [BZ #11820]
29548         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
29549         (struct user_fpregs_struct): Avoid __uint*_t types.
29550
29551         [BZ #6420]
29552         * malloc/mtrace.c (tr_where): Add additional parameter to point to
29553         symbol info.  Use it instead of calling _dl_addr locally.
29554         (lock_and_info): New function.
29555         (tr_freehook): Call lock_and_info and pass symbol info as additional
29556         parameter to tr_where.
29557         (tr_mallochook): Likewise.
29558         (tr_reallochook): Likewise.
29559         (tr_memalignhook): Likewise.
29560
29561         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
29562         used and couldn't be at all thread-safe.
29563
29564 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
29565
29566         * libio/freopen.c (freopen): Don't close old file descriptor
29567         before the new one is opened.  Instead dup the new file descriptor
29568         to the old one after the new stream is created.
29569         * libio/freopen64.c (freopen64): Likewise.
29570         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
29571         * libio/fileops.c (_IO_new_file_close_it): Handle new
29572         _IO_FLAGS2_NOCLOSE flag.
29573         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
29574         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
29575         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
29576         _IO_FLAGS2_NOCLOSE flag.
29577         * include/unistd.h: Add hidden_proto for dup3.
29578         Define __have_dup3.
29579         * io/dup3.c: Define hidden symbol.
29580         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
29581
29582         [BZ #7101]
29583         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
29584         when an incomplete long option is used.
29585         * posix/tst-getopt_long1.c: New file.
29586         * posix/Makefile (tests): Add tst-getopt_long1.
29587
29588         [BZ #10138]
29589         * scripts/config.guess: Update from autoconf-2.68.
29590         * scripts/config.sub: Likewise.
29591
29592         [BZ #10157]
29593         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
29594         tests into ...
29595         (has_cpuclock): ...this.  New function.
29596         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
29597         macro here based on has_cpuclock code.
29598
29599         [BZ #10149]
29600         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
29601         First byte (not low byte) is now always NUL.
29602         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
29603
29604         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
29605         Use non-cancelable interfaces.
29606
29607         [BZ #9809]
29608         * locale/iso-639.def: Add entry for Sorani.
29609
29610         [BZ #11901]
29611         * include/stdlib.h: Move include protection to the right place.
29612         Define abort_msg_s.  Declare __abort_msg with it.
29613         * stdlib/abort.c (__abort_msg): Adjust type.
29614         * assert/assert.c (__assert_fail_base): New function.  Majority
29615         of code from __assert_fail.  Allocate memory for __abort_msg with
29616         mmap.
29617         (__assert_fail): Now call __assert_fail_base.
29618         * assert/assert-perr.c: Remove bulk of implementation.  Use
29619         __assert_fail_base.
29620         * include/assert.hL Declare __assert_fail_base.
29621         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
29622         mmap.
29623         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
29624
29625 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
29626
29627         [BZ #11952]
29628         [BZ #12453]
29629         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
29630         until all modules are registered in the DTV.
29631         * elf/Makefile: Add rules to build and run tst-tls19.
29632         * elf/tst-tls19.c: New file.
29633         * elf/tst-tls19mod1.c: New file.
29634         * elf/tst-tls19mod2.c: New file.
29635         * elf/tst-tls19mod3.c: New file.
29636         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
29637
29638         [BZ #12083]
29639         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
29640         correctly.
29641
29642         [BZ #12601]
29643         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
29644         two-byte sequence errors.
29645         * iconvdata/Makefile (tests): Add bug-iconv8.
29646         * iconvdata/bug-iconv8.c: New file.
29647
29648         [BZ #12626]
29649         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
29650         buf2 definition.
29651
29652         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
29653
29654         [BZ #12432]
29655         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
29656         (dummy_getcfa): New function.
29657         (init): Get _Unwind_GetCFA address, use dummy if not found.
29658         (backtrace_helper): In recursion check, also check whether CFA changes.
29659         (__backtrace): Completely initialize arg.
29660
29661         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
29662         storing incomplete byte sequence in state object.  Avoid testing for
29663         guaranteed too small input if we know there is enough data available.
29664
29665 2011-05-11  Andreas Schwab  <schwab@redhat.com>
29666
29667         * Makeconfig (+link-pie): Indent.
29668         * Rules (binaries-pie): Define if $(have-fpie) and
29669         $(build-shared).
29670         (binaries-shared): Also filter out $(binaries-pie).
29671         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
29672         * nscd/Makefile (others-pie): Add nscd.
29673         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
29674         ($(objpfx)nscd): Remove command override.
29675         * login/Makefile (others-pie): Add pt_chown.
29676         ($(objpfx)pt_chown): Remove command override.
29677         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
29678         remove command overrides.
29679
29680 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
29681
29682         * libio/tst_putwc.c: Fix error messages.
29683
29684         [BZ #12724]
29685         * libio/fileops.c (_IO_new_file_close_it): Always flush when
29686         currently writing and seek to current position when not.
29687         * libio/Makefile (tests): Add bug-fclose1.
29688         * libio/bug-fclose1.c: New file.
29689
29690 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
29691
29692         [BZ #12511]
29693         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
29694         don't set DF_1_NODELETE here.
29695         (do_lookup_x): When entering new entry test for copy relocation
29696         and if necessary set DF_1_NODELETE flag.
29697         * elf/tst-unique4.cc: New file.
29698         * elf/tst-unique4.h: New file.
29699         * elf/tst-unique4lib.cc: New file.
29700         * elf/Makefile: Add rules to build and run tst-unique4.
29701         Patch by Piotr Bury <pbury@goahead.com>.
29702
29703 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
29704
29705         [BZ #12052]
29706         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
29707
29708         [BZ #12625]
29709         * misc/mntent_r.c (addmntent): Flush the stream after the output
29710
29711         [BZ #12393]
29712         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
29713         (is_trusted_path_normalize): Skip initial colon.  Append slash
29714         to empty buffer.  Duplicate is_trusted_path code but allow
29715         constructed patch to be prefix.
29716         (is_dst): Allow $ORIGIN followed by /.
29717         (_dl_dst_substitute): Correct clearing of check_for_trusted.
29718         Correct testing of result of is_trusted_path_normalize
29719         (decompose_rpath): Fix warning.
29720
29721 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
29722
29723         [BZ #11257]
29724         * grp/initgroups.c (internal_getgrouplist): When we found the service
29725         list through the initgroups entry in nsswitch.conf do not always
29726         continue on a successful lookup.  Don't always use the
29727         __nss_group_database value if it is set.
29728         * nss/nsswitch.conf (initgroups): Change action for successful db
29729         lookup to continue for compatibility.
29730
29731 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
29732
29733         [BZ #11532]
29734         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
29735         and CP774 modules.
29736         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
29737         and CP774 modules.
29738         * iconvdata/tst-tables.sh: Likewise.
29739         * iconvdata/cp770.c: New file.
29740         * iconvdata/cp771.c: New file.
29741         * iconvdata/cp772.c: New file.
29742         * iconvdata/cp773.c: New file.
29743         * iconvdata/cp774.c: New file.
29744         * iconvdata/testdata/CP770: New file.
29745         * iconvdata/testdata/CP770..UTF8: New file.
29746         * iconvdata/testdata/CP771: New file.
29747         * iconvdata/testdata/CP771..UTF8: New file.
29748         * iconvdata/testdata/CP772: New file.
29749         * iconvdata/testdata/CP772..UTF8: New file.
29750         * iconvdata/testdata/CP773: New file.
29751         * iconvdata/testdata/CP773..UTF8: New file.
29752         * iconvdata/testdata/CP774: New file.
29753         * iconvdata/testdata/CP774..UTF8: New file.
29754
29755         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
29756         END CHARMAP line.
29757         * iconvdata/gen-8bit-gap.sh: Likewise.
29758         * iconvdata/gen-8bit.sh: Likewise.
29759
29760         * locale/iso-639.def: Add ary entry.
29761
29762         [BZ #11258]
29763         * locale/C-translit.h.in: Add U20A1 transliteration.
29764
29765         [BZ #12178]
29766         * locale/iso-639.def: Add wae entry.
29767         Patch by Kevin Bortis <bortis@translate-wae.ch>.
29768
29769         [BZ #12545]
29770         * locale/programs/localedef.c (construct_output_path): Use ssize_t
29771         for n.
29772
29773         [BZ #12711]
29774         * locale/C-translit.h.in: Add entry for U20B9.
29775         Patch by pravin.d.s@gmail.com.
29776
29777 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
29778
29779         [BZ #12713]
29780         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
29781         ENAMETOOLONG use generic getcwd.
29782         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
29783         in rtld.  Use *stat64.
29784         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
29785         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
29786         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
29787         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
29788         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
29789         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
29790         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
29791         __fstatat64 macros.
29792         * include/dirent.h: Add libc_hidden_proto for rewinddir.
29793         * dirent/rewinddir.c: Add libc_hidden_def.
29794         * sysdeps/mach/hurd/rewinddir.c: Likewise.
29795         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
29796
29797         * include/dirent.h (__alloc_dir): Add flags parameter.
29798         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
29799         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
29800         __alloc_dir.
29801         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
29802         from fdopendir if O_CLOEXEC is already set.
29803
29804 2011-03-15  Alan Modra  <amodra@gmail.com>
29805
29806         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
29807         l_tls_firstbyte_offset non-zero.  Save padding offset in
29808         l_tls_firstbyte_offset for later use.
29809         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
29810         freeing static tls block.
29811
29812 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
29813
29814         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
29815         where #ifdef was intended.  The intent is to prevent ARG_MAX from
29816         being defined by the kernel headers.
29817
29818 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
29819
29820         [BZ #12734]
29821         * resolv/resolv.h: Define RES_NOTLDQUERY.
29822         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
29823         no-tld-query and set RES_NOTLDQUERY.
29824         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
29825         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
29826         modern BIND to search name as TLD unless forbidden.
29827
29828 2011-05-07  Petr Baudis  <pasky@suse.cz>
29829             Ulrich Drepper  <drepper@gmail.com>
29830
29831         [BZ #12393]
29832         * elf/dl-load.c (fillin_rpath): Move trusted path check...
29833         (is_trusted_path): ...to here.
29834         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
29835         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
29836         using is_trusted_path_normalize() in setuid scripts.
29837
29838 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
29839
29840         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
29841         __BEGIN/__END_DECLS.
29842
29843 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
29844
29845         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
29846         NSS_STATUS_NOTFOUND if no record was found.
29847
29848 2011-05-05  Andreas Schwab  <schwab@redhat.com>
29849
29850         * sunrpc/Makefile (headers): Add rpc/netdb.h.
29851         (headers-not-in-tirpc): Remove rpc/netdb.h
29852         * resolv/netdb.h: Revert last change.
29853
29854 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
29855
29856         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
29857         circular dependency between libgcc.a and libc.a.
29858
29859 2011-05-05  Andreas Schwab  <schwab@redhat.com>
29860
29861         * resolv/netdb.h: Don't include <rpc/netdb.h>.
29862         * nis/Makefile: Don't install rpcsvc/*.
29863         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
29864         instead of <rpc/types.h>.
29865         (MAXHOSTNAMELEN): Define.
29866
29867 2011-05-03  Andreas Schwab  <schwab@redhat.com>
29868
29869         * elf/ldconfig.c (add_dir): Don't crash on empty path.
29870
29871 2011-04-28  Maciej Babinski  <mbabinski@google.com>
29872
29873         [BZ #12714]
29874         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
29875         gethostbyname4_r when IPv6 results are possible.
29876
29877 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
29878
29879         [BZ #12723]
29880         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
29881         _PC_PIPE_BUF handling.
29882
29883 2011-04-30  Bruno Haible  <bruno@clisp.org>
29884
29885         [BZ #12717]
29886         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
29887         * resolv/netdb.h (getnameinfo): Change type of flags parameter
29888         to 'int'.
29889         * inet/getnameinfo.c (getnameinfo): Likewise.
29890
29891 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
29892
29893         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
29894         to groups setting in database lookup.
29895         * nss/nsswitch.conf: Add initgroups entry.
29896
29897 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
29898
29899         [BZ #12685]
29900         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
29901         mode string.
29902         Patch by Eric Blake <eblake@redhat.com>.
29903
29904 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
29905
29906         * sunrpc/Makefile (need-export-routines): Add svc_run.
29907         (routines): Remove svc_run.
29908         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
29909         * sunrpc/clnt_perr.c (clnt_perrno): Export.
29910         * sunrpc/svc_run.c (svc_run): Likewise.
29911         * sunrpc/svc_udp.c (svcudp_create): Likewise.
29912
29913 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
29914
29915         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
29916         problem in reallocation in last patch.
29917
29918 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
29919
29920         * sunrpc/Makefile: Move inclusion of Rules.
29921
29922 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
29923
29924         * nss/nss_files/files-initgroups.c: New file.
29925         * nss/Makefile (libnss_files-routines): Add files-initgroups.
29926         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
29927         _nss_files_initgroups_dyn.
29928
29929 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
29930
29931         * elf/elf.h (R_ARM_IRELATIVE): Define.
29932
29933 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
29934
29935         * po/ru.po: Update from translation team.
29936
29937 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
29938
29939         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
29940         dependencies.
29941
29942 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
29943
29944         [BZ #12653]
29945         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
29946         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
29947         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
29948         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
29949         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
29950
29951 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
29952
29953         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
29954         differing bytes.
29955         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
29956         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
29957         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
29958
29959 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
29960
29961         [BZ #12420]
29962         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
29963         storing it.
29964         * stdlib/bug-getcontext.c: New file.
29965         * stdlib/Makefile: Add rules to build and run bug-getcontext.
29966
29967 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29968
29969         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
29970         instructions into .machine "z9-109".
29971         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
29972         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
29973
29974 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
29975
29976         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
29977         between environment variables and auxiliary vector.
29978
29979 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
29980
29981         * Makefile: Add rules to build linkobj/libc.so.
29982         * include/libc-symbols.h: Define libc_hidden_nolink.
29983         * include/rpc/auth.h: Mark functions which are to be hidden.
29984         * include/rpc/auth_des.h: Likewise.
29985         * include/rpc/auth_unix.h: Likewise.
29986         * include/rpc/clnt.h: Likewise.
29987         * include/rpc/des_crypt.h: Likewise.
29988         * include/rpc/key_prot.h: Likewise.
29989         * include/rpc/pmap_clnt.h: Likewise.
29990         * include/rpc/pmap_prot.h: Likewise.
29991         * include/rpc/pmap_rmt.h: Likewise.
29992         * include/rpc/rpc_msg.h: Likewise.
29993         * include/rpc/svc.h: Likewise.
29994         * include/rpc/svc_auth.h: Likewise.
29995         * include/rpc/xdr.h: Likewise.
29996         * nis/Makefile: Link all DSOs against linkobj/libc.so.
29997         * nss/Makefile: Likewise.
29998         * sunrpc/Makefile: Don't install headers.  Build library with normal
29999         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
30000         * sunrpc/auth_des.c: Hide exported symbols by default, export some
30001         for the compat linking library.  Remove use of INTDEF/INTUSE.
30002         * sunrpc/auth_none.c: Likewise.
30003         * sunrpc/auth_unix.c: Likewise.
30004         * sunrpc/authdes_prot.c: Likewise.
30005         * sunrpc/authuxprot.c: Likewise.
30006         * sunrpc/clnt_gen.c: Likewise.
30007         * sunrpc/clnt_perr.c: Likewise.
30008         * sunrpc/clnt_raw.c: Likewise.
30009         * sunrpc/clnt_simp.c: Likewise.
30010         * sunrpc/clnt_tcp.c: Likewise.
30011         * sunrpc/clnt_udp.c: Likewise.
30012         * sunrpc/clnt_unix.c: Likewise.
30013         * sunrpc/des_crypt.c: Likewise.
30014         * sunrpc/des_soft.c: Likewise.
30015         * sunrpc/get_myaddr.c: Likewise.
30016         * sunrpc/key_call.c: Likewise.
30017         * sunrpc/key_prot.c: Likewise.
30018         * sunrpc/netname.c: Likewise.
30019         * sunrpc/pm_getmaps.c: Likewise.
30020         * sunrpc/pm_getport.c: Likewise.
30021         * sunrpc/pmap_clnt.c: Likewise.
30022         * sunrpc/pmap_prot.c: Likewise.
30023         * sunrpc/pmap_prot2.c: Likewise.
30024         * sunrpc/pmap_rmt.c: Likewise.
30025         * sunrpc/publickey.c: Likewise.
30026         * sunrpc/rpc_cmsg.c: Likewise.
30027         * sunrpc/rpc_common.c: Likewise.
30028         * sunrpc/rpc_dtable.c: Likewise.
30029         * sunrpc/rpc_prot.c: Likewise.
30030         * sunrpc/rpc_thread.c: Likewise.
30031         * sunrpc/rtime.c: Likewise.
30032         * sunrpc/svc.c: Likewise.
30033         * sunrpc/svc_auth.c: Likewise.
30034         * sunrpc/svc_authux.c: Likewise.
30035         * sunrpc/svc_raw.c: Likewise.
30036         * sunrpc/svc_run.c: Likewise.
30037         * sunrpc/svc_simple.c: Likewise.
30038         * sunrpc/svc_tcp.c: Likewise.
30039         * sunrpc/svc_udp.c: Likewise.
30040         * sunrpc/svc_unix.c: Likewise.
30041         * sunrpc/svcauth_des.c: Likewise.
30042         * sunrpc/xcrypt.c: Likewise.
30043         * sunrpc/xdr.c: Likewise.
30044         * sunrpc/xdr_array.c: Likewise.
30045         * sunrpc/xdr_float.c: Likewise.
30046         * sunrpc/xdr_intXX_t.c: Likewise.
30047         * sunrpc/xdr_mem.c: Likewise.
30048         * sunrpc/xdr_rec.c: Likewise.
30049         * sunrpc/xdr_ref.c: Likewise.
30050         * sunrpc/xdr_sizeof.c: Likewise.
30051         * sunrpc/xdr_stdio.c: Likewise.
30052
30053 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
30054
30055         [BZ #12650]
30056         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
30057         * sysdeps/ia64/dl-tls.h: Likewise.
30058         * sysdeps/powerpc/dl-tls.h: Likewise.
30059         * sysdeps/s390/dl-tls.h: Likewise.
30060         * sysdeps/sh/dl-tls.h: Likewise.
30061         * sysdeps/sparc/dl-tls.h: Likewise.
30062         * sysdeps/x86_64/dl-tls.h: Likewise.
30063         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
30064
30065 2011-03-14  Andreas Schwab  <schwab@redhat.com>
30066
30067         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
30068         rpath element also skip the following colon.
30069         (expand_dynamic_string_token): Add is_path parameter and pass
30070         down to DL_DST_REQUIRED and _dl_dst_substitute.
30071         (decompose_rpath): Call expand_dynamic_string_token with
30072         non-zero is_path.  Ignore empty rpaths.
30073         (_dl_map_object_from_fd): Call expand_dynamic_string_token
30074         with zero is_path.
30075
30076 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
30077
30078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
30079         Make cancelable.
30080
30081 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
30082
30083         [BZ #12655]
30084         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
30085         Patch by Filipe David Manana <fdmanana@apache.org>.
30086
30087 2011-04-07  Andreas Schwab  <schwab@redhat.com>
30088
30089         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
30090         Maintain aligned stack.
30091         (CHECK_RSP): Remove unused macro.
30092
30093 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
30094
30095         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
30096         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
30097
30098 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
30099
30100         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
30101
30102         * include/features.h: Mention __USE_XOPEN2K8 in comment.
30103
30104 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
30105
30106         [BZ #12518]
30107         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
30108         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
30109         * sysdeps/x86_64/memmove.c: New file.
30110         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
30111         (memcpy): Renamed to ...
30112         (__new_memcpy): This.
30113         (memcpy): Provide GLIBC_2_14 memcpy.
30114         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
30115         (memcpy): Provide GLIBC_2_2_5 memcpy.
30116
30117 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
30118
30119         [BZ #12631]
30120         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
30121
30122 2011-03-30  Andreas Schwab  <schwab@redhat.com>
30123
30124         * misc/syncfs.c: New file.
30125         * misc/Makefile (routines): Add syncfs.
30126         * posix/unistd.h: Declare syncfs.
30127         * sysdeps/unix/syscalls.list: Add syncfs.
30128
30129 2011-04-01  Andreas Schwab  <schwab@redhat.com>
30130
30131         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
30132         open_by_handle_at.
30133         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
30134         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
30135         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
30136         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
30137         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
30138         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
30139         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
30140
30141 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
30142
30143         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
30144         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
30145         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
30146         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
30147         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
30148         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
30149         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
30150
30151         * io/Makefile: Compile fallocate.c, fallocate64.c, and
30152         sync_file_range.c with -fexceptions.
30153         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
30154         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
30155         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
30156         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
30157         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
30158         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
30159         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
30160         sync_file_range as cancellation point
30161         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
30162         now a wrapper around __call_sync_file_range with cancellation handling.
30163         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
30164         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
30165         function name to __call_sync_file_range.
30166         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
30167         Add call_sync_file_range.
30168
30169 2011-04-01  Andreas Schwab  <schwab@redhat.com>
30170
30171         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30172         bits/timex.h.
30173
30174 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
30175
30176         * iconv/iconv.h: Fix typo in comment.
30177         * io/fcntl.h: Likewise.
30178         * libio/stdio.h: Likewise.
30179         * posix/spawn.h: Likewise.
30180         * posix/unistd.h: Likewise.
30181         * stdlib/stdlib.h: Likewise.
30182         * time/time.h: Likewise.
30183         * wcsmbs/wchar.h: Likewise.
30184
30185         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
30186         open_by_handle): Add.
30187         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
30188         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
30189         Augment a few comments.
30190         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
30191         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
30192         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
30193         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
30194         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
30195         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
30196         open_by_handle.
30197
30198         * io/fcntl.h (AT_EMPTY_PATH): Define.
30199
30200 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
30201
30202         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
30203         * sysdeps/unix/sysv/linux/bits/time.h: New file.
30204         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
30205         to...
30206         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
30207         * Versions.def: Add GLIBC_2.14.
30208         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
30209         Export.
30210
30211 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
30212
30213         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
30214         round counter.
30215         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
30216
30217 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
30218
30219         [BZ #12597]
30220         * string/test-strncmp.c (do_page_test): New function.
30221         (check2): Likewise.
30222         (test_main): Call check2.
30223         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
30224
30225 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
30226
30227         [BZ #12587]
30228         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
30229         Handle cache information in CPU leaf 4.
30230         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
30231
30232 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
30233
30234         [BZ #12583]
30235         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
30236         character representation.
30237         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
30238
30239 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
30240
30241         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
30242         END(__isnan) to END(__isnanf) to match function entry point/label
30243         EALIGN(__isnanf,...).
30244
30245 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
30246
30247         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
30248
30249 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
30250
30251         [BZ #12510]
30252         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
30253         copy from the symbol referenced in the relocation to initialize the
30254         used variable.
30255         Patch by Piotr Bury <pbury@goahead.com>.
30256         * elf/Makefile: Add rules to build and tst-unique3.
30257         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
30258         * elf/tst-unique3.cc: New file.
30259         * elf/tst-unique3.h: New file.
30260         * elf/tst-unique3lib.cc: New file.
30261         * elf/tst-unique3lib2.cc: New file.
30262
30263         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
30264
30265 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
30266
30267         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
30268         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
30269         to _start.
30270
30271 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
30272
30273         * elf/dl-load.c (_dl_map_object): If we are looking for the first
30274         to-be-loaded object along a path to loader is ld.so.
30275
30276 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
30277             Ulrich Drepper  <drepper@gmail.com>
30278
30279         * sysdeps/x86_64/memset.S: After aligning destination, code
30280         branches to different locations depending on the value of
30281         misalignment, when multiarch is enabled. Fix this.
30282
30283 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
30284
30285         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
30286         Set _x86_64_preferred_memory_instruction for AMD processsors.
30287         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30288         Set bit_Prefer_SSE_for_memop for AMD processors.
30289
30290 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
30291
30292         * libio/fmemopen.c (fmemopen): Optimize a bit.
30293
30294 2011-03-03  Andreas Schwab  <schwab@redhat.com>
30295
30296         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
30297
30298 2011-03-03  Roland McGrath  <roland@redhat.com>
30299
30300         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
30301
30302 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
30303
30304         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
30305         __bzero_ultra1 instead of __memset_ultra1.
30306
30307 2011-02-23  Andreas Schwab  <schwab@redhat.com>
30308             Ulrich Drepper  <drepper@gmail.com>
30309
30310         [BZ #12509]
30311         * include/link.h (struct link_map): Add l_orig_initfini.
30312         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
30313         returning unsuccessfully.
30314         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
30315         close of a file loaded at startup, restore the original l_initfini
30316         list.
30317         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
30318         list, store the pointer.
30319         * elf/Makefile ($(objpfx)noload-mem): New rule.
30320         (noload-ENV): Define.
30321         (tests): Add $(objpfx)noload-mem.
30322         * elf/noload.c: Include <memcheck.h>.
30323         (main): Call mtrace.  Close all opened handles.
30324
30325 2011-02-17  Andreas Schwab  <schwab@redhat.com>
30326
30327         [BZ #12454]
30328         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
30329         dependencies are missing.
30330
30331 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
30332
30333         Fix __if_freereq crash: Unlike the generic version which uses free,
30334         Hurd needs munmap.
30335         * sysdeps/mach/hurd/ifreq.h: New file.
30336
30337 2011-01-27  Petr Baudis  <pasky@suse.cz>
30338             Ulrich Drepper  <drepper@gmail.com>
30339
30340         [BZ 12445]#
30341         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
30342         to extend_alloca().
30343         * stdio-common/bug23.c: New file.
30344         * stdio-common/Makefile (tests): Add bug23.
30345
30346 2010-09-28  Andreas Schwab  <schwab@redhat.com>
30347             Ulrich Drepper  <drepper@gmail.com>
30348
30349         [BZ #12489]
30350         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
30351         before performing relro protection.  At old place add assertion
30352         to make sure nothing changed.
30353
30354 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
30355             Glauber de Oliveira Costa  <glommer@gmail.com>
30356
30357         * elf/elf.h: Add new ARM TLS relocs.
30358
30359 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
30360
30361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
30362         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
30363         cast from r3.
30364         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
30365         'tests' variable.
30366         * sysdeps/wordsize-64/tst-writev.c: New file.
30367
30368 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
30369
30370         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
30371         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
30372         insns in _dl_start to prevent a TOC reference before relocs are
30373         resolved.
30374
30375 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
30376
30377         [BZ #12469]
30378         * Makeconfig: Remove RANLIB definition.
30379         * Makerules: Don't use RANLIB.
30380         * aclocal.m4: Remove ranlib test.
30381         * configure.in: No need to check for ranlib.
30382         * elf/rtld-Rules: Don't use RANLIB.
30383
30384 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
30385
30386         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
30387         protection macro.
30388         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
30389         inclusion protection macro.
30390
30391         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
30392         SIGRTMIN and SIGRTMAX and print information in that case only when
30393         SIGRTMIN is defined.
30394
30395 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
30396
30397         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
30398         arginfo fn returning -1.
30399
30400         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
30401         and thousands string is zero terminated.
30402
30403 2011-02-03  Andreas Schwab  <schwab@redhat.com>
30404
30405         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
30406         sysdeps/unix/sysv/linux/bits/socket.h.
30407
30408 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
30409
30410         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
30411         (__CPU_COUNT): Remove old macros.
30412         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
30413         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
30414         (__CPU_ALLOC, __CPU_FREE): Add macros.
30415         (__sched_cpualloc, __sched_cpufree): Add declarations.
30416
30417 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
30418
30419         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
30420         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
30421         * nscd/aicache.c (addhstaiX): Return timeout of added value.
30422         (readdhstai): Return value of addhstaiX call.
30423         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
30424         (addgrbyX): Return value returned by cache_addgr.
30425         (readdgrbyname): Return value returned by addgrbyX.
30426         (readdgrbygid): Likewise.
30427         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
30428         (addpwbyX): Return value returned by cache_addpw.
30429         (readdpwbyname): Return value returned by addhstbyX.
30430         (readdpwbyuid): Likewise.
30431         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
30432         (addservbyX): Return value returned by cache_addserv.
30433         (readdservbyname): Return value returned by addservbyX:
30434         (readdservbyport): Likewise.
30435         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
30436         (addhstbyX): Return value returned by cache_addhst.
30437         (readdhstbyname): Return value returned by addhstbyX.
30438         (readdhstbyaddr): Likewise.
30439         (readdhstbynamev6): Likewise.
30440         (readdhstbyaddrv6): Likewise.
30441         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
30442         (readdinitgroups): Return value returned by addinitgroupsX.
30443         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
30444         (prune_cache): Keep track of timeout value of re-added entries.
30445         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
30446         * nscd/nscd.h: Adjust prototypes of readd* functions.
30447
30448 2011-02-04  Roland McGrath  <roland@redhat.com>
30449
30450         * nis/nis_server.c (nis_servstate): Use the right name for 0.
30451         (nis_stats): Likewise.
30452         * nis/nis_modify.c (nis_modify): Likewise.
30453         * nis/nis_remove.c (nis_remove): Likewise.
30454         * nis/nis_add.c (nis_add): Likewise.
30455
30456         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
30457
30458         * posix/fnmatch_loop.c: Add some consts.
30459
30460         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
30461
30462 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
30463
30464         [BZ #12460]
30465         * config.make.in (config-cflags-novzeroupper): Define.
30466         * configure.in: Substitute libc_cv_cc_novzeroupper.
30467         * elf/Makefile (AVX-CFLAGS): Define.
30468         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
30469         (CFLAGS-tst-auditmod4a.c): Likewise.
30470         (CFLAGS-tst-auditmod4b.c): Likewise.
30471         (CFLAGS-tst-auditmod6b.c): Likewise.
30472         (CFLAGS-tst-auditmod6c.c): Likewise.
30473         (CFLAGS-tst-auditmod7b.c): Likewise.
30474         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
30475
30476 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
30477
30478         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
30479         function to the callback.
30480         Patch partly by Jiri Olsa <jolsa@redhat.com>.
30481
30482 2011-02-02  Andreas Schwab  <schwab@redhat.com>
30483
30484         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
30485         of errno.
30486
30487 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
30488
30489         [BZ #11724]
30490         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
30491         of constructors.
30492         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
30493         of destructors.
30494         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
30495
30496         [BZ #11724]
30497         * elf/Makefile: Add rules to build and run new test.
30498         * elf/tst-initorder.c: New file.
30499         * elf/tst-initorder.exp: New file.
30500         * elf/tst-initordera1.c: New file.
30501         * elf/tst-initordera2.c: New file.
30502         * elf/tst-initordera3.c: New file.
30503         * elf/tst-initordera4.c: New file.
30504         * elf/tst-initorderb1.c: New file.
30505         * elf/tst-initorderb2.c: New file.
30506         * elf/tst-order-a1.c: New file.
30507         * elf/tst-order-a2.c: New file.
30508         * elf/tst-order-a3.c: New file.
30509         * elf/tst-order-a4.c: New file.
30510         * elf/tst-order-b1.c: New file.
30511         * elf/tst-order-b2.c: New file.
30512         * elf/tst-order-main.c: New file.
30513         New test case by George Gensure <werkt0@gmail.com>.
30514
30515 2010-10-01  Andreas Schwab  <schwab@redhat.com>
30516
30517         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
30518         decoding ACE if AI_CANONIDN.
30519
30520 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
30521
30522         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
30523
30524 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
30525
30526         * version.h (RELEASE): Bump for 2.13 release.
30527         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
30528
30529         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
30530
30531         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
30532         MADV_NOHUGEPAGE.
30533         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
30534         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
30535         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
30536         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
30537         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
30538         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
30539
30540         * posix/getconf.c: Update copyright year.
30541         * catgets/gencat.c: Likewise.
30542         * csu/version.c: Likewise.
30543         * debug/catchsegv.sh: Likewise.
30544         * debug/xtrace.sh: Likewise.
30545         * elf/ldconfig.c: Likewise.
30546         * elf/ldd.bash.in: Likewise.
30547         * elf/sprof.c (print_version): Likewise.
30548         * iconv/iconv_prog.c: Likewise.
30549         * iconv/iconvconfig.c: Likewise.
30550         * locale/programs/locale.c: Likewise.
30551         * locale/programs/localedef.c: Likewise.
30552         * malloc/memusage.sh: Likewise.
30553         * malloc/mtrace.pl: Likewise.
30554         * nscd/nscd.c (print_version): Likewise.
30555         * nss/getent.c: Likewise.
30556
30557         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
30558         PF_CAIF, and PF_ALG.
30559         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
30560
30561 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
30562
30563         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
30564         (modules-names): Use them.
30565         (ifunc-test-modules, ifunc-pie-tests): Define.
30566         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
30567         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
30568         (test-extras): Likewise.
30569         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
30570         $(compile-command.c).
30571         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
30572         (all-built-dso): Define.
30573         (check-textrel.out, check-execstack.out): Depend on it.
30574
30575         * configure.in: Don't override --enable-multi-arch.
30576
30577 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
30578
30579         [BZ #6812]
30580         * nscd/hstcache.c (tryagain): Define.
30581         (cache_addhst): Return tryagain not notfound for temporary errors.
30582         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
30583         failed.
30584
30585 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
30586
30587         [BZ #10563]
30588         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
30589         to make the syscall.
30590         * sysdeps/unix/sysv/linux/setgroups.c: New file.
30591
30592         [BZ #12378]
30593         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
30594         and fall back to matching as normal character if the string ends before
30595         the matching ']' is found.  This is what POSIX requires.
30596         * posix/testfnm.c: Adjust test result.
30597         * posix/globtest.sh: Adjust test result.  Add new test.
30598         * posix/tst-fnmatch.input: Likewise.
30599         * posix/tst-fnmatch2.c: Add new test.
30600
30601 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
30602
30603         * elf/Makefile (check-execstack): Revert last change.  Depend on
30604         check-execstack.h.
30605         (check-execstack.h): New target.
30606         (generated): Add check-execstack.h.
30607         * elf/check-execstack.c: Include "check-execstack.h".
30608         (main): Revert last change.
30609         (handle_file): Return zero if GNU_STACK is absent and
30610         DEFAULT_STACK_PERMS doesn't include PF_X.
30611
30612 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
30613
30614         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
30615         in child fails because the descriptor is already closed.
30616         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
30617         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
30618         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
30619
30620         [BZ #12397]
30621         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
30622         syscall.
30623
30624         [BZ #10484]
30625         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
30626         temporary buffer used to handle multi lookups locally.
30627         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
30628
30629 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
30630
30631         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
30632         loader is ld.so.
30633
30634 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
30635
30636         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
30637         alignment for SSE2.
30638
30639 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
30640
30641         [BZ #12394]
30642         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
30643         characters.  When rounding increased number of integer digits recompute
30644         number of groups.
30645         * stdio-common/tst-grouping.c: New file.
30646         * stdio-common/Makefile: Add rules to build and run tst-grouping.
30647
30648 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
30649
30650         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
30651         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
30652
30653         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
30654         void.
30655         * bits/select.h: Likewise.
30656
30657 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
30658
30659         * po/ja.po: Update from translation team.
30660
30661 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
30662
30663         [BZ #11155]
30664         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
30665         implementation just like for lxstat, fxstatat, et al.
30666
30667 2010-12-27  Jim Meyering  <meyering@redhat.com>
30668
30669         [BZ #12348]
30670         * posix/regexec.c (build_trtable): Return failure indication upon
30671         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
30672
30673 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
30674
30675         [BZ #12201]
30676         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
30677         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
30678         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
30679         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
30680
30681         [BZ #12207]
30682         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
30683
30684         [BZ #12204]
30685         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
30686         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
30687
30688 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
30689
30690         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
30691         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
30692         script has SORT_BY_INIT_PRIORITY.
30693         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
30694         NO_CTORS_DTORS_SECTIONS is defined.
30695         * elf/soinit.c: Likewise.
30696         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
30697         NO_CTORS_DTORS_SECTIONS is defined.
30698         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
30699         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
30700         * sysdeps/sh/init-first.c: Likewise.
30701         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
30702
30703 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
30704
30705         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
30706         always use the slow path.
30707
30708 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
30709
30710         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
30711         similar rule which adds the sysdep directories to the header search in
30712         order to pick up the correct platform stackinfo.h.
30713         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
30714         perform test if it is, otherwise return successfully without testing.
30715         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
30716         DEFAULT_STACK_PERMS define in stackinfo.h.
30717         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
30718         defined in stackinfo.h.
30719         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
30720         DEFAULT_STACK_PERMS defined in stackinfo.h.
30721         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
30722         * sysdeps/ia64/stackinfo.h: Likewise.
30723         * sysdeps/s390/stackinfo.h: Likewise.
30724         * sysdeps/sh/stackinfo.h: Likewise.
30725         * sysdeps/sparc/stackinfo.h: Likewise.
30726         * sysdeps/x86_64/stackinfo.h: Likewise.
30727         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
30728         PF_X for powerpc64.  Retain PF_X for powerpc32.
30729
30730 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
30731
30732         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
30733         accurately.
30734         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
30735         GETDENTS_64BIT_ALIGNED.
30736
30737 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
30738
30739         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
30740
30741 2010-12-10  Andreas Schwab  <schwab@redhat.com>
30742
30743         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
30744         _GNU_SOURCE.
30745
30746         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
30747         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
30748         Remove __restrict.
30749         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
30750         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
30751
30752 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
30753
30754         [BZ #11655]
30755         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
30756         are initialized.
30757
30758 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
30759
30760         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
30761
30762 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
30763
30764         * po/it.po: Update from translation team.
30765
30766 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
30767
30768         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
30769         unused codes.
30770
30771 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
30772
30773         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
30774
30775 2010-11-24  Andreas Schwab  <schwab@redhat.com>
30776
30777         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
30778         specially.
30779         (gaih_getanswer_slice): Likewise.
30780
30781 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
30782
30783         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
30784
30785 2010-05-31  Petr Baudis  <pasky@suse.cz>
30786
30787         [BZ #11149]
30788         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
30789         silently even in the chroot mode.
30790
30791 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
30792
30793         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
30794         last patch a bit.  Pretty printing
30795
30796 2010-05-31  Petr Baudis <pasky@suse.cz>
30797
30798         [BZ #10085]
30799         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
30800         initialization of skip_initgroups_dyn.
30801
30802 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
30803
30804         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
30805         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
30806
30807 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
30808
30809         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
30810
30811 2010-11-11  Andreas Schwab  <schwab@redhat.com>
30812
30813         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
30814         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
30815         (tst-fnmatch-ENV): Set MALLOC_TRACE.
30816         ($(objpfx)tst-fnmatch-mem): New rule.
30817         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
30818         * posix/tst-fnmatch.c (main): Call mtrace.
30819
30820 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
30821
30822         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30823         Support Intel processor model 6 and model 0x2c.
30824
30825 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
30826
30827         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
30828           signed comparison.
30829
30830 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
30831
30832         [BZ #12205]
30833         * string/test-strncasecmp.c (check_result): New function.
30834         (do_one_test): Use it.
30835         (check1): New function.
30836         (test_main): Use it.
30837         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
30838         Support strcasecmp and strncasecmp.
30839
30840 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
30841
30842         [BZ #12194]
30843         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
30844         * sysdeps/x86_64/bits/byteswap.h: Likewise.
30845
30846 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
30847
30848         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
30849         IFUNC support.
30850         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
30851         memset-x86-64.
30852         * sysdeps/x86_64/multiarch/bzero.S: New file.
30853         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
30854         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
30855         * sysdeps/x86_64/multiarch/memset.S: New file.
30856         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
30857         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30858         Set bit_Prefer_SSE_for_memop for Intel processors.
30859         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
30860         Define.
30861         (index_Prefer_SSE_for_memop): Define.
30862         (HAS_PREFER_SSE_FOR_MEMOP): Define.
30863
30864 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
30865
30866         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
30867         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
30868
30869 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
30870
30871         [BZ #12191]
30872         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
30873         (__x86_64_raw_data_cache_size_half): Likewise.
30874         (__x86_64_raw_shared_cache_size): Likewise.
30875         (__x86_64_raw_shared_cache_size_half): Likewise.
30876
30877         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
30878         (__x86_64_raw_data_cache_size_half): Likewise.
30879         (__x86_64_raw_shared_cache_size): Likewise.
30880         (__x86_64_raw_shared_cache_size_half): Likewise.
30881         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
30882         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
30883         and __x86_64_raw_shared_cache_size_half.  Round
30884         __x86_64_data_cache_size_half, __x86_64_data_cache_size
30885         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
30886         to multiple of 256 bytes.
30887
30888 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
30889
30890         [BZ #12167]
30891         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
30892         of inacessible symlinks.  Verify result of symlink before returning it.
30893         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
30894         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
30895
30896 2010-10-28  Erich Ritz  <erichritz@gmail.com>
30897
30898         * math/math.h (isinf): Fix typo in comment.
30899
30900 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
30901
30902         * po/da.po: Update from translation team.
30903
30904 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
30905
30906         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
30907         is added to the list.
30908
30909 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30910             Ulrich Drepper  <drepper@gmail.com>
30911
30912         * elf/dl-object.c (_dl_new_object): Don't append the new object to
30913         the global list here.  Move code to...
30914         (_dl_add_to_namespace_list): ...here.  New function.
30915         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
30916         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
30917         * elf/dl-load.c (lose): Don't remove the element from the list.
30918         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
30919         (_dl_map_object): Likewise.
30920
30921 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
30922
30923         [BZ #12159]
30924         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
30925         into all bytes of SSE register.
30926         Patch by Richard Li <richardpku@gmail.com>.
30927
30928 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
30929
30930         [BZ #12140]
30931         * malloc/malloc.c (_int_free): Fill correct number of bytes when
30932         perturbing.
30933
30934 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
30935
30936         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
30937         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
30938         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
30939         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
30940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
30941         submachine.
30942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
30943
30944 2010-10-22  Andreas Schwab  <schwab@redhat.com>
30945
30946         * include/dlfcn.h (__RTLD_SECURE): Define.
30947         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
30948         mode & __RTLD_SECURE instead.
30949         (open_path): Rename preloaded parameter to secure.
30950         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
30951         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
30952         * elf/dl-deps.c (openaux): Likewise.
30953         * elf/rtld.c (struct map_args): Remove is_preloaded.
30954         (map_doit): Don't use it.
30955         (dl_main): Likewise.
30956         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
30957         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
30958
30959 2010-09-09  Andreas Schwab  <schwab@redhat.com>
30960
30961         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
30962         (sysd-rules-targets): Remove duplicates.
30963         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
30964         rtld-%.$o dependency.
30965
30966 2010-10-18  Andreas Schwab  <schwab@redhat.com>
30967
30968         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
30969         _dl_map_object do it.
30970
30971 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
30972
30973         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
30974         fast fma builtins, define the macros in the C99 standard.
30975         (FP_FAST_FMAF): Likewise.
30976         (FP_FAST_FMAL): Likewise.
30977         * sysdeps/x86_64/bits/mathdef.h: Likewise.
30978
30979         * bits/mathdef.h: Update copyright year.
30980         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30981
30982 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
30983
30984         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
30985         builtins, define the macros in the C99 standard.
30986         (FP_FAST_FMAF): Likewise.
30987         (FP_FAST_FMAL): Likewise.
30988         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
30989         multiply/add.
30990         (FP_FAST_FMAF): Likewise.
30991
30992 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
30993
30994         [BZ #3268]
30995         * math/libm-test.inc (fma_test): Some new testcases.
30996         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
30997         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
30998         y and infinite z.  Do multiplication by C already in long double.
30999         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
31000         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
31001         y and infinite z.  Do bitwise or of inexact bit into u.d.
31002         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
31003         * sysdeps/i386/fpu/s_fmaf.S: Removed.
31004         * sysdeps/i386/fpu/s_fma.S: Removed.
31005         * sysdeps/i386/fpu/s_fmal.S: Removed.
31006
31007 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
31008
31009         [BZ #3268]
31010         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
31011         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
31012         computation is not scheduled after fetestexcept.  Fix value
31013         of minimum denormal long double.
31014
31015 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
31016
31017         [BZ #3268]
31018         * math/libm-test.inc (fma_test): Add some more tests.
31019         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
31020         correctly.
31021
31022 2010-10-15  Andreas Schwab  <schwab@redhat.com>
31023
31024         * scripts/data/localplt-s390-linux-gnu.data: New file.
31025         * scripts/data/localplt-s390x-linux-gnu.data: New file.
31026
31027 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
31028
31029         [BZ #3268]
31030         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
31031         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
31032         instead of dbl-64.
31033         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
31034         inlines.
31035         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
31036         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
31037         if one of x and y is very large and the other is subnormal.
31038         * sysdeps/s390/fpu/s_fmaf.c: New file.
31039         * sysdeps/s390/fpu/s_fma.c: New file.
31040         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
31041         * sysdeps/powerpc/fpu/s_fma.S: New file.
31042         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
31043         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
31044         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
31045
31046 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
31047
31048         [BZ #3268]
31049         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
31050         fma tests.
31051         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
31052         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
31053         * sysdeps/i386/i686/multiarch/s_fma.c: Include
31054         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
31055         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
31056         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
31057         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
31058
31059 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
31060
31061         [BZ #12078]
31062         * posix/regcomp.c (parse_branch): One more memory leak plugged.
31063         * posix/bug-regex31.input: Add test case.
31064
31065 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
31066
31067         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
31068         * posix/bug-regex31.input: New file.
31069
31070         [BZ #12078]
31071         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
31072         (parse_sub_exp): Fix last change, use postorder.
31073
31074         * posix/bug-regex31.c: New file.
31075         * posix/Makefile: Add rules to build and run bug-regex31.
31076
31077         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
31078
31079         [BZ #12078]
31080         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
31081
31082         [BZ #12108]
31083         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
31084         to have entries in sys_siglist.
31085
31086         [BZ #12093]
31087         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
31088         be NULL.
31089
31090 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
31091
31092         [BZ #3268]
31093         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
31094         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
31095         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
31096         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
31097         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
31098         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
31099         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
31100         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
31101         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
31102         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
31103         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
31104         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
31105         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
31106         * math/ftestexcept.c (fetestexcept): Likewise.
31107         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
31108         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
31109         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
31110         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
31111         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
31112         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
31113         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
31114
31115 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
31116
31117         [BZ #12107]
31118         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
31119         newline.
31120
31121 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
31122
31123         * string/bug-strstr1.c: New file.
31124         * string/Makefile: Add rules to build and run bug-strstr1.
31125
31126 2010-10-05  Eric Blake  <eblake@redhat.com>
31127
31128         [BZ #12092]
31129         * string/str-two-way.h (two_way_long_needle): Always clear memory
31130         when skipping input due to the shift table.
31131
31132 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
31133
31134         [BZ #12005]
31135         * malloc/mcheck.c: Handle large requests.
31136
31137         [BZ #12077]
31138         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
31139         for strncmp and strncasecmp.
31140         * string/stratcliff.c: Add tests for strcmp and strncmp.
31141         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
31142
31143 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
31144
31145         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
31146         __set_fpscr.
31147
31148 2010-09-30  Andreas Jaeger  <aj@suse.de>
31149
31150         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
31151         (CGROUP_SUPER_MAGIC): Define.
31152         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
31153         Handle btrfs and cgroup file systems.
31154         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
31155         Likewise.
31156
31157 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
31158
31159         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
31160         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
31161
31162 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31163
31164         [BZ #12067]
31165         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
31166         trying to locate the ELF header.
31167
31168 2010-09-27  Andreas Schwab  <schwab@redhat.com>
31169
31170         [BZ #11611]
31171         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
31172         Mask out sign-bit copies when constructing f_fsid.
31173
31174 2010-09-24  Petr Baudis <pasky@suse.cz>
31175
31176         * debug/stack_chk_fail_local.c: Add missing licence exception.
31177         * debug/warning-nop.c: Likewise.
31178
31179 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
31180
31181         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
31182         implementing getdents64 using getdents syscall, set d_type if
31183         __ASSUME_GETDENTS32_D_TYPE.
31184
31185 2010-09-16  Andreas Schwab  <schwab@redhat.com>
31186
31187         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
31188         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
31189
31190 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
31191
31192         [BZ #12037]
31193         * posix/unistd.h: Undo change of feature selection for ftruncate from
31194         2010-01-11.
31195
31196 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
31197
31198         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
31199         detection.
31200
31201 2010-09-20  Andreas Schwab  <schwab@redhat.com>
31202
31203         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
31204         fanotify_mark.
31205         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
31206
31207 2010-09-14  Andreas Schwab  <schwab@redhat.com>
31208
31209         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
31210         variables after CHECK_SP call.
31211         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
31212
31213 2010-09-13  Andreas Schwab  <schwab@redhat.com>
31214             Ulrich Drepper  <drepper@redhat.com>
31215
31216         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
31217         re-relocationg ld.so.
31218         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
31219         _dl_init_paths call.
31220         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
31221         here anymore.
31222
31223 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
31224
31225         * resolv/res_init.c (__res_vinit): Count the default server we added.
31226
31227 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
31228             Ulrich Drepper  <drepper@redhat.com>
31229
31230         [BZ #11968]
31231         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
31232         (____longjmp_chk): Use %ebx for saving value across system call.
31233         Add unwind info.
31234
31235 2010-09-06  Andreas Schwab  <schwab@redhat.com>
31236
31237         * manual/Makefile: Don't mix pattern rules with normal rules.
31238
31239 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
31240
31241         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
31242         operation.
31243         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
31244         * libio/iofopncook.c (_IO_cookie_init): Likewise.
31245         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
31246         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
31247         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
31248         Likewise.
31249
31250 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
31251
31252         [BZ #11979]
31253         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
31254         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
31255
31256 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
31257
31258         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
31259         * sysdeps/x86_64/addmul_1.S: Likewise.
31260         * sysdeps/x86_64/lshift.S: Likewise.
31261         * sysdeps/x86_64/mul_1.S: Likewise.
31262         * sysdeps/x86_64/rshift.S: Likewise.
31263         * sysdeps/x86_64/sub_n.S: Likewise.
31264         * sysdeps/x86_64/submul_1.S: Likewise.
31265
31266 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31267
31268         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
31269         Define __sched_param instead of SCHED_* and sched_param when
31270         <bits/sched.h> is included with __need_schedparam defined.
31271         * bits/sched.h [__need_schedparam]
31272         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
31273         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
31274         (__defined_schedparam): Define to 1.
31275         (__sched_param): New structure, identical to sched_param.
31276         (__need_schedparam): Undefine.
31277
31278 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
31279
31280         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
31281         (epoll_create1): Declare.
31282
31283         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
31284
31285 2010-08-31  Andreas Schwab  <schwab@redhat.com>
31286
31287         [BZ #7066]
31288         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
31289         shifting retval into place.
31290
31291 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
31292
31293         * nis/rpcsvc/nis.h: Update copyright notice.
31294         * nis/rpcsvc/nis.x: Likewise.
31295         * nis/rpcsvc/nis_callback.h: Likewise.
31296         * nis/rpcsvc/nis_callback.x: Likewise.
31297         * nis/rpcsvc/nis_object.x: Likewise.
31298         * nis/rpcsvc/nis_tags.h: Likewise.
31299         * nis/rpcsvc/yp.h: Likewise.
31300         * nis/rpcsvc/yp.x: Likewise.
31301         * nis/rpcsvc/ypupd.h: Likewise.
31302         * nis/yp_xdr.c: Likewise.
31303         * nis/ypupdate_xdr.c: Likewise.
31304
31305         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
31306         mainly the body of pmap_getport.  Add parameters to specify timeouts.
31307         (pmap_getport): Use __libc_rpc_getport.
31308         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
31309         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
31310         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
31311
31312 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
31313
31314         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
31315         fanotify_mark.
31316
31317 2010-08-27  Roland McGrath  <roland@redhat.com>
31318
31319         * sysdeps/i386/i686/multiarch/Makefile
31320         (CFLAGS-varshift.c): New variable.
31321
31322 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
31323
31324         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
31325         * sysdeps/i386/i686/multiarch/varshift.c: New file.
31326
31327         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
31328
31329         * sysdeps/x86_64/strlen.S: Minimal code improvement.
31330
31331 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
31332
31333         * sysdeps/x86_64/strlen.S: Unroll the loop.
31334         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
31335         strlen-sse2 strlen-sse2-bsf.
31336         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
31337         __strlen_no_bsf if bit_Slow_BSF is set.
31338         (__strlen_sse42): Removed.
31339         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
31340         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
31341
31342 2010-08-25  Roland McGrath  <roland@redhat.com>
31343
31344         * sysdeps/x86_64/multiarch/varshift.S: File removed.
31345         * sysdeps/x86_64/multiarch/varshift.c: New file.
31346         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
31347         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
31348         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
31349         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
31350
31351 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
31352
31353         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
31354         strlen-sse2 strlen-sse2-bsf.
31355         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
31356         __strlen_sse2_bsf if bit_Slow_BSF is unset.
31357         (__strlen_sse2): Removed.
31358         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
31359         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
31360         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
31361         bit_Slow_BSF for Atom.
31362         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
31363         (index_Slow_BSF): Define.
31364         (HAS_SLOW_BSF): Define.
31365
31366 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
31367
31368         [BZ #10851]
31369         * resolv/res_init.c (__res_vinit): When no server address at all
31370         is given default to loopback.
31371
31372 2010-08-24  Roland McGrath  <roland@redhat.com>
31373
31374         * configure.in: Remove config-name.h generation.
31375         * configure: Regenerated.
31376         * config-name.in: File removed.
31377         * scripts/config-uname.sh: New file.
31378         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
31379         ($(objdir)config-name.h): New target.
31380
31381         * sunrpc/rpc_parse.h: Avoid nested comment.
31382
31383 2010-08-24  Richard Henderson  <rth@redhat.com>
31384             Ulrich Drepper  <drepper@redhat.com>
31385             H.J. Lu  <hongjiu.lu@intel.com>
31386
31387         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
31388         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
31389         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
31390         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
31391         _mm_alignr_epi8 with _mm_loadu_si128.
31392         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
31393         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
31394         (__m128i_shift_right): Removed.
31395         * sysdeps/i386/i686/multiarch/varshift.h: New file.
31396         * sysdeps/i386/i686/multiarch/varshift.S: New file.
31397         * sysdeps/x86_64/multiarch/varshift.h: New file.
31398         * sysdeps/x86_64/multiarch/varshift.S: New file.
31399
31400 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
31401
31402         * configure.in: Move assembler checks to before sysdep dir checking.
31403
31404 2010-08-20  Petr Baudis  <pasky@suse.cz>
31405
31406         * LICENSES: Sync the sunrpc license.
31407
31408 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
31409
31410         * sunrpc/auth_des.c: Update copyright notice once again.
31411         * sunrpc/auth_none.c: Likewise.
31412         * sunrpc/auth_unix.c: Likewise.
31413         * sunrpc/authdes_prot.c: Likewise.
31414         * sunrpc/authuxprot.c: Likewise.
31415         * sunrpc/bindrsvprt.c: Likewise.
31416         * sunrpc/clnt_gen.c: Likewise.
31417         * sunrpc/clnt_perr.c: Likewise.
31418         * sunrpc/clnt_raw.c: Likewise.
31419         * sunrpc/clnt_simp.c: Likewise.
31420         * sunrpc/clnt_tcp.c: Likewise.
31421         * sunrpc/clnt_udp.c: Likewise.
31422         * sunrpc/clnt_unix.c: Likewise.
31423         * sunrpc/des_crypt.c: Likewise.
31424         * sunrpc/des_soft.c: Likewise.
31425         * sunrpc/get_myaddr.c: Likewise.
31426         * sunrpc/getrpcport.c: Likewise.
31427         * sunrpc/key_call.c: Likewise.
31428         * sunrpc/key_prot.c: Likewise.
31429         * sunrpc/openchild.c: Likewise.
31430         * sunrpc/pm_getmaps.c: Likewise.
31431         * sunrpc/pm_getport.c: Likewise.
31432         * sunrpc/pmap_clnt.c: Likewise.
31433         * sunrpc/pmap_prot.c: Likewise.
31434         * sunrpc/pmap_prot2.c: Likewise.
31435         * sunrpc/pmap_rmt.c: Likewise.
31436         * sunrpc/rpc/auth.h: Likewise.
31437         * sunrpc/rpc/auth_unix.h: Likewise.
31438         * sunrpc/rpc/clnt.h: Likewise.
31439         * sunrpc/rpc/des_crypt.h: Likewise.
31440         * sunrpc/rpc/key_prot.h: Likewise.
31441         * sunrpc/rpc/netdb.h: Likewise.
31442         * sunrpc/rpc/pmap_clnt.h: Likewise.
31443         * sunrpc/rpc/pmap_prot.h: Likewise.
31444         * sunrpc/rpc/pmap_rmt.h: Likewise.
31445         * sunrpc/rpc/rpc.h: Likewise.
31446         * sunrpc/rpc/rpc_des.h: Likewise.
31447         * sunrpc/rpc/rpc_msg.h: Likewise.
31448         * sunrpc/rpc/svc.h: Likewise.
31449         * sunrpc/rpc/svc_auth.h: Likewise.
31450         * sunrpc/rpc/types.h: Likewise.
31451         * sunrpc/rpc/xdr.h: Likewise.
31452         * sunrpc/rpc_clntout.c: Likewise.
31453         * sunrpc/rpc_cmsg.c: Likewise.
31454         * sunrpc/rpc_common.c: Likewise.
31455         * sunrpc/rpc_cout.c: Likewise.
31456         * sunrpc/rpc_dtable.c: Likewise.
31457         * sunrpc/rpc_hout.c: Likewise.
31458         * sunrpc/rpc_main.c: Likewise.
31459         * sunrpc/rpc_parse.c: Likewise.
31460         * sunrpc/rpc_parse.h: Likewise.
31461         * sunrpc/rpc_prot.c: Likewise.
31462         * sunrpc/rpc_sample.c: Likewise.
31463         * sunrpc/rpc_scan.c: Likewise.
31464         * sunrpc/rpc_scan.h: Likewise.
31465         * sunrpc/rpc_svcout.c: Likewise.
31466         * sunrpc/rpc_tblout.c: Likewise.
31467         * sunrpc/rpc_util.c: Likewise.
31468         * sunrpc/rpc_util.h: Likewise.
31469         * sunrpc/rpcinfo.c: Likewise.
31470         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
31471         * sunrpc/rpcsvc/key_prot.x: Likewise.
31472         * sunrpc/rpcsvc/klm_prot.x: Likewise.
31473         * sunrpc/rpcsvc/mount.x: Likewise.
31474         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
31475         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
31476         * sunrpc/rpcsvc/rex.x: Likewise.
31477         * sunrpc/rpcsvc/rstat.x: Likewise.
31478         * sunrpc/rpcsvc/rusers.x: Likewise.
31479         * sunrpc/rpcsvc/sm_inter.x: Likewise.
31480         * sunrpc/rpcsvc/spray.x: Likewise.
31481         * sunrpc/rpcsvc/yppasswd.x: Likewise.
31482         * sunrpc/rtime.c: Likewise.
31483         * sunrpc/svc.c: Likewise.
31484         * sunrpc/svc_auth.c: Likewise.
31485         * sunrpc/svc_authux.c: Likewise.
31486         * sunrpc/svc_raw.c: Likewise.
31487         * sunrpc/svc_run.c: Likewise.
31488         * sunrpc/svc_simple.c: Likewise.
31489         * sunrpc/svc_tcp.c: Likewise.
31490         * sunrpc/svc_udp.c: Likewise.
31491         * sunrpc/svc_unix.c: Likewise.
31492         * sunrpc/svcauth_des.c: Likewise.
31493         * sunrpc/xcrypt.c: Likewise.
31494         * sunrpc/xdr.c: Likewise.
31495         * sunrpc/xdr_array.c: Likewise.
31496         * sunrpc/xdr_float.c: Likewise.
31497         * sunrpc/xdr_mem.c: Likewise.
31498         * sunrpc/xdr_rec.c: Likewise.
31499         * sunrpc/xdr_ref.c: Likewise.
31500         * sunrpc/xdr_sizeof.c: Likewise.
31501         * sunrpc/xdr_stdio.c: Likewise.
31502
31503         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
31504         handling.
31505
31506 2010-08-19  Andreas Schwab  <schwab@redhat.com>
31507
31508         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
31509
31510 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
31511
31512         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
31513         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
31514         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
31515         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
31516         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
31517         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
31518         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
31519         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
31520         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
31521         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
31522         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
31523         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
31524         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
31525         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
31526
31527 2010-07-26  Anton Blanchard  <anton@samba.org>
31528
31529         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
31530         * malloc/arena.c (heap_trim): Likewise.
31531
31532 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
31533
31534         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
31535         here.  Not...
31536         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
31537         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
31538
31539 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
31540
31541         * sysdeps/i386/elf/Makefile: New file.
31542
31543 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
31544
31545         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
31546         from fanotify_init.
31547         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
31548         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
31549
31550 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
31551
31552         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
31553         of strncasecmp_l.
31554         * sysdeps/multiarch/strcmp.S: Likewise.
31555
31556 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
31557
31558         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
31559         strncase_l-nonascii.
31560         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
31561         Add strncase_l-ssse3.
31562         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
31563         * sysdeps/x86_64/strcmp.S: Likewise.
31564         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
31565         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
31566         * sysdeps/x86_64/strncase.S: New file.
31567         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
31568         * sysdeps/x86_64/strncase_l.S: New file.
31569         * string/Makefile (strop-tests): Add strncasecmp.
31570         * string/test-strncasecmp.c: New file.
31571
31572         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
31573         warning.
31574
31575         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
31576         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
31577
31578 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
31579
31580         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
31581
31582 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
31583
31584         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
31585         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
31586         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
31587
31588 2010-05-01  Alan Modra  <amodra@gmail.com>
31589
31590         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
31591         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
31592         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
31593         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
31594         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
31595         tidying.  Don't tail-call __sigjmp_save for static lib.
31596         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
31597         save location.
31598         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
31599         (CALL_MCOUNT): Add eh info, and nop after bl.
31600         (TAIL_CALL_SYSCALL_ERROR): New macro.
31601         (PSEUDO_RET): Use it.
31602         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
31603         Correct save location of integer regs and cr.
31604         (_dl_profile_resolve): Correct cr save location.  Delete nops
31605         after bl when SHARED.  Reduce cfi size a little by better
31606         placement of cfi directives.
31607         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
31608         make a stack frame.  Instead use parm save area as a temp.
31609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
31610         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
31611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
31612         Don't make a stack frame for parent, use parm save area.
31613         Increase child stack frame to 112 bytes.  Don't save unused reg,
31614         and adjust reg usage.  Set up cfi on error recovery and
31615         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
31616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
31617         (__makecontext): Add dummy nop after jump to exit.
31618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
31619         Use correct parm save area and cr save, reduce stack frame.
31620         Correct cfi for possible PSEUDO_RET frame setup.
31621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
31622         Branch to local label emitted by PSEUDO_RET rather than
31623         __syscall_error.
31624
31625 2010-08-12  Andreas Schwab  <schwab@redhat.com>
31626
31627         [BZ #11904]
31628         * locale/programs/locale.c (print_assignment): New function.
31629         (show_locale_vars): Use it.
31630
31631 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
31632
31633         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
31634         field.
31635         (struct statfs64): Likewise.
31636         (_STATFS_F_FLAGS): Define.
31637         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
31638         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
31639         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
31640         (ST_VALID): Define locally.
31641         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
31642         __statvfs_getflags, use the provided value.
31643         * sysdeps/unix/sysv/linux/kernel-features.h: Define
31644         __ASSUME_STATFS_F_FLAGS.
31645
31646         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
31647
31648         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
31649         Add sys/fanotify.h.
31650         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
31651         fanotify_mask for GLIBC_2.13.
31652         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
31653         fanotify_init and fanotify_mark.
31654         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
31655         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
31656
31657         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
31658         Add prlimit.
31659         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
31660         prlimit64 for GLIBC_2.13.
31661         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
31662         prlimit64.
31663         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
31664         syscall.
31665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
31666         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
31667         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
31668         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
31669         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
31670         add prlimit alias.
31671         * sysdeps/unix/sysv/linux/prlimit.c: New file.
31672
31673         [BZ #11903]
31674         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
31675         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
31676
31677         * nss/Makefile: Add rules to build and run tst-nss-test1.
31678         * shlib-versions: Add entry for libnss_test1.
31679         * nss/nss_test1.c: New file.
31680         * nss/tst-nss-test1.c: New file.
31681
31682         * nss/nsswitch.c (__nss_database_custom): Define new variable.
31683         (__nss_configure_lookup): Set appropriate entry in
31684         __nss_configure_lookup to true.
31685         * nss/nsswitch.h: Define enum with indeces of databases in
31686         databases and __nss_database_custom arrays.  Declare
31687         __nss_database_custom.
31688         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
31689         to avoid using nscd when custom rules are installed.
31690         * nss/getXXbyYY_r.c: Likewise.
31691         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
31692
31693         * nss/nss_files/files-parse.c: Whitespace fixes.
31694
31695 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
31696
31697         [BZ #11883]
31698         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
31699         * posix/fnmatch_loop.c: Likewise.
31700
31701 2010-07-17  Andi Kleen  <ak@linux.intel.com>
31702
31703         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
31704         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
31705         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
31706         * Versions.def [GLIBC_2.13]: Add.
31707
31708 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
31709
31710         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
31711         Also fail if tpwd after pwuid call is NULL.
31712
31713 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31714
31715         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
31716         when converting to ms.
31717
31718 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31719
31720         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
31721         EOPNOTSUPP errors with ENOTTY.
31722         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
31723         EOPNOTSUPP errors with ENOTTY.
31724
31725 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
31726
31727         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
31728         Add strcasecmp_l-ssse3.
31729         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
31730         strcasecmp.
31731         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
31732         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
31733         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
31734
31735 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
31736
31737         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
31738
31739         * string/Makefile (strop-tests): Add strcasecmp.
31740         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
31741         strcasecmp_l-nonascii.
31742         (gen-as-const-headers): Add locale-defines.sym.
31743         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
31744         * sysdeps/x86_64/strcasecmp.S: New file.
31745         * sysdeps/x86_64/strcasecmp_l.S: New file.
31746         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
31747         * sysdeps/x86_64/locale-defines.sym: New file.
31748         * string/test-strcasecmp.c: New file.
31749
31750         * string/test-strcasestr.c: Test both ends of the range of characters.
31751         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
31752
31753 2010-07-29  Roland McGrath  <roland@redhat.com>
31754
31755         [BZ #11856]
31756         * manual/locale.texi (Yes-or-No Questions): Fix example code.
31757
31758 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
31759
31760         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
31761         for ld.so.
31762
31763 2010-07-27  Andreas Schwab  <schwab@redhat.com>
31764
31765         * manual/memory.texi (Malloc Tunable Parameters): Document
31766         M_PERTURB.
31767
31768 2010-07-26  Roland McGrath  <roland@redhat.com>
31769
31770         [BZ #11840]
31771         * configure.in (-fgnu89-inline check): Set and substitute
31772         gnu89_inline, not libc_cv_gnu89_inline.
31773         * configure: Regenerated.
31774         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
31775
31776 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
31777
31778         * string/test-strnlen.c: New file.
31779         * string/Makefile (strop-tests): Add strnlen.
31780         * string/tester.c (test_strnlen): Add a few more test cases.
31781         * string/tst-strlen.c: Better error reporting.
31782
31783         * sysdeps/x86_64/strnlen.S: New file.
31784
31785 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
31786
31787         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
31788         lower-latency instructions.
31789
31790 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
31791
31792         * string/test-strcasestr.c: New file.
31793         * string/test-strstr.c: New file.
31794         * string/Makefile (strop-tests): Add strstr and strcasestr.
31795         * string/str-two-way.h: Don't undefine MAX.
31796         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
31797
31798 2010-07-21  Andreas Schwab  <schwab@redhat.com>
31799
31800         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
31801         strcasestr-nonascii.
31802         (CFLAGS-strcasestr-nonascii.c): Define.
31803         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
31804         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
31805         Remove unused attribute.
31806
31807 2010-07-20  Roland McGrath  <roland@redhat.com>
31808
31809         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
31810         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
31811         ld.so.cache was broken.  With it, there is no way to disable dsocaps
31812         like LD_HWCAP_MASK can disable hwcaps.
31813
31814 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
31815
31816         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
31817
31818 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
31819
31820         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
31821         call in strcasestr.
31822         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
31823         __strcasestr_sse42_nonascii.
31824         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
31825         strcasestr-nonascii.c.
31826         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
31827
31828 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
31829
31830         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
31831         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
31832         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
31833         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
31834
31835 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
31836
31837         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
31838         fcntl.
31839
31840 2010-07-06  Andreas Schwab  <schwab@redhat.com>
31841
31842         [BZ #11577]
31843         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
31844         dl_signal_cerror.
31845
31846 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
31847
31848         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
31849         _PC_PIPE_BUF using F_GETPIPE_SZ.
31850
31851 2010-07-05  Roland McGrath  <roland@redhat.com>
31852
31853         * manual/arith.texi (Rounding Functions): Fix rint description
31854         implicit in round description.
31855
31856 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
31857
31858         * elf/Makefile: Fix linking for a few tests to make recent linker
31859         happy.
31860
31861 2010-06-30  Andreas Schwab  <schwab@redhat.com>
31862
31863         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
31864         $(common-objpfx)libc_nonshared.a.
31865
31866 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
31867
31868         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
31869         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
31870         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
31871         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
31872         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
31873         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
31874         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
31875         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
31876         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
31877         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
31878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
31879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
31880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
31881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
31882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
31883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
31884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
31885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
31886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
31887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
31888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
31889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
31890         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
31891         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
31892         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
31893         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
31894         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
31895         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
31896         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
31897         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
31898         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
31899         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
31900         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
31901         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
31902         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
31903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
31904         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
31905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
31906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
31907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
31908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
31909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
31910         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
31911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
31912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
31913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
31914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
31915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
31916
31917 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
31918
31919         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
31920         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
31921         * string/memmove.c (memmove): Renamed to ...
31922         (MEMMOVE): ...this.  Default to memmove.
31923         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
31924         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
31925         (END_CHK): Define.
31926         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
31927         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
31928         mempcpy-ssse3-back memmove-ssse3-back.
31929         * sysdeps/x86_64/multiarch/bcopy.S: New file .
31930         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
31931         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
31932         * sysdeps/x86_64/multiarch/memcpy.S: New file.
31933         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
31934         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
31935         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
31936         * sysdeps/x86_64/multiarch/memmove.c: New file.
31937         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
31938         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
31939         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
31940         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
31941         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
31942         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
31943         Define.
31944         (index_Fast_Copy_Backward): Define.
31945         (HAS_ARCH_FEATURE): Define.
31946         (HAS_FAST_REP_STRING): Define.
31947         (HAS_FAST_COPY_BACKWARD): Define.
31948
31949 2010-06-21  Andreas Schwab  <schwab@redhat.com>
31950
31951         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
31952         Restore proper fallback handling.
31953
31954 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
31955
31956         [BZ #11701]
31957         * posix/group_member.c (__group_member): Correct checking loop.
31958
31959         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
31960         OOM in getpwuid_r correctly.  Return error number when the caller
31961         should return, otherwise -1.
31962         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
31963         call returning > 0 value.
31964         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
31965
31966 2010-06-07  Andreas Schwab  <schwab@redhat.com>
31967
31968         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
31969         libc_nonshared.a from targets in modules-names.
31970
31971 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
31972
31973         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
31974         requires it.
31975
31976 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
31977
31978         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
31979         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
31980         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
31981         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
31982
31983 2010-06-02  Andreas Schwab  <schwab@redhat.com>
31984
31985         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
31986
31987 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
31988
31989         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
31990         and F_GETPIPE_SZ.
31991         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
31992         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
31993         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
31994         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
31995         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
31996         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
31997
31998 2010-06-14  Roland McGrath  <roland@redhat.com>
31999
32000         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
32001
32002 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
32003
32004         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
32005         __REDIRECT followed by __THROW.
32006         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
32007         * posix/getopt.h (getopt): Likewise.
32008
32009 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
32010
32011         * hurd/lookup-at.c (__file_name_lookup_at): Accept
32012         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
32013         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
32014         in AT_FLAGS.
32015         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
32016         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
32017
32018 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
32019
32020         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
32021
32022 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
32023
32024         [BZ #11640]
32025         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32026         Properly check family and model.
32027
32028 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
32029
32030         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
32031
32032 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
32033
32034         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
32035
32036 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
32037
32038         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
32039         symbol reference.
32040
32041 2010-05-19  Andreas Schwab  <schwab@redhat.com>
32042
32043         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
32044         symbol reference.
32045
32046 2010-05-21  Andreas Schwab  <schwab@redhat.com>
32047
32048         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
32049         and internal_recvmmsg.
32050         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
32051         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
32052         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
32053         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
32054
32055         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
32056         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32057         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32058
32059 2010-05-20  Andreas Schwab  <schwab@redhat.com>
32060
32061         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
32062
32063 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
32064
32065         POWER7 optimizations.
32066         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
32067         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
32068
32069 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
32070
32071         * version.h: Update for 2.13 development version.
32072
32073 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
32074
32075         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
32076         exceptions.  Return 0.
32077
32078 2010-05-07  Roland McGrath  <roland@redhat.com>
32079
32080         * elf/ldconfig.c (main): Add a const.
32081
32082 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
32083
32084         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
32085         (args_options): Add no-idn option.
32086         (ahosts_keys_int): Add idn_flags to ai_flags.
32087         (parse_option): Handle 'i' option to clear idn_flags.
32088
32089         * malloc/malloc.c (_int_free): Possible race in the most recently
32090         added check.  Only act on the data if no current modification
32091         happened.
32092
32093 See ChangeLog.17 for earlier changes.