b006d3f48a254188998dd96289094d3314840c2f
[platform/upstream/glibc.git] / ChangeLog
1 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
2
3         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
4
5 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
6
7         [BZ #14157]
8         [BZ #14331]
9         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
10         could result in spurious underflow.  Scale down values above
11         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
12         * math/s_csqrtf.c (__csqrtf): Likewise.
13         * math/s_csqrtl.c (__csqrtl): Likewise.
14         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
15         spurious underflow.
16         * sysdeps/i386/fpu/libm-test-ulps: Update.
17         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18
19 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
20
21         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
22         xopen-msg.sed.
23         * catgets/xopen-msg.awk: New file.
24         * catgets/xopen-msg.sed: Removed.
25
26         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
27         po2text.sed.
28         * intl/po2test.awk: New file.
29         * intl/po2test.sed: Removed.
30
31 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
32
33         [BZ #14328]
34         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
35         or multiply small sinh result by itself.
36         * math/s_ctanf.c (__ctanf): Likewise.
37         * math/s_ctanh.c (__ctanh): Likewise.
38         * math/s_ctanhf.c (__ctanhf): Likewise.
39         * math/s_ctanhl.c (__ctanhl): Likewise.
40         * math/s_ctanl.c (__ctanl): Likewise.
41         * math/libm-test.inc (ctan_test_tonearest): New function.
42         (ctan_test_towardzero): Likewise.
43         (ctan_test_downward): Likewise.
44         (ctan_test_upward): Likewise.
45         (ctanh_test_tonearest): Likewise.
46         (ctanh_test_towardzero): Likewise.
47         (ctanh_test_downward): Likewise.
48         (ctanh_test_upward): Likewise.
49         (main): Call these new functions.
50         * sysdeps/i386/fpu/libm-test-ulps: Update.
51         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
52
53 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
54
55         * .gitignore: Delete /ports entry.
56
57 2012-07-03  Andreas Jaeger  <aj@suse.de>
58
59         * po/bg.po: Update from translation team.
60         * po/cs.po: Likewise.
61         * po/de.po: Likewise.
62         * po/hr.po: Likewise.
63         * po/nl.pl: Likewise.
64         * po/pl.po: Likewise.
65         * po/vi.po: Likewise.
66
67 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
68
69         * Makeconfig [!+link] (+link-before-libc): New variable.
70         [!+link] (+link-after-libc): Likewise.
71         [!+link] (+link-tests): Likewise.
72         [!+link] (+link): Define in terms of $(+link-before-libc) and
73         $(+link-after-libc).
74         [!+link-static] (+link-static-before-libc): New variable.
75         [!+link-static] (+link-static-after-libc): Likewise.
76         [!+link-static] (+link-static-tests): Likewise.
77         [!+link-static] (+link-static): Define in terms of
78         $(+link-static-before-libc) and $(+link-static-after-libc).
79         [build-shared] (link-libc-before-gnulib): New variable.
80         [build-shared] (link-libc-tests): Likewise.
81         [build-shared] (link-libc): Define in terms of
82         $(link-libc-before-gnulib).
83         [!build-shared] (link-libc-tests): New variable.
84         (link-libc-static-tests): New variable.
85         [!gnulib] (gnulib-arch): New variable.
86         [!gnulib] (gnulib-tests): Likewise.
87         [!gnulib] (static-gnulib-arch): Likewise.
88         [!gnulib] (static-gnulib-tests): Likewise.
89         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
90         Define with "=" instead of ":=".
91         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
92         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
93         * Rules (binaries-all-notests): New variable.
94         (binaries-all-tests): Likewise.
95         (binaries-static-notests): Likewise.
96         (binaries-static-tests): Likewise.
97         (binaries-all): Define using $(binaries-all-notests) and
98         $(binaries-all-tests).
99         (binaries-static): Define using $(binaries-static-notests) and
100         $(binaries-static-tests).
101         (binaries-shared-tests): New variable.
102         (binaries-shared-notests): Likewise.
103         (binaries-shared): Remove variable.
104         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
105         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
106         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
107         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
108         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
109         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
110         * elf/Makefile (sln-modules): New variable.
111         (extra-objs): Add $(sln-modules:=.o).
112         (ldconfig-modules): Add static-stubs.
113         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
114         * elf/static-stubs.c: New file.
115
116         [BZ #14283]
117         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
118         by 7 not 8 to examine high bit of fractional part.  Use volatile
119         variables when splitting into final array of floats if
120         __FLT_EVAL_METHOD__ != 0.
121         * math/libm-test.inc (cos_test): Add another test.
122         (sin_test): Likewise.
123         * sysdeps/i386/fpu/libm-test-ulps: Update.
124
125         [BZ #14273]
126         * math/libm-test.inc (cosh_test): Add more tests.
127
128         * version.h (RELEASE): Set to "development".
129         (VERSION): Set to "2.16.90".
130
131 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
132
133         * NEWS: Update copyright. Remove last-updated date.
134         Mention math library bug fixes and timezone data changes.
135         * README: Mention GNU/Hurd, x32, and HPPA support status.
136
137 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
138
139         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
140
141 2012-06-27  Andreas Jaeger  <aj@suse.de>
142
143         * manual/contrib.texi (Contributors): Add Samuel Thibault.
144
145 2012-06-25  Andreas Jaeger  <aj@suse.de>
146
147         * sysdeps/s390/fpu/libm-test-ulps: Update.
148
149 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
150             Thomas Schwinge  <thomas@codesourcery.com>
151
152         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
153         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
154         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
155         fanotify_mark.
156
157 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
158
159         * sysdeps/mach/start.c: Remove file.
160         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
161         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
162         * sysdeps/sh/init-first.c: Likewise.
163
164         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
165         registers for frame unwinding purposes, add CFI directives.
166         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
167         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
168         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
169         Likewise.
170
171         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
172         __fortify_fail returning.
173         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
174
175         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
176         sysdeps/sh/____longjmp_chk.S.
177         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
178         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
179         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
180         (gen-as-const-headers): Append sigaltstack-offsets.sym.
181
182         * sysdeps/sh/abort-instr.h: New file.
183         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
184         process in case exit returns.
185
186         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
187         initialize the GOT register before use.
188
189         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
190         calculation of ARGC > 4.
191
192         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
193         meaningful names to some local labels.
194
195 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
196             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
197
198         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
199         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
200         (__arch_compare_and_exchange_val_16_acq): Likewise.
201         (__arch_compare_and_exchange_val_32_acq): Likewise.
202         (atomic_exchange_and_add): Fix gUSA sequence.
203         (atomic_add): Likewise.
204         (atomic_add_negative): Likewise.
205         (atomic_add_zero): Likewise.
206         (atomic_bit_test_set): Likewise.
207
208 2012-06-22  Andreas Schwab  <schwab@redhat.com>
209
210         [BZ #13579]
211         * include/link.h (struct link_map): Add l_free_initfini.
212         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
213         l_initfini.
214         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
215         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
216         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
217         set.
218
219 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
220
221         * configure.in: Use AC_LANG_SOURCE.
222         * configure: Regenerate.
223
224 2012-06-22  Roland McGrath  <roland@hack.frob.com>
225
226         * configure.in (libc_cv_localstatedir): New substituted variable.
227         * configure: Regenerated.
228         * config.make.in (localstatedir): New variable, substituted from
229         libc_cv_localstatedir.
230         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
231         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
232         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
233         * sysdeps/gnu/configure: Regenerated.
234
235 2012-06-21  Jeff Law  <law@redhat.com>
236
237         [BZ #14277]
238         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
239         free.  Simplify list management for _LIBC case.
240
241 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
242
243         [BZ #14273]
244         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
245         Clear sign bit of 64-bit integer value before comparing against
246         overflow value.
247
248         * sysdeps/mach/configure: Regenerated.
249
250 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
251
252         [BZ #14278]
253         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
254
255 2012-06-21  Jeff Law  <law@redhat.com>
256
257         [BZ #13882]
258         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
259         uint16_t for elements in the "seen" array to avoid char overflows.
260         * elf/dl-fini.c (_dl_sort_fini): Likewise.
261         * elf/dl-open.c (dl_open_worker): Likewise.
262
263 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
264
265         * scripts/list-sources.sh: Scan PORTS for translations.
266         * po/libc.pot: Regenerated.
267
268 2012-06-21  Andreas Jaeger  <aj@suse.de>
269
270         [BZ #12194]
271         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
272         warning.
273         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
274         * bits/byteswap-16.h (__bswap_16): Likewise.
275         * bits/byteswap.h (__bswap_constant_16): Likewise.
276
277 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
278
279         [BZ #14117]
280         * sysdeps/i386/fpu_control.h: Removed.
281         * sysdeps/x86_64/fpu_control.h: Moved to ...
282         * sysdeps/x86/fpu_control.h: Here.
283
284         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
285         (_FPU_SETCW): Likewise.
286
287 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
288
289         [BZ #14117]
290         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
291         * sysdeps/x86/fpu/bits/mathinline.h: This.
292         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
293
294         [BZ #14050]
295         [BZ #14117]
296         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
297         functions if __x86_64__ is defined.
298
299 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
300
301         * string/endian.h: Add !__ASSEMBLER__ condition for including
302         conversion interfaces.
303
304 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
305
306         [BZ #14241]
307         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
308         of ABS(x) in calculating zero to negative powers other than odd
309         integers.
310         * math/libm-test.inc (pow_test): Add more tests.
311
312 2012-06-15  Andreas Jaeger  <aj@suse.de>
313
314         * manual/contrib.texi (Contributors): Update entry of Liubov
315         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
316         Machado Filho.
317
318 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
319
320         * string/string.h: Add __wur to GNU version of strerror_r.
321
322 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
323
324         [BZ #14229]
325         * string/Makefile (tests): Add tst-strtok_r.
326         * string/tst-strtok_r.c: New file.
327         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
328         RAX_LP/RDX_LP on SAVE_PTR.
329
330 2012-06-14  Roland McGrath  <roland@hack.frob.com>
331
332         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
333
334 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
335
336         * libm_test.inc (csqrt_test): Allow more spurious underflow
337         exceptions.
338         (j0_test): Likewise.
339         (j1_test): Likewise.
340         (y0_test): Likewise.
341         (y1_test): Likewise.
342
343 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
344
345         * po/Makefile (libc.pot): Use UTF-8 charset.
346
347 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
348
349         [BZ #14210]
350         Suppress sign-conversion warning from FD_SET.
351         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
352         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
353         not unsigned long int.
354         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
355
356 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
357
358         [BZ #14050]
359         [BZ #14117]
360         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
361         __extern_always_inline instead of __extern_inline.
362         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
363         (__signbit): Likewise.
364         (__signbitl): Support C++ namespace.
365         (lrintf): New inline function.
366         (lrint): Likewise.
367         (llrintf): Likewise.
368         (llrint): Likewise.
369         (fmaxf): Likewise.
370         (fmax): Likewise.
371         (fminf): Likewise.
372         (fmin): Likewise.
373         (rint): Likewise.
374         (rintf): Likewise.
375         (ceil): Likewise.
376         (ceilf): Likewise.
377         (floor): Likewise.
378         (floorf): Likewise.
379         (nearbyint): Likewise.
380         (nearbyintf): Likewise.
381
382 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
383
384         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
385         non-default versions.
386
387 2012-06-11  Roland McGrath  <roland@hack.frob.com>
388
389         [BZ #14218]
390         * manual/argp.texi (Argp): Reword argp_parse description slightly.
391
392 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
393
394         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
395         (FE_UPWARD, FE_DOWNWARD): Don't define.
396         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
397         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
398
399         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
400         reading it.
401         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
402         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
403
404 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
405
406         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
407         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
408         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
409         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
410
411 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
412
413         [BZ #14117]
414         * sysdeps/i386/fpu/bits/fenv.h: Removed.
415         * sysdeps/i386/fpu/Implies: New file.
416         * sysdeps/x86_64/fpu/Implies: Likewise.
417         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
418         * sysdeps/x86/fpu/bits/fenv.h: This.
419
420         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
421         __SSE_MATH__.
422
423 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
424
425         [BZ #14134]
426         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
427         character 0xffff that matches the last element of the
428         conversion table.
429
430 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
431
432         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
433         fmodl commit.
434
435 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
436
437         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
438         values higher than 25.6283.
439
440 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
441
442         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
443         subnormal exponent extraction and add some __builtin_expect.
444         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
445         Fix for subnormal mantissa calculation.
446
447 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
448
449         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
450         cpu2 is -1 and errno is not ENOSYS.
451
452 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
453
454         [BZ #14117]
455         * sysdeps/i386/i486/bits/string.h: Renamed to ...
456         * sysdeps/x86/bits/string.h: This.
457         * sysdeps/x86_64/bits/string.h: Removed.
458
459         * sysdeps/i386/i486/bits/string.h: Define inline functions only
460         if not compiling for x86-64, but compiling for >= i486.
461
462         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
463         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
464
465         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
466         New macro from Linux kernel 3.4.0.
467         (FP_XSTATE_MAGIC2): Likewise.
468         (FP_XSTATE_MAGIC2_SIZE): Likewise.
469         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
470         (struct _fpx_sw_bytes): New struct.
471         (struct _xsave_hdr): Likewise.
472         (struct _ymmh_state): Likewise.
473         (struct _xstate): Likewise.
474
475         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
476         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
477         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
478         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
479         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
480         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
481
482         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
483         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
484         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
485         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
486         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
487         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
488
489 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
490
491         [BZ #13743]
492         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
493         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
494         (sysdep_headers): Include sys/platform/ppc.h.
495         * sysdeps/powerpc/test-gettimebase.c: Test for
496         __ppc_get_timebase() to catch future ISA opcode/insn changes.
497         * manual/Makefile (appendices): Include platform.texi.
498         * manual/contrib.texi (Contributors): Update @node pointers.
499         * manual/maint.texi (Maintenance): Likewise.
500         (Platform): New node.
501         * manual/platform.texi: New file.  Document the new features.
502
503 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
504             Jakub Jelinek  <jakub@redhat.com>
505
506         [BZ #14188]
507         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
508         where __builtin_expect is unavailable.
509
510 2012-06-03  David S. Miller  <davem@davemloft.net>
511
512         * stdlib/longlong.h: Updated from GCC.
513
514 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
515
516         [BZ #14042]
517         * sysdeps/powerpc/powerpc32/mcount.c: New file.
518         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
519         __mcount_internal.
520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
521         (GLIBC_2.16): Likewise.
522
523 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
524
525         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
526
527 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
528
529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
530         (default-abi): New variable.
531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
532         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
533         variable.
534         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
535         Likewise.
536         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
537         Likewise.
538         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
539         Likewise.
540
541         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
542         definition.  Document in comment.
543
544 2012-06-01  David S. Miller  <davem@davemloft.net>
545
546         * stdlib/longlong.h: Updated from GCC.
547
548 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
549
550         [BZ #14117]
551         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
552         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
553         sys/debugreg.h sys/io.h here.
554         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
555         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
556         sys/io.h.
557         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
558         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
559         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
560         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
561         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
562         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
563
564         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
565         Define only if __x86_64__ is defined.
566
567 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
568
569         [BZ #14048]
570         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
571         Use int64_t for variable i.
572         * math/libm-test.inc (fmod_test): Add more tests.
573
574         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
575         z computation is not scheduled after fetestexcept.
576         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
577         Use math_force_eval instead of asm to ensure calculation scheduled
578         before exception test.
579         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
580         Ensure a1 + u.d computation is not scheduled after fetestexcept.
581
582 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
583
584         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
585         computation is not scheduled after fetestexcept.
586
587 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
588
589         [BZ #14117]
590         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
591         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
592
593 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
594
595         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
596         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
597
598 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
599
600         [BZ #14117]
601         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
602         <bits/wordsize.h>.
603         (__WCHAR_MIN): Support __WORDSIZE == 64.
604         (__WCHAR_MAX): Likewise.
605
606         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
607         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
608
609         [BZ #14183]
610         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
611         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
612
613         [BZ #14117]
614         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
615         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
616
617         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
618         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
619
620         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
621         Defined to 1 if __x86_64__ isn't defined.
622         (_STAT_VER_LINUX_OLD): New.
623         (st_atime): Remove duplicate.
624         (st_mtime): Likewise.
625         (st_ctime): Likewise.
626
627 2012-05-31  David S. Miller  <davem@davemloft.net>
628
629         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
630         entries.
631
632 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
633
634         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
635         gen-libm-test.pl.
636
637         [BZ #14132]
638         * elf/dl-reloc.c: Include <_itoa.h>.
639         (_dl_reloc_bad_type): Remove use of INTUSE.
640         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
641         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
642         * stdio-common/psiginfo.c (psiginfo): Likewise.
643         * stdio-common/psignal.c (psignal): Likewise.
644         * string/strsignal.c (strsignal): Likewise.
645         * include/signal.h (_sys_siglist): Declare hidden proto.
646         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
647         INTVARDEF with libc_hidden_data_def.
648         * stdio-common/itoa-udigits.c: Likewise.
649         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
650         (_itoa_lower_digits_internal): Remove declaration.
651         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
652         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
653         (_sys_sigabbrev_internal): Remove aliases.
654         (_sys_siglist): Define hidden alias.
655
656 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
657
658         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
659         bits/sysctl.h.
660
661 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
662
663         [BZ #14117]
664         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
665         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
666
667         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
668         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
669         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
670         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
671         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
672         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
673
674         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
675         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
676         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
677
678         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
679         with __addr.
680         (insw): Likewise.
681         (insl): Likewise.
682         (outsb): Likewise.
683         (outsw): Likewise.
684         (outsl): Likewise.
685
686         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
687         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
688         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
689
690         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
691         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
692         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
693         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
694         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
695         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
696
697         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
698         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
699
700         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
701         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
702
703         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
704         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
705         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
706
707         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
708         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
709         to ...
710         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
711
712         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
713         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
714         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
715
716         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
717         for x86-64.
718         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
719
720 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
721
722         * math/math.h (M_El): Use two more decimal places.
723         (M_LOG2El): Likewise.
724         (M_LOG10El): Likewise.
725         (M_LN2l): Likewise.
726         (M_LN10l): Likewise.
727         (M_PIl): Likewise.
728         (M_PI_2l): Likewise.
729         (M_PI_4l): Likewise.
730         (M_1_PIl): Likewise.
731         (M_2_PIl): Likewise.
732         (M_2_SQRTPIl): Likewise.
733         (M_SQRT2l): Likewise.
734         (M_SQRT1_2l): Likewise.
735
736 2012-05-31  David S. Miller  <davem@davemloft.net>
737
738         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
739         values between float registers.
740         * sysdeps/sparc/sparc64/memset.S: Likewise.
741         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
742
743 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
744
745         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
746         -D_FORTIFY_SOURCE=1.
747         (CPPFLAGS-tst-longjmp_chk.c): Define.
748         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
749         (CPPFLAGS-tst-longjmp_chk2.c): Define.
750         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
751         CFLAGS-tst-wchar-h.c.
752
753 2012-05-31  Marek Polacek  <polacek@redhat.com>
754
755         [BZ #14132]
756         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
757         __endmntent_internal): Remove declaration.
758         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
759         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
760         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
761
762 2012-05-30  David S. Miller  <davem@davemloft.net>
763
764         * sysdeps/sparc/sparc32/soft-fp/q_util.c
765         (___Q_simulate_exceptions): Use real FP ops rather than writing
766         into the %fsr.
767         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
768         Likewise.
769
770 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
771
772         [BZ #14117]
773         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
774         * sysdeps/x86/bits/xtitypes.h: This.
775
776         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
777         * sysdeps/x86/bits/wordsize.h: This.
778
779         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
780         * sysdeps/x86/bits/huge_vall.h: This.
781
782         * sysdeps/i386/bits/select.h: Removed.
783         * sysdeps/x86_64/bits/select.h: Renamed to ...
784         * sysdeps/x86/bits/select.h: This.
785
786         * sysdeps/i386/bits/setjmp.h: Removed.
787         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
788         * sysdeps/x86/bits/setjmp.h: This.
789
790         * sysdeps/i386/bits/mathdef.h: Removed.
791         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
792         * sysdeps/x86/bits/mathdef.h: This.
793
794 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
795
796         [BZ #14132]
797         * include/sys/socket.h (__connect_internal)
798         (__libc_sa_len_internal): Remove declaration.
799         (__connect, __libc_sa_len): Declare hidden_proto.
800         (SA_LEN): Remove use of INTUSE.
801         * socket/connect.c: Add libc_hidden_def.
802         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
803         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
804         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
805         alias.
806         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
807         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
808         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
809         of adding _internal alias.
810
811 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
812
813         [BZ #14117]
814         * sysdeps/i386/bits/link.h: Removed.
815         * sysdeps/i386/bits/linkmap.h: Likewise.
816         * sysdeps/x86_64/bits/link.h: Renamed to ...
817         * sysdeps/x86/bits/link.h: This.
818         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
819         * sysdeps/x86/bits/linkmap.h: This.
820
821         * sysdeps/i386/bits/endian.h: Removed.
822         * sysdeps/x86_64/bits/endian.h: Renamed to ...
823         * sysdeps/x86/bits/endian.h: This.
824
825         * sysdeps/i386/bits/byteswap.h: Removed.
826         * sysdeps/i386/bits/byteswap-16.h: Likewise.
827         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
828         * sysdeps/x86/bits/byteswap.h: This.
829         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
830         * sysdeps/x86/bits/byteswap-16.h: This.
831         * sysdeps/i386/Implies: Add x86.
832         * sysdeps/x86_64/Implies: Likewise.
833
834 2012-05-30  David S. Miller  <davem@davemloft.net>
835
836         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
837         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
838         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
839         (FP_TRAPPING_EXCEPTIONS): Define.
840         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
841         (FP_TRAPPING_EXCEPTIONS): Define.
842         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
843         subnormals only when inexact has been signalled or underflow
844         exceptions are enabled.
845         (_FP_PACK_CANONICAL): Likewise.
846
847 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
848
849         [BZ #14183]
850         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
851         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
852
853 2012-05-30  Richard Henderson  <rth@twiddle.net>
854
855         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
856         with #ifndef NOT_IN_libc.
857
858         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
859         marked to avoid plt entry.
860
861 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
862
863         [BZ #14112]
864         * Makeconfig (default-abi): New macro.
865         (abi-includes): Likewise.
866         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
867         $(abi-$(default-abi)-lib-soname) for soname if defined.
868         ($(common-objpfx)gnu/lib-names.stmp): Generate from
869         abi-variants.
870         * Makefile (installed-stubs): Likewise.
871         * include/stubs-biarch.h: Removed.
872         * scripts/lib-names.awk: Only handle one library at a time.
873         * scripts/soversions.awk: Remove WORDSIZE support.
874         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
875         entries.
876         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
877         Removed.
878         (syscall-list-default-condition): Likewise.
879         (syscall-list-default-condition): Likewise.
880         (syscall-list-includes): Likewise.
881         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
882         syscall-list-* with abi-*.  Handle undefined abi-variants.
883         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
884         * sysdeps/unix/sysv/linux/i386/Implies: New file.
885         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
886         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
887         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
888         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
889         Removed.
890         (syscall-list-32-options): Likewise.
891         (syscall-list-32-condition): Likewise.
892         (syscall-list-64-options): Likewise.
893         (syscall-list-64-condition): Likewise.
894         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
895         macro.
896         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
897         Renamed to ...
898         (abi-*): This.
899         (abi-64-ld-soname): New macro.
900         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
901         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
902         Renamed to ...
903         (abi-*): This.
904         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
905         * sysdeps/x86_64/x32/shlib-versions: Likewise.
906
907 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
908
909         * sysdeps/unix/sysv/linux/kernel-features.h
910         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
911         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
912         include <kernel-features.h>.
913         [!__NR_ftruncate64]: Remove conditional code.
914         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
915         [__NR_ftruncate64]: Make code unconditional.
916         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
917         * sysdeps/unix/sysv/linux/truncate64.c: Do not
918         include <kernel-features.h>.
919         [!__NR_ftruncate64]: Remove conditional code.
920         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
921         [__NR_ftruncate64]: Make code unconditional.
922         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
924         include <kernel-features.h>.
925         [!__NR_ftruncate64]: Remove conditional code.
926         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
927         [__NR_ftruncate64]: Make code unconditional.
928         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
930         include <kernel-features.h>.
931         [!__NR_ftruncate64]: Remove conditional code.
932         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
933         [__NR_ftruncate64]: Make code unconditional.
934         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
935
936         * configure.in (libc_cv_fpie): Weaken to a compile test using
937         LIBC_TRY_CC_OPTION.
938         * configure: Regenerated.
939
940 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
941
942         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
943         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
944         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
945         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
946         Refreshed.
947         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
948         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
949         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
950         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
951         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
952         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
953         Refreshed.
954
955 2012-05-27  David S. Miller  <davem@davemloft.net>
956
957         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
958         (___Q_zero): New.
959         (__Q_simulate_exceptions): Return void.  Change to simulate
960         exceptions by writing into the %fsr.
961         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
962         (__Qp_handle_exceptions): Likewise.
963         (numbers): Delete.
964         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
965         __Qp_handle_exceptions.
966         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
967         __Qp_handle_exceptions.
968         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
969         as unused and give dummy FP_RND_NEAREST initializer.
970         (FP_INHIBIT_RESULTS): Define.
971         (___Q_simulate_exceptions): Update declaration.
972         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
973         formatting.
974         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
975         as unused and give dummy FP_RND_NEAREST initializer.
976         (__Qp_handle_exceptions): Update declaration.
977         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
978         formatting.
979
980 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
981
982         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
983         the temporary FPU control word.
984         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
985         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
986         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
987         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
988         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
989         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
990         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
991         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
992         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
993         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
994         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
995
996 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
997
998         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
999         fields.
1000
1001 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
1002
1003         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
1004         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
1005         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
1006         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
1007         Likewise.
1008         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
1009         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
1010         Likewise.
1011
1012 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
1013
1014         * po/h.po: Update from translation team.
1015
1016 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
1017
1018         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
1019
1020         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
1021         handling of denormals.
1022         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
1023         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
1024         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
1025         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
1026         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
1027         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
1028         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
1029         Likewise.
1030
1031 2012-05-26  Marek Polacek  <polacek@redhat.com>
1032
1033         [BZ #14152]
1034         * math/libm-test.inc (fma_test): Don't always expect underflow
1035         exception.
1036
1037 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1038
1039         [BZ #12416]
1040         * elf/tst-execstack.c: Include stackinfo.h.
1041         (do_test): Adjust test case to ensure that pthread_getattr_np
1042         behaviour remains the same after marking stack executable.
1043
1044 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
1045
1046         * sysdeps/unix/sysv/linux/kernel-features.h
1047         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
1048         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
1049         kernel-features.h.
1050         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
1051         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
1052         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
1053         kernel-features.h.
1054         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
1055         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
1056
1057 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
1058
1059         * configure.in: Define the default includes to being none.
1060         * configure: Regenerated.
1061
1062 2012-05-25  Roland McGrath  <roland@hack.frob.com>
1063
1064         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
1065         * sysdeps/x86_64/setjmp.S: Likewise.
1066         * sysdeps/i386/bsd-setjmp.S: Likewise.
1067         * sysdeps/i386/bsd-_setjmp.S: Likewise.
1068         * sysdeps/i386/setjmp.S: Likewise.
1069         * sysdeps/i386/__longjmp.S: Likewise.
1070         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
1071         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
1072
1073         * include/stap-probe.h: New file.
1074         * configure.in: Handle --enable-systemtap.
1075         * configure: Regenerated.
1076         * config.h.in (USE_STAP_PROBE): New #undef.
1077         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
1078         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
1079         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1080
1081 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
1082
1083         [BZ #13717]
1084         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
1085         to 2.4.0 where earlier.
1086         * sysdeps/unix/sysv/linux/configure: Regenerated.
1087         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
1088         <kernel-features.h>.
1089         [__ASSUME_32BITUIDS]: Make code unconditional.
1090         [!__ASSUME_32BITUIDS]: Remove conditional code.
1091         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
1092         <kernel-features.h>.
1093         [__ASSUME_32BITUIDS]: Make code unconditional.
1094         [!__ASSUME_32BITUIDS]: Remove conditional code.
1095         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
1096         [__ASSUME_32BITUIDS]: Make code unconditional.
1097         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
1098         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
1099         <kernel-features.h>.
1100         [__ASSUME_32BITUIDS]: Make code unconditional.
1101         [!__ASSUME_32BITUIDS]: Remove conditional code.
1102         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
1103         <kernel-features.h>.
1104         [__ASSUME_32BITUIDS]: Make code unconditional.
1105         [!__ASSUME_32BITUIDS]: Remove conditional code.
1106         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
1107         <kernel-features.h>.
1108         [__ASSUME_32BITUIDS]: Make code unconditional.
1109         [!__ASSUME_32BITUIDS]: Remove conditional code.
1110         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
1111         <kernel-features.h>.
1112         [__ASSUME_32BITUIDS]: Make code unconditional.
1113         [!__ASSUME_32BITUIDS]: Remove conditional code.
1114         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
1115         <kernel-features.h>.
1116         [__ASSUME_32BITUIDS]: Make code unconditional.
1117         [!__ASSUME_32BITUIDS]: Remove conditional code.
1118         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
1119         <kernel-features.h>.
1120         [__ASSUME_32BITUIDS]: Make code unconditional.
1121         [!__ASSUME_32BITUIDS]: Remove conditional code.
1122         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
1123         <kernel-features.h>.
1124         [__ASSUME_32BITUIDS]: Make code unconditional.
1125         [!__ASSUME_32BITUIDS]: Remove conditional code.
1126         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
1127         <kernel-features.h>.
1128         [__ASSUME_32BITUIDS]: Make code unconditional.
1129         [!__ASSUME_32BITUIDS]: Remove conditional code.
1130         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
1131         <kernel-features.h>.
1132         [__ASSUME_32BITUIDS]: Make code unconditional.
1133         [!__ASSUME_32BITUIDS]: Remove conditional code.
1134         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
1135         <kernel-features.h>.
1136         [__ASSUME_32BITUIDS]: Make code unconditional.
1137         [!__ASSUME_32BITUIDS]: Remove conditional code.
1138         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
1139         <kernel-features.h>.
1140         [__NR_setresgid] (__setresgid): Do not declare.
1141         [__ASSUME_32BITUIDS]: Make code unconditional.
1142         [!__ASSUME_32BITUIDS]: Remove conditional code.
1143         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
1144         <kernel-features.h>.
1145         [__NR_setresuid] (__setresuid): Do not declare.
1146         [__ASSUME_32BITUIDS]: Make code unconditional.
1147         [!__ASSUME_32BITUIDS]: Remove conditional code.
1148         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
1149         <kernel-features.h>.
1150         [__ASSUME_32BITUIDS]: Make code unconditional.
1151         [!__ASSUME_32BITUIDS]: Remove conditional code.
1152         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
1153         <kernel-features.h>.
1154         [__ASSUME_32BITUIDS]: Make code unconditional.
1155         [!__ASSUME_32BITUIDS]: Remove conditional code.
1156         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
1157         <kernel-features.h>.
1158         [__ASSUME_32BITUIDS]: Make code unconditional.
1159         [!__ASSUME_32BITUIDS]: Remove conditional code.
1160         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
1161         <kernel-features.h>.
1162         [__ASSUME_32BITUIDS]: Make code unconditional.
1163         [!__ASSUME_32BITUIDS]: Remove conditional code.
1164         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
1165         <kernel-features.h>.
1166         [__ASSUME_32BITUIDS]: Make code unconditional.
1167         [!__ASSUME_32BITUIDS]: Remove conditional code.
1168         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
1169         <kernel-features.h>.
1170         [__ASSUME_32BITUIDS]: Make code unconditional.
1171         [!__ASSUME_32BITUIDS]: Remove conditional code.
1172         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
1173         <kernel-features.h>.
1174         [__ASSUME_32BITUIDS]: Make code unconditional.
1175         [!__ASSUME_32BITUIDS]: Remove conditional code.
1176         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
1177         <kernel-features.h>.
1178         [__ASSUME_32BITUIDS]: Make code unconditional.
1179         [!__ASSUME_32BITUIDS]: Remove conditional code.
1180         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
1181         <kernel-features.h>.
1182         [__ASSUME_32BITUIDS]: Make code unconditional.
1183         [!__ASSUME_32BITUIDS]: Remove conditional code.
1184         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
1185         <kernel-features.h>.
1186         [__ASSUME_32BITUIDS]: Make code unconditional.
1187         [!__ASSUME_32BITUIDS]: Remove conditional code.
1188         * sysdeps/unix/sysv/linux/kernel-features.h
1189         (__ASSUME_SETRESUID_SYSCALL): Remove.
1190         (__ASSUME_SETRESGID_SYSCALL): Likewise.
1191         (__ASSUME_32BITUIDS): Likewise.
1192         (__ASSUME_LDT_WORKS): Likewise.
1193         (__ASSUME_O_DIRECTORY): Likewise.
1194         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
1195         architecture but not kernel version.
1196         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
1197         (__ASSUME_MMAP2_SYSCALL): Likewise.
1198         (__ASSUME_STAT64_SYSCALL): Likewise.
1199         (__ASSUME_IPC64): Likewise.
1200         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
1201         <kernel-features.h>.
1202         [__ASSUME_32BITUIDS]: Make code unconditional.
1203         [!__ASSUME_32BITUIDS]: Remove conditional code.
1204         * sysdeps/unix/sysv/linux/opendir.c: Do not include
1205         <kernel-features.h>.
1206         [__ASSUME_O_DIRECTORY]: Make code unconditional.
1207         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
1208         132096]: Remove conditional code.
1209         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
1210         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
1211         <kernel-features.h>.
1212         [__ASSUME_32BITUIDS]: Make code unconditional.
1213         [!__ASSUME_32BITUIDS]: Remove conditional code.
1214         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
1215         <kernel-features.h>.
1216         [__ASSUME_32BITUIDS]: Make code unconditional.
1217         [!__ASSUME_32BITUIDS]: Remove conditional code.
1218         * sysdeps/unix/sysv/linux/setegid.c: Do not include
1219         <kernel-features.h>.
1220         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
1221         unconditional.
1222         (__setresgid): Do not declare.
1223         [__ASSUME_32BITUIDS]: Make code unconditional.
1224         [!__ASSUME_32BITUIDS]: Remove conditional code.
1225         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
1226         <kernel-features.h>.
1227         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
1228         unconditional.
1229         (__setresuid): Do not declare.
1230         [__ASSUME_32BITUIDS]: Make code unconditional.
1231         [!__ASSUME_32BITUIDS]: Remove conditional code.
1232         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
1233         <kernel-features.h>.
1234         [__ASSUME_32BITUIDS]: Make code unconditional.
1235         [!__ASSUME_32BITUIDS]: Remove conditional code.
1236         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
1237         <kernel-features.h>.
1238         [__ASSUME_32BITUIDS]: Make code unconditional.
1239         [!__ASSUME_32BITUIDS]: Remove conditional code.
1240
1241 2012-05-25  Richard Henderson  <rth@twiddle.net>
1242
1243         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
1244         dl_hwcap to ifunc resolver.
1245         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
1246         elf_ifunc_invoke.
1247         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
1248         dl_hwcap to ifunc resolver.
1249         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
1250
1251 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
1252
1253         [BZ #14153]
1254         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
1255         for |x| <= 2**-26, not 2**-57.
1256         * math/libm-test.inc (acos_test): Do not allow spurious underflow
1257         exception.
1258
1259 2012-05-24  Jeff Law  <law@redhat.com>
1260
1261         * stdio-common/Makefile (tests): Add bug25.
1262         * stdio-common/bug25.c: New test.
1263
1264 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
1265
1266         [BZ #13576]
1267         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
1268         multiple of MALLOC_ALIGNMENT in size.
1269         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
1270
1271 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
1272
1273         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
1274         Require >= 256.
1275         (FILENAME_MAX): Use macro-int-constant.
1276         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
1277         (_IOFBF): Use macro-int-constant.
1278         (_IOLBF): Likewise.
1279         (_IONBF): Likewise.
1280         (SEEK_CUR): Likewise.
1281         (SEEK_END): Likewise.
1282         (SEEK_SET): Likewise.
1283         (TMP_MAX): Likewise.
1284         (EOF): Use macro-int-constant.  Require < 0.
1285         (NULL): Use macro-constant.  Require == 0.
1286         (stdin): Require type to be FILE *.
1287         (stdout): Likewise.
1288         (stderr): Likewise.
1289         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
1290         macro-int-constant.
1291         (EXIT_SUCCESS): Likewise.
1292         (NULL): Use macro-constant.  Require == 0.
1293         (RAND_MAX): Use macro-int-constant.
1294         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
1295         [C99-based standards] (strtof): Require function.
1296         [C99-based standards] (strtold): Likewise.
1297         [C99-based standards] (strtoll): Likewise.
1298         [C99-based standards] (strtoull): Likewise.
1299         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
1300         [ISO || ISO99 || ISO11] (limits.h): Likewise.
1301         [ISO || ISO99 || ISO11] (math.h): Likewise.
1302         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
1303         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
1304         [ISO || ISO99 || ISO11] (*_t): Do not allow.
1305
1306 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
1307
1308         [BZ #14132]
1309         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
1310         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
1311         * intl/dgettext.c (DCGETTEXT): Likewise.
1312         * intl/gettext.c (DCGETTEXT): Likewise.
1313         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
1314         * posix/regex_internal.h (gettext): Likewise.
1315         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
1316         Remove declaration.
1317         * include/argz.h (__argz_count_internal)
1318         (__argz_stringify_internal): Remove declaration.
1319         (__argz_count, __argz_stringify): Declare hidden proto.
1320         * intl/dcgettext.c: Remove use of INTDEF.
1321         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
1322         * string/argz-stringify.c: Likewise.
1323         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
1324         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
1325         Declare hidden proto.
1326         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
1327         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
1328         Declare hidden proto.
1329         * include/stdio.h (__asprintf_internal): Don't declare.
1330         (__asprintf): Don't define as macro.  Declare hidden proto.
1331         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
1332         (__fsetlocking): Declare hidden proto.
1333         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
1334         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
1335         hidden proto.
1336         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
1337         (_IO_setlinebuf): Remove use of INTUSE.
1338         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
1339         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
1340         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
1341         Remove declaration.
1342         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
1343         (_IO_do_flush): Remove use of INTUSE.
1344         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
1345         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
1346         (_IO_adjust_column, _IO_least_wmarker)
1347         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
1348         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
1349         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
1350         (_IO_default_doallocate, _IO_wdefault_doallocate)
1351         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
1352         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
1353         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
1354         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
1355         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
1356         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
1357         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
1358         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
1359         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
1360         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
1361         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
1362         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
1363         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
1364         proto.
1365         (_IO_flush_all_internal, _IO_adjust_column_internal)
1366         (_IO_default_uflow_internal, _IO_default_finish_internal)
1367         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
1368         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
1369         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
1370         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
1371         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
1372         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
1373         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
1374         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
1375         (_IO_file_close_internal, _IO_file_close_it_internal)
1376         (_IO_file_underflow_internal, _IO_file_overflow_internal)
1377         (_IO_file_init_internal, _IO_file_attach_internal)
1378         (_IO_file_fopen_internal, _IO_file_read_internal)
1379         (_IO_file_sync_internal, _IO_file_seek_internal)
1380         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
1381         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
1382         (_IO_str_underflow_internal, _IO_str_overflow_internal)
1383         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
1384         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
1385         (_IO_list_all_internal, _IO_link_in_internal)
1386         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
1387         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
1388         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
1389         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
1390         (_IO_do_write_internal, _IO_padn_internal)
1391         (_IO_getline_info_internal, _IO_getline_internal)
1392         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
1393         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
1394         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
1395         (_IO_vfscanf_internal, _IO_vfprintf_internal)
1396         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
1397         (_IO_init_internal, _IO_un_link_internal): Don't declare.
1398         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
1399         with libc_hidden_ver, remove use of INTUSE.
1400         * libio/genops.c: Likewise.
1401         * libio/freopen.c: Likewise.
1402         * libio/freopen64.c: Likewise.
1403         * libio/iofclose.c: Likewise.
1404         * libio/iofdopen.c: Likewise.
1405         * libio/iofflush.c: Likewise.
1406         * libio/iofflush_u.c: Likewise.
1407         * libio/iofgets.c: Likewise.
1408         * libio/iofgets_u.c: Likewise.
1409         * libio/iofopen.c: Likewise.
1410         * libio/iofopncook.c: Likewise.
1411         * libio/iofread.c: Likewise.
1412         * libio/iofread_u.c: Likewise.
1413         * libio/ioftell.c: Likewise.
1414         * libio/iofwrite.c: Likewise.
1415         * libio/iogetline.c: Likewise.
1416         * libio/iogets.c: Likewise.
1417         * libio/iogetwline.c: Likewise.
1418         * libio/iopadn.c: Likewise.
1419         * libio/iopopen.c: Likewise.
1420         * libio/ioseekoff.c: Likewise.
1421         * libio/ioseekpos.c: Likewise.
1422         * libio/iosetbuffer.c: Likewise.
1423         * libio/iosetvbuf.c: Likewise.
1424         * libio/ioungetc.c: Likewise.
1425         * libio/ioungetwc.c: Likewise.
1426         * libio/iovdprintf.c: Likewise.
1427         * libio/iovsprintf.c: Likewise.
1428         * libio/iovsscanf.c: Likewise.
1429         * libio/memstream.c: Likewise.
1430         * libio/obprintf.c: Likewise.
1431         * libio/oldfileops.c: Likewise.
1432         * libio/oldiofclose.c: Likewise.
1433         * libio/oldiofdopen.c: Likewise.
1434         * libio/oldiofopen.c: Likewise.
1435         * libio/oldiopopen.c: Likewise.
1436         * libio/oldstdfiles.c: Likewise.
1437         * libio/putc.c: Likewise.
1438         * libio/setbuf.c: Likewise.
1439         * libio/setlinebuf.c: Likewise.
1440         * libio/stdfiles.c: Likewise.
1441         * libio/strops.c: Likewise.
1442         * libio/vasprintf.c: Likewise.
1443         * libio/vscanf.c: Likewise.
1444         * libio/vsnprintf.c: Likewise.
1445         * libio/vswprintf.c: Likewise.
1446         * libio/wfiledoalloc.c: Likewise.
1447         * libio/wfileops.c: Likewise.
1448         * libio/wgenops.c: Likewise.
1449         * libio/wmemstream.c: Likewise.
1450         * libio/wstrops.c: Likewise.
1451         * libio/__fpurge.c: Likewise.
1452         * libio/__fsetlocking.c: Likewise.
1453         * assert/assert.c: Likewise.
1454         * debug/fgets_chk.c: Likewise.
1455         * debug/fgets_u_chk.c: Likewise.
1456         * debug/fread_chk.c: Likewise.
1457         * debug/fread_u_chk.c: Likewise.
1458         * debug/gets_chk.c: Likewise.
1459         * debug/obprintf_chk.c: Likewise.
1460         * debug/vasprintf_chk.c: Likewise.
1461         * debug/vdprintf_chk.c: Likewise.
1462         * debug/vsnprintf_chk.c: Likewise.
1463         * debug/vsprintf_chk.c: Likewise.
1464         * malloc/mtrace.c: Likewise.
1465         * misc/error.c: Likewise.
1466         * misc/syslog.c: Likewise.
1467         * stdio-common/asprintf.c: Likewise.
1468         * stdio-common/fxprintf.c: Likewise.
1469         * stdio-common/getw.c: Likewise.
1470         * stdio-common/isoc99_fscanf.c: Likewise.
1471         * stdio-common/isoc99_scanf.c: Likewise.
1472         * stdio-common/isoc99_vfscanf.c: Likewise.
1473         * stdio-common/isoc99_vscanf.c: Likewise.
1474         * stdio-common/isoc99_vsscanf.c: Likewise.
1475         * stdio-common/printf-prs.c: Likewise.
1476         * stdio-common/printf_fp.c: Likewise.
1477         * stdio-common/printf_fphex.c: Likewise.
1478         * stdio-common/printf_size.c: Likewise.
1479         * stdio-common/putw.c: Likewise.
1480         * stdio-common/scanf.c: Likewise.
1481         * stdio-common/sprintf.c: Likewise.
1482         * stdio-common/tmpfile.c: Likewise.
1483         * stdio-common/vfprintf.c: Likewise.
1484         * stdio-common/vfscanf.c: Likewise.
1485         * stdlib/strfmon_l.c: Likewise.
1486         * sunrpc/openchild.c: Likewise.
1487         * sunrpc/xdr_stdio.c: Likewise.
1488         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
1489         * sysdeps/mach/hurd/tmpfile.c: Likewise.
1490
1491 2012-05-24  Roland McGrath  <roland@hack.frob.com>
1492
1493         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
1494
1495         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
1496         in the third column, to generate for the shared library an IFUNC
1497         that uses _dl_vdso_vsym.
1498         * Makerules (COMPILE.c, compile-stdin.c): New variables.
1499         * Makeconfig (object-suffixes-noshared): New variable.
1500
1501         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
1502         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
1503         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
1504         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
1505
1506         [BZ #14132]
1507         * include/sys/time.h (__gettimeofday): Remove macro.
1508         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
1509         * time/gettimeofday.c (__gettimeofday): Remove #undef.
1510         Remove INTDEF.
1511         (__gettimeofday): Add libc_hidden_def.
1512         (gettimeofday): Add libc_hidden_weak.
1513         * sysdeps/mach/gettimeofday.c: Likewise.
1514         * sysdeps/posix/gettimeofday.c: Likewise.
1515         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
1516         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
1517         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
1518         (__gettimeofday_internal): Remove strong_alias.
1519         (__gettimeofday): Add libc_hidden_def.
1520         (gettimeofday): Add libc_hidden_weak.
1521         * sysdeps/unix/syscalls.list (gettimeofday):
1522         Remove __gettimeofday_internal alias.
1523
1524 2012-05-24  Daniel Jacobowitz  <drow@false.org>
1525             H.J. Lu  <hongjiu.lu@intel.com>
1526
1527         [BZ #12495]
1528         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
1529         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
1530         (largebin_index_32_big): New.
1531         (largebin_index): Use it for 16-byte alignment.
1532         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
1533         correction with front_misalign.
1534
1535 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
1536
1537         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
1538         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
1539         Likewise.
1540         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
1541         Likewise.
1542         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
1543         Likewise.
1544         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
1545         Likewise.
1546         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
1547         Likewise.
1548         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
1549         Likewise.
1550         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
1551         Likewise.
1552         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
1553         Likewise.
1554         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
1555         Likewise.
1556         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
1557         Likewise.
1558         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
1559         Likewise.
1560         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
1561         Likewise.
1562
1563         * scripts/data/c++-types-x32-linux-gnu.data: New file.
1564         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
1565
1566 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
1567
1568         [BZ #10846]
1569         [BZ #14036]
1570         * math/libm-test.inc (exp_test): Add test from bug 14036.
1571         (pow_test): Add test from bug 10846.
1572
1573         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
1574         and other flags.
1575         (special_function): Do not include flags in test name.
1576         (parse_args): Likewise.
1577         * sysdeps/i386/fpu/libm-test-ulps: Update.
1578         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
1579         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
1580         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
1581         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1582
1583         * math/gen-libm-test.pl (%beautify): Add entries for underflow
1584         exceptions.
1585         * math/libm-test.inc ("Philosophy"): Update comment about
1586         exception testing.
1587         (UNDERFLOW_EXCEPTION): New macro.
1588         (UNDERFLOW_EXCEPTION_OK): Likewise.
1589         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
1590         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
1591         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
1592         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
1593         (INVALID_EXCEPTION_OK): Update value.
1594         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
1595         (OVERFLOW_EXCEPTION_OK): Likewise.
1596         (IGNORE_ZERO_INF_SIGN): Likewise.
1597         (test_exceptions): Handle underflow exceptions.
1598         (acos_test): Update for underflow exception expectations.
1599         (cexp_test): Likewise.
1600         (clog_test): Likewise.
1601         (clog10_test): Likewise.
1602         (csqrt_test): Likewise.
1603         (ctan_test): Likewise.
1604         (ctanh_test): Likewise.
1605         (exp_test): Likewise.
1606         (exp10_test): Likewise.
1607         (exp2_test): Likewise.
1608         (expm1_test): Likewise.
1609         (fma_test): Likewise.
1610         (j0_test): Likewise.
1611         (jn_test): Likewise.
1612         (nexttoward_test): Likewise.
1613         (pow_test): Likewise.
1614         (scalbn_test): Likewise.
1615         (scalbln_test): Likewise.
1616         (tan_test): Likewise.
1617         (y1_test): Likewise.
1618         * sysdeps/i386/fpu/libm-test-ulps: Update.
1619         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1620
1621 2012-05-23  David S. Miller  <davem@davemloft.net>
1622
1623         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
1624         (__libc_sigaction): Remove unused local variables.
1625
1626 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
1627
1628         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
1629
1630 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
1631
1632         mktime: avoid signed integer overflow
1633         * time/mktime.c (__mktime_internal): Do not mishandle the case
1634         where diff == INT_MIN.
1635
1636         mktime: simplify computation of average
1637         * time/mktime.c (ranged_convert): Use new time_t_avg function
1638         instead of rolling our own (probably-slower) code.
1639
1640         mktime: do not assume signed right shift propagates sign bit
1641         * time/mktime.c (isdst_differ): New static function.
1642         (__mktime_internal): No need to normalize tm_isdst now.
1643         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
1644         tm_isdst values.
1645
1646         mktime: merge another wrapv change from gnulib
1647         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
1648         from some compilers.
1649
1650         mktime: remove incorrect attempt at unusual arithmetics
1651         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
1652         The code didn't really work on such machines anyway.
1653         (TYPE_MINIMUM): Assume two's complement.
1654         (twos_complement_arithmetic): Verify that long_int and time_t
1655         are two's complement (or unsigned, in the latter case).
1656
1657         mktime: check signed shifts on long_int and time_t, too
1658         * time/mktime.c (SHR): Check that shifts work as desired
1659         on the types long_int and time_t too, as SHR is used on
1660         such types.
1661
1662         mktime: do not assume 'long' is wide enough
1663         * time/mktime.c (verify): Move decl up.
1664         (long_int): New type.
1665         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
1666         to remove assumption in the code that 'long' is wide enough to
1667         store year values.  This assumption is not true on x32 and on
1668         some non-glibc platforms.
1669
1670         mktime: merge wrapv change from gnulib
1671         * time/mktime.c (WRAPV): New macro.
1672         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
1673         (guess_time_tm, __mktime_internal): Do not assume that signed
1674         integer overflow wraps around; modern compilers generate code
1675         where this assumption is no longer valid.
1676
1677 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
1678
1679         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
1680         Replace "jmp L(pseudo_end)" with "ret".
1681         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
1682         Likewise.
1683
1684 2012-05-23  Andreas Jaeger  <aj@suse.de>
1685
1686         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
1687         * sysdeps/unix/sysv/linux/poll.c: Remove file.
1688
1689 2012-05-23  Andreas Jaeger  <aj@suse.de>
1690             Maximilian Attems  <max@stro.at>
1691
1692         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
1693         New macros.
1694
1695 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
1696
1697         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
1698         code so that pseudo_end is just ret and the stack pointer is
1699         correct also for static library in error case.
1700
1701 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
1702
1703         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
1704         move to syscalls.list.
1705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
1706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
1707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
1708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
1709
1710         * manual/install.texi (Running make install): Do not mention Linux
1711         kernel version for which pt_chown is not needed.
1712         (Linux): Do not mention problems with nscd with 2.0 kernels.
1713         * INSTALL: Regenerated.
1714
1715 2012-05-23  Andreas Jaeger  <aj@suse.de>
1716
1717         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
1718         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
1719         macro.
1720         * sysdeps/unix/sysv/linux/s390/bits/mman.h
1721         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
1722         * sysdeps/unix/sysv/linux/sh/bits/mman.h
1723         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
1724         * sysdeps/unix/sysv/linux/i386/bits/mman.h
1725         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
1726         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
1727         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
1728         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
1729         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
1730         * sysdeps/unix/sysv/linux/bits/in.h
1731         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
1732
1733 2012-05-22  Roland McGrath  <roland@hack.frob.com>
1734
1735         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
1736         (PREPARE_VERSION): Just use assert instead, it will be elided
1737         under [NDEBUG] anyway.
1738
1739 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
1740
1741         * sysdeps/unix/sysv/linux/Makefile: Include
1742         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
1743         (sysdep_routines): Remove sysctl.
1744         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
1745         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
1746         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
1747         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
1748         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
1749
1750 2012-05-22  Andreas Jaeger  <aj@suse.de>
1751
1752         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
1753         that pseudo_end is just ret and the stack pointer is correct also
1754         for static library in error case.
1755
1756 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
1757
1758         [BZ #14122]
1759         * nss/nsswitch.c (defconfig_entries): New variable.
1760         (__nss_database_lookup): Don't leak defconfig entries.
1761         (nss_parse_service_list): Don't leak on error paths.
1762         (free_database_entries): New function.
1763         (free_defconfig): New function.
1764         (free_mem): Move common code to free_database_entries.
1765
1766 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
1767
1768         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
1769         Add arch_prctl.
1770         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
1771
1772         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
1773         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
1774         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
1775         New macro.
1776         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
1777         (INTERNAL_SYSCALL_TYPES): Likewise.
1778         (LOAD_ARGS_TYPES_[1-6]): Likewise.
1779         (LOAD_REGS_TYPES_[1-6]): Likewise.
1780         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
1781         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
1782
1783 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1784
1785         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
1786         copysignl for GLIBC_2_0.
1787         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
1788         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
1789         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
1790         logbl for GLIBC_2_0.
1791         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1792         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1793
1794 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
1795
1796         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
1797         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
1798
1799         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
1800         Use "neg %eax".
1801
1802         * time/mktime.c: Update copyright years.
1803
1804 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
1805
1806         mktime: merge comment-quoting-style change from gnulib
1807         * time/mktime.c: Quote 'like this' in comments.
1808         The GNU coding standards suggest that we no longer quote `like this',
1809         as "`" and "'" are typically rendered asymmetrically nowadays.
1810         The typical gnulib style is to quote 'like this' when quoting
1811         code, and "like this" when quoting English.
1812
1813         * time/mktime.c (compile-command): Add "-I.".
1814
1815         mktime: merge mktime-internal.h change from gnulib
1816         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
1817
1818         mktime: merge time_r change from gnulib
1819         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
1820
1821         mktime: merge DEBUG change from gnulib
1822         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
1823         case system <time.h> has a #define.
1824
1825         mktime: merge <sys/types.h> change from gnulib
1826         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
1827         since <time.t> is now guaranteed to define time_t.
1828
1829         mktime: merge HAVE_CONFIG_H change from gnulib
1830         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
1831
1832 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
1833
1834         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
1835         Use "neg %eax".
1836
1837         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
1838         __rlim_t cast.
1839         (struct rusage): Use anonymous union to pad each field to
1840         __syscall_slong_t.
1841
1842 2012-05-21  David S. Miller  <davem@davemloft.net>
1843
1844         * Makefules (o-iterator): Remove .s cases.
1845         (compile-command.s): Delete.
1846         (COMPILE.s): Delete.
1847         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
1848
1849 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
1850
1851         * configure.in (libc_cv_predef_stack_protector): Only consider
1852         "foobar" and "__stack_chk_fail" lines in libc_undefs.
1853         * configure: Regenerated.
1854
1855 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
1856
1857         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
1858         New macro.  Use R*LP on int and pointer.
1859         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
1860         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
1861         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
1862         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
1863
1864         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
1865         [__WORDSIZE_TIME64_COMPAT32] instead of
1866         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
1867         (struct utmp): Likewise.
1868         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
1869         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
1870         Renamed to ...
1871         (__WORDSIZE_TIME64_COMPAT32): This.
1872         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
1873         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
1874         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
1875         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
1876         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
1877         (__WORDSIZE_TIME64_COMPAT32): New macro.
1878
1879 2012-05-21  Andreas Jaeger  <aj@suse.de>
1880
1881         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
1882         only if [SHARED]. Add prototype for __wcschr_ia32.
1883
1884 2012-05-21  Roland McGrath  <roland@hack.frob.com>
1885
1886         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
1887         of %rbp unmolested in the jmp_buf while mangling the low bits.
1888         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
1889         unmolested high bits of %rbp while demangling the low bits.
1890         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
1891
1892 2012-05-21  Andreas Jaeger  <aj@suse.de>
1893
1894         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
1895         * sunrpc/svc_simple.c: Use it for registerrpc.
1896         * sunrpc/xcrypt.c: Use it for passwd2des.
1897
1898         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
1899
1900 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
1901
1902         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
1903         Don't define if [__SYSCALL_WORDSIZE != 32].
1904         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
1905         New macro.
1906
1907 2012-05-21  Bruno Haible  <bruno@clisp.org>
1908             Andreas Jaeger  <aj@suse.de>
1909
1910         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
1911         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
1912         inptr and inend for must_buffer_ch.
1913         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
1914         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
1915         * stdio-common/Makefile (tests): Remove bug15.
1916         (bug15-ENV): Remove macro.
1917         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
1918         anymore.
1919
1920 2012-05-19  Andreas Jaeger  <aj@suse.de>
1921             Roland McGrath  <roland@hack.frob.com>
1922
1923         * manual/contrib.texi: Completely rewritten. It contains now an
1924         alphabetical list of contributors and their contributions.
1925
1926 2012-05-21  Richard Henderson  <rth@twiddle.net>
1927
1928         * misc/getauxval.c (__getauxval): Use unsigned long int.
1929         * misc/sys/auxv.h: Include <sys/cdefs.h>.
1930         (getauxval): Use unsigned long int.
1931
1932 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
1933
1934         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
1935
1936 2012-05-21  Roland McGrath  <roland@hack.frob.com>
1937
1938         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
1939         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
1940         __alignof__ (long double).
1941
1942 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1943
1944         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1945
1946 2012-05-20  Richard Henderson  <rth@twiddle.net>
1947
1948         * misc/getauxval.c: New file.
1949         * misc/sys/auxv.h: New file.
1950         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
1951         (routines): Add getauxval.
1952         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
1953         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
1954         * elf/dl-sysdep.c (_dl_auxv): Remove.
1955         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
1956         * elf/dl-support.c (_dl_auxv): New variable.
1957         (_dl_aux_init): Initialize it.
1958         * manual/startup.texi (Auxiliary Vector): New node.
1959         * sysdeps/generic/bits/hwcap.h: New file.
1960         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
1961         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
1962         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
1963         * sysdeps/sparc/sysdep.h: ... here.  Include it.
1964         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
1965         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
1966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
1967         Update.
1968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
1969         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
1970         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
1971         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
1972         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
1973         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
1974         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
1975         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
1976
1977 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1978
1979         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1980
1981 2012-05-19  David S. Miller  <davem@davemloft.net>
1982
1983         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1984
1985 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
1986
1987         [BZ #14123]
1988         * math/s_ccosh.c: Include <float.h>
1989         (__ccosh): Avoid internal overflow calculating sinh and cosh
1990         values before multiplying by sin and cos values.
1991         * math/s_ccoshf.c: Likewise.
1992         * math/s_ccoshl.c: Likewise.
1993         * math/s_csin.c: Likewise.
1994         * math/s_csinf.c: Likewise.
1995         * math/s_csinl.c: Likewise.
1996         * math/s_csinh.c: Likewise.
1997         * math/s_csinhf.c: Likewise.
1998         * math/s_csinhl.c: Likewise.
1999         * math/libm-test.inc (ccos_test): Add more tests.
2000         (ccosh_test): Likewise.
2001         (csin_test): Likewise.
2002         (csinh_test): Likewise.
2003         * sysdeps/i386/fpu/libm-test-ulps: Update.
2004         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2005
2006 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
2007
2008         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
2009         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
2010
2011         * sysdeps/x86_64/x32/_itoa.h: Add comment.
2012
2013 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
2014
2015         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
2016         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
2017         * sysdeps/powerpc/soft-fp/Versions: Likewise.
2018         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
2019         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
2020         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
2021         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
2022         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
2023         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
2024         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
2025         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
2026         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
2027         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
2028         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
2029         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
2030         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
2031         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
2032         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
2033         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
2034         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
2035         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
2036         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
2037         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
2038         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
2039         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
2040         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
2041         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
2042         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
2043         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
2044         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
2045         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
2046
2047 2012-05-18  Andreas Jaeger  <aj@suse.de>
2048
2049         * csu/.gitignore: Delete.
2050
2051 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
2052
2053         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
2054         (timex): Use __syscall_slong_t.
2055
2056 2012-05-18  Andreas Jaeger  <aj@suse.de>
2057             Carlos O'Donell  <carlos_odonell@mentor.com>
2058
2059         * manual/install.texi (Configuring and compiling): Update
2060         description about files modified in the source directory.
2061         * INSTALL: Regenerated.
2062
2063 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
2064
2065         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
2066         value.  Use "or" to set return value to -1.
2067         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
2068         negate return value.
2069
2070 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
2071
2072         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
2073         CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
2074         failure if the compiler has Graphite support disabled.
2075         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
2076         Likewise.
2077         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
2078         CFLAGS-memmove.c): Likewise.
2079         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
2080         Likewise.
2081
2082 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
2083
2084         * sysdeps/x86_64/x32/_itoa.h: New file.
2085
2086         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
2087         getdents system call only if kernel and user dirents have the
2088         same d_ino and d_off.
2089
2090         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
2091         LLONG_MAX != LONG_MAX.
2092         (_itoa_word): Use _ITOA_WORD_TYPE on value.
2093         (_fitoa_word): Likewise.
2094
2095         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
2096         years.
2097         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
2098         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
2099         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
2100
2101         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
2102         include <bits/wordsize.h>.  Check __x86_64__ instead of
2103         __WORDSIZE.
2104         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
2105         if __x86_64__ is defined.  Use anonymous union on fpstate.
2106
2107         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
2108         anonymous union.
2109
2110 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
2111
2112         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2113         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
2114         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
2115         Refer to _rtld_local_ro instead of _rtld_global_ro.
2116         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
2117         Likewise.
2118         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
2119         Likewise.
2120         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
2121         Likewise.
2122         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
2123         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
2124         of _rtld_global, and rtld_progname instead of _dl_argv[0].
2125
2126         * sysdeps/powerpc/powerpc32/dl-machine.c
2127         (__elf_machine_runtime_setup) [PROF]: Don't reference
2128         _dl_prof_resolve.
2129
2130 2012-05-18  Andreas Jaeger  <aj@suse.de>
2131
2132         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
2133         function only available for GCCs before 3.4 since GCC 3.4
2134         introduced a builtin.
2135         (lrint): Likewise.
2136         (llrintf): Likewise.
2137         (llrint): Likewise.
2138         (fmaxf): Likewise.
2139         (fmax): Likewise.
2140         (fminf): Likewise.
2141         (fmin): Likewise.
2142         (rint): Likewise.
2143         (rintf): Likewise.
2144         (nearbyint): Likewise.
2145         (nearbyintf): Likewise.
2146         (ceil): Likewise.
2147         (ceilf): Likewise.
2148         (floor): Likewise.
2149         (floorf): Likewise.
2150
2151 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
2152
2153         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
2154         on both fields and cast pointer to __syscall_ulong_t.
2155
2156         * bits/types.h (__fsword_t): New type.
2157         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
2158         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
2159         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
2160         (__FSWORD_T_TYPE): Likewise.
2161         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
2162         (__FSWORD_T_TYPE): Likewise.
2163         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
2164         (__FSWORD_T_TYPE): Likewise.
2165         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
2166         (__FSWORD_T_TYPE): Likewise.
2167         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
2168         __SWORD_TYPE with __fsword_t.
2169         (statfs64): Likewise.
2170
2171 2012-05-17  David S. Miller  <davem@davemloft.net>
2172
2173         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
2174
2175 2012-05-17  Andreas Jaeger  <aj@suse.de>
2176
2177         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
2178         warning.
2179
2180 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
2181
2182         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
2183
2184 2012-05-17  Andreas Jaeger  <aj@suse.de>
2185
2186         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
2187         when it is used.
2188
2189 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
2190
2191         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
2192
2193 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
2194
2195         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
2196         * sysdeps/x86_64/tst-mallocalign1.c: New file.
2197
2198 2012-05-17  Andreas Jaeger  <aj@suse.de>
2199             Carlos O'Donell  <carlos_odonell@mentor.com>
2200
2201         [BZ #14059]
2202         * sysdeps/x86_64/multiarch/init-arch.h
2203         (bit_YMM_Usable): Rename to...
2204         (bit_AVX_Usable): ... this.
2205         (bit_FMA4_Usable): New macro.
2206         (bit_XMM_state): New macro.
2207         (bit_YMM_state): New macro.
2208         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
2209         [__ASSEMBLER__] (index_AVX_Usable): ... this.
2210         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
2211         (CPUID_OSXSAVE): New macro.
2212         (CPUID_AVX): New macro.
2213         (CPUID_FMA4): New macro.
2214         (index_YMM_Usable): Rename to...
2215         (index_AVX_Usable): ... this.
2216         (HAS_AVX): Use HAS_ARCH_FEATURE.
2217         (HAS_FMA4): Likewise.
2218         (HAS_YMM_USABLE): Remove.
2219         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2220         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
2221         are present.
2222         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
2223         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
2224         * sysdeps/x86_64/multiarch/Makefile: Likewise.
2225         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
2226         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
2227
2228 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
2229
2230         * math/libm-test.c: Support platforms without multiple rounding modes.
2231         * math/bug-nextafter.c: Support platforms without FP exceptions.
2232         * math/bug-nexttoward.c: Likewise.
2233         * math/test-fenv.c: Likewise.
2234         * math/test-misc.c: Likewise.
2235         * stdlib/bug-getcontext.c: Likewise.
2236
2237 2012-05-17  Andreas Jaeger  <aj@suse.de>
2238
2239         * manual/examples/search.c (critter_cmp): Change signature to
2240         avoid warnings.
2241         * manual/string.texi (Collation Functions): Likewise.
2242
2243 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2244
2245         * bits/types.h: Fold copyright years.
2246         * bits/typesizes.h: Likewise.
2247         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
2248         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
2249         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
2250         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
2251         * time/time.h: Likewise.
2252
2253 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
2254
2255         [BZ #208]
2256         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
2257         in instead of returning them.  Return void.
2258         (__libc_mallinfo): Accumulate over all arenas.
2259         (__malloc_stats): Adjust for change in int_mallinfo interface.
2260
2261 2012-05-16  Roland McGrath  <roland@hack.frob.com>
2262
2263         [BZ #10375]
2264         * configure.in (NM): Add AC_CHECK_TOOL for it.
2265         (libc_extra_cflags): New substituted variable.
2266         Check for -fstack-protector being used implicitly.
2267         * configure: Regenerated.
2268         * config.make.in (config-extra-cflags): New variable,
2269         gets @libc_extra_cflags@.
2270         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
2271
2272         [BZ #10375]
2273         * configure.in: Check for _FORTIFY_SOURCE being predefined.
2274         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
2275         * configure: Regenerated.
2276         * config.make.in (CPPUNDEFS): New substituted variable.
2277         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
2278         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
2279         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
2280
2281 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2282
2283         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
2284         (mq_attr): Use __syscall_slong_t.
2285
2286 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2287
2288         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
2289         Check __x86_64__ instead of __WORDSIZE.
2290         (_STAT_VER_LINUX): Likewise.
2291         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
2292         __syscall_ulong_t and __syscall_slong_t.
2293         (stat64): Likewise.
2294
2295 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2296
2297         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
2298
2299 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2300
2301         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
2302
2303 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2304
2305         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
2306         __syscall_ulong_t.
2307
2308         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
2309         include <bits/wordsize.h>.  Check __x86_64__ instead of
2310         __WORDSIZE.
2311         (greg_t): Use "__extension__ long long int" if __x86_64__ is
2312         defined.
2313         (mcontext_t): Replace "unsigned long" with "unsigned long long".
2314
2315         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
2316         include <bits/wordsize.h>.  Check __x86_64__ instead of
2317         __WORDSIZE.
2318         (user_regs_struct): Use "__extension__ unsigned long long"
2319         instead of "unsigned long" if __x86_64__ is defined.
2320         (user): Likewise.  Pad after pointer field if __ILP32__ is
2321         defined.
2322
2323 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
2324
2325         * configure.in (makeinfo): Require version 4.5 or later.  Allow
2326         versions 5 to 9.
2327         * configure: Regenerated.
2328         * manual/install.texi (texinfo): Increase version requirement to
2329         4.5 or later.
2330         * INSTALL: Regenerated.
2331
2332         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
2333
2334 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2335
2336         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
2337
2338         * sysdeps/x86_64/x32/ffs.c: New file.
2339
2340         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
2341         __syscall_ulong_t.
2342         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
2343         defined.  Use __syscall_ulong_t.
2344         (shminfo): Use __syscall_ulong_t.
2345         (shm_info): Likewise.
2346
2347         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
2348         __syscall_ulong_t.
2349
2350         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
2351         <bits/wordsize.h>.
2352         (msgqnum_t): Use __syscall_ulong_t.
2353         (msglen_t): Likewise.
2354         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
2355         __syscall_ulong_t.
2356
2357         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
2358         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
2359
2360         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
2361
2362         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
2363         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
2364
2365         * sysvipc/sys/msg.h (msgbuf): Replace long int with
2366         __syscall_slong_t.
2367
2368         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
2369         include <bits/wordsize.h>.  Check __x86_64__ instead of
2370         __WORDSIZE.
2371
2372         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
2373         "unsigned long long int" if __x86_64__ is defined.
2374         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
2375
2376         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
2377         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
2378         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
2379
2380         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
2381         <stdint.h>.
2382         (GET_PC): Cast to uintptr_t first.
2383         (GET_FRAME): Likewise.
2384         (GET_STACK): Likewise.
2385
2386         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
2387         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
2388         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
2389         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
2390         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
2391         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
2392         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
2393         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
2394         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
2395         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
2396         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
2397         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
2398         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
2399         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
2400         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
2401         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
2402         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
2403         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
2404         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
2405         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
2406         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
2407         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
2408         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
2409         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
2410         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
2411         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
2412         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
2413         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
2414         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
2415
2416 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
2417
2418         * Makerules (+depfiles): Also collect depfiles from .oS in
2419         $(extra-objs).
2420         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
2421         .oS, $(libnldbl-routines)).
2422
2423         * Makerules (native-compile-mkdep-flags): Define.
2424         * sunrpc/Makefile (extra-objs): Add $(addprefix
2425         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
2426         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
2427         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
2428         calling $(make-target-directory).
2429
2430 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2431
2432         * bits/types.h (__snseconds_t): Removed.
2433         * time/time.h (struct timespec): Replace __snseconds_t with
2434         __syscall_slong_t.
2435         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
2436         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
2437         Likewise.
2438         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
2439         (__SNSECONDS_T_TYPE): Likewise.
2440         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
2441         (__SNSECONDS_T_TYPE): Likewise.
2442         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
2443         (__SNSECONDS_T_TYPE): Likewise.
2444
2445 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2446
2447         * sysdeps/mach/hurd/bits/typesizes.h
2448         (__SYSCALL_SLONG_TYPE): New macro.
2449         (__SYSCALL_ULONG_TYPE): Likewise.
2450
2451 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2452
2453         * bits/types.h (__syscall_slong_t): New type.
2454         (__syscall_ulong_t): Likewise.
2455
2456         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
2457         (__SYSCALL_ULONG_TYPE): Likewise.
2458         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
2459         (__SYSCALL_SLONG_TYPE): Likewise.
2460         (__SYSCALL_ULONG_TYPE): Likewise.
2461         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
2462         (__SYSCALL_SLONG_TYPE): Likewise.
2463         (__SYSCALL_ULONG_TYPE): Likewise.
2464         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
2465         (__SYSCALL_SLONG_TYPE): Likewise.
2466         (__SYSCALL_ULONG_TYPE): Likewise.
2467
2468 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2469
2470         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
2471         Add sigaltstack-offsets.sym.
2472         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
2473         <sigaltstack-offsets.h>.
2474         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
2475         longjmp_msg pointer.
2476         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
2477         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
2478         signal stack.
2479         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
2480
2481 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
2482
2483         * elf/stackguard-macros.h: Remove file.
2484         * sysdeps/generic/stackguard-macros.h: New file.
2485         * sysdeps/i386/stackguard-macros.h: Likewise.
2486         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
2487         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
2488         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
2489         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
2490         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
2491         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
2492         * sysdeps/x86_64/stackguard-macros.h: Likewise.
2493         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
2494         <elf/stackguard-macros.h>.
2495
2496         [BZ #14109]
2497         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
2498         __aligned__ in attribute.
2499         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
2500         (gregset_t): Likewise.
2501
2502 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2503
2504         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
2505         * sysdeps/x86_64/64/Implies-after: Here.  New file.
2506         * sysdeps/x86_64/x32/Implies-after: New file.
2507
2508 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2509
2510         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
2511         and access return value for _dl_profile_fixup.  Use R10_LP to
2512         load frame size.
2513
2514 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2515
2516         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
2517
2518 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2519
2520         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
2521         * sysdeps/x86_64/x32/sysdep.h: New file.
2522
2523 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2524
2525         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
2526         * sysdeps/x86_64/setjmp.S: Likewise.
2527
2528 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2529
2530         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
2531         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
2532         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
2533         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
2534         remove unused global constant.
2535
2536 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
2537
2538         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
2539         include of <not-cancel.h>.
2540
2541 2012-05-15  Roland McGrath  <roland@hack.frob.com>
2542
2543         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
2544
2545 2012-05-15  Jeff Law  <law@redhat.com>
2546             Andreas Jaeger  <aj@suse.de>
2547
2548         [BZ #13594]
2549         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
2550         out from...
2551         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
2552         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
2553         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
2554         code changing __hst_map_handle.map.
2555
2556 2012-05-15  Roland McGrath  <roland@hack.frob.com>
2557
2558         * configure.in (sysnames): Look for Implies-before and Implies-after
2559         files.
2560         * configure: Regenerated.
2561
2562 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2563
2564         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
2565         8-byte data alignment with LP_SIZE alignment.
2566
2567 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2568
2569         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
2570         into R10_LP.
2571
2572 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2573
2574         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
2575
2576 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2577
2578         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
2579         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
2580         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
2581         Likewise.
2582         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
2583
2584 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2585
2586         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
2587         (stackinfo_sub_sp): Likewise.
2588
2589 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2590
2591         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
2592         RAX_LP.
2593
2594 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2595
2596         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
2597         into R*_LP.
2598
2599 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2600
2601         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
2602         sizes into R*_LP.
2603
2604 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2605
2606         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
2607
2608 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2609
2610         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
2611         into R11_LP and load __x86_64_shared_cache_size_half into
2612         R8_LP.
2613
2614 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2615
2616         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
2617         R8_LP.
2618
2619 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2620
2621         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
2622         logb for POWER7.
2623         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
2624         logbf for POWER7.
2625         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
2626         logbl for POWER7.
2627         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
2628         powerpc32/power7/fpu/s_logb.c via #include.
2629         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
2630         powerpc32/power7/fpu/s_logbf.c via #include.
2631         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
2632         powerpc32/power7/fpu/s_logbl.c via #include.
2633
2634 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
2635
2636         * README.libm: Remove file.
2637
2638 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2639
2640         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
2641         count for x32.  Use R*_LP and omit operand-size suffix.
2642
2643 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2644
2645         * shlib-versions: Move x86_64-.*-linux.* entries to ...
2646         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
2647         * sysdeps/x86_64/x32/shlib-versions: New file.
2648
2649 2012-05-14  Roland McGrath  <roland@hack.frob.com>
2650
2651         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
2652         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
2653         Use _dl_fatal_printf instead.
2654
2655 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
2656
2657         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
2658         set if not set by the user.  Do not allow for being unset.
2659         * sysdeps/unix/sysv/linux/configure: Regenerated.
2660
2661 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2662
2663         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
2664         the `q' suffix from lea and replace .quad with ASM_ADDR.
2665
2666 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2667
2668         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
2669         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
2670         instead of $17.
2671         (PTR_DEMANGLE): Likewise.
2672
2673 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2674
2675         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
2676         (LP_OP): Likewise.
2677         (ASM_ADDR): Likewise.
2678         (RAX_LP): Likewise.
2679         (RBP_LP): Likewise.
2680         (RBX_LP): Likewise.
2681         (RCX_LP): Likewise.
2682         (RDI_LP): Likewise.
2683         (RSI_LP): Likewise.
2684         (RSP_LP): Likewise.
2685         (R8_LP): Likewise.
2686         (R9_LP): Likewise.
2687         (R10_LP): Likewise.
2688         (R10_LP): Likewise.
2689         (R11_LP): Likewise.
2690         (R12_LP): Likewise.
2691         (R13_LP): Likewise.
2692         (R14_LP): Likewise.
2693         (R15_LP): Likewise.
2694
2695 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2696
2697         * sysdeps/x86_64/x32/dl-machine.h: New file.
2698
2699 2012-05-14  Andreas Jaeger  <aj@suse.de>
2700
2701         * manual/Makefile (subdir): Remove export of subdir.
2702         (all): Remove target.
2703         (.PHONY): Remove all from list.
2704         (mkinstalldirs): Remove.
2705         (.PHONY): Remove installdirs from list.
2706         ($(inst_infodir)/libc.info): Use make-target-directory.
2707         (installdirs): Remove.
2708         (subdir_%): Remove.
2709         (glibc-targets): Remove.
2710         (lib): Remove.
2711         (stubs): Remove.
2712         ($(objpfx)stubs ../po/manual.pot): Remove.
2713         ($(objpfx)stamp%): Remove.
2714         (make-target-directory): Remove.
2715         (subdir_install): Remove.
2716         (routines): Remove.
2717         (aux): Remove.
2718         (sources): Remove.
2719         (objects): Remove.
2720         (headers): Remove.
2721
2722         [BZ #13750]
2723         * manual/.gitignore: Remove, it's not needed anymore.
2724         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
2725         all files in it.
2726         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
2727         directory.
2728         (texis): Renamed to $(objpfx)texis.
2729         (texis-path): New, contains path to generated files.
2730         (chapters.%): Use texis-path for complete path, add extra argument
2731         libc-texinfo.sh.
2732         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
2733         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
2734         (summary,texi, stamp-summary): Use complete path of
2735         files. Generate files in build dir.
2736         (dir-add.texi): Build in build dir.
2737         (libm-err.texi,stamp-libm-err): Likewise.
2738         (version.texi, stamp-version): Likewise.
2739         (.%c.texi): Likewise.
2740         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
2741         (mostlyclean): Remove target.
2742         (realclean): Remove target.
2743         (generated): Add new variable with contents from mostlyclean and
2744         realclean, remove entries duplicated in common-mostlyclean, add
2745         stamp-libm-err and stamp-version.
2746         (generated-dirs): Add libc directory.
2747         ($(inst_infodir)/libc.info): Install files from build dir.
2748
2749         * manual/install.texi (Configuring and compiling): Adjust since
2750         the info files are not part of the tar ball anymore.
2751
2752 2012-05-14  Andreas Jaeger  <aj@suse.de>
2753
2754         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
2755         variable.
2756
2757 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
2758
2759         [BZ #13717]
2760         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
2761         to 2.2.0 where earlier.
2762         * sysdeps/unix/sysv/linux/configure: Regenerated.
2763         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
2764         Remove conditional code.
2765         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
2766         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
2767         Remove conditional code.
2768         [!__NR_lchown]: Likewise.
2769         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
2770         [__NR_lchown]: Likewise.
2771         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
2772         comment referencing __ASSUME_LCHOWN_SYSCALL.
2773         * sysdeps/unix/sysv/linux/i386/sigaction.c
2774         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
2775         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
2776         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
2777         Remove conditional code.
2778         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
2779         (__protocol_available): Remove #if 0 code.
2780         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
2781         conditional code.
2782         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
2783         * sysdeps/unix/sysv/linux/kernel-features.h
2784         (__ASSUME_GETCWD_SYSCALL): Don't define.
2785         (__ASSUME_REALTIME_SIGNALS): Likewise.
2786         (__ASSUME_PREAD_SYSCALL): Likewise.
2787         (__ASSUME_PWRITE_SYSCALL): Likewise.
2788         (__ASSUME_POLL_SYSCALL): Likewise.
2789         (__ASSUME_LCHOWN_SYSCALL): Likewise.
2790         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
2791         non-SPARC.
2792         (__ASSUME_SIOCGIFNAME): Don't define.
2793         (__ASSUME_MSG_NOSIGNAL): Likewise.
2794         (__ASSUME_SENDFILE): Define unconditionally.
2795         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
2796         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
2797         conditional code.
2798         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
2799         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
2800         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
2801         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
2802         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
2803         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
2804         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
2805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
2806         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
2807         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2808         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
2809         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
2810         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
2812         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
2813         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
2815         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
2816         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
2818         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
2819         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
2821         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
2822         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
2824         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
2825         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
2827         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
2828         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2829         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
2830         Remove conditional code.
2831         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2832         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
2833         Remove conditional code.
2834         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2835         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
2836         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
2837         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
2838         Remove conditional code.
2839         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2840         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
2841         Remove conditional code.
2842         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2843         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
2844         Remove conditional code.
2845         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2846         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
2847         Remove conditional code.
2848         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
2849         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
2850         Remove conditional code.
2851         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2852         * sysdeps/unix/sysv/linux/sh/pwrite64.c
2853         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
2854         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
2855         * sysdeps/unix/sysv/linux/sigaction.c
2856         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
2857         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
2858         * sysdeps/unix/sysv/linux/sigpending.c
2859         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
2860         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
2861         * sysdeps/unix/sysv/linux/sigprocmask.c
2862         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
2863         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
2864         * sysdeps/unix/sysv/linux/sigsuspend.c
2865         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
2866         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
2867         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
2868         (__libc_missing_rt_sigs): Remove.
2869         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
2870         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
2871         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
2872         Remove conditional code.
2873         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
2874         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
2875         return 1.
2876         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
2877         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
2878         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
2879         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
2880
2881 2012-05-14  Andreas Jaeger  <aj@suse.de>
2882
2883         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
2884         it's not used in glibc.
2885         (__coshm1): Likewise.
2886         (__acosh1p): Likewise.
2887         (__sgn): Likewise.
2888
2889         * manual/string.texi (Copying and Concatenation): Add missing
2890         variable in concat example.
2891         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
2892
2893 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2894
2895         [BZ #14103]
2896         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
2897         __builtin_clzl with __builtin_clzll.
2898
2899 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2900
2901         [BZ #14104]
2902         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
2903         libc_freeres_ptr.
2904
2905 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
2906
2907         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
2908         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
2909         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
2910         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
2911
2912 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
2913
2914         * NEWS: Update ia64 info.
2915
2916 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
2917
2918         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
2919         used as bcopy.
2920
2921 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
2922
2923         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
2924         * sysdeps/unix/syscalls.list (dup3): Likewise.
2925         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
2926         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
2927
2928 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
2929
2930         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
2931         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
2932
2933 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
2934
2935         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
2936         thread pointer.
2937         (TLS_IE): Use mov/add instead of movq/addq to load thread
2938         pointer.
2939         (TLS_GD_PREFIX): New.
2940         (TLS_GD): Use it.
2941
2942 2012-05-11  David S. Miller  <davem@davemloft.net>
2943
2944         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
2945         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
2946         (_FPU_SETCW): Likewise.
2947
2948 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
2949
2950         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
2951         is 32-byte aligned.
2952
2953 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
2954
2955         [BZ #11837]
2956         * iconvdata/gb18030.c: Update tables.
2957         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
2958         characters specially.
2959         (BODY for TO_LOOP): Add encoding of missing ranges.
2960
2961 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
2962
2963         [BZ #13673]
2964         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
2965         * sysdeps/mach/hurd/dup3.c: Likewise.
2966         * sysdeps/mach/hurd/readlinkat.c: Likewise.
2967         * sysdeps/powerpc/memmove.c:: Likewise.
2968
2969 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
2970
2971         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
2972         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
2973
2974 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
2975
2976         * elf/elf.h (R_X86_64_RELATIVE64): New.
2977         (R_X86_64_NUM): Updated.
2978         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
2979         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
2980         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
2981         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
2982         tst-quad1pie tst-quad2pie
2983         (modules-names): Add tst-quadmod1 tst-quadmod2.
2984         ($(objpfx)tst-quad1): New dependency.
2985         ($(objpfx)tst-quad2): Likewise.
2986         ($(objpfx)tst-quad1pie): Likewise.
2987         ($(objpfx)tst-quad2pie): Likewise.
2988         * sysdeps/x86_64/tst-quad1.c: New file.
2989         * sysdeps/x86_64/tst-quad1pie.c: New file.
2990         * sysdeps/x86_64/tst-quad2.c: Likewise.
2991         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
2992         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
2993         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
2994         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
2995         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
2996
2997 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2998
2999         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
3000         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
3001         * streams/stropts.h (t_scalar_t): Define type.
3002
3003         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
3004         (_PATH_PRESERVE): Set to "/var/lib".
3005         (_PATH_RWHODIR): Set to "/var/spool/rwho".
3006
3007         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
3008         instead of int.
3009
3010         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
3011         if __dir_mkfile succeeded.
3012
3013         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
3014         checking for _hurd_dtablesize.  Unlock it right after having
3015         finished _hurd_dtable allocation.
3016
3017 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
3018
3019         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
3020         * sysdeps/mach/hurd/configure: Regenerated.
3021         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
3022         special-casing to...
3023         * sysdeps/gnu/configure.in: ... this new file.
3024         * sysdeps/unix/sysv/linux/configure: Regenerated.
3025         * sysdeps/gnu/configure: New generated file.
3026
3027         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
3028         for Linux: use nsec instead of usec, as well as:
3029         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
3030         members of type struct timespec.
3031         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
3032         New macros.
3033         (struct stat64): Likewise.
3034         (_STATBUF_ST_NSEC): New macro.
3035         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
3036
3037         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
3038         __strtoul_internal rather than strtoul.
3039
3040 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
3041
3042         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
3043         and reject them.
3044
3045 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3046
3047         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
3048         which preserves existing values.
3049         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
3050
3051 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
3052
3053         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
3054         TIMEOUT values.  Return EINVAL for NFDS values either negative or
3055         greater than FD_SETSIZE.
3056
3057 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3058
3059         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
3060         allocated, call __vm_protect to finish enabling the existing space, and
3061         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
3062         allocate the remainder.
3063
3064 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
3065
3066         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
3067         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
3068
3069 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3070
3071         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
3072         sysdeps/mach/hurd/readlink.c.
3073
3074         * posix/tst-sysconf.c (posix_options): Only use
3075         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
3076         _POSIX_SYNCHRONIZED_IO when they are defined
3077         * sysdeps/mach/hurd/bits/posix_opt.h:
3078         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
3079         (_XOPEN_REALTIME): Undefine macro.
3080         (_XOPEN_REALTIME_THREADS): Undefine macro.
3081         (_XOPEN_SHM): Undefine macro.
3082         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
3083         macro to -1.
3084         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
3085         macro to -1.
3086         (_POSIX_ASYNC_IO): Undefine macro.
3087         (_POSIX_PRIORITIZED_IO): Undefine macro.
3088         (_POSIX_SPIN_LOCKS): Define macro to -1.
3089
3090         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
3091         SA_NODEFER, SA_RESETHAND.
3092         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
3093         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
3094         F_DUPFD_CLOEXEC.
3095
3096 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
3097
3098         * elf/Makefile (pldd-modules): Define unconditionally.
3099
3100 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
3101
3102         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
3103
3104 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3105
3106         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
3107         Return ENOENT when name is empty.
3108         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
3109
3110 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
3111
3112         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
3113
3114         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
3115
3116 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3117
3118         Fix mlock in all cases except non-readable pages.
3119         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
3120         instead of VM_PROT_ALL as parameter to __vm_wire function.
3121
3122         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
3123         (__mkdir): When path is `/', just fail with EEXIST.
3124         * sysdeps/mach/hurd/mkdirat.c: Likewise.
3125
3126 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
3127
3128         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
3129         <sys/uio.h> (for writev).
3130         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
3131         and <sys/param.h> (for MIN).
3132
3133 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
3134
3135         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
3136         REQUESTED_TIME.  Properly set the remaining time and return EINTR
3137         if interrupted.
3138
3139 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
3140
3141         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
3142         Depend on against $(link-rpcuserlibs).
3143
3144 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3145
3146         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
3147         (__libc_stack_end): Do not use attribute_relro.
3148         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
3149         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
3150         to libthread-provided value.
3151         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
3152         attribute_relro.
3153
3154 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
3155
3156         [BZ #3748]
3157         * bits/libc-lock.h (__libc_once_get): New macro.
3158         * sysdeps/mach/bits/libc-lock.h: Likewise.
3159         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
3160         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
3161         instead of using implementation details.
3162
3163         * libio/fileops.c: Unconditionally include <kernel-features.h>.
3164         * libio/freopen.c: Likewise.
3165         * libio/freopen64.c: Likewise.
3166         * misc/syslog.c: Likewise.
3167         * nscd/connections.c: Likewise.
3168         * nscd/netgroupcache.c: Likewise.
3169         * sysdeps/posix/getcwd.c: Likewise.
3170
3171 2012-05-10  Roland McGrath  <roland@hack.frob.com>
3172
3173         * math/w_ilogbf.c: Add #include <limits.h>.
3174
3175 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3176
3177         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
3178         path instead of returning without unlocking.
3179
3180         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
3181         immediate-write ioctls.
3182         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
3183
3184 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
3185
3186         * sysdeps/mach/hurd/i386/init-first.c (init): Use
3187         __builtin_frame_address instead of making assumptions about the
3188         location of the return address relative to DATA.  Force early load of
3189         the return address.
3190         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
3191         __builtin_frame_address.
3192
3193         dup3 for GNU Hurd.
3194         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
3195         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
3196         implement dup3 and do some further code clean-ups.
3197         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
3198         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
3199
3200 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3201
3202         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
3203
3204         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
3205         HURD_CRITICAL_END around holding _hurd_dtable_lock.
3206         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
3207         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
3208         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
3209         d->port.lock.
3210
3211         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
3212         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
3213         when handler == SIG_ERR, not when handler != SIG_ERR.
3214
3215 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
3216
3217         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
3218         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
3219         definitions.
3220
3221         accept4 for GNU Hurd.
3222         * include/sys/socket.h (__libc_accept4): New prototype.
3223         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
3224         to implement __libc_accept4.
3225         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
3226         __libc_accept4.
3227         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
3228
3229         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
3230         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
3231         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
3232         signal-defines.sym.
3233
3234 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3235
3236         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
3237
3238 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
3239
3240         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
3241         assertion on O_CLOEXEC flag.
3242         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
3243         * hurd/intern-fd.c: Likewise.
3244         * hurd/port2fd.c: Likewise.
3245
3246 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3247
3248         [BZ #3906]
3249         * bits/in.h (IPV6_PKTINFO): Define new macro.
3250         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
3251
3252 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3253
3254         [BZ #13954]
3255         [BZ #13955]
3256         [BZ #13956]
3257         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
3258         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
3259         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
3260         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
3261         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
3262         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
3263         * math/libm-test.inc (logb_test) : Additional logb tests.
3264
3265 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
3266             Andreas Jaeger  <aj@suse.de>
3267
3268         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
3269         * configure: Regenerated.
3270         * config.h.in (LINK_OBSOLETE_RPC): New macro.
3271         * config.make.in (link-obsolete-rpc): New substituted variable.
3272         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
3273         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
3274         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
3275         (shared-only-routines): Don't set it under [link-obsolete-rpc],
3276         so that libc.a contains the symbols.
3277         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
3278         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
3279         * sunrpc/auth_none.c: Likewise.
3280         * sunrpc/auth_unix.c: Likewise.
3281         * sunrpc/authdes_prot.c: Likewise.
3282         * sunrpc/authuxprot.c: Likewise.
3283         * sunrpc/clnt_gen.c: Likewise.
3284         * sunrpc/clnt_perr.c: Likewise.
3285         * sunrpc/clnt_raw.c: Likewise.
3286         * sunrpc/clnt_simp.c: Likewise.
3287         * sunrpc/clnt_tcp.c: Likewise.
3288         * sunrpc/clnt_udp.c: Likewise.
3289         * sunrpc/clnt_unix.c: Likewise.
3290         * sunrpc/des_crypt.c: Likewise.
3291         * sunrpc/des_soft.c: Likewise.
3292         * sunrpc/get_myaddr.c: Likewise.
3293         * sunrpc/key_call.c: Likewise.
3294         * sunrpc/key_prot.c: Likewise.
3295         * sunrpc/netname.c: Likewise.
3296         * sunrpc/pm_getmaps.c: Likewise.
3297         * sunrpc/pm_getport.c: Likewise.
3298         * sunrpc/pmap_clnt.c: Likewise.
3299         * sunrpc/pmap_prot.c: Likewise.
3300         * sunrpc/pmap_prot2.c: Likewise.
3301         * sunrpc/pmap_rmt.c: Likewise.
3302         * sunrpc/publickey.c: Likewise.
3303         * sunrpc/rpc_cmsg.c: Likewise.
3304         * sunrpc/rpc_common.c: Likewise.
3305         * sunrpc/rpc_dtable.c: Likewise.
3306         * sunrpc/rpc_prot.c: Likewise.
3307         * sunrpc/rpc_thread.c: Likewise.
3308         * sunrpc/rtime.c: Likewise.
3309         * sunrpc/svc.c: Likewise.
3310         * sunrpc/svc_auth.c: Likewise.
3311         * sunrpc/svc_raw.c: Likewise.
3312         * sunrpc/svc_run.c: Likewise.
3313         * sunrpc/svc_tcp.c: Likewise.
3314         * sunrpc/svc_udp.c: Likewise.
3315         * sunrpc/svc_unix.c: Likewise.
3316         * sunrpc/svcauth_des.c: Likewise.
3317         * sunrpc/xcrypt.c: Likewise.
3318         * sunrpc/xdr.c: Likewise.
3319         * sunrpc/xdr_array.c: Likewise.
3320         * sunrpc/xdr_float.c: Likewise.
3321         * sunrpc/xdr_intXX_t.c: Likewise.
3322         * sunrpc/xdr_mem.c: Likewise.
3323         * sunrpc/xdr_rec.c: Likewise.
3324         * sunrpc/xdr_ref.c: Likewise.
3325         * sunrpc/xdr_sizeof.c: Likewise.
3326         * sunrpc/xdr_stdio.c: Likewise.
3327
3328 2012-05-10  Roland McGrath  <roland@hack.frob.com>
3329
3330         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
3331         change.  Update copyright years.
3332
3333 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
3334
3335         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
3336
3337 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
3338             Joseph Myers  <joseph@codesourcery.com>
3339             Paul Pluzhnikov  <ppluzhnikov@google.com>
3340
3341         [BZ #14012]
3342         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
3343         requiring rpcgen.
3344         [cross-compiling] (extra-libs): Likewise.
3345         [cross-compiling] (extra-libs-others): Likewise.
3346         [cross-compiling] (librpcsvc-routines): Likewise.
3347         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
3348         [cross-compiling] (omit-deps): Likewise.
3349         (sunrpc-CPPFLAGS): New variable.
3350         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
3351         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
3352         (cross-rpcgen-objs): New variable.
3353         (extra-objs): Append $(cross-rpcgen-objs).
3354         ($(cross-rpcgen-objs)): New rule.
3355         ($(objpfx)cross-rpcgen): Likewise.
3356         (rpcgen-cmd): Define to use $(built-program-file).  Expand
3357         comment.
3358         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
3359         ($(objpfx)x%.stmp): Likewise.
3360         * sunrpc/proto.h [IS_IN_build] (_): Define.
3361         [IS_IN_build] (_libc_intl_domainname): Likewise.
3362
3363 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
3364
3365         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
3366         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
3367         and R_X86_64_TPOFF64.
3368
3369 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
3370
3371         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
3372         sysdeps/unix/sysv/syscalls.list.
3373         (stime): Likewise.
3374         (utime): Likewise.
3375         * sysdeps/unix/sysv/syscalls.list: Remove file.
3376
3377 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
3378
3379         [BZ #3440]
3380         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
3381         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
3382         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
3383         (__LC_IDENTIFICATION): Make these macros useful in #if
3384         expressions, as required by C99.
3385
3386 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
3387
3388         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
3389         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
3390         after this.
3391
3392 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
3393
3394         * stdlib/longlong.h: Updated from GCC.
3395
3396 2012-05-09  Andreas Jaeger  <aj@suse.de>
3397
3398         * nscd/nscd.c (run_modes): Make named enum, reorder so that
3399         default is first entry.
3400         (run_mode): Set type.
3401         (main): Remove informal message about syslog.
3402         (options): Fix typo.
3403
3404         [BZ #14053]
3405         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
3406         to asm.
3407         (lrint): Likewise.
3408         (llrintf): Likewise.
3409         (llrint): Likewise.
3410         (rint): Likewise.
3411         (rintf): Likewise.
3412         (nearbyint): Likewise.
3413         (nearbyintf): Likewise.
3414
3415 2012-05-09  Andreas Jaeger  <aj@suse.de>
3416             Pedro Alves  <palves@redhat.com>
3417
3418         * nscd/nscd.c (run_mode): Use enum.
3419         (main): Cleanup coding style issue.
3420
3421 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
3422             Andreas Jaeger  <aj@suse.de>
3423
3424         * nscd/nscd.c (go_background): Replaced with...
3425         (run_mode): ... this.
3426         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
3427         (options): Add -F --foreground.
3428         (main): Implement it.
3429         (parse_opt): Parse it.
3430
3431 2012-05-09  Andreas Jaeger  <aj@suse.de>
3432
3433         [BZ #14083]
3434         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
3435         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
3436         -Wconversion warning.
3437         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
3438         Likewise.
3439
3440 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
3441
3442         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
3443         == 0.
3444         (LC_ALL): Use macro-int-constant.
3445         (LC_COLLATE): Likewise.
3446         (LC_CTYPE): Likewise.
3447         (LC_MESSAGES): Likewise.
3448         (LC_MONETARY): Likewise.
3449         (LC_NUMERIC): Likewise.
3450         (LC_TIME): Likewise.
3451         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
3452         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
3453         [ISO || ISO99 || ISO11] (*_t): Do not allow.
3454         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
3455         Specify type.
3456         [C99-based standards] (float_t): Expect type.
3457         [C99-based standards] (double_t): Expect type.
3458         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
3459         type.
3460         [C99-based standards] (HUGE_VALL): Likewise.
3461         [C99-based standards] (INFINITY): Likewise.
3462         [C99-based standards] (NAN): Likewise.
3463         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
3464         [C99-based standards] (FP_NAN): Likewise.
3465         [C99-based standards] (FP_NORMAL): Likewise.
3466         [C99-based standards] (FP_SUBNORMAL): Likewise.
3467         [C99-based standards] (FP_ZERO): Likewise.
3468         [C99-based standards] (FP_FAST_FMA): Use
3469         optional-macro-int-constant.  Specify type.  Require == 1.
3470         [C99-based standards] (FP_FAST_FMAF): Likewise.
3471         [C99-based standards] (FP_FAST_FMAL): Likewise.
3472         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
3473         [C99-based standards] (FP_ILOGBNAN): Likewise.
3474         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
3475         Specify type.
3476         [C99-based standards] (MATH_ERREXCEPT): Likewise.
3477         [C99-based standards] (math_errhandling): Specify type.
3478         [ISO99 || ISO11] (signgam): Do not allow.
3479         [non-C99-based standards] (copysignf): Do not allow.
3480         [non-C99-based standards] (exp2f): Likewise.
3481         [non-C99-based standards] (log2f): Likewise.
3482         [non-C99-based standards] (modff): Allow.
3483         [non-C99-based standards] (erff): Do not allow.
3484         [non-C99-based standards] (erfcf): Likewise.
3485         [non-C99-based standards] (gammaf): Likewise.
3486         [non-C99-based standards] (hypotf): Likewise.
3487         [non-C99-based standards] (j0f): Likewise.
3488         [non-C99-based standards] (j1f): Likewise.
3489         [non-C99-based standards] (jnf): Likewise.
3490         [non-C99-based standards] (lgammaf): Likewise.
3491         [non-C99-based standards] (tgammaf): Likewise.
3492         [non-C99-based standards] (y0f): Likewise.
3493         [non-C99-based standards] (y1f): Likewise.
3494         [non-C99-based standards] (ynf): Likewise.
3495         [non-C99-based standards] (isnanf): Likewise.
3496         [non-C99-based standards] (acoshf): Likewise.
3497         [non-C99-based standards] (asinhf): Likewise.
3498         [non-C99-based standards] (atanhf): Likewise.
3499         [non-C99-based standards] (cbrtf): Likewise.
3500         [non-C99-based standards] (expm1f): Likewise.
3501         [non-C99-based standards] (ilogbf): Likewise.
3502         [non-C99-based standards] (log1pf): Likewise.
3503         [non-C99-based standards] (logbf): Likewise.
3504         [non-C99-based standards] (nextafterf): Likewise.
3505         [non-C99-based standards] (remainderf): Likewise.
3506         [non-C99-based standards] (rintf): Likewise.
3507         [non-C99-based standards] (scalbf): Likewise.
3508         [non-C99-based standards] (copysignl): Likewise.
3509         [non-C99-based standards] (exp2l): Likewise.
3510         [non-C99-based standards] (log2l): Likewise.
3511         [non-C99-based standards] (modfl): Allow.
3512         [non-C99-based standards] (erfl): Do not allow.
3513         [non-C99-based standards] (erfcl): Likewise.
3514         [non-C99-based standards] (gammal): Likewise.
3515         [non-C99-based standards] (hypotl): Likewise.
3516         [non-C99-based standards] (j0l): Likewise.
3517         [non-C99-based standards] (j1l): Likewise.
3518         [non-C99-based standards] (jnl): Likewise.
3519         [non-C99-based standards] (lgammal): Likewise.
3520         [non-C99-based standards] (tgammal): Likewise.
3521         [non-C99-based standards] (y0l): Likewise.
3522         [non-C99-based standards] (y1l): Likewise.
3523         [non-C99-based standards] (ynl): Likewise.
3524         [non-C99-based standards] (isnanl): Likewise.
3525         [non-C99-based standards] (acoshl): Likewise.
3526         [non-C99-based standards] (asinhl): Likewise.
3527         [non-C99-based standards] (atanhl): Likewise.
3528         [non-C99-based standards] (cbrtl): Likewise.
3529         [non-C99-based standards] (expm1l): Likewise.
3530         [non-C99-based standards] (ilogbl): Likewise.
3531         [non-C99-based standards] (log1pl): Likewise.
3532         [non-C99-based standards] (logbl): Likewise.
3533         [non-C99-based standards] (nextafterl): Likewise.
3534         [non-C99-based standards] (remainderl): Likewise.
3535         [non-C99-based standards] (rintl): Likewise.
3536         [non-C99-based standards] (scalbl): Likewise.
3537         [ISO || ISO99 || ISO11] (*_t): Do not allow.
3538         [non-C99-based standards] (FP_*): Do not allow.
3539         [C99-based standards] (FP_*): Change to
3540         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
3541         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
3542         allow.
3543         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
3544         (SIG_ERR): Likewise.
3545         [X/Open-based standards] (SIG_HOLD): Likewise.
3546         (SIG_IGN): Likewise.
3547         (SIGABRT): Use macro-int-constant.  Specify type.  Require
3548         positive value.
3549         (SIGFPE): Likewise.
3550         (SIGILL): Likewise.
3551         (SIGINT): Likewise.
3552         (SIGSEGV): Likewise.
3553         (SIGTER): Likewise.
3554         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
3555         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
3556         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
3557         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
3558         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
3559         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
3560         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
3561         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
3562         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
3563         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
3564         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
3565         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
3566         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
3567         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
3568         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
3569         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
3570         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
3571         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
3572         [X/Open-based standards] (SIGTRAP): Likewise.
3573         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
3574         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
3575         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
3576         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
3577         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
3578         allow.
3579
3580 2012-05-08  Ian Wienand  <ianw@vmware.com>
3581
3582         [BZ #14080]
3583         * time/tzset.c (__tzset_parse_tz): Update default rules for
3584         daylight time changes in the Energy Policy Act of 2005.
3585
3586 2012-05-09  Andreas Jaeger  <aj@suse.de>
3587
3588         [BZ #13983]
3589         * elf/ldconfig.c (parse_conf): Change string to make clear that
3590         ldconfig only issued a warning if ld.so.conf does not exist.
3591
3592 2012-05-08  David S. Miller  <davem@davemloft.net>
3593
3594         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
3595         movxtod instead of popping the value on the stack.
3596
3597         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3598
3599 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
3600
3601         * config.h.in: Add HAVE_ARM_PCS_VFP.
3602
3603 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
3604
3605         [BZ #13979]
3606         * include/features.h: Warn if user requests __FORTIFY_SOURCE
3607         checking but the checks are disabled for any reason.
3608
3609 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
3610
3611         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
3612         and ELF64_R_TYPE with ELFW(R_TYPE).
3613
3614 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
3615
3616         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
3617         (ulimit): Likewise.
3618
3619         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
3620         (settimeofday): Likewise.
3621
3622 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
3623
3624         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
3625         a struct th_u2 inside the union, and move tu_block/tu_code into
3626         a new th_u3 union of tu_block/tu_code inside of that.  Move
3627         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
3628         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
3629         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
3630         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
3631         (th_stuff): Change to th_u1.tu_stuff.
3632         (th_data): Define.
3633         (th_msg): Change to th_u1.th_u2.tu_data.
3634
3635 2012-05-07  David S. Miller  <davem@davemloft.net>
3636
3637         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3638
3639         [BZ #14074]
3640         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
3641         (SETUP_PIC_REG): Use it.
3642         (SETUP_PIC_REG_LEAF): Use it.
3643
3644 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
3645
3646         [BZ #13885]
3647         [BZ #13923]
3648         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
3649         USE_AS_EXPM1L.
3650         (EXPL_FINITE): Likewise.
3651         (FLDLOG): Likewise.
3652         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
3653         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
3654         e_expl.S.
3655         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
3656         USE_AS_EXPM1L.
3657         (EXPL_FINITE): Likewise.
3658         (FLDLOG): Likewise.
3659         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
3660         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
3661         e_expl.S.
3662         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
3663         test of -max_value argument for long double.
3664         * sysdeps/i386/fpu/libm-test-ulps: Update.
3665         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3666
3667 2012-05-06  David S. Miller  <davem@davemloft.net>
3668
3669         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
3670         quad soft-float symbols whose references which are compiler
3671         generated.
3672         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
3673
3674 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
3675
3676         [BZ #13884]
3677         [BZ #13914]
3678         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
3679         USE_AS_EXP10L.
3680         (EXPL_FINITE): Likewise.
3681         (FLDLOG): Likewise.
3682         (c0): Likewise.
3683         (c1): Likewise.
3684         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
3685         Adjust comments for base varying.
3686         (__expl_finite): Change alias to EXPL_FINITE.
3687         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
3688         e_expl.S.
3689         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
3690         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
3691         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
3692         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
3693         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
3694         USE_AS_EXP10L.
3695         (EXPL_FINITE): Likewise.
3696         (FLDLOG): Likewise.
3697         (c0): Likewise.
3698         (c1): Likewise.
3699         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
3700         Adjust comments for base varying.
3701         (__expl_finite): Change alias to EXPL_FINITE.
3702         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
3703         tests for bugs.
3704         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3705
3706         [BZ #14064]
3707         * math/libm-test.inc (check_float_internal): Correct ulp
3708         calculation for subnormal expected results.
3709
3710 2012-05-06  Andreas Jaeger  <aj@suse.de>
3711
3712         * Makeconfig (+math-flags): New, set to -frounding-math.
3713         (+cflags): Add +math-flags so that all of glibc gets compiled with
3714         it.
3715
3716         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
3717
3718 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
3719
3720         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
3721         Disable one test.
3722
3723         [BZ #13787]
3724         [BZ #13922]
3725         [BZ #14036]
3726         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
3727         (__ieee754_expl): Allow for and saturate large arguments.
3728         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
3729         (u_threshold): Likewise.
3730         (__exp): Call __ieee754_exp before checking for overflow and
3731         underflow.
3732         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
3733         (u_threshold): Likewise.
3734         (__expf): Call __ieee754_expf before checking for overflow and
3735         underflow.
3736         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
3737         (u_threshold): Likewise.
3738         (__expl): Call __ieee754_expl before checking for overflow and
3739         underflow.
3740         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
3741         (__ieee754_expl): Allow for and saturate large arguments.
3742         * math/libm-test.inc (exp_test): Add another test.  Do not allow
3743         missing overflow exception on overflow.
3744         (expm1_test): Do not allow missing overflow exception on overflow.
3745
3746         * sysdeps/i386/fpu/e_expl.c: Move to ...
3747         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
3748         rather than using inline asm.
3749         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
3750         * sysdeps/x86_64/fpu/e_expl.S: Copy from
3751         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
3752
3753         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
3754         (nice): Likewise.
3755         (poll): Likewise.
3756         (signal): Likewise.
3757         (time): Likewise.
3758         (times): Likewise.
3759
3760 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
3761
3762         * sysdeps/unix/syscalls.list (adjtime): Add entry from
3763         sysdeps/unix/common/syscalls.list.
3764         (fchmod): Likewise.
3765         (fchown): Likewise.
3766         (ftruncate): Likewise.
3767         (getrusage): Likewise.
3768         (gettimeofday): Likewise.
3769         (setpgid): Likewise.
3770         (setregid): Likewise.
3771         (setreuid): Likewise.
3772         (sigaction): Likewise.
3773         (truncate): Likewise.
3774         (vhangup): Likewise.
3775         * sysdeps/unix/common/syscalls.list: Remove file.
3776         * sysdeps/unix/bsd/Implies: Don't include unix/common.
3777         * sysdeps/unix/sysv/linux/Implies: Likewise.
3778
3779 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
3780
3781         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
3782         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
3783         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
3784         Moved to ...
3785         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
3786         Here.
3787         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
3788         to ...
3789         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
3790         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
3791         to ...
3792         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
3793         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
3794         to ...
3795         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
3796         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
3797         to ...
3798         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
3799         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
3800         to ...
3801         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
3802         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
3803         to ...
3804         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
3805         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
3806         to ...
3807         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
3808         Here.
3809         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
3810         to ...
3811         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
3812         Here.
3813         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
3814         to ...
3815         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
3816         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
3817         Moved to ...
3818         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
3819         Here.
3820         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
3821         to ...
3822         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
3823
3824 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
3825
3826         * sysdeps/unix/common/bits/dirent.h: Remove file.
3827         * sysdeps/unix/common/bits/fcntl.h: Likewise.
3828
3829         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
3830         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
3831         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
3832         * sysdeps/unix/bsd/isatty.c: Likewise.
3833         * sysdeps/unix/bsd/tcdrain.c: Likewise.
3834         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
3835         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
3836
3837 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3838
3839         [BZ #13563]
3840         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
3841         long double comparison inaccuracies.
3842         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
3843         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3844
3845 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
3846
3847         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
3848         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
3849
3850 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
3851
3852         [BZ #14049]
3853         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
3854         nonzero digits before rounding a hex value.
3855         * stdlib/tst-strtod.c (tests): Add another test.
3856
3857 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3858
3859         * sysdeps/s390/fpu/libm-test-ulps: Update.
3860
3861 2012-05-03  Andreas Jaeger  <aj@suse.de>
3862
3863         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
3864         does not get optimized out.
3865         (malloc_opt_barrier): New.
3866
3867 2012-05-03  Andreas Jaeger  <aj@suse.de>
3868             Roland McGrath  <roland@hack.frob.com>
3869
3870         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
3871         intermediate file deletion.
3872         (generated): Add .symlist files.
3873
3874 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
3875
3876         [BZ #13775]
3877         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
3878         Redirect under this condition.
3879         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
3880         [__USE_GNU] (__dprintf_chk): Not under this condition.
3881         [__USE_GNU] (__vdprintf_chk): Likewise.
3882         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
3883         under this condition.
3884         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
3885         [__USE_XOPEN2K8] (dprintf): Define under this condition.
3886         [__USE_XOPEN2K8] (vdprintf): Likewise.
3887         [__USE_GNU] (__dprintf_chk): Not under this condition.
3888         [__USE_GNU] (__vdprintf_chk): Likewise.
3889         [__USE_GNU] (dprintf): Likewise.
3890         [__USE_GNU] (vdprintf): Likewise.
3891
3892 2012-05-03  Roland McGrath  <roland@hack.frob.com>
3893
3894         * elf/Makefile (common-generated): Set this instead of generated for
3895         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
3896         $(all-built-dso)-derived lists.
3897
3898 2012-05-03  Andreas Jaeger  <aj@suse.de>
3899
3900         * sysdeps/i386/fpu/libm-test-ulps: Update.
3901
3902         * FAQ: Removed.
3903         * FAQ.in: Likewise.
3904         * scripts/gen-FAQ.pl: Likewise.
3905         * manual/install.texi (Installation): Point to online location of
3906         FAQ.
3907         * Makefile (files-for-dist): Remove FAQ.
3908         (FAQ): Remove.
3909
3910 2012-05-02  Allan McRae  <allan@archlinux.org>
3911
3912         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
3913         (LDFLAGS-reldepmod5.so): Likewise.
3914         (LDFLAGS-reldep6mod1.so): Likewise.
3915         (LDFLAGS-reldep6mod4.so): Likewise.
3916         (LDFLAGS-reldep8mod3.so): Likewise.
3917         (LDFLAGS-unload4mod1.so): Likewise.
3918         (LDFLAGS-unload4mod2.so): Likewise.
3919         (LDFLAGS-tst-initorder): Likewise.
3920         (LDFLAGS-tst-initordera2.so): Likewise.
3921         (LDFLAGS-tst-initordera3.so): Likewise.
3922         (LDFLAGS-tst-initordera4.so): Likewise.
3923         (LDFLAGS-tst-initorderb2.so): Likewise.
3924         (LDFLAGS-noload): Likewise.
3925         (LDFLAGS-next): Likewise.
3926         (LDFLAGS-order2mod1.so): Likewise.
3927         (LDFLAGS-order2mod2.so): Likewise.
3928         (LDFLAGS-tst-initorder2): Likewise.
3929         (LDFLAGS-tst-initorder2a.so): Likewise.
3930         (LDFLAGS-tst-initorder2b.so): Likewise.
3931         (LDFLAGS-tst-initorder2c.so): Likewise.
3932         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
3933
3934 2012-05-02  David S. Miller  <davem@davemloft.net>
3935
3936         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3937
3938 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
3939
3940         [BZ #14055]
3941         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
3942
3943 2012-05-02  Andreas Jaeger  <aj@suse.de>
3944
3945         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
3946         since we manipulate rounding mode.
3947         (CPPFLAGS-test-idouble.c): Likewise.
3948         (CPPFLAGS-test-ifloat.c): Likewise.
3949         (CFLAGS-test-ldouble.c): Likewise.
3950         (CFLAGS-test-double.c): Likewise.
3951         (CFLAGS-test-float.c): Likewise.
3952         (CFLAGS-test-misc.c): Likewise.
3953         (CFLAGS-test-test-fenv.c): Likewise.
3954
3955 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3956
3957         [BZ #2550]
3958         [BZ #2570]
3959         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
3960         comparisons to determine direction to adjust input.
3961
3962 2012-05-01  Roland McGrath  <roland@hack.frob.com>
3963
3964         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
3965         output to the target.
3966
3967         * scripts/localplt.awk: New file.
3968         * elf/Makefile ($(objpfx)check-localplt): Target removed.
3969         (check-localplt-CFLAGS): Variable removed.
3970         ($(all-built-dso:=.jmprel)): New static pattern rule.
3971         (generated): Add those targets.
3972         (localplt-built-dso): New variable.
3973         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
3974
3975         * elf/check-localplt.c: File removed.
3976
3977         * scripts/check-execstack.awk: New file.
3978         * elf/Makefile ($(objpfx)check-execstack): Target removed.
3979         (check-execstack-CFLAGS): Variable removed.
3980         ($(objpfx)check-execstack.h): Target removed.
3981         ($(objpfx)execstack-default): New target.
3982         (generated): Add that instead of check-execstack.h.
3983         ($(all-built-dso:=.phdr)): New static pattern rule.
3984         (generated): Add those targets.
3985         * elf/check-execstack.c: File removed.
3986
3987         * scripts/check-textrel.awk: New file.
3988         * elf/Makefile ($(objpfx)check-textrel): Target removed.
3989         (check-textrel-CFLAGS): Variable removed.
3990         (all-built-dso): Use := to define.o
3991         ($(all-built-dso:=.dyn)): New static pattern rule.
3992         (generated): Add those targets.
3993         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
3994         * config.make.in (READELF): New substituted variable.
3995         * elf/check-textrel.c: File removed.
3996
3997 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
3998
3999         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
4000         allow.
4001         * conform/data/ctype.h-data [C99-based standards] (isblank):
4002         Expect function.
4003         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
4004         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
4005         [ISO || ISO99 || ISO11] (*_t): Do not allow.
4006         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
4007         Specify type.  Require positive value.
4008         (EILSEQ): Likewise.
4009         (ERANGE): Likewise.
4010         [ISO || POSIX] (EILSEQ): Do not expect.
4011         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
4012         Specify type.  Require positive value.
4013         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
4014         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
4015         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
4016         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
4017         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
4018         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
4019         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
4020         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
4021         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
4022         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
4023         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
4024         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
4025         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
4026         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
4027         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
4028         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
4029         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
4030         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
4031         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
4032         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
4033         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
4034         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
4035         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
4036         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
4037         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
4038         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
4039         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
4040         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
4041         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
4042         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
4043         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
4044         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
4045         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
4046         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
4047         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
4048         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
4049         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
4050         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
4051         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
4052         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
4053         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
4054         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
4055         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
4056         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
4057         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
4058         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
4059         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
4060         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
4061         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
4062         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
4063         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
4064         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
4065         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
4066         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
4067         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
4068         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
4069         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
4070         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
4071         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
4072         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
4073         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
4074         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
4075         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
4076         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
4077         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
4078         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
4079         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
4080         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
4081         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
4082         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
4083         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
4084         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
4085         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
4086         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
4087         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
4088         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
4089         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
4090         Require >= 2.
4091         (FLT_ROUNDS): Expect as macro, not constant.
4092         (FLT_MANT_DIG): Use macro-int-constant.
4093         (DBL_MANT_DIG): Likewise.
4094         (LDBL_MANT_DIG): Likewise.
4095         (FLT_DIG): Likewise.
4096         (DBL_DIG): Likewise.
4097         (LDBL_DIG): Likewise.
4098         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
4099         (DBL_MIN_EXP): Likewise.
4100         (LDBL_MIN_EXP): Likewise.
4101         (FLT_MAX_EXP): Use macro-int-constant.
4102         (DBL_MAX_EXP): Likewise.
4103         (LDBL_MAX_EXP): Likewise.
4104         (FLT_MAX_10_EXP): Likewise.
4105         (DBL_MAX_10_EXP): Likewise.
4106         (LDBL_MAX_10_EXP): Likewise.
4107         (FLT_MAX): Use macro-constant.
4108         (DBL_MAX): Likewise.
4109         (LDBL_MAX): Likewise.
4110         (FLT_EPSILON): Use macro-constant.  Give upper bound.
4111         (DBL_EPSILON): Likewise.
4112         (LDBL_EPSILON): Likewise.
4113         (FLT_MIN): Likewise.
4114         (DBL_MIN): Likewise.
4115         (LDBL_MIN): Likewise.
4116         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
4117         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
4118         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
4119         [ISO11] (FLT_HAS_SUBNORM): Likewise.
4120         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
4121         [ISO11] (DBL_DECIMAL_DIG): Likewise.
4122         [ISO11] (FLT_DECIMAL_DIG): Likewise.
4123         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
4124         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
4125         [ISO11] (FLT_TRUE_MIN): Likewise.
4126         [ISO11] (LDBL_TRUE_MIN): Likewise.
4127         [ISO || ISO99 || ISO11] (*_t): Do not allow.
4128         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
4129         (SCHAR_MIN): Use macro-int-constant.  Specify type.
4130         (SCHAR_MAX): Likewise.
4131         (UCHAR_MAX): Likewise.
4132         (CHAR_MIN): Likewise.
4133         (CHAR_MAX): Likewise.
4134         (MB_LEN_MAX): Use macro-int-constant.
4135         (SHRT_MIN): Use macro-int-constant.  Specify type.
4136         (SHRT_MAX): Likewise.
4137         (USHRT_MAX): Likewise.
4138         (INT_MAX): Likewise.
4139         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
4140         bound negative.
4141         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
4142         bound with "U".
4143         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
4144         bound with "L".
4145         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
4146         bound negative.  Suffix upper bound with "L".
4147         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
4148         bound with "UL".
4149         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
4150         Specify type.
4151         [C99-based standards] (LLONG_MAX): Likewise.
4152         [C99-based standards] (ULLONG_MAX): Likewise.
4153         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
4154         == 0.
4155         [ISO11] (max_align_t): Require type.
4156         [ISO || ISO99 || ISO11] (*_t): Do not allow.
4157
4158         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
4159         from $CFLAGS, without defining away __attribute__ calls.
4160         (checknamespace): Use $CFLAGS_namespace.
4161
4162         * conform/conformtest.pl (@keywords): Only include C99 keywords
4163         for standards based on C99 or C11.
4164
4165         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
4166         Disable tests.
4167         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
4168         UNIX98]: Likewise.
4169
4170         * conform/conformtest.pl: Handle "macro-int-constant" and test for
4171         usability of symbols in #if.
4172
4173         * conform/conformtest.pl: If macro or constant types start
4174         "promoted:", expect the symbol to be of the following type
4175         promoted by the integer promotions.
4176
4177         * conform/conformtest.pl: Parse all "constant" and "macro" lines
4178         in one place.  Also handle "macro-constant".
4179
4180         * conform/conformtest.pl: Only accept expected macro values with
4181         "==".  Parse all "macro" lines in one place.
4182         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
4183
4184         * conform/conformtest.pl: Handle braced types on "constant" lines
4185         instead of handling "typed-constant".
4186         * conform/data/signal.h-data: Use "constant" instead of
4187         "typed-constant".
4188
4189         * conform/conformtest.pl: Handle "optional-" at start of lines in
4190         one place rather than duplicating several cases.  Handle each
4191         format of "macro" line with initial "optional-".
4192
4193         * conform/conformtest.pl: Only accept expected constant or
4194         optional-constant values with "==".  Parse all "constant" lines in
4195         one place.  Parse all "optional-constant" lines in one place.
4196         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
4197         * conform/data/fmtmsg.h-data: Likewise.
4198         * conform/data/netinet/in.h-data: Likewise.
4199         * conform/data/tar.h-data: Likewise.
4200         * conform/data/limits.h-data: Use "==" form on "constant" and
4201         "optional-constant" lines.
4202
4203         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
4204         Use -std=c99 for XOPEN2K.
4205         (@knownproblems): Remove.
4206         (newtoken): Don't check %isknown.
4207
4208         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
4209         Do not expect macro.
4210         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
4211         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
4212         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
4213         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
4214         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
4215         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
4216         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
4217         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
4218         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
4219         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
4220         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
4221         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
4222         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
4223         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
4224         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
4225         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
4226         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
4227         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
4228         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
4229         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
4230         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
4231         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
4232         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
4233         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
4234         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
4235         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
4236         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
4237         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
4238         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
4239         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
4240         [XPG3] (acosh): Likewise.
4241         [XPG3] (asinh): Likewise.
4242         [XPG3] (atanh): Likewise.
4243         [XPG3] (cbrt): Likewise.
4244         [XPG3] (expm1): Likewise.
4245         [XPG3] (ilogb): Likewise.
4246         [XPG3] (log1p): Likewise.
4247         [XPG3] (logb): Likewise.
4248         [XPG3] (nextafter): Likewise.
4249         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
4250         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
4251         [XPG3] (remainder): Likewise.
4252         [XPG3] (rint): Likewise.
4253         [XPG3 || XPG4 || UNIX98] (round): Likewise.
4254         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
4255         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
4256         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
4257         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
4258         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
4259         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
4260         [UNIX98 || XOPEN2K] (scalb): Expect.
4261         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
4262         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
4263         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
4264         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
4265         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
4266         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
4267         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
4268         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
4269         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
4270         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
4271         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
4272         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
4273         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
4274         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
4275         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
4276         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
4277         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
4278         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
4279         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
4280         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
4281         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
4282         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
4283         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
4284         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
4285         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
4286         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
4287         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
4288         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
4289         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
4290         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
4291         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
4292         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
4293         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
4294         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
4295         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
4296         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
4297         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
4298         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
4299         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
4300         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
4301         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
4302         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
4303         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
4304         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
4305         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
4306         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
4307         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
4308         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
4309         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
4310         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
4311         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
4312         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
4313         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
4314         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
4315         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
4316         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
4317         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
4318         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
4319         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
4320         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
4321         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
4322         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
4323         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
4324         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
4325         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
4326         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
4327         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
4328         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
4329         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
4330         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
4331         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
4332         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
4333         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
4334         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
4335         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
4336         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
4337         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
4338         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
4339         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
4340         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
4341         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
4342         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
4343         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
4344         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
4345         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
4346         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
4347         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
4348         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
4349         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
4350         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
4351         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
4352         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
4353         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
4354         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
4355         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
4356         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
4357         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
4358         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
4359         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
4360         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
4361         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
4362         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
4363         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
4364         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
4365         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
4366         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
4367         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
4368         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
4369         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
4370         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
4371         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
4372         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
4373         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
4374         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
4375         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
4376         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
4377         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
4378         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
4379         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
4380         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
4381         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
4382         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
4383         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
4384         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
4385         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
4386         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
4387         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
4388         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
4389         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
4390         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
4391         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
4392         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
4393         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
4394         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
4395         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
4396         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
4397         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
4398
4399         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
4400         _XOPEN_SOURCE_EXTENDED for XPG4.
4401
4402         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
4403
4404         * Makeconfig (localtime): Remove variable.
4405         (inst_localtime-file): Likewise.
4406
4407 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
4408
4409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
4410         Update.
4411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
4412         Update.
4413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
4414         Update.
4415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
4416         Update.
4417         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
4418         Update.
4419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
4420         Update.
4421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
4422         Update.
4423         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
4424         Update.
4425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4426         Update.
4427
4428 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
4429
4430         [BZ #2550]
4431         [BZ #2570]
4432         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
4433         comparisons to determine direction to adjust input.
4434         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
4435         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
4436         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
4437         Likewise.
4438         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
4439         Likewise.
4440         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
4441         Likewise.
4442         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
4443         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
4444         Likewise.
4445         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
4446         Likewise.
4447         * math/libm-test.inc (nexttoward_test): Add more tests.
4448
4449 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
4450
4451         [BZ #14040]
4452         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
4453         in version GLIBC_2.1, not GLIBC_2.0.
4454         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
4455         Likewise.
4456
4457 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
4458
4459         [BZ #13942]
4460         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
4461         (1 - x) * (1 + x).
4462         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
4463         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
4464         * math/libm-test.inc (acos_test): Add more tests.
4465         (asin_test): Likewise.
4466         * sysdeps/i386/fpu/libm-test-ulps: Update.
4467         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4468
4469         [BZ #14034]
4470         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
4471         of square root.
4472         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
4473         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
4474         * math/libm-test.inc (acos_test_tonearest): New function.
4475         (acos_test_towardzero): Likewise.
4476         (acos_test_downward): Likewise.
4477         (acos_test_upward): Likewise.
4478         (asin_test_tonearest): Likewise.
4479         (asin_test_towardzero): Likewise.
4480         (asin_test_downward): Likewise.
4481         (asin_test_upward): Likewise.
4482         (main): Call the new functions.
4483         * sysdeps/i386/fpu/libm-test-ulps: Update.
4484         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
4485
4486         [BZ #13884]
4487         [BZ #13924]
4488         * math/e_exp10.c: Include <float.h>.
4489         (__ieee754_exp10): Handle underflow here rather than multiplying
4490         large negative argument by M_LN10.
4491         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
4492         of __ieee754_expf.
4493         * math/e_exp10l.c: Include <float.h>.
4494         (__ieee754_exp10l): Handle underflow here rather than multiplying
4495         large negative argument by M_LN10l.
4496         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
4497         spurious overflow exception on underflow.
4498
4499 2012-04-29  Marek Polacek  <polacek@redhat.com>
4500
4501         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
4502         (__fortify_function): New macro.
4503         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
4504         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
4505         __extern_always_inline.
4506         * libio/bits/stdio2.h: Likewise.
4507         * libio/bits/stdio.h: Likewise.
4508         * string/string.h: Likewise.
4509         * string/bits/string3.h: Likewise.
4510         * include/stdio.h: Likewise.
4511         * stdlib/bits/stdlib.h: Likewise.
4512         * stdlib/stdlib.h: Likewise.
4513         * rt/bits/mqueue2.h: Likewise.
4514         * rt/mqueue.h: Likewise.
4515         * posix/bits/unistd.h: Likewise.
4516         * posix/unistd.h: Likewise.
4517         * io/bits/poll2.h: Likewise.
4518         * io/bits/fcntl2.h: Likewise.
4519         * io/fcntl.h: Likewise.
4520         * io/sys/poll.h: Likewise.
4521         * misc/bits/syslog.h: Likewise.
4522         * misc/bits/syslog-ldbl.h: Likewise.
4523         * misc/sys/syslog.h: Likewise.
4524         * socket/bits/socket2.h: Likewise.
4525         * socket/sys/socket.h: Likewise.
4526         * debug/tst-chk1.c: Likewise.
4527         * wcsmbs/bits/wchar2.h: Likewise.
4528         * wcsmbs/bits/wchar-ldbl.h: Likewise.
4529         * wcsmbs/wchar.h: Likewise.
4530
4531 2012-04-29  Andreas Jaeger  <aj@suse.de>
4532
4533         * Makerules (tests): Remove enable-check-abi protection.
4534         (check-abi-warn): Remove.
4535         (check-abi-%): Remove check-abi-warn usage.
4536
4537         * configure.in: Remove check-abi configure option.
4538         * configure: Regenerated.
4539         * config.make.in (enable-check-abi): Remove.
4540
4541 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
4542
4543         [BZ #14033]
4544         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
4545         double functions to double *_finite functions.
4546
4547         [BZ #13941]
4548         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
4549         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
4550         LDBL_MIN_EXP.
4551         * stdio-common/Makefile (tests): Add tst-sprintf3.
4552         * stdio-common/tst-sprintf3.c: New file.
4553
4554         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
4555         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
4556
4557 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
4558
4559         * conform/conformtest.pl: Remove duplicate typed-constant
4560         handling.
4561
4562 2012-04-28  David S. Miller  <davem@davemloft.net>
4563
4564         * Makerules (%.abilist): Add vpath on sysdep_dirs.
4565         (check-abi-%): Remove AWK script prerequisite and explicit
4566         abilist directory.
4567         (check-abi): Rewrite to just diff the symlist with the abilist.
4568         (config-tls, config-abi-config): Delete, no longer used.
4569         (update-abi-%): Remove AWK script and explicit abilist directory.
4570         (update-abi): Rewrite to simply compare and conditionally copy the
4571         symlist and the sysdep abilist file.  Remove update-abi-config
4572         checks.
4573         * abilist/ld.abilist: Remove.
4574         * abilist/libBrokenLocale.abilist: Remove.
4575         * abilist/libanl.abilist: Remove.
4576         * abilist/libcrypt.abilist: Remove.
4577         * abilist/libdl.abilist: Remove.
4578         * abilist/librt.abilist: Remove.
4579         * abilist/libthread_db.abilist: Remove.
4580         * abilist/libutil.abilist: Remove.
4581         * scripts/extract-abilist.awk: Remove.
4582         * scripts/merge-abilist.awk: Remove.
4583         * sysdeps/generic/libcidn.abilist: New file.
4584         * sysdeps/generic/libnss_compat.abilist: New file.
4585         * sysdeps/generic/libnss_db.abilist: New file.
4586         * sysdeps/generic/libnss_dns.abilist: New file.
4587         * sysdeps/generic/libnss_files.abilist: New file.
4588         * sysdeps/generic/libnss_hesiod.abilist: New file.
4589         * sysdeps/generic/libnss_nis.abilist: New file.
4590         * sysdeps/generic/libnss_nisplus.abilist: New file.
4591         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
4592         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
4593         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
4594         file.
4595         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
4596         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
4597         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
4598         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
4599         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
4600         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
4601         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
4602         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
4603         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
4604         file.
4605         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
4606         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
4607         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
4608         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
4609         file.
4610         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
4611         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
4612         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
4613         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
4614         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
4615         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
4616         file.
4617         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
4618         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
4619         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
4620         file.
4621         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
4622         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
4623         New file.
4624         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
4625         New file.
4626         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
4627         New file.
4628         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
4629         New file.
4630         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
4631         New file.
4632         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
4633         New file.
4634         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
4635         New file.
4636         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
4637         New file.
4638         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
4639         New file.
4640         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
4641         New file.
4642         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
4643         New file.
4644         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
4645         New file.
4646         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
4647         New file.
4648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
4649         file.
4650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
4651         New file.
4652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
4653         New file.
4654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
4655         file.
4656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
4657         New file.
4658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
4659         New file.
4660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
4661         file.
4662         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
4663         New file.
4664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
4665         New file.
4666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
4667         New file.
4668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
4669         New file.
4670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
4671         New file.
4672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
4673         New file.
4674         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
4675         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
4676         file.
4677         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
4678         New file.
4679         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
4680         file.
4681         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
4682         file.
4683         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
4684         file.
4685         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
4686         file.
4687         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
4688         file.
4689         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
4690         New file.
4691         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
4692         file.
4693         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
4694         file.
4695         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
4696         New file.
4697         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
4698         file.
4699         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
4700         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
4701         file.
4702         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
4703         New file.
4704         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
4705         file.
4706         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
4707         file.
4708         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
4709         file.
4710         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
4711         file.
4712         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
4713         file.
4714         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
4715         New file.
4716         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
4717         file.
4718         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
4719         file.
4720         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
4721         New file.
4722         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
4723         file.
4724         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
4725         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
4726         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
4727         file.
4728         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
4729         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
4730         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
4731         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
4732         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
4733         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
4734         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
4735         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
4736         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
4737         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
4738         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
4739         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
4740         file.
4741         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
4742         New file.
4743         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
4744         file.
4745         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
4746         file.
4747         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
4748         file.
4749         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
4750         file.
4751         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
4752         file.
4753         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
4754         New file.
4755         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
4756         New file.
4757         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
4758         file.
4759         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
4760         New file.
4761         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
4762         file.
4763         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
4764         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
4765         file.
4766         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
4767         New file.
4768         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
4769         file.
4770         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
4771         file.
4772         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
4773         file.
4774         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
4775         file.
4776         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
4777         file.
4778         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
4779         New file.
4780         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
4781         New file.
4782         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
4783         file.
4784         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
4785         New file.
4786         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
4787         file.
4788
4789 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
4790
4791         * conform/conformtest.pl: Fix typo in handling typed-constant from
4792         allow-header.
4793
4794 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
4795
4796         * README: Cut down references to pre-2.6 Linux kernels and
4797         Linuxthreads.  Update lists of configurations in libc and ports
4798         and sort alphabetically.  Say "or newer" with Linux kernel version
4799         requirements.
4800
4801         * config.h.in [IS_IN_build]: Allow compiling without optimization.
4802
4803 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
4804
4805         [BZ #887]
4806         * math/libm-test.inc (logb_test_downward): New test to expose
4807         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
4808         rounding mode.
4809
4810 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
4811
4812         [BZ #14027]
4813         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
4814         to be done.
4815         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
4816         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
4817
4818 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
4819
4820         * sysdeps/unix/i386/brk.S: Remove file.
4821         * sysdeps/unix/i386/dl-brk.S: Likewise.
4822         * sysdeps/unix/i386/pipe.S: Likewise.
4823         * sysdeps/unix/i386/sigreturn.S: Likewise.
4824         * sysdeps/unix/i386/syscall.S: Likewise.
4825         * sysdeps/unix/i386/vfork.S: Likewise.
4826         * sysdeps/unix/i386/wait.S: Likewise.
4827
4828         * sysdeps/unix/common/tcsendbrk.c: Move to ...
4829         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
4830
4831         * configure.in (arm*-none*): Do not allow without
4832         --enable-hacker-mode.
4833         (netbsd*): Remove case setting base_os.
4834         (386bsd*): Likewise.
4835         (freebsd*): Likewise.
4836         (bsdi*): Likewise.
4837         (osf*): Likewise.
4838         (sunos*): Likewise.
4839         (ultrix*): Likewise.
4840         (newsos*): Likewise.
4841         (dynix*): Likewise.
4842         (*bsd*): Likewise.
4843         (sysv*): Likewise.
4844         (isc*): Likewise.
4845         (esix*): Likewise.
4846         (sco*): Likewise.
4847         (minix*): Likewise.
4848         (irix4*): Likewise.
4849         (irix6*): Likewise.
4850         (solaris[2-9]*): Likewise.
4851         (none): Likewise.
4852         * configure: Regenerated.
4853
4854 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4855
4856         [BZ #11521]
4857         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
4858         overflow or cancellation in calculating denominator.
4859         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
4860         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
4861         down expression to avoid unexpected rounding in newer GCCs.
4862         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
4863
4864 2012-04-26  David S. Miller  <davem@davemloft.net>
4865
4866         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
4867         long-double compat symbols.
4868         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
4869         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
4870         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
4871         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
4872         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
4873         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
4874         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
4875         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
4876         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
4877         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
4878         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
4879         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
4880         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
4881
4882 2012-04-25  David S. Miller  <davem@davemloft.net>
4883
4884         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
4885         HWCAP_* values only after the memory barriers have been defined.
4886         (atomic_full_barrier): Define.
4887         (atomic_read_barrier): Define.
4888         (atomic_write_barrier): Define.
4889
4890 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4891
4892         * shlib-versions: Add libgcc_s version information.
4893         * sysdeps/generic/libgcc_s.h: Remove.
4894         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
4895         libgcc_s.h.
4896         * sysdeps/gnu/unwind-resume.c: Likewise.
4897         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
4898
4899 2012-04-25  David S. Miller  <davem@davemloft.net>
4900
4901         * sysdeps/unix/sparc/brk.S: Delete.
4902         * sysdeps/unix/sparc/dl-brk.S: Delete.
4903         * sysdeps/unix/sparc/pipe.S: Delete.
4904         * sysdeps/unix/sparc/sysdep.S: Delete.
4905         * sysdeps/unix/sparc/sysdep.h: Delete.
4906         * sysdeps/unix/sparc/vfork.S: Delete.
4907         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
4908         SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
4909         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
4910         ret_ERRVAL, r0, r1, MOVE): Define.
4911         (JUMPTARGET): Remove.
4912         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
4913         sysdeps/unix/sparc/sysdep.h
4914         (ENTRY, END): Remove.
4915         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4916
4917 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
4918
4919         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
4920         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
4921         -DIS_IN_build.
4922
4923         * timezone/README: Update upstream location and email address for
4924         tzcode and tzdata.
4925         * timezone/zdump.c: Update from tzcode 2012b.
4926         * timezone/zic.c: Likewise.
4927
4928         * configure.in (libc_cv_as_needed): Remove test.
4929         * configure: Regenerated.
4930         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
4931         conditional definition.
4932         [$(have-as-needed) != yes] (no-as-needed): Likewise.
4933         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
4934         * config.make.in (have-as-needed): Remove variable.
4935
4936 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
4937             Paul Pluzhnikov  <ppluzhnikov@google.com>
4938
4939         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
4940         strings correctly.
4941
4942 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
4943
4944         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
4945         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
4946         * sysdeps/sh/strlen.S: Likewise.
4947
4948 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
4949
4950         * sysdeps/unix/fork.S: Remove file.
4951         * sysdeps/unix/i386/fork.S: Likewise.
4952         * sysdeps/unix/sparc/fork.S: Likewise.
4953
4954         * sysdeps/unix/system.c: Remove file.
4955         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
4956
4957         * sysdeps/unix/getegid.S: Remove file.
4958         * sysdeps/unix/geteuid.S: Likewise.
4959
4960 2012-04-24  Roland McGrath  <roland@hack.frob.com>
4961
4962         * scripts/check-localplt.awk: New file.
4963         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
4964         of diff.
4965         * scripts/data/localplt-generic.data: Add a comment.
4966
4967         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
4968         NODE when __dir_mkfile failed.
4969         * sysdeps/mach/hurd/symlinkat.c: Likewise.
4970         Reported by Ludovic Courtès <ludo@gnu.org>.
4971
4972 2012-04-24  Andreas Jaeger  <aj@suse.de>
4973
4974         * Makerules (common-clean): Also remove gen-as-const-headers
4975         files.
4976
4977 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
4978
4979         * Makerules (native-compile): Do not change working directory for
4980         build.  Use $(OUTPUT_OPTION) in command.
4981         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
4982
4983 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4984
4985         [BZ #13886]
4986         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
4987         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
4988         * math/libm-test.inc (floor_test): Add more tests.
4989         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
4990
4991 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
4992
4993         * sysdeps/unix/getdents.c: Remove file.
4994         * sysdeps/unix/sysv/getdents.c: Likewise.
4995         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
4996
4997         * sysdeps/unix/syscalls.list (madvise): Add syscall from
4998         sysdeps/unix/mman/syscalls.list.
4999         (mmap): Likewise.
5000         (mprotect): Likewise.
5001         (msync): Likewise.
5002         (munmap): Likewise.
5003         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
5004         * sysdeps/unix/mman/syscalls.list: Remove.
5005         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
5006
5007         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
5008         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
5009         * configure: Regenerated.
5010         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
5011         $(libgcc_s_suffix).
5012         * config.make.in (libgcc_s_suffix): Remove variable.
5013
5014 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
5015
5016         * sysdeps/unix/sysv/gethostname.c: Move to ...
5017         * sysdeps/posix/gethostname.c: ... here.
5018
5019         * sysdeps/unix/execve.S: Remove file.
5020
5021         * sysdeps/unix/_exit.S: Remove file.
5022
5023 2012-04-23  Andreas Jaeger  <aj@suse.de>
5024
5025         [BZ #13739]
5026         * manual/Makefile: Remove make dist support, there's no
5027         need for a stand-alone documentation tar ball.
5028         (TEXI2DVI): Define always, it's not in Makeconfig.
5029         (dist): Removed.
5030         (tar-it): Removed.
5031         (edition): Removed.
5032         (glibc-doc-$(edition).tar): Removed
5033         (%.Z): Removed.
5034         (%.gz): Removed.
5035         (%.uu): Removed.
5036         (ETAGS): Remove, it's in Makeconfig.
5037         (move-if-change): Remove, it's in Makeconfig.
5038
5039 2013-04-23  Paul Eggert  <eggert@cs.ucla.edu>
5040
5041         [BZ #13970]
5042         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
5043         (strtod, strtof, strtold, strtol, strtoul, strtoq)
5044         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
5045         (strtod_l, strtof_l, strtold_l): Remove __wur.
5046         It is not necessarily an error to ignore strtol's return value.
5047         One can reliably look at the stored endptr to decide whether
5048         the number had valid syntax.
5049
5050 2012-04-21  Andreas Jaeger  <aj@suse.de>
5051
5052         [BZ #13739]
5053         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
5054
5055 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
5056
5057         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
5058         * sysdeps/unix/sysv/Versions: Remove file.
5059
5060 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
5061
5062         [BZ #13927]
5063         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
5064
5065 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
5066
5067         [BZ #7064]
5068         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
5069         version from __vm86.
5070
5071 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
5072
5073         * sysdeps/unix/common/lxstat.c: Remove file.
5074         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
5075
5076         * sysdeps/unix/sysv/Makefile: Remove file.
5077
5078         * sysdeps/unix/sysv/direct.h: Remove file.
5079
5080         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
5081         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
5082         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
5083         * sysdeps/unix/sysv/bits/signum.h: Likewise.
5084         * sysdeps/unix/sysv/bits/stat.h: Likewise.
5085         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
5086         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
5087
5088         * sysdeps/unix/sysv/setrlimit.c: Remove file.
5089
5090         * sysdeps/unix/xmknod.c: Remove file.
5091         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
5092
5093         * sysdeps/unix/sysv/settimeofday.c: Remove file.
5094
5095         * sysdeps/unix/sysv/i386/time.S: Remove file.
5096
5097         * sysdeps/unix/fxstat.c: Remove file.
5098         * sysdeps/unix/xstat.c: Likewise.
5099         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
5100
5101         * sysdeps/unix/sysv/sigaction.c: Remove file.
5102
5103         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
5104         (sysdep_headers): Remove variable.
5105         [termio.h not in sysdep_headers] (generated): Likewise.
5106         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
5107         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
5108         * sysdeps/unix/sysv/tcdrain.c: Likewise.
5109         * sysdeps/unix/sysv/tcflow.c: Likewise.
5110         * sysdeps/unix/sysv/tcflush.c: Likewise.
5111         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
5112         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
5113         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
5114         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
5115         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
5116
5117         * sysdeps/unix/siglist.c: Remove file.
5118
5119         * sysdeps/unix/getppid.S: Remove file.
5120
5121         * sysdeps/unix/mkdir.c: Remove file.
5122         * sysdeps/unix/rmdir.c: Likewise.
5123
5124 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
5125
5126         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
5127         ERR_MAX value.
5128         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
5129         errlist-compat value.
5130
5131 2012-04-18  David S. Miller  <davem@davemloft.net>
5132
5133         * sysdeps/generic/memcopy.h (reg_char): Delete.
5134         * debug/strcat_chk.c: Use char, not reg_char.
5135         * debug/strcpy_chk.c: Likewise.
5136         * debug/strncat_chk.c: Likewise.
5137         * debug/strncpy_chk.c: Likewise.
5138         * string/memchr.c: Likewise.
5139         * string/memrchr.c: Likewise.
5140         * string/rawmemchr.c: Likewise.
5141         * string/strcat.c: Likewise.
5142         * string/strchr.c: Likewise.
5143         * string/strchrnul.c: Likewise.
5144         * string/strcmp.c: Likewise.
5145         * string/strcpy.c: Likewise.
5146         * string/strncat.c: Likewise.
5147         * string/strncmp.c: Likewise.
5148         * string/strncpy.c: Likewise.
5149
5150 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
5151
5152         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
5153         __builtin_memcopy is called when src and dest ranges are known to not
5154         overlap.
5155
5156 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
5157
5158         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
5159         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
5160         fwd_align_merge macro call.
5161         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
5162         bwd_align_merge macro call.
5163         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
5164
5165 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
5166
5167         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
5168         bwd_align_merge macros.
5169         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
5170         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
5171         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
5172
5173 2012-04-18  David S. Miller  <davem@davemloft.net>
5174
5175         * sysdeps/sparc/sparc64/memcopy.h: Delete.
5176
5177 2012-04-18  Andreas Jaeger  <aj@suse.de>
5178
5179         [BZ# 6794]
5180         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
5181         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
5182         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
5183
5184         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
5185         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
5186         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
5187
5188         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
5189         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
5190         Adjust for changed ldbl-128 files.
5191
5192         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
5193         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
5194         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
5195
5196 2012-04-17  David S. Miller  <davem@davemloft.net>
5197
5198         * sysdeps/sparc/sparc32/memcopy.h: Delete.
5199
5200 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
5201
5202         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
5203         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
5204         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
5205         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
5206         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
5207         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
5208
5209 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5210
5211         [BZ #6794]
5212         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
5213         * math/libm-test.inc: Add ilogb errno and exception tests.
5214         * math/w_ilogb.c: New file: ilogb wrapper.
5215         * math/w_ilogbf.c: New file: ilogbf wrapper.
5216         * math/w_ilogbl.c: New file: ilogbl wrapper.
5217         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
5218         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
5219         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
5220         exception being thrown with 0.0 as argument.
5221         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
5222         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
5223         exception being thrown with 0.0 as argument.
5224         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
5225         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
5226         exception being thrown with 0.0 as argument.
5227         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
5228         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
5229         exception being thrown with 0.0 as argument.
5230         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
5231         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
5232         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
5233         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
5234         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
5235         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
5236         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
5237         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
5238         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
5239
5240 2012-04-17  Petr Baudis  <pasky@ucw.cz>
5241
5242         * include/sys/uio.h: Change __vector to __iovec to avoid clash
5243         with altivec.
5244
5245 2012-04-16  Marek Polacek  <polacek@redhat.com>
5246
5247         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
5248
5249 2012-04-16  Marek Polacek  <polacek@redhat.com>
5250
5251         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
5252         operands of fdivp instruction.
5253
5254 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
5255
5256         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
5257         * elf/tst-auditmod3b.c: Likewise.
5258         * elf/tst-auditmod4b.c: Likewise.
5259         * elf/tst-auditmod5b.c: Likewise.
5260         * elf/tst-auditmod6b.c: Likewise.
5261         * elf/tst-auditmod6c.c: Likewise.
5262         * elf/tst-auditmod7b.c: Likewise.
5263         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
5264         * sysdeps/x86_64/preconfigure.in: Likewise.
5265         * sysdeps/x86_64/preconfigure: Regenerated.
5266
5267 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
5268
5269         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
5270         __ILP32__.
5271
5272 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
5273
5274         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
5275         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
5276
5277 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
5278
5279         [BZ #13973]
5280         * locale/iso-639.def: Fix gl language name. Spotted by
5281         Yaron Shahrabani.
5282
5283 2012-04-12  Roland McGrath  <roland@hack.frob.com>
5284
5285         [BZ #2074]
5286         * libio/libio.h (__io_write_fn): Update comment.
5287
5288 2012-04-12  Petr Baudis  <pasky@ucw.cz>
5289
5290         [BZ #2074]
5291         * stdio.texi (Hook Functions): The user provided writer function
5292         is not allowed to return -1.
5293
5294 2012-04-11  David S. Miller  <davem@davemloft.net>
5295
5296         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5297
5298 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
5299
5300         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
5301         Add a leading slash to rtkaio.
5302
5303 2012-04-11  Jim Meyering  <meyering@redhat.com>
5304
5305         [BZ #11959]
5306         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
5307         It is not necessarily an error to ignore fwrite's return
5308         value.  One can reliably use ferror to test for errors after
5309         the fact.
5310
5311 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
5312
5313         * bits/types.h (__snseconds_t): New type.
5314         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
5315
5316         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
5317         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
5318         (__SNSECONDS_T_TYPE): Likewise.
5319         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
5320         (__SNSECONDS_T_TYPE): Likewise.
5321         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
5322         (__SNSECONDS_T_TYPE): Likewise.
5323
5324 2012-04-10  Andreas Jaeger  <aj@suse.de>
5325
5326         [BZ #2636]
5327         * manual/time.texi (Processor Time): Return type of times is
5328         elapsed real time since an arbitrary point in the past.
5329         (CPU Time): Move CLK_TCK from here...
5330         (Processor Time): ...to here.  Correct description.
5331         * manual/conf.texi (Constants for Sysconf): Correct description of
5332         _SC_CLK_TCK.
5333
5334 2012-04-10  David S. Miller  <davem@davemloft.net>
5335
5336         [BZ #13967]
5337         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
5338         where the is a gap between DT_REL(A) and DT_JMPREL.
5339
5340 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
5341
5342         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
5343         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
5344         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
5345
5346 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5347
5348         * elf/dl-support.c (_dl_inhibit_cache): New variable.
5349         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
5350         (dl_main): Handle --inhibit-cache.
5351         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
5352         _dl_inhibit_cache.
5353         * elf/dl-load.c (_dl_map_object): Use it.
5354         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
5355
5356 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
5357
5358         [BZ #13872]
5359         * sysdeps/i386/fpu/e_powl.S (p78): New object.
5360         (__ieee754_powl): Saturate large exponents rather than testing for
5361         overflow of y*log2(x).
5362         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
5363         * math/libm-test.inc (pow_test): Do not permit spurious overflow
5364         exceptions.
5365
5366         [BZ #11521]
5367         * math/s_ctan.c: Include <float.h>.
5368         (__ctan): Avoid internal overflow or cancellation in calculating
5369         denominator.
5370         * math/s_ctanf.c: Likewise.
5371         * math/s_ctanl.c: Likewise.
5372         * math/s_ctanh.c: Likewise.
5373         * math/s_ctanhf.c: Likewise.
5374         * math/s_ctanhl.c: Likewise.
5375         * math/libm-test.inc (ctan_test): Add more tests.
5376         (ctanh_test): Likewise.
5377         * sysdeps/i386/fpu/libm-test-ulps: Update.
5378         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5379
5380 2012-04-09  Andreas Jaeger  <aj@suse.de>
5381
5382         [BZ #6894]
5383         * manual/filesys.texi (Directory Entries): Mention that d_namlen
5384         is an optional BSD extension.
5385
5386         [BZ #10254]
5387         * manual/stdio.texi (Opening Streams): Document additional fopen
5388         parameters.
5389
5390 2012-04-09  Roland McGrath  <roland@hack.frob.com>
5391
5392         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
5393         %eax without telling the compiler.
5394
5395 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
5396
5397         [BZ # 13963]
5398         * manual/install.texi: Use sourceware.org.
5399
5400 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
5401
5402         [BZ #13873]
5403         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
5404         (__ieee754_pow): Generate overflow and underflow using huge*huge
5405         and tiny*tiny rather than just returning constant infinity or zero
5406         for large exponents.
5407         * math/libm-test.inc (pow_test): Require overflow exceptions for
5408         applicable cases of large exponents.
5409
5410         [BZ #706]
5411         * sysdeps/i386/fpu/e_pow.S (p10): New object.
5412         (__ieee754_pow): Use iterative multiplication algorithm only for
5413         integer exponents with absolute value below 1024.  Check for odd
5414         integer exponents when using algorithm for real exponents.
5415         * math/libm-test.inc (pow_test): Add more tests.
5416         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
5417
5418 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
5419
5420         [BZ #13705]
5421         * math/libm-test.inc (exp_test): Do not allow overflow exception
5422         on underflow test.
5423
5424 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
5425
5426         [BZ #13705]
5427         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
5428         instead of __kernel_standard_f.
5429
5430 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
5431
5432         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
5433         * sysdeps/x86_64/memset_chk.S: Likewise.
5434
5435 2012-04-08  Andreas Jaeger  <aj@suse.de>
5436
5437         [BZ #10153]
5438         * manual/startup.texi (Environment Access): Describe return value
5439         for putenv and setenv.
5440
5441         [BZ #6895]
5442         * manual/filesys.texi (Directory Entries): Add description for
5443         DT_LNK.
5444
5445         [BZ #6890]
5446         * manual/filesys.texi (Directory Entries): Clarify that it's file
5447         system not operating system in the description of DT_UNKNOWN.
5448
5449         [BZ #6578]
5450         * manual/syslog.texi (closelog): Fix reference, it's openlog.
5451
5452 2012-04-08  Stephen Compall  <s11@member.fsf.org>
5453
5454         [BZ #6649]
5455         * manual/llio.texi (Opening and Closing Files): Add cross
5456         reference to explain mode argument.
5457
5458 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
5459
5460         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
5461         * sysdeps/x86_64/memset_chk.S: Likewise.
5462
5463 2012-04-07  David S. Miller  <davem@davemloft.net>
5464
5465         * elf/elf.h (R_SPARC_WDISP10): Define.
5466         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
5467         R_SPARC_SIZE32.
5468         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
5469         R_SPARC_SIZE64 and R_SPARC_H34.
5470
5471 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
5472
5473         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
5474         conditions and remove no longer applicable assertion.
5475
5476 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
5477
5478         * bits/byteswap.h: Include <features.h>.
5479         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
5480         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
5481
5482 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
5483
5484         * bits/byteswap.h (__bswap_16): Removed.
5485         Include <bits/byteswap-16.h> to get __bswap_16.
5486         * sysdeps/i386/bits/byteswap.h: Likewise.
5487         * sysdeps/s390/bits/byteswap.h: Likewise.
5488         * sysdeps/x86_64/bits/byteswap.h: Likewise.
5489         * bits/byteswap-16.h: New file.
5490         * sysdeps/i386/bits/byteswap-16.h: Likewise.
5491         * sysdeps/s390/bits/byteswap-16.h: Likewise.
5492         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
5493         * string/Makefile (headers): Add bits/byteswap-16.h.
5494
5495 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
5496
5497         [BZ #13895]
5498         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
5499         extra indirection.
5500         * nss/Makefile (tests-static, tests): Add tst-nss-static.
5501         * nss/tst-nss-static.c: New.
5502
5503 2012-04-06  Robert Millan  <rmh@gnu.org>
5504
5505         [BZ #6486]
5506         * manual/llio.texi (File Position Primitive): lseek
5507         refers to WHENCE when it really means OFFSET.
5508
5509 2012-04-06  Andreas Jaeger  <aj@suse.de>
5510
5511         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
5512         strncmp declarations.
5513
5514         * abilist/libc.abilist: Add __poll and __ppoll.
5515
5516 2012-04-05  David S. Miller  <davem@davemloft.net>
5517
5518         * scripts/check-local-headers.sh: Accept a host triplet in the
5519         path matched by the exclude regexp.
5520
5521         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
5522         definition.
5523         * sysdeps/powerpc/powerpc32/dl-machine.h
5524         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
5525         * sysdeps/s390/s390-32/dl-machine.h
5526         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
5527         * sysdeps/sparc/sparc32/dl-machine.h
5528         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
5529         * sysdeps/sparc/sparc64/dl-machine.h
5530         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
5531
5532         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
5533         lazy binding.
5534         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
5535         undefined symbol errors.
5536
5537         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
5538         DT_NEEDED entries.
5539
5540 2012-04-05  Michael Matz  <matz@suse.de>
5541
5542         [BZ #13592]
5543         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
5544
5545 2012-04-05  Andreas Jaeger  <aj@suse.de>
5546
5547         [BZ #13908]
5548         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
5549         comment.
5550
5551 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
5552
5553         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
5554         which ROUND is no valid rounding mode.
5555
5556 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
5557
5558         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
5559         read again.
5560         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
5561
5562 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
5563
5564         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
5565         an exception using FPU order intentionally.
5566
5567 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
5568
5569         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
5570         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
5571         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
5572         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
5573
5574 2012-04-05  Simon Josefsson  <simon@josefsson.org>
5575
5576         [BZ #12340]
5577         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
5578         EINVAL when BUFLEN is too smal.
5579
5580 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
5581
5582         [BZ #13553]
5583         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
5584         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
5585
5586 2012-04-03  Andreas Jaeger  <aj@suse.de>
5587
5588         [BZ #13938]
5589         * manual/setjmp.texi (System V contexts): Fix sentence.
5590
5591         [BZ #13926]
5592         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
5593         New macro for this case.
5594         [!__GNUC__] (__bswap_64): New inline function for this case.
5595         * sysdeps/x86_64/bits/byteswap.h: Likewise.
5596         * bits/byteswap.h: Likewise.
5597         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
5598         ull, guard with __GLIBC_HAVE_LONG_LONG.
5599
5600         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
5601         __GLIBC_HAVE_LONG_LONG.
5602
5603         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
5604         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
5605
5606 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
5607
5608         [BZ #13691]
5609         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
5610         inptr and inend, rather than using last_ch.
5611
5612 2012-04-02  David S. Miller  <davem@davemloft.net>
5613
5614         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
5615         * stdio-common/printf-parse.h (read_int): Change return type to
5616         'int', return -1 on INT_MAX overflow.
5617         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
5618         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
5619         overflows INT_MAX.  Check for overflow of in-format-string precision
5620         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
5621         SIZE_MAX not INT_MAX for integer overflow test.
5622         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
5623         skip the construct in the format string but do not record anything.
5624         * stdio-common/bug22.c: Adjust to test both width/prevision
5625         INT_MAX overflow as well as total length INT_MAX overflow.  Check
5626         explicitly for proper errno values.
5627
5628 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
5629
5630         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
5631         CHAR_MAX.
5632         * string/test-strcmp.c [! WIDE]: Likewise.
5633         * time/tst-mktime2.c: Likewise for INT_MAX.
5634         * string/test-string.h: #include <sys/param.h> for MIN.
5635
5636         * csu/init-first.c (__libc_init_first): Call __ctype_init.
5637         * sysdeps/i386/init-first.c (init): Likewise.
5638         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
5639         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
5640         * sysdeps/sh/init-first.c (init): Likewise.
5641
5642 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
5643
5644         * po/ru.po: Update from translation team.
5645         * po/vi.po: Likewise.
5646
5647 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
5648
5649         * resolv/nss_dns/dns-host.c: Merge copyright years.
5650
5651 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
5652
5653         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
5654         Optimize memcpy with prefetch if
5655         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
5656         src, dst pointers have unequal 16 byte alignments.
5657
5658 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
5659
5660         [BZ #13928]
5661         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
5662         from a CNAME entry and return the minimum ttl for the query.
5663         (gaih_getanswer_slice): Likewise.
5664
5665 2012-03-30  Jeff Law  <law@redhat.com>
5666
5667         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
5668         due to long keys.
5669         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
5670         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
5671
5672         * resolv/nss_dns/dns-host.c: Update copyright year.
5673
5674 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
5675
5676         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
5677         requests to save a system call.  Fix check that all bytes are sent.
5678
5679         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
5680         comments for sendmmsg.
5681
5682 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
5683
5684         [BZ #13691]
5685         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
5686         with only 1 character between 0x0041 and 0x01b0.
5687         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
5688         * wcsmbs/tst-mbsnrtowcs.c: New file.
5689
5690 2012-03-29  David S. Miller  <davem@davemloft.net>
5691
5692         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
5693         small copies by hand.
5694
5695 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5696
5697         [BZ #13761]
5698         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
5699         _nss_compat_initgroups_dyn): Fall back to malloc/free
5700         for large group memberships.
5701
5702 2012-03-28  David S. Miller  <davem@davemloft.net>
5703
5704         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
5705         that branches into memcpy.
5706         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
5707         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5708         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5709         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5710         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
5711         bits.
5712         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
5713         implementation too.
5714         * sysdeps/sparc/mempcpy.S: New file.
5715
5716         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
5717         the IFUNC routine in the libc case.
5718         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5719
5720         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
5721         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
5722         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
5723         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
5724         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
5725         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
5726         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
5727         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
5728
5729         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
5730         loop to 256 bytes instead of 64 bytes and fix test signedness.
5731
5732         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
5733         * sysdeps/sparc/sparc32/Makefile: rather than here...
5734         * sysdeps/sparc/sparc64/Makefile: and here.
5735
5736 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
5737
5738         * malloc/mallocbug.c: Avoid warnings about unused variables.
5739
5740 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
5741
5742         [BZ #13760]
5743         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
5744         in the right place. Discard and retry query if response is
5745         larger than input buffer size.
5746
5747 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
5748
5749         [BZ #369]
5750         [BZ #2678]
5751         [BZ #3866]
5752         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
5753         x for large integer exponent.
5754         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
5755         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
5756         sign of result as needed afterwards.
5757         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
5758         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
5759         result for underflowing pow the same as for overflow.
5760         (__kernel_standard_l): Handle powl overflow and underflow here
5761         rather than calling __kernel_standard.
5762         * math/libm-test.inc (pow_test): Add more tests.
5763
5764         [BZ #3868]
5765         [BZ #13879]
5766         [BZ #13910]
5767         [BZ #13911]
5768         [BZ #13912]
5769         [BZ #13913]
5770         [BZ #13915]
5771         [BZ #13916]
5772         [BZ #13917]
5773         [BZ #13918]
5774         [BZ #13919]
5775         [BZ #13920]
5776         [BZ #13921]
5777         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
5778         * sysdeps/ieee754/k_standard.c: Include <float.h>.
5779         (__kernel_standard_l): New function.
5780         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
5781         __kernel_standard.
5782         * math/w_acosl.c (__acosl): Likewise.
5783         * math/w_asinl.c (__asinl): Likewise.
5784         * math/w_atan2l.c (__atan2l): Likewise.
5785         * math/w_atanhl.c (__atanhl): Likewise.
5786         * math/w_coshl.c (__coshl): Likewise.
5787         * math/w_exp10l.c (__exp10l): Likewise.
5788         * math/w_exp2l.c (__exp2l): Likewise.
5789         * math/w_fmodl.c (__fmodl): Likewise.
5790         * math/w_hypotl.c (__hypotl): Likewise.
5791         * math/w_j0l.c (__j0l, __y0l): Likewise.
5792         * math/w_j1l.c (__j1l, __y1l): Likewise.
5793         * math/w_jnl.c (__jnl, __ynl): Likewise.
5794         * math/w_lgammal.c (__lgammal): Likewise.
5795         * math/w_log10l.c (__log10l): Likewise.
5796         * math/w_log2l.c (__log2l): Likewise.
5797         * math/w_logl.c (__logl): Likewise.
5798         * math/w_powl.c (__powl): Likewise.
5799         * math/w_remainderl.c (__remainderl): Likewise.
5800         * math/w_scalbl.c (sysv_scalbl): Likewise.
5801         * math/w_sinhl.c (__sinhl): Likewise.
5802         * math/w_sqrtl.c (__sqrtl): Likewise.
5803         * math/w_tgammal.c (__tgammal): Likewise.
5804         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
5805         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
5806         * math/libm-test.inc (acos_test): Add more tests.
5807         (acosh_test): Likewise.
5808         (asin_test): Likewise.
5809         (atanh_test): Likewise.
5810         (exp_test): Likewise.
5811         (exp10_test): Likewise.
5812         (exp2_test): Likewise.
5813         (expm1_test): Likewise.
5814         (lgamma_test): Likewise.
5815         (log_test): Likewise.
5816         (log10_test): Likewise.
5817         (log1p_test): Likewise.
5818         (log2_test): Likewise.
5819         (pow_test): Do not allow some spurious overflow exceptions.
5820         (sqrt_test): Add more tests.
5821         (tgamma_test): Likewise.
5822         (y0_test): Likewise.
5823         (y1_test): Likewise.
5824         (yn_test): Likewise.
5825
5826 2012-03-27  Anton Blanchard  <anton@samba.org>
5827
5828         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
5829         MAP_HUGETLB.
5830         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
5831         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
5832         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
5833
5834 2012-03-27  David S. Miller  <davem@davemloft.net>
5835
5836         * conform/Makefile: Run run-conformtest.sh using $(BASH).
5837
5838         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
5839         have-as-vis3 check.
5840
5841 2012-03-27  Andreas Jaeger  <aj@suse.de>
5842
5843         * sysdeps/x86_64/elf/configure.in: Moved to ...
5844         * sysdeps/x86_64/configure.in: ... here.
5845         * sysdeps/x86_64/elf/start.S: Moved to ...
5846         * sysdeps/x86_64/start.S: ... here.
5847         * sysdeps/x86_64/elf/configure: Delete.
5848
5849         * sysdeps/x86_64/configure.in: Merge contents from
5850         sysdeps/i386/configure.in (without i686 check).
5851
5852         * sysdeps/i386/elf/Versions: Merge into ...
5853         * sysdeps/i386/Versions: ... this.
5854         * sysdeps/i386/elf/Versions: Delete file.
5855         * sysdeps/i386/elf/start.S: Moved to ...
5856         * sysdeps/i386/start.S: ...here.
5857         * sysdeps/i386/elf/configure.in: Merge into...
5858         * sysdeps/i386/configure.in: ...here.
5859         * sysdeps/i386/elf/configure.in: Delete file.
5860         * sysdeps/i386/elf/configure: Delete file.
5861
5862         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
5863         * debug/backtracesyms.c: ... here.
5864         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
5865         * debug/backtracesymsfd.c: ... here.
5866         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
5867         * sysdeps/generic/ifunc-sel.h: ... here.
5868
5869         * sysdeps/unix/i386/start.c: Delete file.
5870         * sysdeps/unix/sparc/start.c: Delete file.
5871         * sysdeps/unix/start.c: Delete file.
5872
5873         * sysdeps/sh/elf/configure.in: Moved to ...
5874         * sysdeps/sh/configure.in: ... here.
5875         * sysdeps/sh/elf/start.S: Moved to ...
5876         * sysdeps/sh/start.S: ... here.
5877         * sysdeps/sh/elf/configure: Delete file.
5878
5879         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
5880         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
5881         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
5882         * sysdeps/powerpc/powerpc64/entry.h: ... here.
5883         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
5884         * sysdeps/powerpc/powerpc64/start.S: here.
5885         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
5886         * sysdeps/powerpc/powerpc64/Makefile: ... this.
5887         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
5888         * sysdeps/powerpc/powerpc64/configure.in: ... this.
5889         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
5890
5891         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
5892         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
5893         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
5894         * sysdeps/powerpc/powerpc32/start.S: ... here.
5895         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
5896         * sysdeps/powerpc/powerpc32/configure.in: ... this.
5897         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
5898
5899         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
5900         * sysdeps/powerpc/ifunc-sel.h: ... here.
5901         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
5902         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
5903
5904         * sysdeps/sparc/elf/configure.in: Moved to ...
5905         * sysdeps/sparc/configure.in: ... here.
5906         * sysdeps/sparc/elf/configure: Delete file.
5907         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
5908         * sysdeps/sparc/sparc32/start.S: ... here.
5909         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
5910         * sysdeps/sparc/sparc64/start.S: ... here.
5911         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
5912         * sysdeps/sparc/sparc32/Makefile: ... this.
5913         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
5914         * sysdeps/sparc/sparc64/Makefile: ... this.
5915
5916         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
5917         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
5918         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
5919         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
5920         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
5921         * sysdeps/s390/s390-32/setjmp.S: ... here.
5922         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
5923         * sysdeps/s390/s390-32/configure.in: ... here.
5924         * sysdeps/s390/s390-32/elf/configure: Delete file.
5925         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
5926         * sysdeps/s390/s390-32/start.S: ... here.
5927
5928         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
5929         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
5930         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
5931         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
5932         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
5933         * sysdeps/s390/s390-64/setjmp.S: ... here.
5934         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
5935         * sysdeps/s390/s390-64/configure.in: ... here
5936         * sysdeps/s390/s390-64/elf/configure: Delete file.
5937         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
5938         * sysdeps/s390/s390-64/start.S: ... here.
5939         * sysdeps/s390/s390-64/elf/configure: Delete.
5940
5941         * configure.in: Remove support for elf directories in sysdeps.
5942
5943         * configure: Regenerated.
5944         * sysdeps/i386/configure: Regenerated.
5945         * sysdeps/powerpc/powerpc32/configure: Regenerated.
5946         * sysdeps/powerpc/powerpc64/configure: Regenerated.
5947         * sysdeps/s390/s390-32/configure: Regenerated.
5948         * sysdeps/s390/s390-64/configure: Regenerated.
5949         * sysdeps/sh/configure: Regenerated.
5950         * sysdeps/sparc/configure: Regenerated.
5951         * sysdeps/x86_64/configure: Regenerated.
5952
5953 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
5954
5955         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5956
5957         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
5958         denormal result into account.
5959
5960 2012-03-25  Roland McGrath  <roland@hack.frob.com>
5961
5962         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
5963         Reported by Allan McRae <allan@archlinux.org>.
5964
5965 2012-03-23  Jeff Law  <law@redhat.com>
5966
5967         * nss/getnssent.c (__nss_getent): Fix typo.
5968
5969 2012-03-23  David S. Miller  <davem@davemloft.net>
5970
5971         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5972
5973 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
5974
5975         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
5976         to pad to uint64_t for each field.
5977         (dl_tls_index): Replace unsigned long with uint64_t.
5978
5979 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
5980         Paul Pluzhnikov  <ppluzhnikov@google.com>
5981
5982         [BZ #6528]
5983         * grp/Makefile (otherlibs): Don't set it.
5984         * inet/Makefile (otherlibs): Likewise.
5985         * login/Makefile (otherlibs): Likewise.
5986         * nscd/Makefile (otherlibs): Likewise.
5987         * posix/Makefile (otherlibs): Likewise.
5988         * pwd/Makefile (otherlibs): Likewise.
5989         * rt/Makefile (otherlibs): Likewise.
5990         * sunrpc/Makefile (otherlibs): Likewise.
5991         * nss/Makefile (otherlibs): Likewise.
5992         Add libnss_files to routines and static-only-routines.
5993         ($(objpfx)getent): Remove rule.
5994         * resolv/Makefile: Add libnss_dns and libresolv to routines and
5995         static-only-routines.
5996
5997 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
5998
5999         [BZ #13892]
6000         * math/s_cexp.c: Include <float.h>.
6001         (__cexp): Handle exp result overflowing not necessarily
6002         overflowing both real and imaginary parts of result.
6003         * math/s_cexpf.c: Likewise.
6004         * math/s_cexpl.c: Likewise.
6005         * math/libm-test.inc (cexp_test): Add more tests.
6006         * sysdeps/i386/fpu/libm-test-ulps: Update.
6007         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6008
6009 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
6010
6011         * include/link.h (ELFW): New macro.
6012         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
6013         Replace ELF64_R_TYPE with ELFW(R_TYPE).
6014
6015 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
6016
6017         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
6018         with uint64_t.
6019
6020 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
6021
6022         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
6023         declaration.
6024         (struct La_x32_retval): Likewise.
6025
6026 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
6027
6028         * sysdeps/x86_64/preconfigure.in: New file.
6029         * sysdeps/x86_64/preconfigure: New generated file.
6030
6031 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
6032
6033         [BZ #13824]
6034         * math/e_exp2l.c: Include <float.h>.
6035         (__ieee754_exp2l): Handle overflow and underflow cases
6036         separately.  Only pass fractional part of argument to
6037         __ieee754_expl.
6038         * math/libm-test.inc (exp2_test): Add more tests.
6039
6040         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
6041         negating x to take absolute value.
6042         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
6043         Likewise.
6044         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
6045         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
6046         Likewise.
6047         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
6048         computing low part if x was negated.
6049         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
6050
6051 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
6052
6053         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
6054         la_x32_gnu_pltexit.
6055         (pltexit): Cast int_retval to ptrdiff_t.
6056         * elf/tst-auditmod3b.c: Likewise.
6057         * elf/tst-auditmod4b.c: Likewise.
6058         * elf/tst-auditmod5b.c: Likewise.
6059         * elf/tst-auditmod6b.c: Likewise.
6060         * elf/tst-auditmod6c.c: Likewise.
6061         * elf/tst-auditmod7b.c: Likewise.
6062
6063         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
6064         and x32_gnu_pltexit.
6065
6066         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
6067         __ELF_NATIVE_CLASS.
6068         (La_x32_regs): New macro.
6069         (La_x32_retval): Likewise.
6070         (la_x32_gnu_pltenter): New function prototype.
6071         (la_x32_gnu_pltexit): Likewise.
6072
6073 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
6074
6075         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
6076         exponent.
6077
6078         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6079
6080         * configure.in (libc_cv_cc_nofma): Check for option to disable
6081         generation of FMA instructions.
6082         * configure: Regenerate.
6083         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
6084         * sysdeps/ieee754/dbl-64/Makefile: New file.
6085         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
6086         Remove brandred-fma4.
6087         (CFLAGS-brandred-fma4.c): Remove.
6088         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
6089         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
6090         define.
6091         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
6092         define.
6093
6094 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
6095
6096         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
6097         LLONG_MAX != LONG_MAX.
6098         (_itoa_word): Use _ITOA_WORD_TYPE on value.
6099         (_fitoa_word): Likewise.
6100         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
6101         LLONG_MAX != LONG_MAX.
6102         * stdio-common/_itowa.h: Include <_itoa.h>.
6103         (_itowa_word): Use _ITOA_WORD_TYPE on value.
6104         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
6105         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
6106         only if not defined.
6107         (_ITOA_WORD_TYPE): Likewise.
6108         (_itoa_word): Use _ITOA_WORD_TYPE on value.
6109         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
6110
6111 2012-03-21  David S. Miller  <davem@davemloft.net>
6112
6113         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6114
6115 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
6116
6117         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
6118         of x86_64 when setting libc_cv_slibdir, libdir and
6119         libc_cv_localedir.
6120         * sysdeps/unix/sysv/linux/configure: Regenerated.
6121
6122 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
6123
6124         * manual/lang.texi (Old Varargs): Remove section.
6125         (How Variadic): Update menu.
6126         (va_start): Do not mention varargs.h.
6127
6128 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
6129             Joseph Myers  <joseph@codesourcery.com>
6130
6131         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
6132         link test.
6133         * configure: Regenerated.
6134
6135 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
6136
6137         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
6138         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
6139         conformtest.pl
6140
6141 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
6142
6143         * NOTES: Remove.
6144         * Makefile (files-for-dist): Remove NOTES.
6145         (NOTES): Remove rule.
6146         * README: Don't refer to NOTES.
6147         * manual/creature.texi: Don't include macros.texi.
6148         * manual/intro.texi (creature.texi): Remove comment referring to
6149         NOTES.
6150
6151         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
6152         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
6153         * configure: Regenerated.
6154         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
6155         LIBC_TRY_CC_OPTION.
6156         (libc_cv_as_i686): Likewise.
6157         (libc_cv_cc_avx): Likewise.
6158         (libc_cv_cc_sse2avx): Likewise.
6159         (libc_cv_cc_fma4): Likewise.
6160         (libc_cv_cc_novzeroupper): Likewise.
6161         * sysdeps/i386/configure: Regenerated.
6162
6163         [BZ #13883]
6164         * sysdeps/i386/fpu/s_cexp.S: Remove.
6165         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
6166         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
6167         * math/libm-test.inc (cexp_test): Add more tests.
6168         * sysdeps/i386/fpu/libm-test-ulps: Update.
6169         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6170
6171 2012-03-21  Allan McRae  <allan@archlinux.org>
6172
6173         * timezone/Makefile: Do not install iso3166.tab and zone.tab
6174
6175 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
6176
6177         [BZ #13871]
6178         * math/w_exp2.c: Do not include <float.h>.
6179         (o_threshold, u_threshold): Remove.
6180         (__exp2): Calculate result before checking finiteness and calling
6181         __kernel_standard.
6182         * math/w_exp2f.c: Likewise.
6183         * math/w_exp2l.c: Likewise.
6184         * math/libm-test.inc (exp2_test): Require overflow exception for
6185         1e6 input.
6186
6187         [BZ #3866]
6188         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
6189         range of signed 64-bit integers before using fistpll.  Remove
6190         checks for whether integers fit in mantissa bits.
6191         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
6192         the range of signed 32-bit integers before using fistpl.  Remove
6193         checks for whether integers fit in mantissa bits.
6194         * sysdeps/i386/fpu/e_powl.S (p64): New object.
6195         (__ieee754_powl): Test for y outside the range of signed 64-bit
6196         integers before using fistpll.  Reduce 64-bit values to 63-bit
6197         ones as needed.
6198         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
6199         divide-by-zero is raised for zero to large negative powers.
6200         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
6201         (__ieee754_powl): Test for y outside the range of signed 64-bit
6202         integers before using fistpll.  Reduce 64-bit values to 63-bit
6203         ones as needed.
6204         * math/libm-test.inc (pow_test): Add more tests.
6205
6206 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
6207
6208         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
6209         <stdio-common/_itoa.h>.
6210         * debug/segfault.c: Likewise.
6211         * elf/dl-cache.c: Likewise.
6212         * elf/dl-minimal.c: Likewise.
6213         * elf/dl-misc.c: Likewise.
6214         * elf/dl-sysdep.c: Likewise.
6215         * elf/dl-version.c: Likewise.
6216         * elf/rtld.c: Likewise.
6217         * hurd/hurdsock.c: Likewise.
6218         * hurd/lookup-retry.c: Likewise.
6219         * malloc/malloc.c: Likewise.
6220         * malloc/mtrace.c: Likewise.
6221         * nscd/nscd_getgr_r.c: Likewise.
6222         * nscd/nscd_getpw_r.c: Likewise.
6223         * nscd/nscd_getserv_r.c: Likewise.
6224         * posix/getopt_init.c: Likewise.
6225         * posix/wordexp.c: Likewise.
6226         * stdio-common/_itoa.c: Likewise.
6227         * stdio-common/printf_fphex.c: Likewise.
6228         * stdio-common/vfprintf.c: Likewise.
6229         * string/_strerror.c: Likewise.
6230         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
6231         * sysdeps/i386/i686/hp-timing.h: Likewise.
6232         * sysdeps/mach/_strerror.c: Likewise.
6233         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
6234         * sysdeps/mach/hurd/sethostid.c: Likewise.
6235         * sysdeps/mach/hurd/xmknodat.c: Likewise.
6236         * sysdeps/mach/xpg-strerror.c: Likewise.
6237         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
6238         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
6239         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
6240         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
6241         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
6242         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
6243         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
6244         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
6245         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
6246         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
6247         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
6248         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
6249         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
6250         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
6251         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
6252         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
6253         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
6254         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
6255         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6256         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6257         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
6258
6259         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
6260
6261         * stdio-common/_itoa.h: Moved to ...
6262         * sysdeps/generic/_itoa.h: Here.
6263
6264         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
6265
6266         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
6267         instead of "_itoa.h" and "_itowa.h".
6268         * stdio-common/vfprintf.: Likewise.
6269
6270 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
6271
6272         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
6273         <bits/wordsize.h>.
6274         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
6275         (__signbit): Likwise.
6276         (llrintf): Likwise.
6277         (llrint): Likwise.
6278
6279 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
6280
6281         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
6282         __WORDSIZE != 64.
6283
6284 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
6285
6286         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
6287         OVERFLOW_EXCEPTION_OK.
6288         * math/libm-test.inc ("Philosophy"): Update comment about
6289         exception testing.
6290         (OVERFLOW_EXCEPTION): Define.
6291         (OVERFLOW_EXCEPTION_OK): Likewise.
6292         (INVALID_EXCEPTION_OK): Renumber.
6293         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
6294         (IGNORE_ZERO_INF_SIGN): Likewise.
6295         (test_exceptions): Handle FE_OVERFLOW.
6296         (exp10_test): Expect overflow exceptions.
6297         (exp2_test): Likewise.
6298         (expm1_test): Likewise.
6299         (nextafter_test): Likewise.
6300         (pow_test): Likewise.
6301         (scalbn_test): Likewise.
6302         (scalbln_test): Likewise.
6303
6304 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
6305
6306         * sysdeps/x86_64/bits/atomic.h
6307         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
6308         64bit integer.
6309         (atomic_exchange_acq): Likewise.
6310         (__arch_exchange_and_add_body): Likewise.
6311         (__arch_add_body): Likewise.
6312         (atomic_add_negative): Likewise.
6313         (atomic_add_zero): Likewise.
6314
6315 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
6316
6317         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
6318         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
6319
6320 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
6321
6322         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
6323         Check __x86_64__ instead of __WORDSIZE.
6324
6325 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
6326
6327         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
6328
6329 2012-03-19  David S. Miller  <davem@davemloft.net>
6330
6331         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6332
6333         * sysdeps/sparc/fpu/fenv_private.h: New file.
6334         * sysdeps/sparc/fpu/math_private.h: Use it.
6335         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
6336         Remove.
6337         (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
6338         (libc_feholdexcept_setroundl): Remove.
6339         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
6340         Remove.
6341         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
6342         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
6343
6344 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
6345
6346         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
6347         int64_t instead of long int.
6348         (INSERT_WORDS64): Likwise.
6349
6350 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
6351
6352         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
6353         _Unwind_GetCFA return to _Unwind_Ptr first.
6354
6355 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
6356
6357         [BZ #13629]
6358         * math/s_clog.c: Include <float.h>.
6359         (__clog): Scale large or subnormal inputs.
6360         * math/s_clogf.c: Likewise.
6361         * math/s_clogl.c: Likewise.
6362         * math/s_clog10.c: Include <float.h>.
6363         (M_LOG10_2): Define.
6364         (__clog10): Scale large or subnormal inputs.
6365         * math/s_clog10f.c: Likewise.
6366         * math/s_clog10l.c: Likewise.
6367         * math/libm-test.inc (clog_test): Add more tests.
6368         (clog10_test): Likewise.
6369         * sysdeps/i386/fpu/libm-test-ulps: Update.
6370         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6371
6372         [BZ #11451]
6373         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
6374         x and y.
6375         * math/libm-test.inc (atan2_test): Add another test.
6376
6377         * Makerules (common-objdir-compile): Remove.
6378         * sysdeps/unix/Makefile (config-generated): Do not add
6379         $(unix-generated) to variable.
6380         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
6381         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
6382         Remove rule.
6383         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
6384         Likewise.
6385         [generic bits/local_lim.h] (before-compile): Do not append to
6386         variable.
6387         [generic bits/local_lim.h] (common-generated): Likewise.
6388         [generic sys/param.h] (before-compile): Do not append to variable.
6389         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
6390         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
6391         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
6392         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
6393         include.
6394         [generic sys/param.h] (sys/param.h-includes): Remove variable.
6395         [generic sys/param.h] (sys/param.h-includes): Remove rule.
6396         [generic sys/param.h] ($(addprefix
6397         $(common-objpfx),$(sys/param.h-includes))): Likewise.
6398         [generic sys/param.h] (common-generated): Do not append to
6399         variable.
6400         [generic sys/param.h] (sysdep_headers): Likewise.
6401         [generic bits/errno.h] (before-compile): Do not append to
6402         variable.
6403         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
6404         rule.
6405         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
6406         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
6407         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
6408         [generic bits/errno.h] (common-generated): Do not append to
6409         variable.
6410         [generic bits/ioctls.h] (before-compile): Do not append to
6411         variable.
6412         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
6413         rule.
6414         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
6415         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
6416         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
6417         rule.
6418         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
6419         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
6420         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
6421         [generic bits/ioctls.h] (common-generated): Do not append to
6422         variable.
6423         [generic sys/syscall.h] (syscall.h): Remove variable.
6424         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
6425         rule.
6426         [generic sys/syscall.h] (before-compile): Do not append to
6427         variable.
6428         [generic sys/syscall.h] (common-generated): Likewise.
6429         * sysdeps/unix/errnos-tmpl.c: Remove file.
6430         * sysdeps/unix/errnos.awk: Likewise.
6431         * sysdeps/unix/ioctls-tmpl.c: Likewise.
6432         * sysdeps/unix/ioctls.awk: Likewise.
6433         * sysdeps/unix/mk-local_lim.c: Likewise.
6434         * sysdeps/unix/snarf-ioctls: Likewise.
6435
6436 2012-03-19  Richard Henderson  <rth@twiddle.net>
6437
6438         * sysdeps/i386/fpu/fenv_private.h: New file.
6439         * sysdeps/i386/fpu/math_private.h: Use it.
6440         (math_opt_barrier, math_force_eval): Remove.
6441         (libc_feholdexcept_setround_53bit): Remove.
6442         (libc_feupdateenv_53bit): Remove.
6443         * sysdeps/x86_64/fpu/math_private.h: Likewise.
6444         (math_opt_barrier, math_force_eval): Remove.
6445         (libc_feholdexcept): Remove.
6446         (libc_feholdexcept_setround): Remove.
6447         (libc_fetestexcept, libc_fesetenv): Remove.
6448         (libc_feupdateenv_test): Remove.
6449         (libc_feupdateenv, libc_feholdsetround): Remove.
6450         (libc_feresetround): Remove.
6451
6452         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
6453         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
6454
6455         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
6456         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
6457         (libc_feupdateenv_testl): New.
6458         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
6459         (libc_feupdateenv_testf): New.
6460         (libc_feupdateenv): Use libc_feupdateenv_test.
6461         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
6462         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
6463
6464         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
6465         (libc_feholdsetroundf, libc_feholdsetroundl): New.
6466         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
6467         (libc_feresetround_noex): New.
6468         (libc_feresetround_noexf): New.
6469         (libc_feresetround_noexl): New.
6470         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
6471         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
6472         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
6473         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
6474         SET_RESTORE_ROUND.
6475         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
6476         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
6477         (__cos): Likewise.
6478         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
6479         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
6480         SET_RESTORE_ROUND_NOEX.
6481         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
6482         SET_RESTORE_ROUND_NOEXF.
6483         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
6484         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
6485         (libc_feholdsetroundf): New.
6486         (libc_feresetround, libc_feresetroundf): New.
6487
6488         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
6489         (libc_feholdexcept_setround_53bit): Convert from macro to function.
6490         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
6491
6492         * sysdeps/generic/math_private.h: Include <fenv.h>.
6493         (default_libc_feholdexcept): New.
6494         (default_libc_feholdexcept_setround): New.
6495         (default_libc_fesetenv, default_libc_feupdateenv): New.
6496         (libc_feholdexcept): Only define if undefined.
6497         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
6498         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
6499         (libc_feholdexcept_setroundl): Likewise.
6500         (libc_feholdexcept_setround_53bit): Likewise.
6501         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
6502         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
6503         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
6504         (libc_feupdateenv_53bit): Likewise.
6505         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
6506         (libc_feholdexcept): Convert from macro to inline function.
6507         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
6508         (libc_fesetenv, libc_feupdateenv): Likewise.
6509
6510         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
6511         not previously defined.
6512         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
6513         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
6514         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
6515         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
6516         * sysdeps/ieee754/flt-32/math_private.h: New file.
6517         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
6518         math_private.h below SET_FLOAT_WORD.
6519         (__isnan, __isinf_ns, __finite): Remove.
6520         (__isnanf, __isinf_nsf, __finitef): Remove.
6521
6522 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
6523
6524         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6525
6526 2012-03-17  David S. Miller  <davem@davemloft.net>
6527
6528         [BZ #6471]
6529         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
6530         for 2.16.
6531
6532 2012-03-16  David S. Miller  <davem@davemloft.net>
6533
6534         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
6535         warnings.
6536
6537         [BZ #6471]
6538         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
6539         properly.
6540         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
6541         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
6542         sysdep_routines when subdir is sysvipc.
6543         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
6544         __getshmlba helper.
6545
6546         * sysdeps/sparc/fpu/libm-test/ulps: Update.
6547
6548 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
6549
6550         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
6551         [__LP64__].
6552
6553 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
6554
6555         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
6556         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
6557         (__lround): Renamed to ...
6558         (__llround): This.  Replace long int with long long int.
6559         Define lround functions as aliases of llround functions.
6560         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
6561
6562 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
6563
6564         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
6565         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
6566         adresses to uintptr_t.  Replace "long int" and "unsigned long
6567         int" with "greg_t" on va_arg.
6568
6569 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
6570
6571         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
6572         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
6573
6574         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
6575         Move e_machine check before EI_CLASS check.  Handle x32
6576         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
6577         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
6578         SKIP_EM_IA_64 and include
6579         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
6580
6581         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
6582         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
6583         (add_system_dir): New macro.
6584
6585         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
6586         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
6587
6588 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
6589
6590         [BZ #2551]
6591         [BZ #2552]
6592         [BZ #2553]
6593         [BZ #2554]
6594         [BZ #2562]
6595         [BZ #2563]
6596         [BZ #2565]
6597         [BZ #2566]
6598         [BZ #2576]
6599         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
6600         (y0): Likewise.
6601         * math/w_j0f.c (j0f): Likewise.
6602         (y0f): Likewise.
6603         * math/w_j0l.c (__j0l): Likewise.
6604         (__y0l): Likewise.
6605         * math/w_j1.c (j1): Likewise.
6606         (y1): Likewise.
6607         * math/w_j1f.c (j1f): Likewise.
6608         (y1f): Likewise.
6609         * math/w_j1l.c (__j1l): Likewise.
6610         (__y1l): Likewise.
6611         * math/w_jn.c (jn): Likewise.
6612         (yn): Likewise.
6613         * math/w_jnf.c (jnf): Likewise.
6614         (ynf): Likewise.
6615         * math/w_jnl.c (__jnl): Likewise.
6616         (__ynl): Likewise.
6617         * math/libm-test.inc (j0_test): Add more tests.
6618         (j1_test): Likewise.
6619         (jn_test): Likewise.  Add trailing semicolon to existing test.
6620         (y0_test): Likewise.
6621         (y1_test): Likewise.
6622         * sysdeps/i386/fpu/libm-test-ulps: Update.
6623         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6624
6625         [BZ #13851]
6626         [BZ #13854]
6627         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
6628         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
6629         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
6630         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
6631         (__tanl): Set errno for infinite argument.
6632         * sysdeps/i386/fpu/mptan.c: Remove.
6633         * sysdeps/i386/fpu/s_tan.S: Likewise.
6634         * sysdeps/i386/fpu/s_tanl.S: Likewise.
6635         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
6636         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
6637         * math/libm-test.inc (tan_test): Add more tests and enable more
6638         tests for double and long double.
6639         * sysdeps/i386/fpu/libm-test-ulps: Update.
6640         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6641
6642 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6643
6644         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
6645         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
6646
6647 2012-03-16  Roland McGrath  <roland@hack.frob.com>
6648
6649         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
6650         * configure.in: Use it for both main tree and add-ons.
6651         * configure: Regenerated.
6652
6653 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
6654
6655         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
6656
6657 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
6658
6659         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
6660         in comment.
6661
6662         [BZ #13851]
6663         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
6664         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
6665         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
6666         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
6667         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
6668         infinite argument.
6669         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
6670         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
6671         != 0 for prec == 2.
6672         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
6673         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
6674         * sysdeps/i386/fpu/s_cosl.S: Likewise.
6675         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
6676         * sysdeps/i386/fpu/s_sinl.S: Likewise.
6677         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
6678         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
6679         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
6680         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
6681         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
6682         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
6683         * math/libm-test.inc (cos_test): Add more tests and enable more
6684         tests for long double.
6685         (sin_test): Likewise.
6686         (sincos_test): Likewise.
6687         * sysdeps/i386/fpu/libm-test-ulps: Update.
6688         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6689
6690 2012-03-16  David S. Miller  <davem@davemloft.net>
6691
6692         * sysdeps/sparc/fpu/math_private.h: New file.
6693
6694 2012-03-15  David S. Miller  <davem@davemloft.net>
6695
6696         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
6697         file.
6698         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
6699         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
6700         file.
6701         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
6702         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
6703         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
6704         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
6705         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
6706         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
6707         sysdep routines.
6708         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
6709
6710         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
6711         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
6712
6713         * sysdeps/sparc/sparc-ifunc.h: New file.
6714         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
6715         sparc-ifunc.h
6716         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
6717         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
6718         Likewise.
6719         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
6720         Likewise.
6721         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
6722         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
6723         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
6724         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
6725         Likewise.
6726         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
6727         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
6728         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
6729         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
6730         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
6731         Likewise.
6732         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
6733         Likewise.
6734         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
6735         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
6736         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
6737         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
6738         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
6739         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
6740         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
6741         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
6742         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
6743         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
6744         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
6745         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
6746         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
6747         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
6748         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
6749         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
6750         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
6751         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
6752         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
6753         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
6754         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
6755         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
6756         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
6757         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
6758
6759 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
6760
6761         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
6762         scaling.
6763         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6764
6765 2012-03-15  Andreas Jaeger  <aj@suse.de>
6766
6767         [BZ #13852]
6768         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
6769         ieee754/flt-32 implementation for sin, cos and sincos.
6770         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
6771         * sysdeps/i386/fpu/s_cosf.S: Likewise.
6772         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
6773         * sysdeps/i386/fpu/s_sinf.S: Likewise.
6774         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
6775         ieee754/flt-32 implementation for tan.
6776
6777         * math/libm-test.inc (cos_test): Enable some large input tests for
6778         float as well
6779         (sin_test): Likewise.
6780         (sincos_test): Likewise.
6781         (tan_test): Add tests for large input.
6782
6783         * sysdeps/i386/fpu/libm-test-ulps: Update.
6784
6785 2012-03-15  Andreas Jaeger  <aj@suse.de>
6786
6787         [BZ #13658]
6788         * math/libm-test.inc (cos_test): Add more test cases.
6789         (sin_test): Likewise.
6790         (sincos_test): Likewise.
6791
6792 2012-03-15  Andreas Jaeger  <aj@suse.de>
6793
6794         [BZ #13837]
6795         * math/libm-test.inc (cos_test): Add a test case for large input
6796         value.
6797         (sin_test): Likewise.
6798         (sincos_test): Likewise.
6799
6800 2012-03-15  Andreas Jaeger  <aj@suse.de>,
6801         Joseph Myers  <joseph@codesourcery.com>
6802
6803         [BZ #13658]
6804         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
6805         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
6806         * sysdeps/i386/fpu/branred.c: Likewise.
6807         * sysdeps/i386/fpu/dosincos.c: Likewise.
6808         * sysdeps/i386/fpu/mpa.c: Likewise.
6809         * sysdeps/i386/fpu/s_cos.S: Likewise.
6810         * sysdeps/i386/fpu/s_sin.S: Likewise.
6811         * sysdeps/i386/fpu/s_sincos.S: Likewise.
6812         * sysdeps/i386/fpu/sincos32.c: Likewise.
6813
6814         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
6815         Define.
6816         (libc_feupdateenv_53bit): Define.
6817         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
6818         Define.
6819         (libc_feupdateenv_53bit): Define.
6820
6821         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
6822         53 bit (without extend i386 double precision).
6823
6824         * math/libm-test.inc (sincos_test): Add tests for large input.
6825         (sin): Likewise.
6826         (cos): Likewise.
6827
6828         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
6829
6830 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
6831
6832         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6833
6834 2012-03-15  David S. Miller  <davem@davemloft.net>
6835
6836         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
6837         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
6838         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
6839         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
6840         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
6841         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
6842         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
6843         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
6844         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
6845         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
6846         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
6847         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
6848         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
6849         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
6850         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
6851         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
6852         file.
6853         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
6854         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
6855         file.
6856         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
6857         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
6858         file.
6859         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
6860         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
6861         file.
6862         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
6863         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
6864         fmin/fmax sysdep routines.
6865         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
6866
6867 2012-03-14  David S. Miller  <davem@davemloft.net>
6868
6869         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
6870         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
6871         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
6872         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
6873         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
6874         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
6875         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
6876         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
6877         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
6878         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
6879         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
6880         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
6881         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
6882         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
6883         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
6884         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
6885         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
6886         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
6887         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
6888         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
6889         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
6890         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
6891         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
6892         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
6893         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
6894         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
6895         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
6896         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
6897         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
6898         routines.
6899         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
6900         file.
6901         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
6902         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
6903         file.
6904         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
6905         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
6906         file.
6907         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
6908         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
6909         file.
6910         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
6911         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
6912         file.
6913         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
6914         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
6915         file.
6916         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
6917         file.
6918         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
6919         file.
6920         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
6921         file.
6922         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
6923         New file.
6924         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
6925         file.
6926         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
6927         file.
6928         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
6929         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
6930         file.
6931         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
6932         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
6933         file.
6934         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
6935         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
6936         file.
6937         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
6938         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
6939         VIS3 routines.
6940
6941         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
6942         New file.
6943
6944         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6945
6946         * sysdeps/sparc/configure.in: New file.
6947         * sysdeps/sparc/configure: Generate.
6948         * configure.in (libc_cv_sparc_as_vis3): Substitute.
6949         * configure: Regenerate.
6950         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
6951         * config.make.in (have-as-vis3): New.
6952         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
6953         available use -Av9d instead of -Av9a.
6954         * sysdeps/sparc/sparc64/Makefile: Likewise.
6955         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
6956         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
6957         New file.
6958         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
6959         file.
6960         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
6961         New file.
6962         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
6963         file.
6964         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
6965         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
6966         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
6967         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
6968         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
6969
6970         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
6971         fzeros/fnegs to load 0x80000000 into a float register instead of
6972         using the stack.
6973         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
6974
6975 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
6976
6977         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
6978         bits/syscall.h.
6979         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
6980         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
6981         ($(inst_includedir)/bits/syscall.h): Remove rule.
6982         ($(objpfx)bits/syscall.d): Include instead of
6983         $(objpfx)syscall-list.d.
6984         (generated): Change syscall-list.h and syscall-list.d to
6985         bits/syscall.h and bits/syscall.d.
6986
6987 2012-03-14  Roland McGrath  <roland@hack.frob.com>
6988
6989         [BZ #13846]
6990         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
6991
6992 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
6993
6994         [BZ #13841]
6995         * math/s_csqrt.c: Include <float.h>.
6996         (__csqrt): Scale large or subnormal inputs.
6997         * math/s_csqrtf.c: Likewise.
6998         * math/s_csqrtl.c: Likewise.
6999         * math/libm-test.inc (csqrt_test): Add more tests.
7000         * sysdeps/i386/fpu/libm-test-ulps: Update.
7001         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7002
7003         [BZ #13840]
7004         * math/libm-test.inc (hypot_test): Add more tests.
7005
7006 2012-03-13  David S. Miller  <davem@davemloft.net>
7007
7008         [BZ #13840]
7009         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
7010         double-precision for the calculation instead of scaling.
7011
7012 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
7013
7014         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
7015         manipulate bits before adding and subtracting TWO52[sx].
7016         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
7017         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
7018         Likewise.
7019         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
7020
7021 2012-03-13  David S. Miller  <davem@davemloft.net>
7022
7023         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
7024         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
7025         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
7026         rtld-global-offsets.h
7027         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
7028
7029         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
7030         large parameters.
7031
7032         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
7033
7034         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
7035         'err' in the ifdef scope in which it is actually used.
7036
7037         * nss/nss_db/db-init.c: Include string.h
7038
7039 2012-03-12  David S. Miller  <davem@davemloft.net>
7040
7041         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
7042         masking out of the most significant byte of random value used.
7043         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
7044         Fix coding style in previous change.
7045
7046         * sysdeps/unix/sysv/linux/kernel-features.h
7047         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
7048         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
7049         expression.
7050         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
7051         later.
7052
7053 2012-03-11  David S. Miller  <davem@davemloft.net>
7054
7055         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
7056         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
7057         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
7058         for 'resultvar' otherwise things get truncated on 64-bit.
7059
7060         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
7061         Fix masking out of the most significant byte of random value used.
7062
7063         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7064
7065 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
7066
7067         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7068
7069 2012-03-09  David S. Miller  <davem@davemloft.net>
7070
7071         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
7072         variables with appropriate CPP guards.
7073         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
7074         frame pointer, not the stack pointer.  Correct layout comments.  Fix test
7075         on resulting framesize and the management of the outregs buffer for pltexit.
7076         Preserve floating point return values across _dl_call_pltexit call.
7077         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
7078         framesize and the management of the outregs buffer for pltexit.
7079         Preserve floating point return values across _dl_call_pltexit
7080         call.
7081         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
7082         la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
7083         (print_exit): Fix format string for return register value.
7084
7085 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
7086
7087         * sunrpc/Makefile (others): Add rpcgen.
7088         ($(objpfx)rpcgen): Remove special build rule and dependency on
7089         libc.
7090         * sunrpc/rpcgen.c: New file.
7091
7092 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
7093
7094         [BZ #13673]
7095         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
7096         * stdio-common/bug-vfprintf-nargs.c: Likewise.
7097         * sysdeps/i386/crti.S: Likewise.
7098         * sysdeps/i386/crtn.S: Likewise.
7099         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
7100         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
7101         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
7102         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
7103         * sysdeps/sh/crti.S: Likewise.
7104         * sysdeps/sh/crtn.S: Likewise.
7105         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
7106
7107         [BZ #13673]
7108         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
7109         with URL.
7110         * locale/programs/locfile-kw.gperf: Likewise.
7111         * locale/programs/charmap-kw.h: Regenerated.
7112         * locale/programs/locfile-kw.h: Likewise.
7113
7114         [BZ #13673]
7115         * intl/plural.y: Replace FSF snail mail address with URL.
7116         * intl/plural.c: Regenerated.
7117
7118 2012-03-09  Richard Henderson  <rth@twiddle.net>
7119
7120         * include/math_private.h: Remove file.
7121         * math/math_private.h: Move file ...
7122         * sysdeps/generic/math_private.h: ... here.
7123
7124         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
7125         * sysdeps/powerpc/fpu/math_private.h: Likewise.
7126         * sysdeps/x86_64/fpu/math_private.h: Likewise.
7127
7128         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
7129         and <math_private.h>.
7130         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
7131         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
7132         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
7133         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
7134         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
7135         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
7136         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
7137         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
7138         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
7139         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
7140         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
7141         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
7142         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
7143         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
7144         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
7145         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
7146         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
7147         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
7148         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
7149         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
7150         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
7151         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
7152         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
7153         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
7154         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
7155         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
7156         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
7157         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
7158         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
7159         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
7160         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
7161         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
7162         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
7163         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
7164         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
7165         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
7166         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
7167         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
7168         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
7169         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
7170         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
7171         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
7172         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
7173         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
7174         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
7175         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
7176         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
7177         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
7178         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
7179         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
7180         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
7181         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
7182         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
7183         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
7184         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
7185         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
7186         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
7187         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7188         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
7189         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
7190         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
7191         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
7192         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
7193         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
7194         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
7195         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
7196         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
7197         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
7198         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
7199         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
7200         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
7201         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
7202         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
7203         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
7204         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
7205         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
7206         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
7207         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
7208         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
7209         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
7210         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
7211         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
7212         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
7213         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
7214         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
7215         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7216         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
7217         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
7218         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
7219         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
7220         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
7221         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
7222         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
7223         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
7224         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
7225         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
7226         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
7227         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
7228         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
7229         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
7230         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
7231         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
7232         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
7233         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
7234         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
7235         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
7236         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
7237         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
7238         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
7239         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
7240         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
7241         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
7242         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
7243         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
7244         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
7245         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
7246         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
7247         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
7248         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
7249         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
7250         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
7251         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
7252         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
7253         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
7254         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
7255         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
7256         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
7257         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
7258         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
7259         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
7260         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
7261         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
7262         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
7263         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
7264         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
7265         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
7266         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
7267         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
7268         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
7269         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
7270         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
7271         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
7272         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
7273         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
7274         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
7275         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
7276         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
7277         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
7278         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
7279         * sysdeps/ieee754/k_standard.c: Likewise.
7280         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
7281         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
7282         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
7283         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
7284         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
7285         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
7286         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
7287         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
7288         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
7289         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
7290         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
7291         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
7292         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
7293         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
7294         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
7295         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
7296         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
7297         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
7298         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
7299         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
7300         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
7301         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
7302         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
7303         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
7304         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
7305         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
7306         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
7307         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
7308         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
7309         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
7310         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
7311         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
7312         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
7313         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
7314         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
7315         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
7316         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
7317         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
7318         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
7319         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
7320         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
7321         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
7322         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
7323         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
7324         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
7325         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
7326         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
7327         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
7328         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
7329         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
7330         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
7331         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
7332         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
7333         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
7334         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7335         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
7336         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
7337         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
7338         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
7339         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
7340         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
7341         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
7342         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
7343         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
7344         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
7345         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
7346         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
7347         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
7348         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
7349         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
7350         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
7351         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
7352         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
7353         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
7354         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
7355         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
7356         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
7357         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
7358         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
7359         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
7360         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
7361         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
7362         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
7363         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
7364         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
7365         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
7366         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
7367         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
7368         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
7369         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
7370         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
7371         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
7372         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
7373         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
7374         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
7375         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
7376         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
7377         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
7378         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
7379         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
7380         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
7381         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
7382         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
7383         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
7384         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
7385         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
7386         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
7387         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
7388         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
7389         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
7390         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
7391         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
7392         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
7393         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
7394         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
7395         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
7396         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
7397         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
7398         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
7399         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
7400         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
7401         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
7402         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
7403         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
7404         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
7405         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
7406         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
7407         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
7408         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
7409         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
7410         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
7411         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
7412         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
7413         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
7414         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
7415         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
7416         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
7417         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
7418         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
7419         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
7420         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
7421         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
7422         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
7423         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
7424         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
7425         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
7426         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
7427         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
7428         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
7429         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
7430         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
7431         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
7432         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7433         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
7434         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
7435         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
7436         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
7437         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
7438         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
7439         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
7440         * sysdeps/ieee754/s_lib_version.c: Likewise.
7441         * sysdeps/ieee754/s_matherr.c: Likewise.
7442         * sysdeps/ieee754/s_signgam.c: Likewise.
7443         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
7444         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
7445         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
7446         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
7447         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
7448         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
7449         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
7450         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
7451         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
7452         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
7453         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
7454         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
7455         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
7456         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
7457         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
7458         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
7459         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
7460         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
7461         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
7462         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
7463         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
7464
7465 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
7466
7467         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
7468         * sunrpc/rpc_main.c: Likewise.
7469         * sunrpc/rpc_svcout.c: Likewise.
7470
7471 2012-03-09  David S. Miller  <davem@davemloft.net>
7472
7473         * include/math_private.h: New file.
7474
7475 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
7476
7477         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
7478         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
7479         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
7480         from <bits/socket_type.h>.
7481         (enum __socket_type): Don't define here.
7482         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
7483         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
7484         bits/socket_type.h.
7485
7486         [BZ #13566]
7487         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
7488         checking __USE_GNU.
7489
7490         * Makerules ($(inst_includedir)/%.h): New rule.
7491         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
7492         (install-others): Remove variable setting.
7493         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
7494
7495 2012-03-08  Richard Henderson  <rth@twiddle.net>
7496
7497         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
7498         from macro to inline function; merge with the
7499         !__LIBC_INTERNAL_MATH_INLINES version.
7500         (__ieee754_sqrtf): Likewise.
7501
7502         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
7503         to inline function.
7504         (__rintf, __floor, __floorf): Likewise.
7505
7506         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
7507         macro to inline function.
7508         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
7509
7510         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
7511         not <math/math_private.h>.
7512
7513 2012-03-08  David S. Miller  <davem@davemloft.net>
7514
7515         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
7516         copyright year.
7517         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
7518
7519 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
7520
7521         * resolv/gai_misc.c (handle_requests): Fix struct timespec
7522         normalization.
7523         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
7524         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
7525
7526 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
7527
7528         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
7529         be defined individually, they must be defined as a block.  Define
7530         S for printing a string instead of hidint the different by using a
7531         macro for adding the 'l'.
7532         * stdio-common/tst-fphex-wide.c: Adjust.
7533
7534 2012-03-07  Marek Polacek  <polacek@redhat.com>
7535
7536         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
7537
7538 2012-03-08  Marek Polacek  <polacek@redhat.com>
7539
7540         [BZ #13806]
7541         * stdio-common/Makefile (tests): Add tst-fphex-wide.
7542         * stdio-common/tst-fphex.c: Define a few macros to make the
7543         test reusable.  Use them.
7544         * stdio-common/tst-fphex-wide.c: New file.
7545
7546 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
7547
7548         [BZ #6911]
7549         * manual/macros.texi (gnusystems): New macro.
7550         (nongnusystems): Likewise.
7551         (gnulinuxhurdsystems): Likewise.
7552         (gnuhurdsystems): Likewise..
7553         (gnulinuxsystems): Likewise.
7554         * manual/charset.texi: Use new macros or @theglibc{} to refer to
7555         variants of the GNU system, not "GNU system".
7556         * manual/conf.texi: Likewise.
7557         * manual/errno.texi: Likewise.  Update example of errno macro
7558         expansion.
7559         * manual/filesys.texi: Likewise.
7560         (getumask): Document as specific to GNU/Hurd.
7561         * manual/install.texi: Likewise.  Reword some references to
7562         GNU/Linux.
7563         * manual/intro.texi: Likewise.
7564         * manual/io.texi: Likewise.
7565         (File Name Portability): Detail which constraints are inapplicable
7566         to all GNU systems and which are only inapplicable to GNU/Hurd.
7567         * manual/job.texi: Likewise.
7568         * manual/llio.texi: Likewise.
7569         (O_NOCTTY): Document as present on GNU/Linux.
7570         * manual/maint.texi: Likewise.
7571         * manual/memory.texi: Likewise.
7572         * manual/pattern.texi: Likewise.
7573         * manual/pipe.texi: Likewise.
7574         * manual/process.texi: Likewise.
7575         * manual/resource.texi: Likewise.
7576         (RUSAGE_CHILDREN): Remove statement about specifying a particular
7577         child on GNU/Hurd.
7578         * manual/setjmp.texi: Likewise.
7579         * manual/signal.texi: Likewise.
7580         * manual/startup.texi: Likewise.
7581         * manual/stdio.texi: Likewise.
7582         * manual/terminal.texi: Likewise.
7583         (ONLCR): Document as POSIX.
7584         (OXTABS): Document availability on GNU/Linux as XTABS.
7585         (ONOEOT): Document availability separately from other bits.
7586         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
7587         * manual/time.texi: Likewise.
7588         * manual/users.texi: Likewise.
7589         * INSTALL: Regenerated.
7590         * sysdeps/gnu/errlist.c: Regenerated.
7591
7592         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
7593         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
7594         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
7595         puts.
7596         * configure: Regenerated.
7597
7598 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
7599
7600         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
7601         default includes instead of AC_HEADER_CHECK.
7602         * sysdeps/i386/configure: Regenerated.
7603
7604         [BZ #10716]
7605         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
7606         * math/s_cacoshf.c (__cacoshf): Likewise.
7607         * math/s_cacoshl.c (__cacoshl): Likewise.
7608         * math/s_casinh.c (__casinh): Set signs of result from argument.
7609         * math/s_casinhf.c (__casinhf): Likewise.
7610         * math/s_casinhl.c (__casinhl): Likewise.
7611         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
7612         (casinh_test): Add more tests.
7613         * sysdeps/i386/fpu/libm-test-ulps: Update.
7614         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7615
7616 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
7617
7618         * po/zh_TW.po: Update from translation team.
7619
7620         * login/Makefile (distribute): Remove variable.
7621         * catgets/Makefile: Likewise.
7622         * mach/Makefile: Likewise.
7623         * malloc/Makefile: Likewise.
7624         * misc/Makefile: Likewise.
7625         * iconv/Makefile: Likewise.
7626         * nscd/Makefile: Likewise.
7627         * hurd/Makefile: Likewise.
7628         * manual/Makefile: Likewise.
7629         * locale/Makefile: Likewise.
7630         * intl/Makefile: Likewise.
7631         * conform/Makefile: Likewise.
7632         * nss/Makefile: Likewise.
7633         * time/Makefile: Likewise.
7634         * soft-fp/Makefile: Likewise.
7635         * dirent/Makefile: Likewise.
7636         * gmon/Makefile: Likewise.
7637         * po/Makefile: Likewise.
7638         * rt/Makefile: Likewise.
7639         * socket/Makefile: Likewise.
7640         * math/Makefile: Likewise.
7641         * signal/Makefile: Likewise.
7642         * debug/Makefile: Likewise.
7643         * elf/Makefile: Likewise.
7644         * timezone/Makefile: Likewise.
7645         * stdlib/Makefile: Likewise.
7646         * iconvdata/Makefile: Likewise.
7647         * sunrpc/Makefile: Likewise.
7648         * io/Makefile: Likewise.
7649         * argp/Makefile: Likewise.
7650         * inet/Makefile: Likewise.
7651         * hesiod/Makefile: Likewise.
7652         * grp/Makefile: Likewise.
7653         * csu/Makefile: Likewise.
7654         * wctype/Makefile: Likewise.
7655         * crypt/Makefile: Likewise.
7656         * libio/Makefile: Likewise.
7657         * string/Makefile: Likewise.
7658         * nis/Makefile: Likewise.
7659         * resolv/Makefile: Likewise.
7660         * stdio-common/Makefile: Likewise.
7661         * wcsmbs/Makefile: Likewise.
7662         * dlfcn/Makefile: Likewise.
7663         * posix/Makefile: Likewise.
7664
7665         [BZ #6959]
7666         * timezone/Makefile: Don't install timezone files, just the programs
7667         and scripts.
7668
7669 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
7670
7671         * nss/databases.def: Add missing gshadow entry.
7672
7673         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
7674
7675 2012-03-06  Marek Polacek  <polacek@redhat.com>
7676
7677         [BZ #13726]
7678         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
7679         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
7680         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
7681         * stdio-common/tst-long-dbl-fphex.c: New file.
7682
7683 2012-03-06  David S. Miller  <davem@davemloft.net>
7684
7685         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
7686         (set_obp_int): New function.
7687         (get_obp_int): New function.
7688         (__get_clockfreq_via_dev_openprom): Likewise.
7689         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
7690         Avoid unused variable warnings on 'val' and use builtin_expect.
7691         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
7692         __builtin_expect.
7693         (INLINE_CLONE_SYSCALL): Likewise.
7694
7695 2012-03-05  David S. Miller  <davem@davemloft.net>
7696
7697         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7698
7699 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
7700
7701         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7702
7703         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
7704         only for |x| >= 40.
7705         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
7706
7707 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
7708
7709         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
7710         Replace gettimeofday with __vdso_gettimeofday.
7711
7712         * sysdeps/unix/sysv/linux/x86_64/init-first.c
7713         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
7714         __vdso_clock_gettime and __vdso_getcpu.
7715
7716         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
7717         time with __vdso_time.
7718
7719 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
7720
7721         * manual/lang.texi (size_t): Note types to which size_t may be
7722         equivalent with the GNU C Library, but do not describe when
7723         differences between them are significant.
7724
7725 2012-03-05  Andreas Jaeger  <aj@suse.de>
7726
7727         * sysdeps/i386/fpu/libm-test-ulps: Update.
7728
7729 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
7730
7731         [BZ #3976]
7732         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
7733         (__ieee754_pow): Save and restore rounding mode and use
7734         round-to-nearest for main computations.
7735         * math/libm-test.inc (pow_test_tonearest): New function.
7736         (pow_test_towardzero): Likewise.
7737         (pow_test_downward): Likewise.
7738         (pow_test_upward): Likewise.
7739         (main): Call the new functions.
7740         * sysdeps/i386/fpu/libm-test-ulps: Update.
7741         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7742
7743         [BZ #3976]
7744         * math/libm-test.inc (cosh_test_tonearest): New function.
7745         (cosh_test_towardzero): Likewise.
7746         (cosh_test_downward): Likewise.
7747         (cosh_test_upward): Likewise.
7748         (sinh_test_tonearest): Likewise.
7749         (sinh_test_towardzero): Likewise.
7750         (sinh_test_downward): Likewise.
7751         (sinh_test_upward): Likewise.
7752         (main): Call the new functions.
7753         * sysdeps/i386/fpu/libm-test-ulps: Update.
7754         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7755
7756 2012-03-05  Tom de Vries  <tom@codesourcery.com>
7757
7758         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
7759         default stack guard is set in last bytes.
7760         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
7761
7762 2012-03-05  Kees Cook  <keescook@chromium.org>
7763
7764         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
7765
7766         [BZ #13656]
7767         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
7768         possibly allocate from heap instead of stack.
7769         * stdio-common/bug-vfprintf-nargs.c: New file.
7770         * stdio-common/Makefile (tests): Add nargs overflow test.
7771
7772 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
7773
7774         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7775
7776 2012-03-03  Marek Polacek  <polacek@redhat.com>
7777
7778         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
7779         * math/math_private.h: Likewise.
7780         * stdlib/tst-strtod.c: Likewise.
7781         * sysdeps/i386/i486/bits/atomic.h: Likewise.
7782         * sysdeps/x86_64/bits/atomic.h: Likewise.
7783
7784 2012-03-02  David S. Miller  <davem@davemloft.net>
7785
7786         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
7787         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
7788         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
7789         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
7790         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
7791         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
7792         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
7793         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
7794
7795 2012-03-02  Roland McGrath  <roland@hack.frob.com>
7796
7797         [BZ #13792]
7798         * manual/examples/README: New file, says the example source files
7799         can be used under GPL>=2.
7800         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
7801         line containing just "*/".
7802         * manual/examples/add.c: Add copyright header (GPL>=2).
7803         * manual/examples/argp-ex1.c: Likewise.
7804         * manual/examples/argp-ex2.c: Likewise.
7805         * manual/examples/argp-ex3.c: Likewise.
7806         * manual/examples/argp-ex4.c: Likewise.
7807         * manual/examples/atexit.c: Likewise.
7808         * manual/examples/db.c: Likewise.
7809         * manual/examples/dir.c: Likewise.
7810         * manual/examples/dir2.c: Likewise.
7811         * manual/examples/execinfo.c: Likewise.
7812         * manual/examples/filecli.c: Likewise.
7813         * manual/examples/filesrv.c: Likewise.
7814         * manual/examples/fmtmsgexpl.c: Likewise.
7815         * manual/examples/genpass.c: Likewise.
7816         * manual/examples/inetcli.c: Likewise.
7817         * manual/examples/inetsrv.c: Likewise.
7818         * manual/examples/isockad.c: Likewise.
7819         * manual/examples/longopt.c: Likewise.
7820         * manual/examples/memopen.c: Likewise.
7821         * manual/examples/memstrm.c: Likewise.
7822         * manual/examples/mkfsock.c: Likewise.
7823         * manual/examples/mkisock.c: Likewise.
7824         * manual/examples/mygetpass.c: Likewise.
7825         * manual/examples/pipe.c: Likewise.
7826         * manual/examples/popen.c: Likewise.
7827         * manual/examples/rprintf.c: Likewise.
7828         * manual/examples/search.c: Likewise.
7829         * manual/examples/select.c: Likewise.
7830         * manual/examples/setjmp.c: Likewise.
7831         * manual/examples/sigh1.c: Likewise.
7832         * manual/examples/sigusr.c: Likewise.
7833         * manual/examples/stpcpy.c: Likewise.
7834         * manual/examples/strdupa.c: Likewise.
7835         * manual/examples/strftim.c: Likewise.
7836         * manual/examples/strncat.c: Likewise.
7837         * manual/examples/subopt.c: Likewise.
7838         * manual/examples/swapcontext.c: Likewise.
7839         * manual/examples/termios.c: Likewise.
7840         * manual/examples/testopt.c: Likewise.
7841         * manual/examples/testpass.c: Likewise.
7842         * manual/examples/timeval_subtract.c: Likewise.
7843
7844         [BZ #13792]
7845         * manual/time.texi (Elapsed Time): Move timeval_subtract example
7846         function to ...
7847         * manual/timeval_subtract.c.texi: ... here, new file.
7848
7849 2012-03-02  David S. Miller  <davem@davemloft.net>
7850
7851         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
7852
7853 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
7854
7855         [BZ #3976]
7856         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
7857         (__sin): Save and restore rounding mode and use round-to-nearest
7858         for all computations.
7859         (__cos): Save and restore rounding mode and use round-to-nearest
7860         for all computations.
7861         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
7862         <fenv.h>.
7863         (tan): Save and restore rounding mode and use round-to-nearest for
7864         all computations.
7865         * math/libm-test.inc (cos_test_tonearest): New function.
7866         (cos_test_towardzero): Likewise.
7867         (cos_test_downward): Likewise.
7868         (cos_test_upward): Likewise.
7869         (sin_test_tonearest): Likewise.
7870         (sin_test_towardzero): Likewise.
7871         (sin_test_downward): Likewise.
7872         (sin_test_upward): Likewise.
7873         (tan_test_tonearest): Likewise.
7874         (tan_test_towardzero): Likewise.
7875         (tan_test_downward): Likewise.
7876         (tan_test_upward): Likewise.
7877         (main): Call the new functions.
7878         * sysdeps/i386/fpu/libm-test-ulps: Update.
7879         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7880
7881         [BZ #10135]
7882         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
7883         small n, then large n, before computing and testing k+n.
7884         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
7885         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
7886         Likewise.
7887         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
7888         Likewise.
7889         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
7890         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
7891         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
7892         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
7893         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
7894         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
7895         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
7896         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
7897         * math/libm-test.inc (scalbn_test): Add more tests.
7898         (scalbln_test): Likewise.
7899
7900         * manual/filesys.texi (mode_t): Describe constraints on size and
7901         signedness, not exact equivalence to a particular type.
7902         (ino_t): Likewise.
7903         (ino64_t): Likewise.
7904         (dev_t): Likewise.
7905         (nlink_t): Likewise.
7906         (blkcnt_t): Likewise.
7907         (blkcnt64_t): Likewise.
7908         * manual/llio.texi (off_t): Likewise.
7909
7910         [BZ #3976]
7911         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
7912         (__ieee754_exp): Save and restore rounding mode and use
7913         round-to-nearest for all computations.
7914         * math/libm-test.inc (exp_test_tonearest): New function.
7915         (exp_test_towardzero): Likewise.
7916         (exp_test_downward): Likewise.
7917         (exp_test_upward): Likewise.
7918         (main): Call the new functions.
7919         * sysdeps/i386/fpu/libm-test-ulps: Update.
7920         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7921
7922 2012-03-01  Chris Demetriou  <cgd@google.com>
7923
7924         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
7925         have predictable order.
7926
7927 2012-03-01  David S. Miller  <davem@davemloft.net>
7928
7929         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
7930
7931         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
7932         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
7933         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
7934         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
7935
7936         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
7937         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
7938         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
7939         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
7940         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
7941         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
7942         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
7943         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
7944         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
7945
7946         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7947
7948         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
7949         * sysdeps/sparc/fpu/libm-test-ulps: to here.
7950         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
7951
7952         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
7953         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
7954         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
7955         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
7956         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
7957         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
7958         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
7959         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7960         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
7961         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
7962         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
7963         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
7964         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
7965         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
7966         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
7967         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
7968         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
7969         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
7970         * sysdeps/sparc/elf/configure: Regenerated.
7971
7972 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
7973
7974         * configure.in (AS, LD): Require binutils 2.20 or later.
7975         * configure: Regenerated.
7976         * manual/install.texi (Tools for Compilation): Give binutils 2.20
7977         as required minimum version.
7978         * INSTALL: Regenerated.
7979
7980         [BZ #2541]
7981         [BZ #4108]
7982         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
7983         before squaring exponent.
7984         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
7985         bottom long double and 27 bits of top long double before squaring
7986         exponent.
7987         * math/libm-test.inc (erfc_test): Add more tests.
7988         * sysdeps/i386/fpu/libm-test-ulps: Update.
7989         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
7990         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7991
7992 2012-03-01  Kai Tietz  <ktietz@redhat.com>
7993
7994         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
7995         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
7996         containing bit-fields.
7997         * soft-fp/extended.h (_FP_UNION_E): Likewise.
7998         * soft-fp/single.h (_FP_UNION_S): Likewise.
7999         * soft-fp/double.h (_FP_UNION_D): Likewise.
8000
8001 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
8002
8003         [BZ #13786]
8004         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
8005         not include ../strcmp.S.
8006         [USE_AS_STRNCASECMP_L]: Likewise.
8007         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
8008         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
8009         * sysdeps/i386/i686/multiarch/strncase_l-c.c
8010         (__strncasecmp_l_ia32): Define as alias to
8011         __strncasecmp_l_nonascii.
8012
8013         [BZ #5794]
8014         * math/libm-test.inc (expm1_test): Add test for bug 5794.
8015         * sysdeps/i386/fpu/libm-test-ulps: Update.
8016         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8017
8018         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
8019         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8020
8021 2012-02-29  Jeff Law  <law@redhat.com>
8022
8023         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
8024         out of bounds read.
8025
8026 2012-02-29  Marek Polacek  <polacek@redhat.com>
8027
8028         [BZ #13706]
8029         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
8030         * elf/Makefile: Add rules to run tst-unused-dep.out.
8031
8032 2012-02-28  David S. Miller  <davem@davemloft.net>
8033
8034         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
8035         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
8036         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
8037         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
8038         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
8039         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
8040
8041 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
8042
8043         * math/libm-test.inc (llround_test): Move one test from
8044         lround_test.  Use TEST_f_L in moved test.
8045         (lround_test): Move misplaced test to llround_test.  Add testcase
8046         from bug 2561.
8047
8048 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
8049
8050         * sysdeps/x86_64/fpu/e_expf.S: New file.
8051         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
8052
8053 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
8054
8055         [BZ #13637]
8056         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
8057         of remain_len that may cause incomplete multi-byte character and
8058         false match.
8059         * posix/bug-regex33.c: New file.
8060         * posix/Makefile (tests): Add bug-regex33.
8061
8062 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
8063
8064         * manual/macros.texi: New file.
8065         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
8066         * manual/libc.texinfo: Include macros.texi.
8067         * manual/creatute.texi: Likewise.
8068         * manual/install.texi: Likewise.
8069         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
8070         @glibcadj{} in references to the GNU C Library.
8071         * manual/charset.texi: Likewise.
8072         * manual/conf.texi: Likewise.
8073         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
8074         when not using those macros.
8075         * manual/creature.texi: Likewise.
8076         * manual/crypt.texi: Likewise.
8077         * manual/errno.texi: Likewise.
8078         * manual/filesys.texi: Likewise.
8079         * manual/header.texi: Likewise.
8080         * manual/install.texi: Likewise.
8081         * manual/intro.texi: Likewise.
8082         * manual/io.texi: Likewise.
8083         * manual/job.texi: Likewise.
8084         * manual/lang.texi: Likewise.
8085         * manual/libc.texiinfo: Likewise.
8086         * manual/llio.texi: Likewise.
8087         * manual/locale.texi: Likewise.
8088         * manual/maint.texi: Likewise.
8089         * manual/math.texi: Likewise.
8090         * manual/memory.texi: Likewise.
8091         * manual/message.texi: Likewise.
8092         * manual/nss.texi: Likewise.
8093         * manual/pattern.texi: Likewise.
8094         * manual/process.texi: Likewise.
8095         * manual/resource.texi: Likewise.
8096         * manual/search.texi: Likewise.
8097         * manual/setjmp.texi: Likewise.
8098         * manual/signal.texi: Likewise.
8099         * manual/socket.texi: Likewise.
8100         * manual/startup.texi: Likewise.
8101         * manual/stdio.texi: Likewise.
8102         * manual/string.texi: Likewise.
8103         * manual/sysinfo.texi: Likewise.
8104         * manual/syslog.texi: Likewise.
8105         * manual/terminal.texi: Likewise.
8106         * manual/time.texi: Likewise.
8107         * manual/users.texi: Likewise.
8108         * INSTALL: Regenerated.
8109         * NOTES: Regenerated.
8110         * sysdeps/gnu/errlist.c: Regenerated.
8111
8112 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
8113
8114         * include/dirent.h: Include <dirstream.h> before
8115         <dirent/dirent.h>.
8116
8117 2012-02-28  David S. Miller  <davem@davemloft.net>
8118
8119         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
8120         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
8121         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
8122         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
8123
8124 2012-02-27  David S. Miller  <davem@davemloft.net>
8125
8126         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
8127         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
8128         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
8129         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
8130
8131         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
8132         frame pointer instead of stack pointer relative arg slot.
8133         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
8134         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
8135         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
8136
8137 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
8138
8139         [BZ #3992]
8140         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
8141
8142 2012-02-27  David S. Miller  <davem@davemloft.net>
8143
8144         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
8145         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
8146         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
8147         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
8148         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
8149         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
8150         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
8151         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
8152
8153 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
8154
8155         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
8156         later.  Allow versions 5-9.
8157         * configure: Regenerated.
8158         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
8159         required minimum version and 4.6 as recommended version.  Do not
8160         mention bugs in GCC 2.7 and 2.8.
8161         * INSTALL: Regenerated.
8162
8163 2012-02-27  David S. Miller  <davem@davemloft.net>
8164
8165         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
8166         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
8167         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
8168         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
8169         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
8170         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
8171         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
8172         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
8173
8174         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
8175         manipulate bits before adding and subtracting TWO112[sx].
8176         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
8177
8178 2012-02-27  Roland McGrath  <roland@hack.frob.com>
8179
8180         [BZ #13775]
8181         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
8182         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
8183         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
8184         being in POSIX, because they are in 1003.1-2008.
8185
8186         * rt/tst-aio.c: Include <fcntl.h>.
8187         * rt/tst-aio7.c: Likewise.
8188         * rt/tst-aio64.c: Likewise.
8189
8190         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
8191
8192 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
8193
8194         * manual/install.texi (--with-headers): Describe headers as
8195         interface headers, not private headers.
8196         (Specific advice for GNU/Linux systems): Describe use of headers
8197         from "make headers_install", not private headers from older
8198         kernels.
8199         * INSTALL: Regenerated.
8200         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
8201         Change to 2.6.19.
8202         * sysdeps/unix/sysv/linux/configure: Regenerated.
8203
8204         * manual/llio.texi (fclean): Remove documentation.
8205
8206         * manual/Makefile (libc-texi-generated): New variable.  Include
8207         version.texi.
8208         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
8209         $(libc-texi-generated), not duplicated list of files.
8210         (version.texi, stamp-version): New rules.
8211         (realclean): Remove $(libc-texi-generated), not individual files
8212         from that list.  Do not remove dir-add.texinfo.
8213         * manual/libc.texinfo: Comment out uses of edition numbers and
8214         references to printed manual.  Remove last-updated dates.
8215         (EDITION): Comment out.
8216         (ISBN): Likewise.
8217         (VERSION, UPDATED): Remove.
8218         (version.texi): Include.
8219
8220 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
8221
8222         * sysdeps/posix/spawni.c: Include <signal.h>.
8223         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
8224         * sysdeps/pthread/aio_fsync.c: Likewise.
8225
8226 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
8227
8228         * conform/Makefile (tests): Run only when not cross-compiling and
8229         when fast-check is not defined.
8230
8231         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
8232         * conform/data/limits.h-data: Fixes for POSIX2008.
8233         * conform/run-conformtest.sh: Run all tests.
8234         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
8235         headers.
8236         * include/bits/dlfcn.h: Likewise.
8237         * include/langinfo.h: Likewise.
8238         * include/monetary.h: Likewise.
8239         * include/sys/poll.h: Likewise.
8240
8241         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
8242         for __USE_GNU.
8243         * posix/spawn.h: Define __need_sigset_t.
8244         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
8245         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
8246         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
8247         to get sigevent_t only.
8248         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
8249         only for __USE_GNU.
8250         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
8251         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
8252         process_vm_writev only for __USE_GNU.
8253         * termios/termios.h: Declare tcgetsid also for POSIX2008.
8254
8255         * conform/Makefile: For now ignore errors from run-conformtest.
8256         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
8257         POSIX to avoid namespace pollution.  Don't prepend headers.
8258         * conform/data/aio.h-data: Fixes for POSIX testing.
8259         * conform/data/fcntl.h-data: Likewise.
8260         * conform/data/glob.h-data: Likewise.
8261         * conform/data/grp.h-data: Likewise.
8262         * conform/data/pthread.h-data: Likewise.
8263         * conform/data/pwd.h-data: Likewise.
8264         * conform/data/signal.h-data: Likewise.
8265         * conform/data/spawn.h-data: Likewise.
8266         * conform/data/stdio.h-data: Likewise.
8267         * conform/data/stdlib.h-data: Likewise.
8268         * conform/data/stropts.h-data: Likewise.
8269         * conform/data/sys/mman.h-data: Likewise.
8270         * conform/data/sys/stat.h-data: Likewise.
8271         * conform/data/sys/types.h-data: Likewise.
8272         * conform/data/sys/wait.h-data: Likewise.
8273         * conform/data/time.h-data: Likewise.
8274         * conform/data/unistd.h-data: Likewise.
8275         * conform/data/utime.h-data: Likewise.
8276
8277         * io/sys/stat.h: fchmod was always in POSIX.
8278         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
8279         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
8280         * rt/aio.h: Define __need_timespec before including <time.h>.
8281         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
8282         struct.  Add forward declaration of pthread_attr_t and use it in
8283         sigevent.
8284         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
8285         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
8286         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
8287         always remove CLK_TCK definition.
8288
8289 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
8290
8291         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
8292
8293 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
8294
8295         * conform/run-conformtest.sh: New file.
8296         * conform/Makefile: Run run-conformtest for tests.
8297         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
8298         support.
8299
8300         * conform/data/uchar.h-data: New file.
8301         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
8302         * conform/data/arpa/inet.h-data: Likewise.
8303         * conform/data/assert.h-data: Likewise.
8304         * conform/data/complex.h-data: Likewise.
8305         * conform/data/cpio.h-data: Likewise.
8306         * conform/data/ctype.h-data: Likewise.
8307         * conform/data/dirent.h-data: Likewise.
8308         * conform/data/dlfcn.h-data: Likewise.
8309         * conform/data/errno.h-data: Likewise.
8310         * conform/data/fcntl.h-data: Likewise.
8311         * conform/data/float.h-data: Likewise.
8312         * conform/data/fmtmsg.h-data: Likewise.
8313         * conform/data/fnmatch.h-data: Likewise.
8314         * conform/data/ftw.h-data: Likewise.
8315         * conform/data/glob.h-data: Likewise.
8316         * conform/data/grp.h-data: Likewise.
8317         * conform/data/iconv.h-data: Likewise.
8318         * conform/data/inttypes.h-data: Likewise.
8319         * conform/data/langinfo.h-data: Likewise.
8320         * conform/data/libgen.h-data: Likewise.
8321         * conform/data/limits.h-data: Likewise.
8322         * conform/data/locale.h-data: Likewise.
8323         * conform/data/math.h-data: Likewise.
8324         * conform/data/monetary.h-data: Likewise.
8325         * conform/data/mqueue.h-data: Likewise.
8326         * conform/data/ndbm.h-data: Likewise.
8327         * conform/data/net/if.h-data: Likewise.
8328         * conform/data/netdb.h-data: Likewise.
8329         * conform/data/netinet/in.h-data: Likewise.
8330         * conform/data/nl_types.h-data: Likewise.
8331         * conform/data/poll.h-data: Likewise.
8332         * conform/data/pthread.h-data: Likewise.
8333         * conform/data/pwd.h-data: Likewise.
8334         * conform/data/regex.h-data: Likewise.
8335         * conform/data/sched.h-data: Likewise.
8336         * conform/data/search.h-data: Likewise.
8337         * conform/data/semaphore.h-data: Likewise.
8338         * conform/data/setjmp.h-data: Likewise.
8339         * conform/data/signal.h-data: Likewise.
8340         * conform/data/spawn.h-data: Likewise.
8341         * conform/data/stdarg.h-data: Likewise.
8342         * conform/data/stdio.h-data: Likewise.
8343         * conform/data/stdlib.h-data: Likewise.
8344         * conform/data/string.h-data: Likewise.
8345         * conform/data/strings.h-data: Likewise.
8346         * conform/data/stropts.h-data: Likewise.
8347         * conform/data/sys/ipc.h-data: Likewise.
8348         * conform/data/sys/mman.h-data: Likewise.
8349         * conform/data/sys/msg.h-data: Likewise.
8350         * conform/data/sys/resource.h-data: Likewise.
8351         * conform/data/sys/select.h-data: Likewise.
8352         * conform/data/sys/sem.h-data: Likewise.
8353         * conform/data/sys/shm.h-data: Likewise.
8354         * conform/data/sys/socket.h-data: Likewise.
8355         * conform/data/sys/stat.h-data: Likewise.
8356         * conform/data/sys/statvfs.h-data: Likewise.
8357         * conform/data/sys/time.h-data: Likewise.
8358         * conform/data/sys/timeb.h-data: Likewise.
8359         * conform/data/sys/times.h-data: Likewise.
8360         * conform/data/sys/types.h-data: Likewise.
8361         * conform/data/sys/uio.h-data: Likewise.
8362         * conform/data/sys/un.h-data: Likewise.
8363         * conform/data/sys/utsname.h-data: Likewise.
8364         * conform/data/sys/wait.h-data: Likewise.
8365         * conform/data/syslog.h-data: Likewise.
8366         * conform/data/tar.h-data: Likewise.
8367         * conform/data/termios.h-data: Likewise.
8368         * conform/data/utime.h-data: Likewise.
8369         * conform/data/utmpx.h-data: Likewise.
8370         * conform/data/varargs.h-data: Likewise.
8371         * conform/data/wchar.h-data: Likewise.
8372         * conform/data/wctype.h-data: Likewise.
8373         * conform/data/wordexp.h-data: Likewise.
8374
8375         * include/stropts.h: New file.
8376         * include/uchar.h: New file.
8377         * include/aio.h: Changes to allow conformtest.pl to use the headers.
8378         * include/assert.h: Likewise.
8379         * include/ctype.h: Likewise.
8380         * include/dirent.h: Likewise.
8381         * include/dlfcn.h: Likewise.
8382         * include/fcntl.h: Likewise.
8383         * include/fnmatch.h: Likewise.
8384         * include/glob.h: Likewise.
8385         * include/grp.h: Likewise.
8386         * include/libio.h: Likewise.
8387         * include/locale.h: Likewise.
8388         * include/math.h: Likewise.
8389         * include/net/if.h: Likewise.
8390         * include/netdb.h: Likewise.
8391         * include/netinet/in.h: Likewise.
8392         * include/pthread.h: Likewise.
8393         * include/pwd.h: Likewise.
8394         * include/regex.h: Likewise.
8395         * include/sched.h: Likewise.
8396         * include/search.h: Likewise.
8397         * include/setjmp.h: Likewise.
8398         * include/signal.h: Likewise.
8399         * include/stdio.h: Likewise.
8400         * include/stdlib.h: Likewise.
8401         * include/string.h: Likewise.
8402         * include/sys/cdefs.h: Likewise.
8403         * include/sys/mman.h: Likewise.
8404         * include/sys/msg.h: Likewise.
8405         * include/sys/resource.h: Likewise.
8406         * include/sys/select.h: Likewise.
8407         * include/sys/socket.h: Likewise.
8408         * include/sys/stat.h: Likewise.
8409         * include/sys/statvfs.h: Likewise.
8410         * include/sys/time.h: Likewise.
8411         * include/sys/times.h: Likewise.
8412         * include/sys/uio.h: Likewise.
8413         * include/sys/utsname.h: Likewise.
8414         * include/sys/wait.h: Likewise.
8415         * include/termios.h: Likewise.
8416         * include/time.h: Likewise.
8417         * include/ulimit.h: Likewise.
8418         * include/unistd.h: Likewise.
8419         * include/utime.h: Likewise.
8420         * include/wchar.h: Likewise.
8421         * include/wctype.h: Likewise.
8422         * include/wordexp.h: Likewise.
8423
8424         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
8425
8426         * time/time.h: TIME_UTC must be a macro.
8427         Make timespec_get available for ISO C11 only as well.
8428
8429 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
8430
8431         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
8432         Reported by Peng Haitao <penght@cn.fujitsu.com>.
8433
8434 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
8435
8436         * configure.in: Use -o not -a in test for unsupported multi-arch.
8437
8438 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
8439
8440         * manual/texinfo.tex: Update to version 2012-01-19.16.
8441
8442 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
8443
8444         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
8445
8446 2012-02-24  Roland McGrath  <roland@hack.frob.com>
8447
8448         [BZ #13738]
8449         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
8450         * manual/fdl-1.3.texi: New file.
8451         * manual/fdl-1.1.texi: File removed.
8452
8453         [BZ #13738]
8454         * manual/libc.texinfo (FDL_VERSION): New @set.
8455         Use it for mention of FDL in cover text.
8456         (Documentation License): Use it in @include file name.
8457
8458 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
8459             Roland McGrath  <roland@hack.frob.com>
8460
8461         [BZ #5461]
8462         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
8463         not LONG_LONG_MAX and LONG_LONG_MIN.
8464         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
8465         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
8466         name.
8467         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
8468
8469 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
8470
8471         [BZ #2547]
8472         [BZ #11365]
8473         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
8474         manipulate bits before adding and subtracting TWO23[sx].
8475         * math/libm-test.inc (nearbyint_test): Add more tests.
8476
8477 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
8478
8479         [BZ #2548]
8480         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
8481         bits before adding and subtracting TWO23[sx].
8482         * math/libm-test.inc (rint_test): Add more tests.
8483         (rint_test_tonearest): Likewise.
8484         (rint_test_towardzero): Likewise.
8485         (rint_test_downward): Likewise.
8486         (rint_test_upward: Likewise.
8487
8488 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
8489
8490         [BZ #10110]
8491         * include/stdc-predef.h: New file.  Extracted from features.h.
8492         * include/features.h: Include stdc-predef.h.
8493         * Makefile (headers): Add stdc-predef.h.
8494         * CONFORMANCE (Compiler limitations): Update.
8495
8496 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
8497
8498         * manual/libc.texinfo (VERSION, UPDATED): Revert.
8499
8500 2012-02-21  David S. Miller  <davem@davemloft.net>
8501
8502         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
8503         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
8504
8505 2012-02-20  David S. Miller  <davem@davemloft.net>
8506
8507         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
8508         using a normal save/restore sequence, rather than allocating a
8509         dummy stack frame just to store a frame pointer and restore.
8510         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
8511
8512 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
8513
8514         * manual/install.texi: Fix stray word in line-wrapped comment.
8515
8516 2012-02-20  David S. Miller  <davem@davemloft.net>
8517
8518         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
8519         both binutils and gcc support GOTDATA.
8520
8521         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
8522         "rd %pc" in the PIC register setup sequences.
8523
8524         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
8525         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
8526         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
8527         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
8528         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
8529         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
8530         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
8531         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
8532         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
8533         (SYSCALL_ERROR_HANDLER): Likewise.
8534         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
8535         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
8536         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
8537         (SYSCALL_ERROR_HANDLER): Likewise.
8538
8539         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
8540         (HAVE_GCC_GOTDATA): New.
8541         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
8542         relocation support in both binutils and gcc.
8543         * sysdeps/sparc/elf/configure: Regenerate.
8544
8545         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
8546         * sysdeps/sparc/sparc32/elf/configure: Delete.
8547         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
8548         * sysdeps/sparc/sparc64/elf/configure: Delete.
8549         * sysdeps/sparc/elf/configure.in: New file.
8550         * sysdeps/sparc/elf/configure: Generate.
8551
8552         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
8553         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
8554         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
8555         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
8556         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
8557
8558 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
8559
8560         * manual/install.texi: Do not mention specific glibc version
8561         numbers.
8562         * manual/libc.texinfo (VERSION, UPDATED): Update.
8563         (@copying): Use @copyright{} and range of years.
8564
8565 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
8566
8567         [BZ #13695]
8568         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
8569         [crti.S not in sysdirs] (generated): Do not append.
8570         [crti.S not in sysdirs] (omit-deps): Likewise.
8571         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
8572         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
8573         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
8574         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
8575         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
8576         Likewise.
8577         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
8578         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
8579         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
8580         * csu/defs.awk: Remove file.
8581         * sysdeps/generic/initfini.c: Likewise.
8582         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
8583         variable.
8584         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
8585         Likewise.
8586
8587 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
8588
8589         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
8590         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
8591         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
8592         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
8593         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
8594         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
8595         <bits/epoll.h>.
8596         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
8597         (__EPOLL_PACKED): Define to empty if not defined by
8598         <bits/epoll.h>.
8599         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
8600         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8601         bits/epoll.h.
8602
8603 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
8604
8605         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
8606         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
8607         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
8608         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
8609         <bits/timerfd.h>.
8610         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
8611         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8612         bits/timerfd.h.
8613
8614 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
8615
8616         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
8617         in C locale.
8618         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
8619         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
8620         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
8621         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8622
8623 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
8624
8625         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
8626         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
8627
8628 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
8629
8630         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
8631         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
8632         defined.
8633         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
8634         Likewise.
8635         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
8636         entry for 2.16.
8637
8638 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
8639
8640         * math/w_acos.c: Use non-signaling floating-point comparisons.
8641         * math/w_acosf.c: Likewise.
8642         * math/w_acosh.c: Likewise.
8643         * math/w_acoshf.c: Likewise.
8644         * math/w_acoshl.c: Likewise.
8645         * math/w_acosl.c: Likewise.
8646         * math/w_asin.c: Likewise.
8647         * math/w_asinf.c: Likewise.
8648         * math/w_asinl.c: Likewise.
8649         * math/w_atanh.c: Likewise.
8650         * math/w_atanhf.c: Likewise.
8651         * math/w_atanhl.c: Likewise.
8652         * math/w_exp2.c: Likewise.
8653         * math/w_exp2f.c: Likewise.
8654         * math/w_exp2l.c: Likewise.
8655         * math/w_j0.c: Likewise.
8656         * math/w_j0f.c: Likewise.
8657         * math/w_j0l.c: Likewise.
8658         * math/w_j1.c: Likewise.
8659         * math/w_j1f.c: Likewise.
8660         * math/w_j1l.c: Likewise.
8661         * math/w_jn.c: Likewise.
8662         * math/w_jnf.c: Likewise.
8663         * math/w_log.c: Likewise.
8664         * math/w_log10.c: Likewise.
8665         * math/w_log10f.c: Likewise.
8666         * math/w_log10l.c: Likewise.
8667         * math/w_log2.c: Likewise.
8668         * math/w_log2f.c: Likewise.
8669         * math/w_log2l.c: Likewise.
8670         * math/w_logf.c: Likewise.
8671         * math/w_logl.c: Likewise.
8672         * math/w_sqrt.c: Likewise.
8673         * math/w_sqrtf.c: Likewise.
8674         * math/w_sqrtl.c: Likewise.
8675         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
8676         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
8677         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
8678         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
8679         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
8680
8681 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
8682
8683         [BZ #9739]
8684         * manual/string.texi (strnlen): Use correct parameter name in
8685         equivalent expression.
8686
8687 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
8688
8689         [BZ #11174]
8690         * manual/users.texi (seteuid): Consistently use neweuid for
8691         argument name.
8692
8693 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
8694
8695         [BZ #13704]
8696         * manual/nss.texi (Services in the NSS configuration): Correct
8697         list of services in example configuration file.
8698
8699 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
8700
8701         [BZ #11322]
8702         * manual/arith.texi: Remove statements about negative zero
8703         behaving identically to zero.
8704
8705 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
8706
8707         [BZ #5993]
8708         * manual/install.texi: Do not document upgrading from libc5.
8709
8710 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
8711
8712         [BZ #4596]
8713         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
8714
8715 2012-02-18  David S. Miller  <davem@davemloft.net>
8716
8717         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
8718         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
8719         %o7 across the call.
8720         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
8721         instead.
8722         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
8723         SETUP_PIC_REG_LEAF.
8724         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8725         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
8726         * sysdeps/sparc/crtn.S: Likewise.
8727
8728 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
8729
8730         * aout/Makefile: Remove.
8731
8732 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
8733
8734         [BZ #13058]
8735         * manual/examples/argp-ex1.c (main): Format definition in GNU
8736         style.
8737         * manual/examples/argp-ex2.c (main): Likewise.
8738         * manual/examples/argp-ex3.c (main): Likewise.
8739         * manual/examples/argp-ex4.c (main): Likewise.
8740         * manual/examples/longopt.c (main): Use new-style prototype
8741         definition.
8742         * manual/examples/strncat.c (main): Specify return type and use
8743         (void) for arguments.
8744         * manual/examples/subopt.c (main): Use char **argv argument.
8745
8746 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
8747
8748         [BZ #5077]
8749         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
8750         rounding modes.
8751
8752 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
8753
8754         [BZ #6907]
8755         * manual/string.texi (strchr): Change when strchrnul is
8756         recommended.
8757
8758 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
8759
8760         [BZ #174]
8761         * manual/locale.texi (setlocale): Document LOCPATH.
8762
8763 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
8764
8765         [BZ #10210]
8766         * manual/process.texi (execle): Move @dots{} before last argument.
8767
8768 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
8769
8770         [BZ #12047]
8771         * manual/charset.texi (Generic Charset Conversion): Fix typo
8772         (LC_TYPE -> LC_CTYPE).
8773
8774 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
8775
8776         [BZ #5805]
8777         * manual/arith.texi (scalbn): Use @var{} on parameter names.
8778         (scalbnf): Likewise.
8779         (scalbnl): Likewise.
8780         (scalbln): Likewise.
8781         (scalblnf): Likewise.
8782         (scalblnl): Likewise.
8783         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
8784         (vwarnx): Likewise.
8785         (verr): Likewise.
8786         (verrx): Likewise.
8787         * manual/filesys.texi (telldir): Use braces around return type.
8788         * manual/llio.texi (mmap): Add space after comma.
8789         (mmap64): Likewise.
8790         * manual/math.texi (jn): Use @var{} on parameter names.
8791         (jnf): Likewise.
8792         (jnl): Likewise.
8793         (yn): Likewise.
8794         (ynf): Likewise.
8795         (ynl): Likewise.
8796         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
8797         line.
8798         * manual/resource.texi (ulimit): Use @dots{} instead of literal
8799         "...".
8800         (sched_get_priority_min): Remove semicolon on @deftypefun line.
8801         (sched_get_priority_max): Likewise.
8802         * manual/signal.texi (sigvec): Add space after comma.
8803         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
8804         names.
8805         (if_indextoname): Likewise.
8806         (if_freenameindex): Likewise.
8807         (sendto): Use ',' instead of '.' in prototype.
8808         * manual/startup.texi (syscall): Use @dots{} instead of literal
8809         "...".
8810         * manual/stdio.texi (__fpending): Separate initial words of
8811         paragraph from @deftypefun line.
8812         * manual/syslog.texi (syslog): Use @dots{} instead of literal
8813         "...".
8814         (vsyslog): Use @var{} on parameter names.
8815         * manual/terminal.texi (stty): Use @var{} on parameter names.
8816         * manual/users.texi (getutmp): Use @var{} on parameter names.
8817         (getutmpx): Likewise.
8818
8819 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
8820
8821         [BZ #6884]
8822         * manual/stdio.texi (fopen): Fix typos in description of
8823         ",ccs=STRING".
8824
8825 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
8826
8827         [BZ #4026]
8828         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
8829         get clock_id definition.
8830
8831 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
8832
8833         [BZ #4822]
8834         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
8835         (madvise): Cast every argument to void on its own.
8836
8837 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
8838
8839         [BZ #9902]
8840         * manual/startup.texi (Exit Status): Fix typo.
8841
8842 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
8843
8844         [BZ #10140]
8845         * manual/examples/argp-ex1.c: Include <stdlib.h>.
8846         * manual/examples/argp-ex2.c: Likewise.
8847         * manual/examples/argp-ex3.c: Likewise.
8848
8849 2012-02-16  Richard Henderson  <rth@redhat.com>
8850
8851         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
8852         * sysdeps/s390/s390-32/initfini.c: Remove.
8853         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
8854         * sysdeps/s390/s390-64/initfini.c: Remove.
8855
8856 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8857
8858         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
8859         compiler output for sysdeps/generic/initfini.c.
8860         * sysdeps/sh/elf/initfini.c: Remove file.
8861
8862 2012-02-16  David S. Miller  <davem@davemloft.net>
8863
8864         [BZ #11494]
8865         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
8866
8867         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
8868         * sysdeps/sparc/crti.S: New file.
8869         * sysdeps/sparc/crtn.S: New file.
8870         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
8871         * sysdeps/sparc/sparc64/Makefile: Likewise.
8872
8873 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
8874
8875         [BZ #3335]
8876         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
8877
8878 2012-02-15  Roland McGrath  <roland@hack.frob.com>
8879
8880         [BZ #4822]
8881         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
8882
8883         * mach/devstream.c (cookie_io_functions_t): Macro removed.
8884         (write, read, close): Likewise.
8885         Patch by Aurelien Jarno <aurelien@aurel32.net>.
8886
8887 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
8888
8889         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
8890         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
8891         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
8892         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
8893         <bits/signalfd.h>.
8894         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
8895         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8896         bits/signalfd.h.
8897
8898 2012-02-14  Marek Polacek  <polacek@redhat.com>
8899
8900         * sysdeps/x86_64/crti.S: New file.
8901         * sysdeps/x86_64/crtn.S: New file.
8902         * sysdeps/x86_64/elf/initfini.c: Remove file.
8903
8904 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
8905
8906         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
8907         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
8908         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
8909         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
8910         <bits/inotify.h>.
8911         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
8912         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8913         bits/inotify.h.
8914
8915 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
8916
8917         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
8918         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
8919         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
8920         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
8921         <bits/eventfd.h>.
8922         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
8923         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8924         bits/eventfd.h.
8925
8926 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
8927
8928         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
8929         __feraiseexcept instead of feraiseexcept.
8930
8931         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
8932         nanosleep invocations.
8933         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
8934         strings, and add error checking for a nanosleep invocations.
8935
8936 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
8937
8938         Replace FSF snail mail address with URLs, as per GNU coding standards.
8939         Most of the snail mail addresses were wrong anyway, and omitting
8940         them makes the source code easier to maintain.  Almost all of the
8941         changes are to license notices and to locale LC_IDENTIFICATION
8942         addresses, except for this one:
8943         * manual/libc.texinfo: In "Published by", give the FSF's URL,
8944         not its snail mail address.
8945
8946 2012-02-09  Richard Henderson  <rth@twiddle.net>
8947
8948         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
8949         of kernel-features.h.
8950
8951         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
8952
8953 2012-02-08  Marek Polacek  <polacek@redhat.com>
8954
8955         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
8956         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
8957         * sysdeps/gnu/_G_config.h: Likewise.
8958         * sysdeps/generic/_G_config.h: Likewise.
8959
8960 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
8961
8962         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
8963         tests.
8964         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8965
8966         * sysdeps/powerpc/powerpc32/crti.S: New file.
8967         * sysdeps/powerpc/powerpc32/crtn.S: New file.
8968         * sysdeps/powerpc/powerpc64/crti.S: New file.
8969         * sysdeps/powerpc/powerpc64/crtn.S: New file.
8970
8971         * Makeconfig (have-initfini): Don't set.
8972         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
8973         * configure.in (nopic_initfini): Don't substitute.
8974         * config.h.in (HAVE_INITFINI): Don't #undef.
8975         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
8976         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
8977
8978 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
8979
8980         Support crti.S and crtn.S provided directly by architectures.
8981         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
8982         [crti.S in sysdirs] (omit-deps): Likewise.
8983         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
8984         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
8985         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
8986         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
8987         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
8988         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
8989         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
8990         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
8991         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
8992         compiler output for sysdeps/generic/initfini.c.
8993         * sysdeps/i386/elf/Makefile: Remove file.
8994         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
8995
8996 2012-02-07  Marek Polacek  <polacek@redhat.com>
8997
8998         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
8999         * sysdeps/gnu/_G_config.h: Likewise.
9000         * sysdeps/mach/hurd/_G_config.h: Likewise.
9001
9002 2012-02-07  Marek Polacek  <polacek@redhat.com>
9003
9004         * math/Makefile (tests): Add tst-CMPLX2.
9005         * math/tst-CMPLX2.c: New file.
9006
9007 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
9008
9009         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
9010
9011         * math/libm-test.inc (jn_test): Add missing L suffix.
9012
9013 2012-02-06  Marek Polacek  <polacek@redhat.com>
9014
9015         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
9016         * sysdeps/i386/fpu/e_powf.S: Likewise.
9017         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
9018         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
9019         * sysdeps/i386/fpu/e_acosh.S: Likewise.
9020         * sysdeps/i386/fpu/e_pow.S: Likewise.
9021         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
9022         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
9023         * sysdeps/i386/fpu/s_expm1.S: Likewise.
9024         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
9025         * sysdeps/i386/fpu/e_log2.S: Likewise.
9026         * sysdeps/i386/fpu/e_log2l.S: Likewise.
9027         * sysdeps/i386/fpu/e_scalb.S: Likewise.
9028         * sysdeps/i386/fpu/e_powl.S: Likewise.
9029         * sysdeps/i386/fpu/s_log1p.S: Likewise.
9030         * sysdeps/i386/fpu/e_log10f.S: Likewise.
9031         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
9032         * sysdeps/i386/fpu/e_logl.S: Likewise.
9033         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
9034         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
9035         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
9036         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
9037         * sysdeps/i386/fpu/e_log2f.S: Likewise.
9038         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
9039         * sysdeps/i386/fpu/e_log.S: Likewise.
9040         * sysdeps/i386/fpu/s_cexp.S: Likewise.
9041         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
9042         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
9043         * sysdeps/i386/fpu/e_logf.S: Likewise.
9044         * sysdeps/i386/fpu/e_log10l.S: Likewise.
9045         * sysdeps/i386/fpu/e_atanh.S: Likewise.
9046         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
9047         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
9048         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
9049         * sysdeps/i386/fpu/e_log10.S: Likewise.
9050         * sysdeps/i386/fpu/s_frexp.S: Likewise.
9051         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
9052         * sysdeps/i386/fpu/s_asinh.S: Likewise.
9053         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
9054         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
9055         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
9056         * sysdeps/i386/asm-syntax.h: Likewise.
9057         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
9058         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
9059         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
9060         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
9061         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
9062         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
9063         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
9064         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
9065         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
9066         * sysdeps/powerpc/sysdep.h: Likewise.
9067         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
9068         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
9069
9070 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
9071
9072         [BZ #411]
9073         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
9074
9075 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
9076
9077         * sysdeps/i386/sysdep.h: Include <features.h>.
9078         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
9079         version.
9080
9081 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
9082
9083         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
9084         Define.
9085         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
9086         LOAD_PIC_REG_STR.
9087
9088 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
9089
9090         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
9091         (SETUP_PIC_REG): Use GET_PC_THUNK.
9092         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
9093         macro.
9094
9095 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
9096
9097         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
9098         for non-PIC compilation.
9099         (SETUP_PIC_REG): Add .p2align directive.
9100         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
9101         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
9102         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
9103         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
9104         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
9105         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
9106         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
9107         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
9108         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
9109         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
9110         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
9111         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
9112         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
9113         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
9114         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
9115         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
9116         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
9117         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
9118         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
9119         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
9120         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
9121         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
9122         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
9123         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
9124         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
9125         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
9126         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
9127         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
9128         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
9129         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
9130         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
9131         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
9132         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
9133         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
9134         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
9135         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
9136         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
9137         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
9138         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
9139         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
9140         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
9141
9142 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
9143
9144         * math/tst-CMPLX.c: Include <stdio.h>.
9145
9146 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
9147
9148         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
9149         float.
9150         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
9151         * sysdeps/sparc/bits/mathdef.h: Likewise.
9152
9153 2012-01-31  Marek Polacek  <polacek@redhat.com>
9154
9155         * libio/libio.h: Don't define _PARAMS.
9156         * locale/programs/config.h: Don't define PARAMS.
9157         * stdlib/strtol_l.c: Likewise.
9158         (__strtol_l): Remove PARAMS from the prototype.
9159
9160 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
9161
9162         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
9163         names.  Just use the correct names.  Remove unnecessary wrapper
9164         functions.
9165         * malloc/arena.c: Likewise.
9166         * malloc/hooks.c: Likewise.
9167
9168         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
9169         ARENA_TEST says not to.  Simplify test for creation of a new arena.
9170         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
9171
9172 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
9173
9174         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
9175         into tail calls.
9176         (update_get_addr): New function.
9177         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
9178         GET_ADDR_MODULE parameter.
9179
9180 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
9181
9182         * crypt/cert.c: Remove __STDC__ conditionals.
9183         * crypt/crypt-entry.c: Likewise.
9184         * crypt/crypt_util.c: Likewise.
9185         * libio/filedoalloc.c: Likewise.
9186         * libio/fileops.c: Likewise.
9187         * libio/genops.c: Likewise.
9188         * libio/iofclose.c: Likewise.
9189         * libio/iofdopen.c: Likewise.
9190         * libio/iofopen.c: Likewise.
9191         * libio/iofopen64.c: Likewise.
9192         * libio/iogetdelim.c: Likewise.
9193         * libio/iopopen.c: Likewise.
9194         * libio/obprintf.c: Likewise.
9195         * libio/oldfileops.c: Likewise.
9196         * libio/oldiofclose.c: Likewise.
9197         * libio/oldiofdopen.c: Likewise.
9198         * libio/oldiofopen.c: Likewise.
9199         * libio/oldiopopen.c: Likewise.
9200         * libio/wfiledoalloc.c: Likewise.
9201         * libio/wgenops.c: Likewise.
9202         * locale/programs/xmalloc.c: Likewise.
9203         * misc/syslog.c: Likewise.
9204         * stdio-common/xbug.c: Likewise.
9205         * string/memchr.c: Likewise.
9206         * string/memcmp.c: Likewise.
9207         * string/memrchr.c: Likewise.
9208         * string/rawmemchr.c: Likewise.
9209         * sysdeps/posix/getcwd.c: Likewise.
9210         * time/strftime_l.c: Likewise.
9211
9212 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
9213
9214         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
9215         * config.make.in (config-cflags-sse2avx): Define.
9216         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
9217         Fix typo.
9218
9219 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
9220
9221         * scripts/config.guess: Update from upstream config git repository.
9222         * scripts/config.sub: Likewise.
9223
9224 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
9225
9226         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
9227         (EM_NUM): Update.
9228         (R_TILEPRO_*, R_TILEGX_*): New macros.
9229
9230         * scripts/firstversions.awk: Fix bug in version range handling.
9231
9232         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
9233
9234         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
9235
9236         * include/sys/epoll.h: New file.
9237         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
9238         libc_hidden_def.
9239
9240 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
9241
9242         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
9243         Avoid unnecessary __WORDSIZE == 64 test.
9244         (fmaxf): Use VEX format if possible.
9245         (fmax): Likewise.
9246         (fminf): Likewise.
9247         (fmin): Likewise.
9248
9249         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
9250         * math/math_private.h: Remove libc_fegetround* and
9251         libc_fesetround*.
9252         * sysdeps/i386/configure.in: Check for -msse2avx.
9253         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
9254         also if SSE2AVX is defined.
9255         Remove libc_fegetround* and libc_fesetround*.
9256         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
9257         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
9258         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
9259         of HAS_YMM_USABLE.
9260         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
9261         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
9262         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
9263         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
9264         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
9265
9266         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
9267
9268 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9269
9270         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
9271         size is not set.
9272         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
9273
9274 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
9275
9276         [BZ #13618]
9277         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
9278         relocation.
9279         * Makeconfig (libm): Define.
9280         * elf/Makefile: Add rules to build and run tst-relsort1.
9281         * elf/tst-relsort1.c: New file.
9282         * elf/tst-relsort1mod1.c: New file.
9283         * elf/tst-relsort1mod2.c: New file.
9284
9285 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
9286
9287         * math/s_ldexp.c: Remove __STDC__ conditionals.
9288         * math/s_ldexpf.c: Likewise.
9289         * math/s_ldexpl.c: Likewise.
9290         * math/s_nextafter.c: Likewise.
9291         * math/s_nexttowardf.c: Likewise.
9292         * math/s_significand.c: Likewise.
9293         * math/s_significandf.c: Likewise.
9294         * math/s_significandl.c: Likewise.
9295         * math/w_jnl.c: Likewise.
9296         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
9297         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
9298         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
9299         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
9300         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
9301         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
9302         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
9303         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
9304         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
9305         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
9306         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
9307         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
9308         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
9309         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
9310         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
9311         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
9312         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
9313         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
9314         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
9315         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
9316         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
9317         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
9318         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
9319         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
9320         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
9321         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
9322         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
9323         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
9324         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
9325         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
9326         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
9327         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
9328         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
9329         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
9330         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
9331         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
9332         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
9333         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
9334         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
9335         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
9336         * sysdeps/ieee754/k_standard.c: Likewise.
9337         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
9338         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
9339         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
9340         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
9341         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
9342         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
9343         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
9344         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
9345         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
9346         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
9347         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
9348         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
9349         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
9350         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
9351         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
9352         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
9353         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
9354         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
9355         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
9356         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
9357         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
9358         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
9359         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
9360         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
9361         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
9362         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
9363         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
9364         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
9365         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
9366         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
9367         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
9368         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
9369         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
9370         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
9371         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
9372         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
9373         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
9374         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
9375         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
9376         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
9377         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
9378         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
9379         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
9380         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
9381         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
9382         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
9383         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
9384         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
9385         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
9386         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
9387         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
9388         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
9389         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
9390         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
9391         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
9392         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
9393         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
9394         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
9395         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
9396         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
9397         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
9398         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
9399         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
9400         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
9401         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
9402         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
9403         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
9404         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
9405         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
9406         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
9407         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
9408         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
9409         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
9410         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
9411         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
9412         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
9413         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
9414         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
9415         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
9416         * sysdeps/ieee754/s_matherr.c: Likewise.
9417         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
9418         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
9419         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
9420         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
9421
9422 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
9423
9424         * crypt/md5.h: Remove __STDC__ conditionals.
9425         * libio/libioP.h: Likewise.
9426         * locale/programs/config.h: Likewise.
9427         * sysdeps/generic/sysdep.h: Likewise.
9428         * sysdeps/i386/asm-syntax.h: Likewise.
9429         * sysdeps/s390/asm-syntax.h: Likewise.
9430         * sysdeps/unix/sysdep.h: Likewise.
9431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
9432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
9433
9434 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
9435
9436         * libio/libio.h: Remove __STDC__ conditionals.
9437         * malloc/obstack.h: Likewise.
9438         * math/complex.h: Likewise.
9439         * math/math.h: Likewise.
9440         * sysdeps/generic/_G_config.h: Likewise.
9441         * sysdeps/gnu/_G_config.h: Likewise.
9442         * sysdeps/mach/hurd/_G_config.h: Likewise.
9443         * sysdeps/powerpc/bits/mathdef.h: Likewise.
9444         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
9445         * sysdeps/sparc/bits/mathdef.h: Likewise.
9446
9447 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
9448
9449         [BZ #13583]
9450         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
9451         Clean up HAS_* macros.
9452         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
9453         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
9454         possible.
9455         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
9456         HAS_AVX.
9457         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
9458         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
9459         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
9460         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
9461         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
9462
9463 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
9464
9465         * elf/tst-unique3.cc (gets): Remove declaration.
9466         * elf/tst-unique3lib.cc (gets): Likewise.
9467         * elf/tst-unique3lib2.cc (gets): Likewise.
9468         * elf/tst-unique4.cc (gets): Likewise.
9469
9470 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
9471
9472         * include/stdio.h: Add C++ protection.  Add gets declarations and
9473         definitions.
9474         * debug/tst-chk1.c: Don't declare gets here.
9475         * stdio-common/tst-gets.c: Likewise.
9476
9477 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
9478
9479         * posix/glob: Remove directory.
9480
9481 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
9482
9483         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
9484
9485 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
9486
9487         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
9488         of the non-standard EPFNOSUPPORT.
9489
9490 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
9491
9492         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
9493         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
9494         ANYWHERE set to 1 only on KERN_NO_SPACE error.
9495
9496 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
9497
9498         * wcsmbs/uchar.h: Test __STDC_VERSION__.
9499
9500 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
9501
9502         * nscd/aicache.c (addhstaiX): Do not cache negative results of
9503         transient errors.
9504         * nscd/grpcache.c (cache_addgr): Likewise.
9505         * nscd/hstcache.c (cache_addhst): Likewise.
9506         * nscd/initgrcache.c (addinitgroupsX): Likewise.
9507         * nscd/pwdcache.c (cache_addpw): Likewise.
9508         * nscd/servicescache.c (cache_addserv): Likewise.
9509
9510 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
9511
9512         * malloc/malloc.c: Various cleanups.
9513         * malloc/hooks.c: Likewise.
9514
9515         * stdlib/Makefile (tests): Add bug-fmtmsg1.
9516         * stdlib/bug-fmtmsg1.c: New file.
9517
9518         * stdlib/fmtmsg.c (init): Add missing unlock.
9519         Patch by Peng Haitao <penght@cn.fujitsu.com>.
9520
9521 2012-01-12  Marek Polacek  <polacek@redhat.com>
9522
9523         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
9524         and _GNU_SOURCE.
9525
9526 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
9527
9528         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
9529         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
9530         macro to ensure uniqueness of label name.
9531         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
9532         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
9533
9534 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
9535
9536         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
9537
9538         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
9539         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
9540         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
9541         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
9542
9543 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
9544
9545         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
9546
9547         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
9548         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
9549         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
9550
9551         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
9552
9553         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
9554         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
9555         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
9556         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
9557
9558         * math/bits/math-finite.h: Add ldexp support.
9559
9560 2012-01-10  Marek Polacek  <polacek@redhat.com>
9561
9562         * locale/programs/localedef.h (show_archive_content): Add noreturn
9563         attribute.
9564
9565 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
9566
9567         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
9568
9569 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
9570
9571         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
9572
9573         * io/Makefile (headers): Add bits/poll2.h.
9574
9575 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
9576
9577         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
9578         typo #include statement.
9579
9580 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
9581
9582         * include/sys/cdefs.h: Define __attribute_alloc_size.
9583         * catgets/gencat.c: Add alloc_size attribute and apply consistently
9584         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
9585         * elf/pldd.c: Likewise.
9586         * iconv/iconv_charmap.c: Likewise.
9587         * iconv/iconvconfig.c: Likewise.
9588         * iconv/strtab.c: Likewise.
9589         * locale/programs/locale.c: Likewise.
9590         * locale/programs/localedef.h: Likewise.
9591         * locale/programs/simple-hash.c: Likewise.
9592         * nscd/nscd.h: Likewise.
9593         * nss/makedb.c: Likewise.
9594         * sysdeps/generic/ldconfig.h: Likewise.
9595         * locale/programs/localedef.c: Remove xmalloc prototype.
9596         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
9597
9598 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
9599
9600         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
9601         appropriate.
9602
9603 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
9604
9605         * math/Makefile (tests): Add tst-CMPLX.
9606         * math/tst-CMPLX.c: New file.
9607
9608         * math/complex.h (CMPLXL): Fix typo.
9609
9610         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
9611         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
9612         GLIBC_2.16.
9613         * debug/tst-chk1.c: Add poll and ppoll tests.
9614         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
9615         * include/sys/poll.h: Add hidden proto for ppoll.
9616         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
9617         * sysdeps/mach/hurd/ppoll.c: Likewise.
9618         * io/ppoll.c: Likewise.
9619         * debug/poll_chk.c: New file.
9620         * debug/ppoll_chk.c: New file.
9621         * include/bits/poll2.h: New file.
9622         * io/bits/poll2.h: New file.
9623
9624         [BZ #1350]
9625         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
9626
9627         * configure.in: static is always set to yes.  Remove.
9628         * config.make.in: Don't set build-static.
9629         * Makeconfig: Remove use of build-static.
9630         * dlfcn/Makefile: Likewise.
9631         * elf/Makefile: Likewise.
9632         * math/Makefile: Likewise.
9633         * misc/Makefile: Likewise.
9634         * nptl/Makefile: Likewise.
9635         * sysdeps/mach/hurd/Makefile: Likewise.
9636
9637         * configure.in: PWD_P is not used anymore.
9638         * config.make.in: Remove PWD_P entry.
9639
9640         * configure.in: Remove last remnants of RANLIB.
9641         No need to check for signed size_t anymore.
9642         Don't set libc_commonpagesize and libc_relro_required here for Alpha
9643         and IA-64.
9644         Remove __builtin_expect test because we require at least gcc 3.4.
9645         * aclocal.m4: Likewise.
9646
9647         * wcsmbs/mbrtoc16.c: Implement using towc function.
9648         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
9649         * wcsmbs/wcsmbsload.c: Likewise.
9650         * iconv/gconv_simple.c: Likewise.
9651         * iconv/gconv_int.h: Likewise.
9652         * iconv/gconv_builtin.h: Likewise.
9653         * iconv/iconv_prog.c: Remove CHAR16 handling.
9654
9655         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
9656
9657         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
9658
9659         * configure.in: Remove --with-elf and --enable-bounded options.
9660         Dont set base_machine for ia64.  More non-ELF conditions removed.
9661         Remove testing and setting of leading underscore information.
9662         * config.make.in (build-bounded): Set to no.
9663         * config.h.in: Remove NO_UNDERSCORES entry.
9664         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
9665         them.
9666         * csu/start.c: Remove !NO_UNDERSCORE code.
9667         * locale/localeinfo.h: Likewise.
9668         * sysdeps/generic/machine-gmon.h: Likewise.
9669         * sysdeps/generic/sysdep.h: Likewise.
9670         * sysdeps/i386/sysdep.h: Likewise.
9671         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
9672         * sysdeps/mach/sysdep.h: Likewise.
9673         * sysdeps/s390/s390-32/sysdep.h: Likewise.
9674         * sysdeps/s390/s390-64/sysdep.h: Likewise.
9675         * sysdeps/sh/sysdep.h: Likewise.
9676         * sysdeps/sparc/sparc32/alloca.S: Likewise.
9677         * sysdeps/unix/i386/sysdep.S: Likewise.
9678         * sysdeps/unix/sparc/start.c: Likewise.
9679         * sysdeps/unix/sparc/sysdep.S: Likewise.
9680         * sysdeps/unix/sparc/sysdep.h: Likewise.
9681         * sysdeps/unix/start.c: Likewise.
9682         * sysdeps/unix/x86_64/sysdep.S: Likewise.
9683         * sysdeps/x86_64/sysdep.h: Likewise.
9684
9685 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
9686
9687         [BZ #13553]
9688         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
9689         for non-gcc.
9690         * argp/argp-fmtstream.h: Use const instead __const.
9691         * argp/argp.h: Likewise.
9692         * assert/assert.h: Likewise.
9693         * bits/fenv.h: Likewise.
9694         * bits/sched.h: Likewise.
9695         * bits/sigset.h: Likewise.
9696         * bits/sigthread.h: Likewise.
9697         * catgets/nl_types.h: Likewise.
9698         * conform/data/pthread.h-data: Likewise.
9699         * crypt/crypt-private.h: Likewise.
9700         * crypt/crypt.h: Likewise.
9701         * crypt/crypt_util.c: Likewise.
9702         * ctype/ctype.h: Likewise.
9703         * debug/execinfo.h: Likewise.
9704         * debug/mbsnrtowcs_chk.c: Likewise.
9705         * debug/mbsrtowcs_chk.c: Likewise.
9706         * debug/wcsnrtombs_chk.c: Likewise.
9707         * debug/wcsrtombs_chk.c: Likewise.
9708         * debug/wcstombs_chk.c: Likewise.
9709         * dirent/dirent.h: Likewise.
9710         * dlfcn/dlfcn.h: Likewise.
9711         * elf/neededtest4.c: Likewise.
9712         * grp/grp.h: Likewise.
9713         * gshadow/gshadow.h: Likewise.
9714         * iconv/gconv.h: Likewise.
9715         * iconv/gconv_int.h: Likewise.
9716         * iconv/gconv_simple.c: Likewise.
9717         * iconv/iconv.h: Likewise.
9718         * iconv/loop.c: Likewise.
9719         * iconv/skeleton.c: Likewise.
9720         * include/aio.h: Likewise.
9721         * include/aliases.h: Likewise.
9722         * include/argz.h: Likewise.
9723         * include/arpa/inet.h: Likewise.
9724         * include/assert.h: Likewise.
9725         * include/dirent.h: Likewise.
9726         * include/dlfcn.h: Likewise.
9727         * include/execinfo.h: Likewise.
9728         * include/fcntl.h: Likewise.
9729         * include/fenv.h: Likewise.
9730         * include/glob.h: Likewise.
9731         * include/grp.h: Likewise.
9732         * include/libintl.h: Likewise.
9733         * include/mntent.h: Likewise.
9734         * include/netdb.h: Likewise.
9735         * include/pwd.h: Likewise.
9736         * include/rpc/netdb.h: Likewise.
9737         * include/sched.h: Likewise.
9738         * include/search.h: Likewise.
9739         * include/shadow.h: Likewise.
9740         * include/signal.h: Likewise.
9741         * include/stdio.h: Likewise.
9742         * include/stdlib.h: Likewise.
9743         * include/string.h: Likewise.
9744         * include/sys/socket.h: Likewise.
9745         * include/sys/stat.h: Likewise.
9746         * include/sys/statfs.h: Likewise.
9747         * include/sys/statvfs.h: Likewise.
9748         * include/sys/syslog.h: Likewise.
9749         * include/sys/time.h: Likewise.
9750         * include/sys/uio.h: Likewise.
9751         * include/time.h: Likewise.
9752         * include/unistd.h: Likewise.
9753         * include/utmp.h: Likewise.
9754         * include/wchar.h: Likewise.
9755         * include/wctype.h: Likewise.
9756         * inet/aliases.h: Likewise.
9757         * inet/arpa/inet.h: Likewise.
9758         * inet/netinet/ether.h: Likewise.
9759         * inet/netinet/in.h: Likewise.
9760         * intl/libintl.h: Likewise.
9761         * io/bits/fcntl2.h: Likewise.
9762         * io/fcntl.h: Likewise.
9763         * io/ftw.h: Likewise.
9764         * io/sys/poll.h: Likewise.
9765         * io/sys/stat.h: Likewise.
9766         * io/sys/statfs.h: Likewise.
9767         * io/sys/statvfs.h: Likewise.
9768         * io/utime.h: Likewise.
9769         * libio/bits/stdio.h: Likewise.
9770         * libio/bits/stdio2.h: Likewise.
9771         * libio/libio.h: Likewise.
9772         * libio/libioP.h: Likewise.
9773         * libio/stdio.h: Likewise.
9774         * locale/lc-ctype.c: Likewise.
9775         * locale/locale.h: Likewise.
9776         * login/utmp.h: Likewise.
9777         * malloc/arena.c: Likewise.
9778         * malloc/malloc.c: Likewise.
9779         * malloc/malloc.h: Likewise.
9780         * malloc/mcheck.c: Likewise.
9781         * malloc/mtrace.c: Likewise.
9782         * math/bits/mathcalls.h: Likewise.
9783         * math/fenv.h: Likewise.
9784         * math/math_private.h: Likewise.
9785         * misc/bits/error.h: Likewise.
9786         * misc/bits/syslog.h: Likewise.
9787         * misc/err.h: Likewise.
9788         * misc/error.h: Likewise.
9789         * misc/fstab.h: Likewise.
9790         * misc/mntent.h: Likewise.
9791         * misc/regexp.h: Likewise.
9792         * misc/search.h: Likewise.
9793         * misc/sgtty.h: Likewise.
9794         * misc/sys/mman.h: Likewise.
9795         * misc/sys/syslog.h: Likewise.
9796         * misc/sys/uio.h: Likewise.
9797         * misc/sys/xattr.h: Likewise.
9798         * misc/ttyent.h: Likewise.
9799         * nis/rpcsvc/ypclnt.h: Likewise.
9800         * nss/nss.h: Likewise.
9801         * posix/bits/unistd.h: Likewise.
9802         * posix/fnmatch.h: Likewise.
9803         * posix/glob.h: Likewise.
9804         * posix/sched.h: Likewise.
9805         * posix/spawn.h: Likewise.
9806         * posix/sys/wait.h: Likewise.
9807         * posix/unistd.h: Likewise.
9808         * posix/wordexp.h: Likewise.
9809         * pwd/pwd.h: Likewise.
9810         * resolv/netdb.h: Likewise.
9811         * resource/sys/resource.h: Likewise.
9812         * rt/aio.h: Likewise.
9813         * rt/bits/mqueue2.h: Likewise.
9814         * rt/mqueue.h: Likewise.
9815         * shadow/shadow.h: Likewise.
9816         * signal/signal.h: Likewise.
9817         * socket/send.c: Likewise.
9818         * socket/sendto.c: Likewise.
9819         * socket/sys/socket.h: Likewise.
9820         * stdio-common/printf.h: Likewise.
9821         * stdlib/bits/stdlib.h: Likewise.
9822         * stdlib/fmtmsg.h: Likewise.
9823         * stdlib/monetary.h: Likewise.
9824         * stdlib/stdlib.h: Likewise.
9825         * stdlib/ucontext.h: Likewise.
9826         * streams/stropts.h: Likewise.
9827         * string/argz.h: Likewise.
9828         * string/bits/string2.h: Likewise.
9829         * string/string.h: Likewise.
9830         * string/strings.h: Likewise.
9831         * sunrpc/rpc/auth.h: Likewise.
9832         * sunrpc/rpc/auth_des.h: Likewise.
9833         * sunrpc/rpc/clnt.h: Likewise.
9834         * sunrpc/rpc/netdb.h: Likewise.
9835         * sunrpc/rpc/pmap_clnt.h: Likewise.
9836         * sunrpc/rpc/xdr.h: Likewise.
9837         * sysdeps/generic/inttypes.h: Likewise.
9838         * sysdeps/generic/net/if.h: Likewise.
9839         * sysdeps/generic/sys/swap.h: Likewise.
9840         * sysdeps/gnu/net/if.h: Likewise.
9841         * sysdeps/gnu/utmpx.h: Likewise.
9842         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
9843         * sysdeps/i386/i486/bits/string.h: Likewise.
9844         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
9845         * sysdeps/s390/bits/string.h: Likewise.
9846         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
9847         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
9848         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
9849         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
9850         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
9851         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
9852         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
9853         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
9854         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
9855         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
9856         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
9857         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
9858         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
9859         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
9860         * sysdeps/unix/sysv/linux/readv.c: Likewise.
9861         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
9862         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
9863         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
9864         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9865         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9866         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
9867         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
9868         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
9869         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
9870         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
9871         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
9872         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
9873         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
9874         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
9875         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
9876         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
9877         * sysvipc/sys/ipc.h: Likewise.
9878         * sysvipc/sys/msg.h: Likewise.
9879         * sysvipc/sys/sem.h: Likewise.
9880         * sysvipc/sys/shm.h: Likewise.
9881         * termios/termios.h: Likewise.
9882         * time/sys/time.h: Likewise.
9883         * time/time.h: Likewise.
9884         * wcsmbs/bits/wchar2.h: Likewise.
9885         * wcsmbs/uchar.h: Likewise.
9886         * wcsmbs/wchar.h: Likewise.
9887         * wctype/wctype.h: Likewise.
9888
9889         [BZ #13551]
9890         * Makeconfig: Remove all but ELF support including AIX support.
9891         * Makerules: Likewise.
9892         * config.h.in: Likewise.
9893         * config.make.in: Likewise.
9894         * configure: Likewise.
9895         * configure.in: Likewise.
9896         * csu/Makefile: Likewise.
9897         * csu/version.c: Likewise.
9898         * debug/Makefile: Likewise.
9899         * dlfcn/Makefile: Likewise.
9900         * elf/Makefile: Likewise.
9901         * extra-lib.mk: Likewise.
9902         * iconv/Makefile: Likewise.
9903         * include/libc-symbols.h: Likewise.
9904         * include/shlib-compat.h: Likewise.
9905         * resolv/Makefile: Likewise.
9906         * resolv/res_libc.c: Likewise.
9907         * rt/Makefile: Likewise.
9908         * sysdeps/i386/asm-syntax.h: Likewise.
9909         * sysdeps/i386/sysdep.h: Likewise.
9910         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
9911         * sysdeps/mach/sysdep.h: Likewise.
9912         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
9913         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
9914         * sysdeps/s390/asm-syntax.h: Likewise.
9915         * sysdeps/s390/s390-32/sysdep.h: Likewise.
9916         * sysdeps/s390/s390-64/sysdep.h: Likewise.
9917         * sysdeps/sh/sysdep.h: Likewise.
9918         * sysdeps/unix/sparc/sysdep.h: Likewise.
9919         * sysdeps/wordsize-32/divdi3.c: Likewise.
9920         * sysdeps/x86_64/sysdep.h: Likewise.
9921
9922         * argp/Versions: Remove _argp_unlock_xxx.
9923
9924         [BZ #13559]
9925         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
9926         * abilist/libBrokenLocale.abilist: Likewise.
9927         * abilist/libanl.abilist: Likewise.
9928         * abilist/libc.abilist: Likewise.
9929         * abilist/libcrypt.abilist: Likewise.
9930         * abilist/libdl.abilist: Likewise.
9931         * abilist/libm.abilist: Likewise.
9932         * abilist/libnsl.abilist: Likewise.
9933         * abilist/libpthread.abilist: Likewise.
9934         * abilist/libresolv.abilist: Likewise.
9935         * abilist/librt.abilist: Likewise.
9936         * abilist/libthread_db.abilist: Likewise.
9937         * abilist/libutil.abilist: Likewise.
9938         * abilist/libnss_db.abilist: New file.
9939
9940         * scripts/abilist.awk: Add support for indirect functions.
9941
9942         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
9943
9944         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
9945
9946         * shlib-versions: Remove entries for ports architectures.
9947
9948         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
9949         files in ports.
9950         * elf/stackguard-macros.h: Remove support for IA-64.
9951         * elf/tst-auditmod1.c: Likewise.
9952         * sysdeps/generic/ldsodefs.h: Likewise.
9953
9954         * sysdeps/unix/sysv/linux/configure.in: Ports should define
9955         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
9956         configure files.
9957
9958         [BZ #13552]
9959         * configure.in: Remove --enable-omitfp support.
9960         * FAQ.in: Adjust.
9961         * config.make.in: Likewise.
9962         * Makeconfig: Likewise.
9963         * manual/install.texi: Likewise.
9964
9965         In case anyone cares, the IA-64 architecture could move to ports.
9966         * sysdeps/ia64/*: Removed.
9967         * sysdeps/unix/sysv/linux/ia64/*: Removed.
9968         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
9969
9970         [BZ #13555]
9971         * configure.in: Remove entries for unsupported architectures.
9972
9973         [BZ #13533]
9974         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
9975         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
9976         routines.
9977         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
9978         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
9979         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
9980         fall back to using wcrtomb.
9981         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
9982         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
9983         renaming.
9984         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
9985         * wcsmbs/tst-c16c32-1.c: New file.
9986
9987         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
9988         local variable.
9989
9990         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
9991
9992         * elf/tst-unique3.cc: Add explicit declaration of gets.
9993         * elf/tst-unique3lib.cc: Likewise.
9994         * elf/tst-unique3lib2.cc: Likewise.
9995         * elf/tst-unique4.cc: Likewise.
9996
9997         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
9998
9999 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
10000
10001         [BZ #13566]
10002         * assert/assert.h (static_assert): Don't define for C++.
10003         * libio/stdio.h (gets): Do declare for C++ <= C++11.
10004         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
10005
10006 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
10007
10008         * iconv/loop.c (single loop): Fix assertion in storing of
10009         remaining bytes.
10010
10011         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
10012
10013 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
10014
10015         * posix/getconf.c: Update copyright year.
10016         * nss/getent.c: Likewise.
10017         * nss/makedb.c: Likewise.
10018         * iconv/iconvconfig.c: Likewise.
10019         * iconv/iconv_prog.c: Likewise.
10020         * elf/ldconfig.c: Likewise.
10021         * elf/pldd.c: Likewise.
10022         * elf/sotruss.ksh: Likewise.
10023         * catgets/gencat.c: Likewise.
10024         * csu/version.c: Likewise.
10025         * elf/ldd.bash.in: Likewise.
10026         * elf/sprof.c (print_version): Likewise.
10027         * locale/programs/locale.c: Likewise.
10028         * locale/programs/localedef.c: Likewise.
10029         * login/programs/pt_chown.c: Likewise.
10030         * nscd/nscd.c (print_version): Likewise.
10031         * debug/xtrace.sh: Likewise.
10032         * malloc/memusage.sh: Likewise.
10033         * malloc/mtrace.pl: Likewise.
10034         * debug/catchsegv.sh: Likewise.
10035
10036 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
10037
10038         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
10039         pure attribute.
10040
10041 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
10042
10043         [BZ #13533]
10044         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
10045         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
10046         transformations.
10047         * iconv/gconv_int.h: Likewise.
10048         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
10049         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
10050         from libc for GLIBC_2.16.
10051         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
10052         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
10053         * wcsmbs/uchar.h: Really define mbstate_t.
10054         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
10055         * wcsmbs/c16rtomb.c: New file.
10056         * wcsmbs/mbrtoc16.c: New file.
10057         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
10058         for C/POSIX locale.
10059         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
10060         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
10061
10062         * wcsmbs/wchar.h: Add missing __restrict.
10063
10064 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
10065
10066         [BZ #13532]
10067         * time/Makefile (routines): Add timespec_get.
10068         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
10069         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
10070         timespec for ISO C11.
10071         * time/timespec_get.c: New file.
10072         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
10073         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
10074
10075         [BZ #13531]
10076         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
10077         * stdlib/stdlib.h: Declare aligned_alloc.
10078         * Versions.def: Add GLIBC_2.16 for libc.
10079         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
10080
10081         [BZ 13527]
10082         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
10083         ISO C11.
10084
10085         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
10086         code.
10087
10088         [BZ #13528]
10089         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
10090
10091         [BZ #13529]
10092         * assert/assert.h (static_assert): Define.
10093
10094         * version.h: Update for 2.16 development version.
10095
10096         [BZ #13526]
10097         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
10098         _ISOC11_SOURCE.
10099
10100         * version.h (RELEASE): Bump for 2.15 release.
10101         * include/features.h (__GLIBC_MINOR__): Bump to 15.
10102
10103         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
10104         Patch by Marek Polacek <mpolacek@redhat.com>.
10105
10106         * bits/byteswap.h: Protect long long constants with __extension__.
10107         * sysdeps/i386/bits/byteswap.h: Likewise.
10108         * sysdeps/ia64/bits/byteswap.h: Likewise.
10109         * sysdeps/s390/bits/byteswap.h: Likewise.
10110         * sysdeps/x86_64/bits/byteswap.h: Likewise.
10111
10112 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
10113
10114         [BZ #13540]
10115         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
10116         destination buffer.
10117         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
10118
10119 2011-12-23  Marek Polacek  <polacek@redhat.com>
10120
10121         * elf/dl-addr.c (determine_info): Add inline keyword.
10122         * elf/tst-auditmod4b.c (check_avx): Likewise.
10123         * elf/tst-auditmod6b.c (check_avx): Likewise.
10124         * elf/tst-auditmod6c.c (check_avx): Likewise.
10125         * elf/tst-auditmod7b.c (check_avx): Likewise.
10126
10127 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
10128
10129         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
10130         !__SSE_MATH__.
10131
10132 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
10133
10134         [BZ #13540]
10135         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
10136         processing for last bytes.
10137
10138 2011-08-06  Bruno Haible  <bruno@clisp.org>
10139
10140         [BZ #13061]
10141         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
10142         U+0385, not to U+1FEE.
10143
10144         [BZ #13062]
10145         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
10146         entry for U+00A5 U+0301.
10147
10148 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
10149
10150         [BZ #13166]
10151         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
10152         buffer for the output is too small.
10153
10154         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
10155         optimization.
10156
10157         [BZ #13185]
10158         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
10159         SSE flags if possible.
10160
10161 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
10162
10163         [BZ #13540]
10164         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
10165         processing for last bytes.
10166
10167 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
10168
10169         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
10170         (syscall-list-default-options, syscall-list-default-condition)
10171         (syscall-list-includes): Define.
10172         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
10173         list of ABIs and options and #if conditions for each ABI.  Do not
10174         handle common syscalls between ABIs specially.
10175         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
10176         Remove.
10177         (syscall-list-variants, syscall-list-32bit-options)
10178         (syscall-list-32bit-condition, syscall-list-64bit-options)
10179         (syscall-list-64bit-condition): Define.
10180         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
10181         (syscall-list-variants, syscall-list-32bit-options)
10182         (syscall-list-32bit-condition, syscall-list-64bit-options)
10183         (syscall-list-64bit-condition): Define.
10184         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
10185         Remove.
10186         (syscall-list-variants, syscall-list-32bit-options)
10187         (syscall-list-32bit-condition, syscall-list-64bit-options)
10188         (syscall-list-64bit-condition): Define.
10189         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
10190         Remove.
10191         (syscall-list-variants, syscall-list-32bit-options)
10192         (syscall-list-32bit-condition, syscall-list-64bit-options)
10193         (syscall-list-64bit-condition): Define.
10194
10195 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
10196
10197         * locale/iso-639.def: Add brx entry.
10198
10199         [BZ #13328]
10200         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
10201         Proposed by Mariusz_Cukr <marcukr@op.pl>.
10202
10203         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
10204         __feraiseexcept_renamed.
10205
10206 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
10207
10208         [BZ #13538]
10209         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
10210         EPOLLET with unsigned values.
10211         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
10212         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
10213
10214         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
10215         to large cancellation.
10216         * math/s_cacoshf.c: Likewise.
10217         * math/s_cacoshl.c: Likewise.
10218
10219 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
10220
10221         [BZ #13305]
10222         [BZ #12786]
10223         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
10224         * math/s_cacoshf.c: Likewise.
10225         * math/s_cacoshl.c: Likewise.
10226
10227 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
10228
10229         [BZ #13439]
10230         * iconv/gconv.h: Define __GCONV_SWAP.
10231         * iconvdata/unicode.c: The swap bit must be stored in __flags.
10232         * iconvdata/utf-16.c: Likewise.
10233         * iconvdata/utf-32.c: Likewise.
10234
10235 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
10236
10237         [BZ #13524]
10238         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
10239         numerator after shifting it by one limb.
10240
10241 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
10242
10243         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
10244         under [__USE_EXTERN_INLINES].
10245
10246 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
10247
10248         [BZ #13446]
10249         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
10250
10251 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10252
10253         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
10254         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
10255         optimized code.
10256         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
10257         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
10258         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
10259         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
10260         for strncasecmp/strncasecmp_l compilation.
10261         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
10262         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
10263
10264 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
10265
10266         [BZ #13484]
10267         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
10268         of __asm__.
10269
10270 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
10271
10272         [BZ #13506]
10273         * time/tzfile.c (__tzfile_read): Check values from file header.
10274
10275 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
10276
10277         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
10278         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
10279         * powerpc/powerpc32/dl-start.S: Likewise.
10280         * powerpc/powerpc32/elf/start.S: Likewise.
10281         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
10282         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
10283         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
10284         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
10285         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
10286         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
10287         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
10288         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
10289         * powerpc/powerpc32/fpu/s_round.S: Likewise.
10290         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
10291         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
10292         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
10293         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
10294         * powerpc/powerpc32/memset.S: Likewise.
10295         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
10296         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
10297         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
10298         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
10299         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
10300         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
10301         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
10302         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
10303         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
10304         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
10305         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
10306         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
10307         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
10308
10309 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10310
10311         * math/libm-test.inc: Added more nearbyint tests.
10312         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
10313         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
10314         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
10315         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
10316
10317 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
10318
10319         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
10320         FD_CLOEXEC.
10321
10322 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
10323
10324         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
10325         Add wcscpy-ssse3 wcscpy-c.
10326         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
10327         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
10328         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
10329         * sysdeps/x86_64/wcschr.S: New file.
10330         * sysdeps/x86_64/wcsrchr.S: New file.
10331         * string/test-strcmp.c: Remove checking of wcscmp function for
10332         wrong alignments.
10333         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
10334         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
10335         wcsrchr-sse2 wcsrchr-c.
10336         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
10337         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
10338         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
10339         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
10340         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
10341         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
10342         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
10343         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
10344         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
10345         * wcsmbc/wcschr.c (WCSCHR): New macro.
10346
10347 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
10348
10349         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
10350         * wcsmbs/test-wcsrchr.c: New file.
10351         * string/test-strrchr.c: Add wcsrchr support.
10352         (WIDE): New macro.
10353         * wcsmbs/test-wcscpy.c: New file.
10354         * string/test-strcpy.c: Add wcscpy support.
10355         (WIDE): New macro.
10356
10357 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
10358
10359         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
10360         the inner loop.
10361
10362 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
10363
10364         [BZ #13472]
10365         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
10366
10367 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
10368
10369         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
10370         Minor optimizations.
10371
10372         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
10373         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
10374         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
10375
10376 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
10377
10378         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
10379         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
10380         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
10381         for gcc to avoid warnings.
10382         * inet/Makefile (tests): Add tst-checks.
10383         * inet/tst-checks.c: New file.
10384
10385         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
10386         warning.
10387
10388         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
10389         __wmemcmp_sse2.
10390
10391         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
10392         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
10393
10394         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
10395
10396 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
10397
10398         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
10399         problem.
10400
10401         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
10402
10403 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
10404
10405         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
10406         conditional on GCC version.
10407         (__arch_compare_and_exchange_val_8_acq)
10408         (__arch_compare_and_exchange_val_16_acq)
10409         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
10410         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
10411         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
10412
10413 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
10414
10415         * sysdeps/sh/backtrace.c: New file.
10416
10417 2011-12-02  Andreas Schwab  <schwab@redhat.com>
10418
10419         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
10420         parenthesis.
10421
10422 2011-12-01  Andreas Schwab  <schwab@redhat.com>
10423
10424         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
10425         falling back to utime.
10426
10427 2011-11-30  Andreas Schwab  <schwab@redhat.com>
10428
10429         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
10430         expectations for float.
10431
10432 2011-11-29  Andreas Schwab  <schwab@redhat.com>
10433
10434         * locale/weight.h (findidx): Add parameter len.
10435         * locale/weightwc.h (findidx): Likewise.
10436         * posix/fnmatch_loop.c (FCT): Adjust caller.
10437         * posix/regcomp.c (build_equiv_class): Likewise.
10438         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
10439         * posix/regexec.c (check_node_accept_bytes): Likewise.
10440         * string/strcoll_l.c (STRCOLL): Likewise.
10441         * string/strxfrm_l.c (STRXFRM): Likewise.
10442
10443 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
10444
10445         * Makefile.in: Remove CVSOPT handling.
10446         * configure.in: Remove use of AC_REVISION.
10447         * iconvdata/Makefile (distribute): No need to filter out CVS.
10448         * scripts/list-sources.sh: Remove CVS, subversion and monotone
10449         handling.
10450
10451 2011-11-16  Andreas Schwab  <schwab@redhat.com>
10452
10453         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
10454         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
10455         [USE_AS_STRNCASECMP_L]: Likewise.
10456         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
10457         NO_TLS_DIRECT_SEG_REFS.
10458         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
10459         Fix argument offsets for non-PIC.
10460         [USE_AS_STRNCASECMP_L]: Likewise.
10461         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
10462         NO_TLS_DIRECT_SEG_REFS.
10463
10464 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
10465
10466         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
10467         O_CLOEXEC.
10468         * locale/loadlocale.c (_nl_load_locale): Likewise.
10469
10470 2011-11-15  Andreas Schwab  <schwab@redhat.com>
10471
10472         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
10473         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
10474         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
10475         (SYSCALL_GETTIME): Set errno on error.
10476
10477         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
10478         count references to noai6ai_cached.
10479
10480 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
10481
10482         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
10483
10484         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
10485         FD_CLOEXEC for /proc/self/maps.
10486
10487         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
10488         FD_CLOEXEC for /proc/meminfo.
10489
10490         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
10491         gai.conf.
10492
10493         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
10494         FD_CLOEXEC for given file.
10495
10496         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
10497
10498         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
10499         FD_CLOEXEC for /etc/hosts.
10500         (_gethtent): Likewise.
10501
10502         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
10503
10504         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
10505         cancellation and set FD_CLOEXEC for /etc/netgroup.
10506
10507         * nss/nss_files/files-key.c (search): Don't allow cancellation when
10508         reading /etc/publickey.
10509
10510         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
10511         allow cancellation when reading /etc/group.
10512
10513         * nss/nss_files/files-alias.c (internal_setent): Don't allow
10514         cancellation.
10515         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
10516
10517         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
10518         when using data file.
10519
10520         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
10521
10522         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
10523         (write_nis_obj): Use "c" and "e" in fopen.
10524
10525         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
10526
10527         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
10528
10529         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
10530
10531         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
10532
10533         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
10534         locale.alias.
10535
10536         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
10537
10538         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
10539
10540         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
10541
10542         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
10543         file parsing and set FD_CLOEXEC.
10544
10545 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
10546
10547         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
10548
10549 2011-11-14  Andreas Schwab  <schwab@redhat.com>
10550
10551         * malloc/arena.c (arena_get2): Don't call reused_arena when
10552         _int_new_arena failed.
10553
10554 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
10555
10556         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
10557         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
10558         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
10559         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
10560         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
10561         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
10562         to compile strcasecmp and strncasecmp.
10563         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
10564         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
10565
10566         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
10567
10568 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
10569
10570         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
10571         locale-defines.sym to gen-as-const-headers.
10572         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
10573         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
10574         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
10575         to compile strcasecmp and strncasecmp.
10576         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
10577         strcasecmp_l and strncasecmp_l.
10578         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
10579         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
10580         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
10581         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
10582         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
10583         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
10584         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
10585         * sysdeps/i386/i686/multiarch/strncase.S: New file.
10586         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
10587         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
10588         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
10589
10590 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
10591
10592         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
10593         result of SYSDEP_GETTIME_CPU to retval.
10594         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
10595         parameter list to macro.  Remove trailing semicolon.  Adjust users.
10596
10597         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
10598         variable.
10599
10600         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
10601         mantissa words.
10602         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
10603
10604         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
10605         from unused variable.
10606
10607         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
10608         DWARF definitions.
10609         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
10610         for assembling.
10611
10612         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
10613         over namespaces.
10614
10615         * sunrpc/rpc_prot.c (rejected): Fix case value.
10616
10617         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
10618         unsigned long long int to avoid warnings in shift.
10619
10620         * posix/regex_internal.c (re_string_reconstruct): Actually use result
10621         of use of trans.
10622         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
10623         variable tmp.
10624
10625         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
10626         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
10627         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
10628
10629         * nis/nis_table.c (nis_list): Use variable of correct type for
10630         result of __follow_path call.
10631
10632 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10633
10634         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
10635         of math functions ceil, trunc, floor, round, and sqrt, when
10636         avaliable on the platform.
10637         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
10638         name clash.
10639         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
10640         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
10641         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
10642
10643 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
10644
10645         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
10646         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
10647
10648 2011-11-11  Roland McGrath  <roland@hack.frob.com>
10649
10650         * include/unistd.h: Fix __readlink return type.
10651         Reported by Chris Metcalf <cmetcalf@tilera.com>.
10652
10653 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
10654
10655         * stdlib/ucontext.h: Undo last change for makecontext.
10656
10657 2011-11-11  Andreas Schwab  <schwab@redhat.com>
10658
10659         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
10660
10661         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
10662         * setjmp/setjmp.h: Mark functions as non-leaf.
10663         * setjmp/bits/setjmp2.h: Likewise.
10664         * stdlib/ucontext.h: Likewise.
10665
10666 2011-11-10  Andreas Schwab  <schwab@redhat.com>
10667
10668         * malloc/arena.c (_int_new_arena): Don't increment narenas.
10669         (reused_arena): Don't check arena limit.
10670         (arena_get2): Atomically check arena limit.
10671
10672 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
10673
10674         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
10675         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
10676
10677         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
10678         instructions.
10679
10680 2011-11-07  Andreas Schwab  <schwab@redhat.com>
10681
10682         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
10683         handler when locking.
10684
10685         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
10686         Fix size of allocated buffer.
10687
10688 2011-11-04  Andreas Schwab  <schwab@redhat.com>
10689
10690         [BZ #10103]
10691         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
10692         declarations for long double functions.
10693         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
10694
10695         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
10696
10697 2011-11-03  Andreas Schwab  <schwab@redhat.com>
10698
10699         * nscd/nscd.c (main): Don't start AVC thread until credentials are
10700         installed.
10701
10702         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
10703         is disabled.
10704
10705 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10706
10707         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
10708
10709 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
10710
10711         * include/alloca.h (stackinfo_alloca_round): Define.
10712         (extend_alloca): Use it.
10713         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
10714         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
10715         here.
10716
10717         * scripts/check-local-headers.sh: Ignore libaudit.h.
10718
10719         * nscd/Makefile (extra-objs): Make recursively expanded.
10720
10721 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
10722
10723         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
10724         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
10725
10726         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
10727         * posix/tst-rfc3484-2.c: Likewise.
10728         * posix/tst-rfc3484-3.c: Likewise.
10729
10730         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
10731         process_vm_writev.
10732         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
10733         process_vm_writev.
10734         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
10735         process_vm_writev from libc using GLIBC_2.15 version.
10736
10737         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
10738
10739 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
10740
10741         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
10742         stack usage.
10743
10744 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
10745
10746         [BZ #13367]
10747         * nss/getent.c (initgroups_keys): Show error message in case no group
10748         names are given.
10749
10750         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
10751         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
10752         __bump_nl_timestamp.
10753         * nscd/connections (nscd_init): When host database is served open
10754         netlink socket and request notification about configuration changes.
10755         (main_loop_poll): Track netlink file descriptor and bump timestamp
10756         in case data becomes available.
10757         (main_loop_epoll): Likewise.
10758         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
10759         (database_pers_head): Add extra_data fileds.
10760         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
10761         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
10762         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
10763         Adjust caller.
10764         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
10765         in6ai data, call __free_in6ai.
10766         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
10767         Add -DHAVE_NETLINK.
10768         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
10769         interface information.  Reuse previous data if netlink timestamp
10770         is not changed.
10771         (__bump_nl_timestamp): New function.
10772         (__free_in6ai): New function.
10773
10774 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
10775
10776         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
10777         close_not_cancel_no_status here.
10778         (__check_pf): Reorganize code a bit to not call close twice if OOM.
10779
10780 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
10781
10782         [BZ #13276]
10783         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
10784         return value.
10785
10786         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
10787         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
10788         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
10789
10790 2011-07-03  Andreas Jaeger  <aj@suse.de>
10791
10792         [BZ #10709]
10793         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
10794         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
10795         * math/libm-test.inc (sin_test): Add test case.
10796
10797 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
10798
10799         [BZ #13337]
10800         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
10801         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
10802
10803         * elf/chroot_canon.c (chroot_canon): Cleanups.
10804
10805         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
10806
10807         [BZ #13335]
10808         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
10809         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
10810
10811         * string/test-strchr.c: Make usable for strchrnul testing.
10812         * string/test-strchrnul.c: New file.
10813         * string/Makefile (strop-tests): Add strchrnul.
10814
10815         * po/it.po: Update from translation team.
10816         * po/es.po: Likewise.
10817
10818 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
10819
10820         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
10821         the three constants needed as parameters.  Drop the others.
10822         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
10823         __m128i_strloadu_tolower.
10824         Create and initialize variable zero and use it in all the places
10825         where _mm_setzero_si128 was used.
10826
10827         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
10828         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
10829         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
10830         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
10831         anymore.
10832         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
10833         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
10834         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
10835         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
10836         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
10837         __mpranred, __mptan.
10838         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
10839         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
10840         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
10841         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
10842         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
10843         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
10844         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
10845         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
10846         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
10847
10848 2011-10-28  Andreas Schwab  <schwab@redhat.com>
10849
10850         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
10851         redefine if SHARED.
10852         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
10853
10854         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
10855         wide char related routines to wcsmbs subdir.
10856
10857 2011-10-27  Andreas Schwab  <schwab@redhat.com>
10858
10859         [BZ #13344]
10860         * misc/sys/cdefs.h (__THROWNL): Define.
10861         * posix/unistd.h: Use __THREADNL instead of __THREAD
10862         for memory synchronization functions.
10863
10864 2011-10-26  Roland McGrath  <roland@hack.frob.com>
10865
10866         [BZ #13349]
10867         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
10868         doesn't exist.
10869         * manual/stdio.texi (Obstack Streams): Node removed.
10870
10871 2011-10-26  Andreas Schwab  <schwab@redhat.com>
10872
10873         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
10874         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
10875         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
10876
10877         * math/math_private.h (math_force_eval): Allow non-addressable
10878         arguments.
10879         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
10880
10881 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
10882
10883         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
10884         file is not needed.
10885
10886         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
10887         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
10888         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
10889         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
10890         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
10891         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
10892         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
10893         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
10894         Add AVX variants.
10895         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
10896         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
10897         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
10898         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
10899         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
10900         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
10901         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
10902         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
10903         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
10904         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
10905         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
10906         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
10907         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
10908         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
10909         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
10910         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
10911         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
10912         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
10913         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
10914
10915         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
10916         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
10917
10918         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
10919         place.  Use VEX encoding when compiling for AVX.
10920
10921 2011-10-25  Andreas Schwab  <schwab@redhat.com>
10922
10923         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
10924         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
10925
10926         * string/test-strchr.c (do_test): Don't generate NUL bytes.
10927
10928 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
10929
10930         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
10931         useless if() expression.
10932         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
10933         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
10934         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
10935         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
10936         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
10937         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
10938         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
10939         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
10940         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
10941         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
10942         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
10943         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
10944         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
10945         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
10946         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
10947         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
10948         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
10949         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
10950         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
10951
10952         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
10953
10954 2011-10-25  Andreas Schwab  <schwab@redhat.com>
10955
10956         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
10957         condition.
10958         * elf/dl-fini.c (_dl_sort_fini): Likewise.
10959
10960 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
10961
10962         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
10963         .text section.  Avoid duplicate constants.
10964         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
10965         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
10966         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
10967         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
10968         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
10969         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
10970         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
10971         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
10972         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
10973         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
10974         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
10975         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
10976         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
10977         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
10978         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
10979         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
10980         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
10981         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
10982         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
10983         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
10984         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
10985         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
10986         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
10987         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
10988         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
10989         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
10990         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
10991         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
10992         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
10993         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
10994         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
10995         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
10996         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
10997         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
10998         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
10999         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
11000         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
11001         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
11002         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
11003         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
11004         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
11005         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
11006         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
11007         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
11008         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
11009
11010 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
11011
11012         * sysdeps/x86_64/dla.h: Move to ...
11013         * sysdeps/x86_64/fpu/dla.h: ...here.
11014         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
11015         situations.  Use __builtin_fma only for gcc 4.6 and up.
11016
11017         * config.make.in: Add have-mfma4 entry.
11018         * configure.in: Substitute libc_cv_cc_fma4.
11019         * math/Makefile (dbl-only-routines): Add sincostab.
11020         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
11021         Use __sincostab not sincos.
11022         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
11023         name is a macro.
11024         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
11025         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
11026         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
11027         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
11028         using __copysign.
11029         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
11030         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
11031         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
11032         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
11033         and __inv.
11034         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
11035         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
11036         __copysign.
11037         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
11038         define aliases when function name is a macro.
11039         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
11040         sysdeps/ieee754/dbl-64/sincos.tbl.
11041         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
11042         fma4-enabled routines.
11043         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
11044         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
11045         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
11046         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
11047         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
11048         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
11049         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
11050         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
11051         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
11052         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
11053         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
11054         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
11055         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
11056         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
11057         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
11058         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
11059         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
11060         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
11061         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
11062         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
11063         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
11064         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
11065         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
11066         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
11067         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
11068         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
11069         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
11070         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
11071         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
11072         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
11073
11074         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
11075         rename.
11076         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
11077         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
11078         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
11079         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
11080         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
11081         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
11082         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
11083         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
11084
11085 2011-10-24  Andreas Schwab  <schwab@redhat.com>
11086
11087         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
11088
11089 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
11090
11091         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
11092
11093         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
11094         prediction.
11095         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
11096
11097         * string/strnlen.c: Don't define STRNLEN, reverse logic.
11098         Remove unused variable magic_bits.
11099         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
11100
11101         * string/strnlen.c: Define and use STRNLEN macro.
11102         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
11103         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
11104         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
11105         * wcsmbs/wcslen.c: Define and use WCSLEN.
11106         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
11107         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
11108         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
11109         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
11110         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
11111         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
11112         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
11113
11114 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
11115
11116         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
11117         strnlen-sse2-no-bsf.
11118         Rename strlen-no-bsf to strlen-sse2-no-bsf.
11119         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
11120         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
11121         Add strnlen support.
11122         (USE_AS_STRNLEN): New macro.
11123         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
11124         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
11125         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
11126         * sysdeps/x86_64/wcslen.S: New file.
11127
11128 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
11129
11130         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
11131         XMM-moves are used for copying on small sizes.
11132
11133 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
11134
11135         * wcsmbs/Makefile (strop-tests): Add wcschr.
11136         * wcsmbs/test-wcschr.c: New file.
11137         * string/test-strchr.c: Update.
11138         Add wcschr support.
11139         (WIDE): New macro.
11140
11141 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
11142
11143         * wcsmbs/Makefile (strop-tests): Add wcslen.
11144         * wcsmbs/test-wcslen.c: New file.
11145         * string/test-strlen.c: Update.
11146         Add wcslen support.
11147         (WIDE): New macro.
11148
11149 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
11150
11151         * po/it.po: Update from translation team.
11152
11153 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
11154
11155         * sysdeps/x86_64/wcscmp.S: Update.
11156         Fix wrong comparison semantics.
11157         wcscmp shall use signed comparison not unsigned.
11158         Don't use substraction to avoid overflow bug.
11159         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
11160         * wcsmbc/wcscmp.c: Likewise.
11161         * string/test-strcmp.c: Likewise.
11162         Add new tests to check cases with negative values.
11163
11164 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
11165
11166         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
11167         * sysdeps/x86_64/dla.h: ...here.  New file.
11168         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
11169         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
11170         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
11171         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
11172         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
11173         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
11174         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
11175         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
11176         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
11177
11178 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
11179
11180         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
11181         __ynl_finite aliases.
11182
11183 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
11184
11185         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11186
11187         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
11188         define DLA_FMA.
11189         [DLA_FMA] (EMULV): Use DLA_FMA.
11190         [DLA_FMA] (MUL12): Use EMULV.
11191         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
11192         that are not needed.
11193         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
11194         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
11195         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
11196         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
11197         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
11198         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
11199         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
11200
11201 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
11202
11203         * math/s_nan.c: Undef __nan.
11204         * math/s_nanf.c: Undef __nanf.
11205         * math/s_nanl.c: Undef __nanl.
11206         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
11207         "math_private.h".
11208
11209 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
11210
11211         * math/s_catan.c: Add branch predictions.
11212         * math/s_catanf.c: Likewise.
11213         * math/s_catanh.c: Likewise.
11214         * math/s_catanhf.c: Likewise.
11215         * math/s_catanhl.c: Likewise.
11216         * math/s_catanl.c: Likewise.
11217         * math/s_cexp.c: Likewise.
11218         * math/s_cexpf.c: Likewise.
11219         * math/s_cexpl.c: Likewise.
11220         * math/s_clog.c: Likewise.
11221         * math/s_clog10.c: Likewise.
11222         * math/s_clog10f.c: Likewise.
11223         * math/s_clog10l.c: Likewise.
11224         * math/s_clogf.c: Likewise.
11225         * math/s_clogl.c: Likewise.
11226         * math/s_csqrt.c: Likewise.
11227         * math/s_csqrtf.c: Likewise.
11228         * math/s_csqrtl.c: Likewise.
11229         * math/s_ctanf.c: Likewise.
11230         * math/s_ctanh.c: Likewise.
11231         * math/s_ctanhf.c: Likewise.
11232         * math/s_ctanhl.c: Likewise.
11233         * math/s_ctanl.c: Likewise.
11234
11235         * math/math_private.h: Define __nan, __nanf, __nanl.
11236         * math/s_cacosh.c: Include <math_private.h>.
11237         * math/s_cacoshl.c: Likewise.
11238         * math/s_casinh.c: Likewise.
11239         * math/s_casinhf.c: Likewise.
11240         * math/s_casinhl.c: Likewise.
11241         * math/s_ccos.c: Rely entire on ccosh.
11242         * math/s_ccosf.c: Rely entire on ccoshf.
11243         * math/s_ccosl.c: Rely entirely on ccoshl.
11244         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
11245         Remove tests for FE_INVALID.
11246         * math/s_ccoshf.c: Likewise.
11247         * math/s_ccoshl.c: Likewise.
11248         * math/s_csin.c: Likewise.
11249         * math/s_csinf.c: Likewise.
11250         * math/s_csinh.c Likewise.
11251         * math/s_csinhf.c: Likewise.
11252         * math/s_csinhl.c: Likewise.
11253         * math/s_csinl.c: Likewise.
11254         * math/s_ctan.c: Likewise.
11255         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
11256         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
11257         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
11258
11259 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
11260
11261         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
11262         compilation problems.
11263
11264         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
11265         __builtin_expect.
11266
11267 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
11268
11269         * sysdeps/i386/configure.in: Test for -mfma4 option.
11270         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
11271         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
11272         COMMON_CPUID_INDEX_80000001.
11273         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
11274         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
11275         use it if FMA3 is not supported.
11276         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
11277
11278         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
11279         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
11280
11281 2011-10-20  Andreas Schwab  <schwab@redhat.com>
11282
11283         [BZ #12892]
11284         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
11285         it would create a cycle with a link time dependency.
11286
11287 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
11288
11289         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
11290         instruction.
11291         * string/Makefile (strop-tests): Add rawmemchr.
11292         * string/test-rawmemchr.c: New file.
11293
11294         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
11295         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
11296         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
11297         when compiling str{,n}casecmp and when AVX is available.  Hook up
11298         new optimized code in initializers.
11299
11300 2011-10-19  Andreas Schwab  <schwab@redhat.com>
11301
11302         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
11303         __feraiseexcept instead of feraiseexcept.
11304
11305 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
11306
11307         * math/math_private.h: Define defaults for libc_fetestexcept and
11308         libc_feupdateenv.
11309         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
11310         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
11311         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
11312         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
11313         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
11314         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
11315         libc_fetestexcept and libc_feupdateenv.
11316
11317         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
11318         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
11319         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
11320         * sysdeps/x86_64/fpu/math_private.h: Define special version of
11321         libc_feholdexcept_setround.
11322
11323         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
11324         Add s_nearbyint-c and s_nearbyintf-c.
11325         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
11326         nearbyintf inlines.
11327         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
11328         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
11329         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
11330         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
11331
11332         * math/math_private.h: Define defaults for libc_fegetround,
11333         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
11334         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
11335         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
11336         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
11337         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
11338         standard functions.
11339         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
11340         Remove comments and hacks for old compiler versions.
11341         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
11342         libc_fegetround, libc_fesetround, libc_feholdexcept, and
11343         libc_feholdexceptl.
11344
11345 2011-10-18  Andreas Schwab  <schwab@redhat.com>
11346
11347         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
11348         (__feraiseexcept_renamed): Add __NTH.
11349         (feraiseexcept): Add __NTH.  Rename local variables to fix
11350         namespace violations.
11351
11352 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
11353
11354         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
11355
11356         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
11357
11358         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
11359         recently added interfaces.
11360         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
11361
11362         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
11363         about macro parameter expansion.
11364
11365         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
11366         __NO_MATH_INLINES is defined.  Cleanups.
11367
11368         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
11369         and __floorf is target has SSE4.1.
11370         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
11371         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
11372         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
11373         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
11374
11375         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
11376         name.
11377         (floorf): Likewise.
11378
11379         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
11380
11381 2011-10-17  Andreas Schwab  <schwab@redhat.com>
11382
11383         * misc/sys/cdefs.h: Fix last change.
11384
11385         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
11386         database lookup.
11387
11388 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
11389
11390         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
11391
11392         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
11393         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
11394         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
11395         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
11396         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
11397         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
11398         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
11399         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
11400         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
11401         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
11402         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
11403         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
11404         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
11405         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
11406         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
11407         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
11408         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
11409         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
11410         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
11411         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
11412         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
11413         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
11414
11415         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
11416         ceil, ceilf, floor, floorf.
11417
11418         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
11419         Perform IRELATIVE relocations last.
11420
11421         * elf/do-rel.h: Add another parameter nrelative, replacing the
11422         local variable with the same name.  Change name of the function
11423         to end in Rel or Rela (uppercase).
11424         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
11425         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
11426         elf_dynamic_do_##reloc function.
11427
11428 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
11429
11430         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
11431         is sufficient, at least on modern CPUs.
11432
11433         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
11434
11435         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
11436         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
11437
11438         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
11439         __expl_finite.
11440         * math/bits/math-finite.h: Add entries for exp.
11441         * math/e_expl.c: Add __*_finite alias.
11442         * sysdeps/i386/fpu/e_exp.S: Likewise.
11443         * sysdeps/i386/fpu/e_expf.S: Likewise.
11444         * sysdeps/i386/fpu/e_expl.c: Likewise.
11445         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
11446         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
11447         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
11448         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
11449         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
11450         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
11451         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
11452
11453         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
11454         is sufficient, at least on modern CPUs.
11455
11456         * ctype/ctype-info.c (__ctype_init): Define.
11457         * include/ctype.h (__ctype_init): Declare.
11458         (__ctype_b_loc): The variable is always initialized.
11459         (__ctype_toupper_loc): Likewise.
11460         (__ctype_tolower_loc): Likewise.
11461         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
11462         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
11463
11464 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
11465
11466         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
11467
11468         * configure.in: Also look in $cxxmachine/include for C++ system
11469         headers.
11470
11471 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
11472
11473         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
11474         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
11475         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
11476         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
11477         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
11478         (USE_AS_WMEMCMP): New macro.
11479         Fixing indents.
11480         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
11481         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
11482         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
11483         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
11484         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
11485         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
11486         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
11487         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
11488         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
11489         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
11490         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
11491         (USE_AS_WMEMCMP): New macro.
11492         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
11493         * sysdeps/string/test-memcmp.c: Update.
11494         Fix simple_wmemcmp.
11495         Add new tests.
11496         * wcsmbs/wmemcmp.c: Update.
11497         (WMEMCMP): New macro.
11498         Fix overflow bug.
11499
11500 2011-10-12  Andreas Jaeger  <aj@suse.de>
11501
11502         [BZ #13268]
11503         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
11504
11505 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
11506
11507         * libio/iofwide.c (do_length): Avoid warning.
11508
11509         * ctype/ctype.h (__isctype_f): Add missing __THROW.
11510
11511 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
11512
11513         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
11514
11515         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
11516         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
11517         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
11518         * sysdeps/i386/i686/fpu/e_log.S: New file.
11519         * sysdeps/i386/i686/fpu/e_logf.S: New file.
11520         * sysdeps/i386/i686/fpu/e_logl.S: New file.
11521
11522         * ctype/ctype.h: Add support for inlined isXXX functions when
11523         compiling C++ code.
11524
11525 2011-10-14  Andreas Schwab  <schwab@redhat.com>
11526
11527         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
11528
11529         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
11530
11531 2011-10-13  Roland McGrath  <roland@hack.frob.com>
11532
11533         [BZ #13291]
11534         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
11535
11536 2011-10-13  Andreas Schwab  <schwab@redhat.com>
11537
11538         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
11539         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
11540         feraiseexcept.
11541
11542         * sysdeps/x86_64/memrchr.S: Check for zero size.
11543
11544         * string/stratcliff.c: Add memrchr tests.
11545
11546 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
11547
11548         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
11549         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
11550         rawmemchr-sse2 rawmemchr-sse2-bsf.
11551         * sysdeps/i386/i686/multiarch/memchr.S: New file.
11552         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
11553         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
11554         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
11555         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
11556         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
11557         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
11558         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
11559         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
11560         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
11561         * string/memrchr.c (MEMRCHR): New macro.
11562
11563 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
11564
11565         Add integration with gcc's -ffinite-math-only and optimize wrapper
11566         functions in libm.
11567         * Versions.def: Define GLIBC_2.15 version for libm.
11568         * math/Makefile (headers): Add bits/math-finite.h.
11569         * math/bits/math-finite.h: New file.
11570         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
11571         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
11572         * math/e_acoshl.c: Add __*_finite alias.
11573         * math/e_acosl.c: Likewise.
11574         * math/e_asinl.c: Likewise.
11575         * math/e_atan2l.c: Likewise.
11576         * math/e_atanhl.c: Likewise.
11577         * math/e_coshl.c: Likewise.
11578         * math/e_exp10.c: Likewise.
11579         * math/e_exp10f.c: Likewise.
11580         * math/e_exp10l.c: Likewise.
11581         * math/e_exp2l.c: Likewise.
11582         * math/e_fmodl.c: Likewise.
11583         * math/e_gammal_r.c: Likewise.
11584         * math/e_hypotl.c: Likewise.
11585         * math/e_j0l.c: Likewise.
11586         * math/e_j1l.c: Likewise.
11587         * math/e_jnl.c: Likewise.
11588         * math/e_lgammal_r.c: Likewise.
11589         * math/e_log10l.c: Likewise.
11590         * math/e_log2l.c: Likewise.
11591         * math/e_logl.c: Likewise.
11592         * math/e_powl.c: Likewise.
11593         * math/e_sinhl.c: Likewise.
11594         * math/e_sqrtl.c: Likewise.
11595         * math/e_scalb.c: Completely rewritten and optimized.
11596         * math/e_scalbf.c: Likewise.
11597         * math/e_scalbl.c: Likewise.
11598         * math/w_acos.c: Likewise.
11599         * math/w_acosf.c: Likewise.
11600         * math/w_acosl.c: Likewise.
11601         * math/w_acosh.c: Likewise.
11602         * math/w_acoshf.c: Likewise.
11603         * math/w_acoshl.c: Likewise.
11604         * math/w_asin.c: Likewise.
11605         * math/w_asinf.c: Likewise.
11606         * math/w_asinl.c: Likewise.
11607         * math/w_atan2.c: Likewise.
11608         * math/w_atan2f.c: Likewise.
11609         * math/w_atan2l.c: Likewise.
11610         * math/w_atanh.c: Likewise.
11611         * math/w_atanhf.c: Likewise.
11612         * math/w_atanhl.c: Likewise.
11613         * math/w_exp10.c: Likewise.
11614         * math/w_exp10f.c: Likewise.
11615         * math/w_exp10l.c: Likewise.
11616         * math/w_fmod.c: Likewise.
11617         * math/w_fmodf.c: Likewise.
11618         * math/w_fmodl.c: Likewise.
11619         * math/w_j0.c: Likewise.
11620         * math/w_j0f.c: Likewise.
11621         * math/w_j0l.c: Likewise.
11622         * math/w_j1.c: Likewise.
11623         * math/w_j1f.c: Likewise.
11624         * math/w_j1l.c: Likewise.
11625         * math/w_jn.c: Likewise.
11626         * math/w_jnf.c: Likewise.
11627         * math/w_log.c: Likewise.
11628         * math/w_logf.c: Likewise.
11629         * math/w_logl.c: Likewise.
11630         * math/w_log10.c: Likewise.
11631         * math/w_log10f.c: Likewise.
11632         * math/w_log10l.c: Likewise.
11633         * math/w_log2.c: Likewise.
11634         * math/w_log2f.c: Likewise.
11635         * math/w_log2l.c: Likewise.
11636         * math/w_pow.c: Likewise.
11637         * math/w_powf.c: Likewise.
11638         * math/w_powl.c: Likewise.
11639         * math/w_remainder.c: Likewise.
11640         * math/w_remainderf.c: Likewise.
11641         * math/w_remainderl.c: Likewise.
11642         * math/w_scalb.c: Likewise.
11643         * math/w_scalbf.c: Likewise.
11644         * math/w_scalbl.c: Likewise.
11645         * math/w_sqrt.c: Likewise.
11646         * math/w_sqrtf.c: Likewise.
11647         * math/w_sqrtl.c: Likewise.
11648         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
11649         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
11650         used.
11651         * math/math_private.h: Declare __kernel_standard_f.
11652         * math/w_cosh.c: Remove cruft and optimize a bit.
11653         * math/w_coshf.c: Likewise.
11654         * math/w_coshl.c: Likewise.
11655         * math/w_exp2.c: Likewise.
11656         * math/w_exp2f.c: Likewise.
11657         * math/w_exp2l.c: Likewise.
11658         * math/w_hypot.c: Likewise.
11659         * math/w_hypotf.c: Likewise.
11660         * math/w_hypotl.c: Likewise.
11661         * math/w_lgamma.c: Likewise.
11662         * math/w_lgamma_r.c: Likewise.
11663         * math/w_lgammaf.c: Likewise.
11664         * math/w_lgammaf_r.c: Likewise.
11665         * math/w_lgammal.c: Likewise.
11666         * math/w_lgammal_r.c: Likewise.
11667         * math/w_sinh.c: Likewise.
11668         * math/w_sinhf.c: Likewise.
11669         * math/w_sinhl.c: Likewise.
11670         * math/w_tgamma.c: Likewise.
11671         * math/w_tgammaf.c: Likewise.
11672         * math/w_tgammal.c: Likewise.
11673         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
11674         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
11675         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
11676         Minor optimizations.  Pretty printing.  Remove cruft.
11677         * sysdeps/i386/fpu/e_acosf.S: Likewise.
11678         * sysdeps/i386/fpu/e_acosh.S: Likewise.
11679         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
11680         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
11681         * sysdeps/i386/fpu/e_acosl.c: Likewise.
11682         * sysdeps/i386/fpu/e_asin.S: Likewise.
11683         * sysdeps/i386/fpu/e_asinf.S: Likewise.
11684         * sysdeps/i386/fpu/e_atan2.S: Likewise.
11685         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
11686         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
11687         * sysdeps/i386/fpu/e_atanh.S: Likewise.
11688         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
11689         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
11690         * sysdeps/i386/fpu/e_exp10.S: Likewise.
11691         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
11692         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
11693         * sysdeps/i386/fpu/e_exp2.S: Likewise.
11694         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
11695         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
11696         * sysdeps/i386/fpu/e_fmod.S: Likewise.
11697         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
11698         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
11699         * sysdeps/i386/fpu/e_hypot.S: Likewise.
11700         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
11701         * sysdeps/i386/fpu/e_log.S: Likewise.
11702         * sysdeps/i386/fpu/e_log10.S: Likewise.
11703         * sysdeps/i386/fpu/e_log10f.S: Likewise.
11704         * sysdeps/i386/fpu/e_log10l.S: Likewise.
11705         * sysdeps/i386/fpu/e_log2.S: Likewise.
11706         * sysdeps/i386/fpu/e_log2f.S: Likewise.
11707         * sysdeps/i386/fpu/e_log2l.S: Likewise.
11708         * sysdeps/i386/fpu/e_logf.S: Likewise.
11709         * sysdeps/i386/fpu/e_logl.S: Likewise.
11710         * sysdeps/i386/fpu/e_pow.S: Likewise.
11711         * sysdeps/i386/fpu/e_powf.S: Likewise.
11712         * sysdeps/i386/fpu/e_powl.S: Likewise.
11713         * sysdeps/i386/fpu/e_remainder.S: Likewise.
11714         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
11715         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
11716         * sysdeps/i386/fpu/e_scalb.S: Likewise.
11717         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
11718         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
11719         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
11720         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
11721         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
11722         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
11723         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
11724         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
11725         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
11726         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
11727         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
11728         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
11729         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
11730         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
11731         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
11732         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
11733         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
11734         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
11735         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
11736         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
11737         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
11738         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
11739         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
11740         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
11741         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
11742         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
11743         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
11744         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
11745         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
11746         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
11747         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
11748         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
11749         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
11750         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
11751         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
11752         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
11753         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
11754         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
11755         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
11756         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
11757         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
11758         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
11759         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
11760         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
11761         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
11762         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
11763         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
11764         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
11765         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
11766         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
11767         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
11768         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
11769         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
11770         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
11771         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
11772         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
11773         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
11774         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11775         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
11776         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
11777         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
11778         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
11779         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
11780         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
11781         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
11782         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
11783         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
11784         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
11785         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
11786         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
11787         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
11788         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
11789         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
11790         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
11791         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
11792         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
11793         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
11794         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
11795         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
11796         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
11797         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
11798         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
11799         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
11800         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
11801         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
11802         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
11803         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
11804         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
11805         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
11806         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
11807         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
11808         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
11809         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
11810         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
11811         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
11812         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
11813         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
11814         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
11815         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
11816         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
11817         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
11818         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
11819         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
11820         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
11821         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
11822         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
11823         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
11824         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
11825         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
11826         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
11827         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
11828         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
11829         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
11830         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
11831         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
11832         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
11833         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
11834         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
11835         (__isnanf): Likewise.
11836         (__isinf_ns): Likewise.
11837         (__isinf_nsf): Likewise.
11838         (__finite): Likewise.
11839         (__finitef): Likewise.
11840         (__ieee754_sqrt): Define as macro.
11841         (__ieee754_sqrtf): Define as macro.
11842         (__ieee754_sqrtl): Define as macro.
11843         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
11844         inlined copy.
11845         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
11846         __FINITE_MATH_ONLY__ consistent.
11847         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
11848
11849 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
11850
11851         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
11852         of rawmemchr.
11853
11854         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
11855
11856 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
11857
11858         * po/ja.po: Update from translation team.
11859
11860 2011-10-08  Roland McGrath  <roland@hack.frob.com>
11861
11862         * locale/programs/locarchive.c (prepare_address_space): New function.
11863         (create_archive, enlarge_archive, open_archive): Use it.
11864
11865         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
11866         inside [SHARED], where it is used.
11867
11868         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
11869
11870         * nss/getent.c (netgroup_keys): Remove unused variable.
11871         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
11872
11873 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
11874
11875         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
11876         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
11877         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
11878         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
11879         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
11880         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
11881         * math/Makefile (libm-calls): Add s_isinf_ns.
11882         * math/divtc3.c: Use __isinf_nsl instead of isinf.
11883         * math/multc3.c: Likewise.
11884         * math/s_casin.c: Likewise.
11885         * math/s_casinf.c: Likewise.
11886         * math/s_casinl.c: Likewise.
11887         * math/s_ccos.c: Likewise.
11888         * math/s_ccosf.c: Likewise.
11889         * math/s_ccosl.c: Likewise.
11890         * math/s_ctan.c: Likewise.
11891         * math/s_ctanf.c: Likewise.
11892         * math/s_ctanh.c: Likewise.
11893         * math/s_ctanhf.c: Likewise.
11894         * math/s_ctanhl.c: Likewise.
11895         * math/s_ctanl.c: Likewise.
11896         * math/w_fmod.c: Likewise.
11897         * math/w_fmodf.c: Likewise.
11898         * math/w_fmodl.c: Likewise.
11899         * math/w_remainder.c: Likewise.
11900         * math/w_remainderf.c: Likewise.
11901         * math/w_remainderl.c: Likewise.
11902         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
11903         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
11904         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
11905         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
11906         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
11907         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
11908         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
11909         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
11910
11911         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
11912         of the number.
11913         * stdio-common/printf_fphex.c: Likewise.
11914         * stdio-common/printf_size.c: Likewise.
11915
11916         * math/e_exp10.c: Include math_private.h using <...> not "...".
11917         * math/e_exp10f.c: Likewise.
11918         * math/e_exp10l.c: Likewise.
11919         * math/e_exp2l.c: Likewise.
11920         * math/e_j0l.c: Likewise.
11921         * math/e_j1l.c: Likewise.
11922         * math/e_jnl.c: Likewise.
11923         * math/e_lgammal_r.c: Likewise.
11924         * math/e_rem_pio2l.c: Likewise.
11925         * math/e_scalb.c: Likewise.
11926         * math/e_scalbf.c: Likewise.
11927         * math/e_scalbl.c: Likewise.
11928         * math/k_cosl.c: Likewise.
11929         * math/k_sinl.c: Likewise.
11930         * math/k_tanl.c: Likewise.
11931         * math/s_cacoshf.c: Likewise.
11932         * math/s_catan.c: Likewise.
11933         * math/s_catanf.c: Likewise.
11934         * math/s_catanh.c: Likewise.
11935         * math/s_catanhf.c: Likewise.
11936         * math/s_catanhl.c: Likewise.
11937         * math/s_catanl.c: Likewise.
11938         * math/s_ccosh.c: Likewise.
11939         * math/s_ccoshf.c: Likewise.
11940         * math/s_ccoshl.c: Likewise.
11941         * math/s_cexp.c: Likewise.
11942         * math/s_cexpf.c: Likewise.
11943         * math/s_cexpl.c: Likewise.
11944         * math/s_clog.c: Likewise.
11945         * math/s_clog10.c: Likewise.
11946         * math/s_clog10f.c: Likewise.
11947         * math/s_clog10l.c: Likewise.
11948         * math/s_clogf.c: Likewise.
11949         * math/s_clogl.c: Likewise.
11950         * math/s_csin.c: Likewise.
11951         * math/s_csinf.c: Likewise.
11952         * math/s_csinh.c: Likewise.
11953         * math/s_csinhf.c: Likewise.
11954         * math/s_csinhl.c: Likewise.
11955         * math/s_csinl.c: Likewise.
11956         * math/s_csqrt.c: Likewise.
11957         * math/s_csqrtf.c: Likewise.
11958         * math/s_csqrtl.c: Likewise.
11959         * math/s_ctan.c: Likewise.
11960         * math/s_ctanf.c: Likewise.
11961         * math/s_ctanh.c: Likewise.
11962         * math/s_ctanhf.c: Likewise.
11963         * math/s_ctanhl.c: Likewise.
11964         * math/s_ctanl.c: Likewise.
11965         * math/s_ldexp.c: Likewise.
11966         * math/s_ldexpf.c: Likewise.
11967         * math/s_ldexpl.c: Likewise.
11968         * math/s_significand.c: Likewise.
11969         * math/s_significandf.c: Likewise.
11970         * math/s_significandl.c: Likewise.
11971         * math/w_acos.c: Likewise.
11972         * math/w_acosf.c: Likewise.
11973         * math/w_acosh.c: Likewise.
11974         * math/w_acoshf.c: Likewise.
11975         * math/w_acoshl.c: Likewise.
11976         * math/w_acosl.c: Likewise.
11977         * math/w_asin.c: Likewise.
11978         * math/w_asinf.c: Likewise.
11979         * math/w_asinl.c: Likewise.
11980         * math/w_atan2.c: Likewise.
11981         * math/w_atan2f.c: Likewise.
11982         * math/w_atan2l.c: Likewise.
11983         * math/w_atanh.c: Likewise.
11984         * math/w_atanhf.c: Likewise.
11985         * math/w_atanhl.c: Likewise.
11986         * math/w_cosh.c: Likewise.
11987         * math/w_coshf.c: Likewise.
11988         * math/w_coshl.c: Likewise.
11989         * math/w_dremf.c: Likewise.
11990         * math/w_exp10.c: Likewise.
11991         * math/w_exp10f.c: Likewise.
11992         * math/w_exp10l.c: Likewise.
11993         * math/w_exp2.c: Likewise.
11994         * math/w_exp2f.c: Likewise.
11995         * math/w_fmod.c: Likewise.
11996         * math/w_fmodf.c: Likewise.
11997         * math/w_fmodl.c: Likewise.
11998         * math/w_hypot.c: Likewise.
11999         * math/w_hypotf.c: Likewise.
12000         * math/w_hypotl.c: Likewise.
12001         * math/w_j0.c: Likewise.
12002         * math/w_j0f.c: Likewise.
12003         * math/w_j0l.c: Likewise.
12004         * math/w_j1.c: Likewise.
12005         * math/w_j1f.c: Likewise.
12006         * math/w_j1l.c: Likewise.
12007         * math/w_jn.c: Likewise.
12008         * math/w_jnf.c: Likewise.
12009         * math/w_jnl.c: Likewise.
12010         * math/w_lgamma.c: Likewise.
12011         * math/w_lgamma_r.c: Likewise.
12012         * math/w_lgammaf.c: Likewise.
12013         * math/w_lgammaf_r.c: Likewise.
12014         * math/w_lgammal.c: Likewise.
12015         * math/w_lgammal_r.c: Likewise.
12016         * math/w_log.c: Likewise.
12017         * math/w_log10.c: Likewise.
12018         * math/w_log10f.c: Likewise.
12019         * math/w_log10l.c: Likewise.
12020         * math/w_log2.c: Likewise.
12021         * math/w_log2f.c: Likewise.
12022         * math/w_log2l.c: Likewise.
12023         * math/w_logf.c: Likewise.
12024         * math/w_logl.c: Likewise.
12025         * math/w_pow.c: Likewise.
12026         * math/w_powf.c: Likewise.
12027         * math/w_powl.c: Likewise.
12028         * math/w_remainder.c: Likewise.
12029         * math/w_remainderf.c: Likewise.
12030         * math/w_remainderl.c: Likewise.
12031         * math/w_scalb.c: Likewise.
12032         * math/w_scalbf.c: Likewise.
12033         * math/w_scalbl.c: Likewise.
12034         * math/w_sinh.c: Likewise.
12035         * math/w_sinhf.c: Likewise.
12036         * math/w_sinhl.c: Likewise.
12037         * math/w_sqrt.c: Likewise.
12038         * math/w_sqrtf.c: Likewise.
12039         * math/w_sqrtl.c: Likewise.
12040         * math/w_tgamma.c: Likewise.
12041         * math/w_tgammaf.c: Likewise.
12042         * math/w_tgammal.c: Likewise.
12043
12044         * po/ja.po: Update from translation team.
12045
12046 2011-09-29  Andreas Jaeger  <aj@suse.de>
12047
12048         [BZ #13179]
12049         * sunrpc/netname.c (netname2host): Fix logic.
12050
12051         [BZ #6779]
12052         [BZ #6783]
12053         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
12054         correctly.
12055         * math/w_remainder.c (__remainder): Likewise.
12056         * math/w_remainderf.c (__remainderf): Likewise.
12057         * math/libm-test.inc (remainder_test): Add test cases.
12058
12059 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
12060
12061         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
12062         sdiv_qrnnd.
12063
12064 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
12065
12066         * string/test-memcmp.c: Avoid unncessary #defines.
12067         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
12068
12069 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12070
12071         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
12072         Use new sse2 version for core i3 - i7 as it's faster
12073         than sse42 version.
12074         (bit_Prefer_PMINUB_for_stringop): New.
12075         * sysdeps/x86_64/rawmemchr.S: Update.
12076         Replace with faster SSE2 version.
12077         * sysdeps/x86_64/memrchr.S: New file.
12078         * sysdeps/x86_64/memchr.S: Update.
12079         Replace with faster SSE2 version.
12080
12081 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
12082
12083         * elf/dl-load.c (lose): Add cast to avoid warning.
12084
12085 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
12086
12087         * po/ca.po: Update from translation team.
12088
12089         * inet/getnetgrent_r.c: Hook up nscd.
12090         * nscd/Makefile (routines): Add nscd_netgroup.
12091         (nscd-modules): Add netgroupcache.
12092         (CFLAGS-netgroupcache.c): Define.
12093         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
12094         (cache_search): Add const to second parameter.
12095         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
12096         INNETGR.
12097         (dbs): Add netgrdb entry.
12098         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
12099         (verify_persistent_db): Handle netgrdb.
12100         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
12101         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
12102         GETFDNETGR.
12103         (netgroup_response_header): Define.
12104         (innetgroup_response_header): Define.
12105         (datahead): Add netgroup_response_header and innetgroup_response_header
12106         elements.
12107         * nscd/nscd.conf: Add entries for netgroup cache.
12108         * nscd/nscd.h (dbtype): Add netgrdb.
12109         (_PATH_NSCD_NETGROUP_DB): Define.
12110         (netgroup_iov_disabled): Declare.
12111         (xmalloc, xcalloc, xrealloc): Move declarations here.
12112         (cache_search): Adjust prototype.
12113         Add netgroup-related prototypes.
12114         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
12115         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
12116         (__nscd_innetgr): Declare.
12117         * nscd/selinux.c (perms): Use access_vector_t as element type and
12118         add netgroup-related initializers.
12119         * nscd/netgroupcache.c: New file.
12120         * nscd/nscd_netgroup.c: New file.
12121         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
12122         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
12123         For four parameters use innetgr.
12124         * nss/nss_files/files-init.c: Add definition and callback for netgr.
12125         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
12126         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
12127         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
12128
12129         * nscd/connections.c (register_traced_file): Don't register file
12130         for disabled databases.
12131
12132 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
12133
12134         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
12135
12136         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
12137         from tree and freeing node.
12138
12139 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
12140
12141         * nss/nsswitch.c (__nss_database_lookup): Handle
12142         nss_parse_service_list out of memory case.
12143
12144 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
12145
12146         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
12147         out of memory case.
12148
12149 2011-10-04  Andreas Schwab  <schwab@redhat.com>
12150
12151         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
12152         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
12153         pass it down.
12154         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
12155         elf_machine_rela, elf_machine_lazy_rel.
12156         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
12157         (ELF_DYNAMIC_DO_REL): Likewise.
12158         (ELF_DYNAMIC_DO_RELA): Likewise.
12159         (ELF_DYNAMIC_RELOCATE): Likewise.
12160         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
12161         to ELF_DYNAMIC_DO_REL.
12162         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
12163         (dl_main): In trace mode always set __RTLD_NOIFUNC.
12164         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
12165         elf_machine_rela.
12166         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
12167         skip_ifunc, don't call ifunc function if non-zero.
12168         (elf_machine_rela): Likewise.
12169         (elf_machine_lazy_rel): Likewise.
12170         (elf_machine_lazy_rela): Likewise.
12171         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
12172         (elf_machine_lazy_rel): Likewise.
12173         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
12174         Likewise.
12175         (elf_machine_lazy_rel): Likewise.
12176         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
12177         Likewise.
12178         (elf_machine_lazy_rel): Likewise.
12179         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
12180         (elf_machine_lazy_rel): Likewise.
12181         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
12182         (elf_machine_lazy_rel): Likewise.
12183         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
12184         (elf_machine_lazy_rel): Likewise.
12185         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
12186         (elf_machine_lazy_rel): Likewise.
12187         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
12188         (elf_machine_lazy_rel): Likewise.
12189         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
12190         (elf_machine_lazy_rel): Likewise.
12191
12192 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
12193
12194         * nss/nss_files/files-init.c (_nss_files_init): Use static
12195         initialization for all the *_traced_file variables.
12196
12197 2011-09-28  Andreas Schwab  <schwab@redhat.com>
12198
12199         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
12200
12201 2011-09-27  Roland McGrath  <roland@hack.frob.com>
12202
12203         [BZ #13226]
12204         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
12205
12206 2011-09-27  Andreas Schwab  <schwab@redhat.com>
12207
12208         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
12209         Reread the line before reparsing it.
12210
12211 2011-09-26  Andreas Schwab  <schwab@redhat.com>
12212
12213         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
12214
12215 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
12216             Maxim Kuvyrkov  <maxim@codesourcery.com>
12217             Joseph Myers  <joseph@codesourcery.com>
12218
12219         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
12220         if needed for __stack_chk_guard.
12221
12222 2011-09-19  Roland McGrath  <roland@hack.frob.com>
12223
12224         * sysdeps/posix/spawni.c (script_execute): Always define it.
12225         It will be optimized away if unused.
12226         (maybe_script_execute): New function.
12227         (__spawni): Call it.
12228
12229         * Makerules: Don't include tls.make.
12230         (config-tls): Always set to thread.
12231         * tls.make.c: File removed.
12232
12233 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
12234
12235         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
12236         * config.make.in (CPPFLAGS-config): New substituted variable.
12237
12238 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
12239
12240         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
12241
12242         [BZ #13192]
12243         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
12244         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
12245
12246 2011-09-15  Roland McGrath  <roland@hack.frob.com>
12247
12248         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
12249         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
12250         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
12251         (CALL_FAIL): Likewise.
12252         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
12253         (CALL_FAIL): Macro removed.
12254         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
12255
12256 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
12257
12258         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
12259         for __FINITE_MATH_ONLY__ == 1.
12260
12261 2011-09-15  Andreas Schwab  <schwab@redhat.com>
12262
12263         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
12264         __ieee754_sqrt instead of sqrt.
12265         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
12266         __ieee754_sqrtf instead of sqrtf.
12267         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
12268         __floorf instead of floorf.
12269         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
12270         __floorf, __truncf instead of floorf, truncf.
12271
12272 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
12273
12274         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
12275
12276         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
12277         __extern_always_inline.
12278         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
12279         32-bit.
12280
12281 2011-09-14  Andreas Schwab  <schwab@redhat.com>
12282
12283         * elf/rtld.c (dl_main): Also relocate in dependency order when
12284         doing symbol dependency testing.
12285
12286 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
12287
12288         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
12289         Always define `refsym'.
12290
12291 2011-09-13  Andreas Schwab  <schwab@redhat.com>
12292
12293         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
12294         (__FD_ELT): Renamed from __FDELT.
12295         * misc/bits/select2.h (__FD_ELT): Likewise.
12296         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
12297         __FD_MASK instead of __FDELT, __FDMASK.
12298         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
12299         Likewise.
12300         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
12301         Likewise.
12302
12303         * elf/Makefile (gen-ldd): Fix pattern.
12304
12305         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
12306         (init_tls): Likewise.
12307
12308 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
12309
12310         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
12311
12312 2011-09-12  Andreas Schwab  <schwab@redhat.com>
12313
12314         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
12315         `struct cmsghdr *' instead of `void *'.
12316         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
12317         Likewise.
12318
12319 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
12320
12321         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
12322         if non-absolute.
12323         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
12324         ldd_rewrite_script.
12325
12326 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
12327
12328         * configure.in: Remove --with-tls option.
12329         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
12330         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
12331         out in case it is missing.
12332         * sysdeps/ia64/elf/configure.in: Likewise.
12333         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
12334         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
12335         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
12336         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
12337         * sysdeps/sh/elf/configure.in: Likewise.
12338         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
12339         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
12340         * sysdeps/x86_64/elf/configure.in: Likewise.
12341         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
12342         * sysdeps/mach/hurd/tls.h: Likewise.
12343
12344         [BZ #13067]
12345         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
12346
12347         [BZ #13090]
12348         * configure.in: Fix use of AC_INIT.
12349
12350         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
12351
12352 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
12353
12354         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
12355         __set_errno.
12356         * malloc/hooks.c: Likewise.
12357
12358         [BZ #11929]
12359         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
12360         variables statically.
12361         (narenas): Initialize.
12362         (list_lock): Initialize.
12363         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
12364         initializtion of main_arena and list_lock.  Small cleanups.
12365         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
12366         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
12367         Add initializers to main_arena and mp_.
12368         (malloc_state): Remove pagesize member.  Change all users to use
12369         GLRO(dl_pagesize).
12370
12371         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
12372         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
12373         is always initialized.
12374
12375         * malloc/malloc.c: Removed unused configurations and dead code.
12376         * malloc/arena.c: Likewise.
12377         * malloc/hooks.c: Likewise.
12378         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
12379
12380         * include/tls.h: Removed.  USE___THREAD must always be defined.
12381         * bits/libc-tsd.h: Don't handle !USE___THREAD.
12382         * elf/dl-libc.c: Likewise.
12383         * elf/dl-tsd.c: Likewise.
12384         * include/errno.h: Likewise.
12385         * include/netdb.h: Likewise.
12386         * include/resolv.h: Likewise.
12387         * inet/herrno-loc.c: Likewise.
12388         * inet/herrno.c: Likewise.
12389         * malloc/arena.c: Likewise.
12390         * malloc/hooks.c: Likewise.
12391         * malloc/malloc.c: Likewise.
12392         * resolv/res-state.c: Likewise.
12393         * resolv/res_libc.c: Likewise.
12394         * sysdeps/i386/dl-machine.h: Likewise.
12395         * sysdeps/ia64/dl-machine.h: Likewise.
12396         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
12397         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
12398         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12399         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12400         * sysdeps/sh/dl-machine.h: Likewise.
12401         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12402         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12403         * sysdeps/unix/i386/sysdep.S: Likewise.
12404         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
12405         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
12406         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
12407         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
12408         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
12409         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
12410         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
12411         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
12412         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
12413         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
12414         * sysdeps/unix/x86_64/sysdep.S: Likewise.
12415         * sysdeps/x86_64/dl-machine.h: Likewise.
12416         * tls.make.c: Likewise.
12417
12418         * configure.in: Remove --with-__thread option.  Make tests for
12419         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
12420         tls_model attribute fail if no support is available.  Remove
12421         USE_IN_LIBIO.
12422         * Makeconfig: Adjust for dropped configure option.  All features are
12423         now mandatory.
12424         * Makerules: Likewise.
12425         * Versions.def: Likewise.
12426         * argp/argp-fmtstream.c: Likewise.
12427         * argp/argp-fmtstream.h: Likewise.
12428         * argp/argp-help.c: Likewise.
12429         * assert/assert.c: Likewise.
12430         * config.h.in: Likewise.
12431         * config.make.in: Likewise.
12432         * configure: Likewise.
12433         * configure.in: Likewise.
12434         * csu/Versions: Likewise.
12435         * csu/init.c: Likewise.
12436         * elf/tst-audit2.c: Likewise.
12437         * elf/tst-tls10.c: Likewise.
12438         * elf/tst-tls10.h: Likewise.
12439         * elf/tst-tls11.c: Likewise.
12440         * elf/tst-tls12.c: Likewise.
12441         * elf/tst-tls14.c: Likewise.
12442         * elf/tst-tlsmod11.c: Likewise.
12443         * elf/tst-tlsmod12.c: Likewise.
12444         * elf/tst-tlsmod13.c: Likewise.
12445         * elf/tst-tlsmod13a.c: Likewise.
12446         * elf/tst-tlsmod14a.c: Likewise.
12447         * elf/tst-tlsmod15b.c: Likewise.
12448         * elf/tst-tlsmod16a.c: Likewise.
12449         * elf/tst-tlsmod16b.c: Likewise.
12450         * elf/tst-tlsmod7.c: Likewise.
12451         * elf/tst-tlsmod8.c: Likewise.
12452         * elf/tst-tlsmod9.c: Likewise.
12453         * gmon/gmon.c: Likewise.
12454         * grp/fgetgrent_r.c: Likewise.
12455         * grp/putgrent.c: Likewise.
12456         * hurd/fopenport.c: Likewise.
12457         * include/libc-symbols.h: Likewise.
12458         * include/tls.h: Likewise.
12459         * intl/gettextP.h: Likewise.
12460         * intl/loadinfo.h: Likewise.
12461         * locale/global-locale.c: Likewise.
12462         * locale/localeinfo.h: Likewise.
12463         * mach/devstream.c: Likewise.
12464         * malloc/arena.c: Likewise.
12465         * malloc/set-freeres.c: Likewise.
12466         * misc/err.c: Likewise.
12467         * misc/getttyent.c: Likewise.
12468         * misc/mntent_r.c: Likewise.
12469         * posix/getopt.c: Likewise.
12470         * posix/wordexp.c: Likewise.
12471         * pwd/fgetpwent_r.c: Likewise.
12472         * resolv/Versions: Likewise.
12473         * resolv/res_hconf.c: Likewise.
12474         * shadow/fgetspent_r.c: Likewise.
12475         * shadow/putspent.c: Likewise.
12476         * stdio-common/printf_fphex.c: Likewise.
12477         * stdio-common/tmpfile.c: Likewise.
12478         * stdlib/abort.c: Likewise.
12479         * stdlib/fmtmsg.c: Likewise.
12480         * sunrpc/auth_unix.c: Likewise.
12481         * sunrpc/clnt_perr.c: Likewise.
12482         * sunrpc/clnt_tcp.c: Likewise.
12483         * sunrpc/clnt_udp.c: Likewise.
12484         * sunrpc/clnt_unix.c: Likewise.
12485         * sunrpc/openchild.c: Likewise.
12486         * sunrpc/svc_simple.c: Likewise.
12487         * sunrpc/svc_tcp.c: Likewise.
12488         * sunrpc/svc_udp.c: Likewise.
12489         * sunrpc/svc_unix.c: Likewise.
12490         * sunrpc/xdr.c: Likewise.
12491         * sunrpc/xdr_array.c: Likewise.
12492         * sunrpc/xdr_rec.c: Likewise.
12493         * sunrpc/xdr_ref.c: Likewise.
12494         * sunrpc/xdr_stdio.c: Likewise.
12495
12496 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
12497
12498         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
12499
12500 2011-07-03  Andreas Jaeger  <aj@suse.de>
12501
12502         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
12503         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
12504         regenerate with gen-libm-tests.pl.
12505
12506 2010-05-12  Petr Baudis  <pasky@suse.cz>
12507
12508         [BZ #11589]
12509         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
12510         around j0() zero points by switching to j1().
12511         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
12512         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
12513         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
12514         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
12515
12516 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
12517
12518         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
12519         instead of 0.
12520         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
12521         instead of 0.                              .
12522         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
12523         Patch in part by Pavel Roskin <proski@gnu.org>.
12524
12525         [BZ #13138]
12526         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
12527         realloc.
12528         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
12529         Free memory block if necessary.
12530
12531         [BZ #12847]
12532         * libio/genops.c (INTDEF): For string streams the _lock pointer can
12533         be NULL.  Don't lock in this case.
12534
12535 2011-09-09  Roland McGrath  <roland@hack.frob.com>
12536
12537         * elf/elf.h (ELFOSABI_GNU): New macro.
12538         (ELFOSABI_LINUX): Define to that.
12539
12540 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
12541
12542         * string/strncat.c (strncat): Undef the symbol in case it has been
12543         defined in bits/string.h.
12544
12545 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
12546
12547         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
12548
12549         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
12550         link map.
12551
12552 2011-08-17  Andreas Jaeger  <aj@suse.de>
12553
12554         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
12555
12556 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
12557             Ian Lance Taylor  <iant@google.com>
12558
12559         * math/libm-test.inc (lround_test): New testcase.
12560         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
12561
12562 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
12563
12564         * Makefile: Remove support for automatic cvs check-ins.
12565         * Makerules: Likewise.
12566         * config.make.in: Likewise.
12567         * configure.in: Likewise.
12568         * intl/Makefile: Likewise.
12569         * locale/Makefile: Likewise.
12570         * po/Makefile: Likewise.
12571         * posix/Makefile: Likewise.
12572         * sysdeps/gnu/Makefile: Likewise.
12573         * sysdeps/mach/hurd/Makefile: Likewise.
12574         * sysdeps/sparc/sparc32/Makefile: Likewise.
12575
12576         [BZ #13118]
12577         * posix/Makefile (bug-regex32-ENV): Define.
12578         Patch by John Stanley <jpsinthemix@verizon.net>.
12579
12580         * misc/Makefile (headers): Add bits/select2.h.
12581         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
12582         * misc/bits/select2.h: New file.
12583         * include/bits/select2.h: New file.
12584         * debug/Makefile (routines): Add fdelt_chk.
12585         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
12586         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
12587         FD_ISSET.
12588         * debug/fdelt_chk.c: New file.
12589
12590         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
12591         * wcsmbs/test-wmemcmp.c: Likewise.
12592         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
12593         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
12594
12595 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12596
12597         * string/Makefile (strop-tests): Add memcmp.
12598         * string/test-wmemcmp.c: New file.
12599         * string/test-memcmp.c: Add wmemcmp support.
12600
12601 2011-09-08  Roland McGrath  <roland@hack.frob.com>
12602
12603         [BZ #13153]
12604         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
12605         2011-07-19 change.
12606
12607         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
12608         garbage value in a __mach_port_mod_refs call in the cases of the
12609         task-self and thread-self ports.
12610
12611 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
12612
12613         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
12614
12615 2011-09-08  Andreas Schwab  <schwab@redhat.com>
12616
12617         * elf/dl-load.c (lose): Check for non-null L.
12618
12619 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
12620
12621         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
12622
12623         * elf/dl-libc.c (dlerror_run): Pass back error code from
12624         dl_catch_error.
12625
12626         [BZ #13123]
12627         * elf/dl-load.c (lose): Free l_origin if it is valid.
12628
12629         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
12630         names.
12631         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
12632         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
12633         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
12634         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
12635         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
12636         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
12637
12638 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12639
12640         * sysdeps/powerpc/fpu/e_hypot.c: New file.
12641         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
12642         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
12643         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
12644         * sysdeps/powerpc/fpu/k_cosf.c: New file.
12645         * sysdeps/powerpc/fpu/k_sinf.c: New file.
12646         * sysdeps/powerpc/fpu/s_cosf.c: New file.
12647         * sysdeps/powerpc/fpu/s_sinf.c: New file.
12648         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
12649         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
12650
12651 2011-08-15  Alan Modra  <amodra@gmail.com>
12652
12653         [BZ #13092]
12654         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
12655         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
12656         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
12657         ppc_mcount to static-only-routines.
12658         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
12659         __mcount_internal.
12660         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
12661         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
12662
12663 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
12664
12665         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
12666         for finite and infinity parameters.
12667
12668 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
12669
12670         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
12671         and add nop instructions for throughput optimization.
12672         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
12673
12674 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
12675
12676         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
12677         aligned copy for power7 with vector-scalar instructions.
12678         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
12679
12680 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
12681
12682         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
12683         AVX check.
12684
12685 2011-09-07  Andreas Schwab  <schwab@redhat.com>
12686
12687         [BZ #13144]
12688         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
12689         last change.
12690
12691 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
12692
12693         * sysdeps/unix/sysv/linux/x86_64/init-first.c
12694         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
12695         syscall wrapper around clock_gettime in __vdso_clock_gettime.
12696         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
12697         clock_gettime.
12698
12699 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
12700
12701         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
12702         Forgot to demangle the pointer.
12703
12704         * sysdeps/i386/sysdep.h: Define atom_text_section.
12705         * sysdeps/x86_64/sysdep.h: Likewise.
12706         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
12707         section with atom_text_section.
12708         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
12709         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
12710         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
12711         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
12712         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
12713
12714         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
12715         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
12716         already be defined.  Change to take two parameters and don't assign
12717         result to variable.  Adjust all users.
12718         Define INTERNAL_GETTIME if not already defined.
12719         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
12720         call.
12721         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
12722         HAVE_CLOCK_GETTIME_VSYSCALL.
12723         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
12724
12725         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
12726         gettimeofday vsyscall, just use time.
12727
12728 2011-09-06  Andreas Schwab  <schwab@redhat.com>
12729
12730         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
12731         <errno.h>.
12732
12733 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
12734
12735         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
12736         syscall on x86-64.
12737         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
12738         syscall.
12739         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
12740         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
12741         syscall if possible.
12742
12743 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
12744
12745         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
12746         e_ident.  Don't pass to find_mapsXX.
12747         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
12748
12749 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
12750
12751         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
12752         strchr-sse2-no-bsf strrchr-sse2-no-bsf
12753         * sysdeps/x86_64/multiarch/strchr.S: Update.
12754         Check bit_slow_BSF bit.
12755         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
12756         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
12757         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
12758
12759 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
12760
12761         [BZ #13134]
12762         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
12763         before glibc 2.15.
12764         (tryshell): Define.
12765         (__spawni): Change last parameter to be flag.  Test
12766         SPAWN_XFLAGS_USE_PATH flag to use path or not.
12767         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
12768         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
12769         * posix/spawni.c: Likewise.
12770         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
12771         * posix/spawnp.c: Likewise.  Change normal version to use
12772         SPAWN_XFLAGS_USE_PATH.
12773         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
12774         SPAWN_XFLAGS_TRY_SHELL.
12775
12776         [BZ #13150]
12777         * posix/glob.h: Remove gcc 1.x support.
12778
12779         [BZ #13068]
12780         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
12781
12782 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
12783
12784         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
12785         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
12786         strrchr-sse2-bsf
12787         * sysdeps/i386/i686/multiarch/strchr.S: New file.
12788         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
12789         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
12790         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
12791         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
12792         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
12793
12794 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
12795
12796         * sysdeps/x86_64/wcscmp.S: New file.
12797
12798         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
12799         wcscmp-c wcscmp-sse2
12800         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
12801         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
12802         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
12803         * wcsmbs/wcscmp.c: Allow renaming.
12804
12805 2011-09-05  David S. Miller  <davem@davemloft.net>
12806
12807         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
12808         stack slot, rather than the struct return pointer slot.
12809         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
12810         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
12811         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
12812         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
12813
12814 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
12815
12816         * po/ja.po: Update from translation team.
12817
12818         [BZ #13144]
12819         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
12820         kernel in 64-bit binaries.
12821
12822 2011-09-01  David S. Miller  <davem@davemloft.net>
12823
12824         * elf/elf.h (HWCAP_SPARC_*): Move to..
12825         * sysdeps/sparc/sysdep.h: this new file and add new values.
12826         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
12827         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
12828         _DL_HWCAP_COUNT to 24.
12829         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
12830         entries.
12831         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
12832         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
12833         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
12834         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
12835         instead of magic constants.
12836         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
12837
12838 2011-08-31  David S. Miller  <davem@davemloft.net>
12839
12840         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
12841         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
12842         Reimplement to do errno handling inline.
12843         (SYSCALL_ERROR_HANDLER): New macro.
12844         (__SYSCALL_STRING): Do not do errno handling in asm.
12845         (__CLONE_SYSCALL_STRING): Delete.
12846         (__INTERNAL_SYSCALL_STRING): Delete.
12847         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
12848         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
12849         (PSEUDO): Reimplement to do errno handling inline.
12850         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
12851         (SYSCALL_ERROR_HANDLER): New macro.
12852         (__SYSCALL_STRING): Do not do errno handling in asm.
12853         (__CLONE_SYSCALL_STRING): Delete.
12854         (__INTERNAL_SYSCALL_STRING): Delete.
12855         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
12856         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
12857         i386.
12858         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
12859         (inline_syscall*): Add 'err' argument.
12860         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
12861         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
12862         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
12863         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
12864
12865         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
12866         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
12867
12868 2011-08-30  Andreas Schwab  <schwab@redhat.com>
12869
12870         * elf/rtld.c (dl_main): Relocate objects in dependency order.
12871
12872 2011-08-29  Jiri Olsa <jolsa@redhat.com>
12873
12874         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
12875         directive.
12876
12877 2011-08-24  David S. Miller  <davem@davemloft.net>
12878
12879         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
12880
12881 2011-08-24  Andreas Schwab  <schwab@redhat.com>
12882
12883         * elf/Makefile: Add rules to build and run unload8 test.
12884         * elf/unload8.c: New file.
12885         * elf/unload8mod1.c: New file.
12886         * elf/unload8mod1x.c: New file.
12887         * elf/unload8mod2.c: New file.
12888         * elf/unload8mod3.c: New file.
12889
12890         * elf/dl-close.c (_dl_close_worker): Reset private search list if
12891         it wasn't used.
12892
12893 2011-08-23  David S. Miller  <davem@davemloft.net>
12894
12895         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
12896         subtract stack bias.
12897         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
12898         %sp not %fp in calculations.
12899         (_JMPBUF_UNWINDS_ADJ): Likewise.
12900
12901         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
12902         (aio_suspend): Call it to force an exception region around the
12903         AIO_MISC_WAIT() invocation.
12904
12905 2011-08-23  Andreas Schwab  <schwab@redhat.com>
12906
12907         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
12908         backslash.
12909
12910 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
12911
12912         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
12913         protection macro.
12914         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
12915         and <dl-machine.h>.
12916         (Elf64_FuncDesc): Remove.
12917
12918 2011-08-22  David S. Miller  <davem@davemloft.net>
12919
12920         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
12921         sigaltstack check, add missing cfi directives.
12922         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
12923         missing cfi directives, and sigaltstack handling.
12924
12925 2011-08-16  Andreas Schwab  <schwab@redhat.com>
12926
12927         [BZ #11724]
12928         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
12929         object is seen twice.
12930         * elf/dl-fini.c (_dl_sort_fini): Likewise.
12931
12932         * elf/Makefile (distribute): Add tst-initorder2.c.
12933         (tests): Add tst-initorder2.
12934         (modules-names): Add tst-initorder2a tst-initorder2b
12935         tst-initorder2c tst-initorder2d.  Add rules to build them.
12936         ($(objpfx)tst-initorder2.out): New rule.
12937         * elf/tst-initorder2.c: New file.
12938         * elf/tst-initorder2.exp: New file.
12939
12940 2011-08-22  Andreas Schwab  <schwab@redhat.com>
12941
12942         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
12943
12944         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
12945         dependencies back to end of function.
12946
12947         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
12948         $(elfobjdir)/ld.so.
12949
12950 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
12951
12952         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
12953         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
12954         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
12955         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
12956         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
12957         of __vdso_gettimeofday.
12958         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
12959         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
12960         attribute_hidden.
12961         (_libc_vdso_platform_setup): Remove initialization of
12962         __vdso_gettimeofday and __vdso_time.
12963
12964 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
12965
12966         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
12967         and fgetc_unlocked.
12968         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
12969         getc_unlocked.
12970
12971         * elf/dl-open.c (add_to_global): Report additions to the global scope
12972         for LD_DEBUG=scopes.
12973         (dl_open_worker): Also print scope of newly loaded dependencies.
12974         (_dl_show_scope): Indicate if there is no scope.
12975
12976         [BZ #13114]
12977         * stdio-common/Makefile (tests): Add bug24.
12978         * stdio-common/bug24.c: New file.
12979
12980 2011-08-19  Andreas Jaeger  <aj@suse.de>
12981
12982         [BZ #13114]
12983         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
12984         non-existant file when using close-on-exec mode.
12985
12986 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
12987
12988         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
12989         the very first instruction.
12990
12991         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
12992         the CFI state in the end.
12993         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
12994         inclusion of dl-trampoline.h.
12995         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
12996
12997 2011-08-19  Andreas Schwab  <schwab@redhat.com>
12998
12999         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
13000         expectations for long double.
13001
13002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
13003         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
13004
13005 2011-08-14  David S. Miller  <davem@davemloft.net>
13006
13007         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
13008         artificual limit depends upon the system page size.
13009
13010 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
13011
13012         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
13013         * resolv/Makefile: Define CFLAGS-libresolv.
13014
13015 2011-08-17  Andreas Schwab  <schwab@redhat.com>
13016
13017         * nss/makedb.c (compute_tables): Make variables used in nested
13018         function static.
13019
13020 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
13021
13022         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
13023         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
13024         if buffer was too small.
13025
13026         * elf/pldd.c (main): Attach to all threads in the process.
13027         Rewrite /proc handling to use *at functions.
13028
13029 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
13030
13031         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
13032         specifies first scope to show.
13033         (dl_open_worker): Update callers.  Move printing scope of new
13034         object to before the relocation.
13035         * elf/rtld.c (dl_main): Update _dl_show_scope call.
13036         * sysdeps/generic/ldsodefs.h: Update declaration.
13037
13038         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
13039         string for the scope number.
13040
13041 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
13042
13043         * nscd/servicescache.c (cache_addserv): Make sure written is always
13044         initialized.
13045
13046 2011-08-14  Roland McGrath  <roland@hack.frob.com>
13047
13048         * sysdeps/i386/i486/bits/atomic.h
13049         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
13050         statement expression, so as to suppress "set but not used" warning.
13051         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
13052
13053         * string/strncat.c (STRNCAT): Use prototype definition.
13054
13055         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
13056         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
13057         -Iprograms here.
13058         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
13059         (localedef-modules): Add localedef.
13060         (locale-modules): Add locale.
13061
13062         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
13063         * elf/rtld.c (dl_main): Invert order of assignment in last change,
13064         to avoid a warning.
13065
13066 2011-08-14  David S. Miller  <davem@davemloft.net>
13067
13068         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
13069         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
13070
13071 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
13072
13073         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
13074         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
13075         * elf/rtld.c (dl_main): Set l_name of vDSO.
13076         Call _dl_show_scope when DL_DEBUG_SCOPES.
13077         (process_dl_debug): Recognize scopes flag and also set it for all.
13078         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
13079         Declare _dl_show_scope.
13080
13081         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
13082         (do_dlopen): Pass caller_dlopen to dl_open.
13083         (__libc_dlopen_mode): Initialize caller_dlopen.
13084
13085         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
13086         of libc.  Make tolower call locale-independent.  Optimize a bit by
13087         using isdigit instead of isalnum.
13088         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
13089
13090 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
13091
13092         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
13093         was a dependency or dynamically loaded.
13094
13095 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
13096
13097         * intl/l10nflist.c: Allow architecture-specific pop function.
13098         * sysdeps/x86_64/l10nflist.c: New file.
13099
13100         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
13101         classification.
13102
13103 2011-08-10  Andreas Schwab  <schwab@redhat.com>
13104
13105         * include/dirent.h: Add libc_hidden_proto for scandirat and
13106         scandirat64.  Don't declare __scandirat64.
13107         * dirent/scandirat.c: Add libc_hidden_def.
13108         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
13109         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
13110
13111 2011-08-10  David S. Miller  <davem@davemloft.net>
13112
13113         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
13114         enum.
13115         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
13116         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
13117         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
13118
13119 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
13120
13121         * Versions.def [libc]: Add GLIBC_2.15.
13122         * dirent/Makefile (routines): Add scandirat and scandirat64.
13123         * dirent/Versions [libc]: Export scandirat and scandirat64 for
13124         GLIBC_2.15.
13125         * dirent/dirent.h: Declare scandirat and scandirat64.
13126         * dirent/scandirat.c: New file.
13127         * dirent/scandirat64.c: New file.
13128         * sysdeps/wordsize-64/scandirat.c: New file.
13129         * sysdeps/wordsize-64/scandirat64.c: New file.
13130         * dirent/opendir.c: Define opendirat.
13131         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
13132         using scandirat.
13133         * dirent/scandir64.c: Adjust for scandir.c change.
13134         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
13135         __scandirat64, and __scandir_cancel_handler.
13136         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
13137         additional parameter and use openat instead of open (outside of ld.so).
13138         Add new __opendir as wrapper around __opendirat.
13139         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
13140         here without requiring old scandirat implementation.
13141
13142 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
13143
13144         * dirent/scandir.c (cancel_handler): Renamed to
13145         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
13146         defined.  Adjust users.
13147         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
13148         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
13149
13150 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
13151
13152         * string/test-string.h (IMPL): Use __STRING to expand name and then
13153         stringify it.
13154
13155         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
13156         of cleanups.
13157
13158 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
13159
13160         * string/Makefile: Update.
13161         (strop-tests): Append strncat.
13162         * string/test-wcscmp.c: New file.
13163         New comprehensive test for wcscmp.
13164         * string/test-strcmp.c: Update.
13165         (WIDE): New define.
13166
13167 2011-07-22  Andreas Schwab  <schwab@redhat.com>
13168
13169         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
13170         line.
13171
13172 2011-07-26  Andreas Schwab  <schwab@redhat.com>
13173
13174         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
13175         encoding to ACE if AI_IDN.
13176
13177 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
13178
13179         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
13180         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
13181
13182 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
13183
13184         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
13185         Fix overflow bug in strncat.
13186         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
13187
13188         * string/test-strncat.c: Update.
13189         Add new tests for checking overflow bugs.
13190
13191 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
13192
13193         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
13194         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
13195         * sysdeps/i386/i686/multiarch/strcat.S: New file.
13196         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
13197         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
13198         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
13199         * sysdeps/i386/i686/multiarch/strncat.S: New file.
13200         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
13201         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
13202
13203         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
13204         (USE_AS_STRCAT): Define.
13205         Add strcat and strncat support.
13206         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
13207
13208 2011-07-25  Andreas Schwab  <schwab@redhat.com>
13209
13210         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
13211         __n bigger than INT_MAX+1.
13212         (__strncmp_g): Likewise.
13213
13214 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
13215
13216         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
13217         * libio/stido.h: Likewise.
13218
13219         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
13220         (AF_NFC): Define.
13221         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
13222         (AF_NFC): Define.
13223
13224         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
13225         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
13226         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
13227         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
13228         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
13229
13230         [BZ #13021]
13231         * scripts/test-installation.pl: Don't expect libnss_test1 to be
13232         installed.
13233
13234         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
13235         typo.
13236         (_dl_x86_64_save_sse): Likewise.
13237
13238 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
13239
13240         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
13241         OSXSAVE.
13242         (_dl_x86_64_save_sse): Likewise.
13243
13244         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
13245
13246         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
13247
13248 2011-07-21  Andreas Schwab  <schwab@redhat.com>
13249
13250         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
13251         change.
13252         (_dl_x86_64_save_sse): Use correct AVX check.
13253
13254 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
13255
13256         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
13257         bug in strncpy/strncat.
13258         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
13259
13260 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
13261
13262         * string/tester.c (test_strcat): Add tests for different alignments
13263         of source and destination.
13264         (test_strncat): Likewise.
13265
13266 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
13267
13268         [BZ #12852]
13269         * posix/glob.c (glob): Check passed in values before using them in
13270         expressions to avoid some overflows.
13271         (glob_in_dir): Likewise.
13272
13273         [BZ #13007]
13274         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
13275         check for AVX enablement so that we don't crash with old kernels and
13276         new hardware.
13277         * elf/tst-audit4.c: Add same checks here.
13278         * elf/tst-audit6.c: Likewise.
13279
13280         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
13281
13282 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
13283
13284         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
13285
13286 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
13287
13288         * po/cs.po: Update from translation team.
13289         * po/bg.po: Likewise.
13290
13291 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
13292
13293         * misc/sys/cdefs.h: Add support for const attribute.
13294         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
13295         to gnu_dev_{major,minor,makedev} functions.
13296
13297 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
13298
13299         * intl/dcigettext.c (get_output_charset): Add missing bracket.
13300
13301 2011-07-20  Andreas Schwab  <schwab@redhat.com>
13302
13303         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
13304         strlen results.
13305
13306 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13307
13308         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
13309         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
13310         register in order to avoid conflicts with the soft frame pointer
13311         being held in r11 when necessary.
13312         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
13313         (INTERNAL_VSYSCALL_NCS): Likewise.
13314
13315 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
13316
13317         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
13318         * elf/dl-fini.c (_dl_fini): Adjust caller.
13319         * elf/dl-close.c (_dl_close_worker): Likewise.
13320         * sysdeps/generic/ldsodefs.h: Adjust declaration.
13321
13322 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
13323
13324         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
13325         "aux_cache->nlibs < 0".
13326
13327         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
13328         in the reload-count case.
13329
13330 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
13331
13332         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
13333         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
13334         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
13335         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
13336         * sysdeps/x86_64/multiarch/strcat.S: New file.
13337         * sysdeps/x86_64/multiarch/strncat.S: New file.
13338         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
13339         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
13340         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
13341         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
13342         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
13343         (USE_AS_STRCAT): Define.
13344         Add strcat and strncat support.
13345         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
13346         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
13347         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
13348         * string/strncat.c: Update.
13349         (USE_AS_STRNCAT): Define.
13350         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13351         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
13352         and i7.
13353         * sysdeps/x86_64/multiarch/init-arch.h
13354         (bit_Prefer_PMINUB_for_stringop): New.
13355         (index_Prefer_PMINUB_for_stringop): Likewise.
13356         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
13357         bit_Prefer_PMINUB_for_stringop.
13358
13359 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
13360
13361         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
13362         buffer64.
13363         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
13364         of casting of buffer.
13365         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
13366         buffer32 and buffer64.
13367         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
13368         writes instead of casting of buffer.
13369         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
13370         buffer32.
13371         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
13372         casting of buffer.
13373
13374 2011-07-19  Andreas Schwab  <schwab@redhat.com>
13375
13376         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
13377
13378 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
13379
13380         * nscd/nscd.c (termination_handler): Don't do anything for a database
13381         if it has not yet been initialized.
13382
13383 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
13384
13385         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
13386
13387 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
13388
13389         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
13390
13391 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
13392
13393         * po/nl.po: Update from translation team.
13394         * po/sv.po: Likewise.
13395
13396 2011-07-16  Roland McGrath  <roland@hack.frob.com>
13397
13398         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
13399         now disallowed by GCC.
13400
13401         * configure.in (use-default-link): Default to yes if a test -shared
13402         link meets our qualifications.
13403         * configure: Regenerated.
13404
13405         * config.make.in (output-format): New variable.
13406         * configure.in: Check for ld --print-output-format support.
13407         * configure: Regenerated.
13408         * Makerules ($(common-objpfx)format.lds)
13409         [$(output-format) != unknown]: Just use $(output-format),
13410         instead of the linker-script munging.
13411
13412 2011-07-14  Roland McGrath  <roland@hack.frob.com>
13413
13414         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
13415         of $(common-objpfx)shlib.lds.
13416         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
13417
13418         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
13419         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
13420
13421         * configure.in (-z relro check): Adjust test code to add a large
13422         writable data section after it.
13423         * configure: Regenerated.
13424
13425 2011-07-11  Roland McGrath  <roland@hack.frob.com>
13426
13427         * configure.in (-z relro check): Fix test code to make the variable
13428         truly const.
13429         * configure: Regenerated.
13430
13431 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
13432
13433         * nscd/nscd.h (struct traced_file): Define.
13434         (struct database_dyn): Remove inotify_descr, reset_res, and filename
13435         elements.  Add traced_files.
13436         (inotify_fd): Declare.
13437         (register_traced_file): Declare.
13438         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
13439         (inotify_fd): Export.
13440         (resolv_conf_descr): Remove.
13441         (nscd_init): Move inotify descriptor creation to main.
13442         Don't register files for notification here.
13443         (register_traced_file): New function.
13444         (invalidate_cache): Don't use reset_res to determine whether to call
13445         res_init, go through the list of registered files.
13446         (main_loop_poll): The inotify descriptors are now stored in the
13447         structures for the traced files.
13448         (main_loop_epoll): Likewise
13449         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
13450         to __nss_disable_nscd.
13451         * nscd/cache.c (prune_cache): There is no single inotify descriptor
13452         for a database anymore.  Check the records for all the registered
13453         files instead.
13454         * nss/Makefile (libnss_files-routines): Add files-init.
13455         (libnss_db-routines): Add db-init.
13456         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
13457         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
13458         * nss/nss_db/db-init.c: New file.
13459         * nss/nss_files/files-init.c: New file.
13460         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
13461         __nss_lookup_function.
13462         (__nss_lookup_function): Call nss_load_library.
13463         (nss_load_all_libraries): New function.
13464         (__nss_disable_nscd): Take parameter with callback function for files
13465         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
13466         used for the cached services.
13467         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
13468         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
13469         options for features to all the files in nscd.
13470
13471         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
13472
13473 2011-07-10  Roland McGrath  <roland@hack.frob.com>
13474
13475         * csu/elf-init.c (__libc_csu_init): Comment typo.
13476
13477 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
13478
13479         * po/pl.po: Update from translation team.
13480         * po/ja.po: Likewise.
13481         * po/ru.po: Likewise.
13482         * po/ko.po: Likewise.
13483         * po/fr.po: Likewise.
13484
13485 2011-07-09  Roland McGrath  <roland@hack.frob.com>
13486
13487         * configure.in (.ctors/.dtors header and trailer check):
13488         Use an empirical test on a built program.
13489         * configure: Regenerated.
13490
13491         * configure.in (-z relro check): Use an empirical test on a built DSO.
13492         Detect, but do not require, on ia64.
13493         * configure: Regenerated.
13494
13495         * configure.in (READELF): Find it with AC_CHECK_TOOL.
13496         Update tests that use readelf to use $READELF instead.
13497         * configure: Regenerated.
13498
13499 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
13500
13501         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
13502         if the result is not used.
13503
13504 2011-07-05  Andreas Jaeger  <aj@suse.de>
13505
13506         [BZ#9696]
13507         * stdlib/tst-strtod.c: Add testcase.
13508
13509 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
13510
13511         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
13512         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
13513         The latter has a higher limit.  Take additional parameter to pass to
13514         the new function.
13515         (__pathconf): Pass file to __statfs_link_max.
13516         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
13517         __statfs_link_max.
13518         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
13519         __statfs_link_max.
13520
13521         [BZ #12868]
13522         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
13523         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13524         Handle Lustre.
13525         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
13526         (__statfs_filesize_max): Likewise.
13527         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
13528
13529 2011-07-05  Andreas Jaeger  <aj@suse.de>
13530
13531         * resolv/res_comp.c (dn_skipname): Remove unused variable.
13532
13533 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
13534
13535         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
13536         `status' variable.
13537         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
13538         Likewise.
13539
13540 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
13541
13542         * Makefile (strop-tests): Add strncat.
13543         * string/test-strncat.c: New file.
13544
13545 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
13546
13547         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
13548
13549 2011-06-21  Andreas Jaeger  <aj@suse.de>
13550
13551         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
13552         Copy rule from iconvdata/Makefile.
13553
13554 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
13555
13556         [BZ #12922]
13557         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
13558         but no long options are defined, just return 'W'.
13559
13560 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
13561
13562         [BZ #9696]
13563         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
13564
13565 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
13566
13567         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
13568         netgroups to read.
13569         (innetgr): Likewise.
13570
13571 2011-07-05  Roland McGrath  <roland@hack.frob.com>
13572
13573         * config.make.in (install_root): Default to $(DESTDIR).
13574
13575 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
13576
13577         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
13578
13579 2011-07-02  Roland McGrath  <roland@hack.frob.com>
13580
13581         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
13582
13583         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
13584         containing directory rather than embedding absolute directory names.
13585
13586         * scripts/check-local-headers.sh: Rewritten using awk.
13587         Match by word, not by line.  Print error messages for matches.
13588         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
13589
13590         * Makerules [shlib-lds-flags empty]:
13591         ($(common-objpfx)libc_pic.opts): New target.
13592         ($(common-objpfx)libc_pic.os.clean): New target.
13593         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
13594
13595         * config.make.in (OBJCOPY): New variable.
13596         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
13597         * configure: Regenerated.
13598
13599         * config.make.in (use-default-link): New variable.
13600         * configure.in (use_default_link): Grok --with-default-link to set it.
13601         * configure: Regenerated.
13602         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
13603         (shlib-lds, shlib-lds-flags): Define to empty.
13604
13605         * Makerules (shlib-lds): New variable.
13606         (shlib-lds-flags): New variable.
13607         (build-shlib, build-moduile, build-module-asneeded): Use it.
13608         ($(common-objpfx)libc.so): Use $(shlib-lds).
13609         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
13610         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
13611
13612         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
13613         DT_FLAGS/DT_FLAGS_1 with zero flags.
13614
13615         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
13616         linker script munging.
13617
13618 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
13619
13620         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
13621         as 128-bit value.
13622         * crypt/sha512.c (sha512_process_block): Perform total addition using
13623         128-bit if possible.
13624         (__sha512_finish_ctx): Likewise.
13625         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
13626         as 64-bit value.
13627         * crypt/sha256.c (SWAP64): Define.
13628         (sha256_process_block): Perform total addition using 64-bit if
13629         possible.
13630         (__sha256_finish_ctx): Likewise.
13631
13632 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
13633
13634         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
13635         * nscd/initgrcache.c (addinitgroupsX): Likewise.
13636         * nscd/hstcache.c (cache_addhst): Likewise.
13637         * nscd/grpcache.c (cache_addgr): Likewise.
13638         * nscd/aicache.c (addhstaiX): Likewise
13639         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
13640
13641 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
13642
13643         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
13644         * nscd/initgrcache.c (addinitgroupsX): Likewise.
13645         * nscd/hstcache.c (cache_addhst): Likewise.
13646         * nscd/grpcache.c (cache_addgr): Likewise.
13647         * nscd/aicache.c (addhstaiX): Likewise
13648
13649 2011-07-01  Andreas Schwab  <schwab@redhat.com>
13650
13651         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
13652         domain only when needed.
13653
13654 2011-06-30  Andreas Schwab  <schwab@redhat.com>
13655
13656         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
13657         is always restored.
13658
13659 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
13660
13661         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
13662         are re-adding the entry.
13663         * nscd/servicescache.c (cache_addserv): Likewise.
13664
13665 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
13666
13667         * sysdeps/generic/dl-irel.h: fix protection against multiple
13668         inclusions.
13669         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
13670
13671 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
13672
13673         [BZ #12935]
13674         * malloc/memusage.sh: Fix quoting in message.
13675         * debug/xtrace.sh: Likewise.
13676
13677         * configure.in: Remove support for --experimental-malloc option, make
13678         it the default.
13679         * config.make.in: Likewise.
13680         * malloc/Makefile: Likewise.
13681
13682 2011-06-27  Andreas Schwab  <schwab@redhat.com>
13683
13684         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
13685         two-byte characters.
13686
13687 2011-06-27  Roland McGrath  <roland@hack.frob.com>
13688
13689         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
13690         AC_CACHE_CHECK invocation.
13691         * configure: Regenerated.
13692
13693         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
13694
13695 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
13696
13697         [BZ #12350]
13698         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
13699         bit from old_res_options.
13700
13701         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
13702
13703         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
13704         value type for setfct.
13705
13706 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
13707
13708         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
13709         __gettimeofday instead of gettimeofday.
13710
13711 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
13712
13713         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
13714
13715 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
13716
13717         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
13718
13719         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
13720         info.
13721
13722 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
13723
13724         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
13725         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
13726         strcpy-sse2-unaligned strncpy-sse2-unaligned
13727         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
13728         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
13729         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
13730         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
13731         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
13732         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
13733         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
13734         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
13735         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
13736         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
13737         (STRCPY): Support SSE2 and SSSE3 versions.
13738
13739 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
13740
13741         [BZ #12874]
13742         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
13743         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
13744         kernels which artificially limit size of requests.
13745
13746 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
13747
13748         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
13749         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
13750         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
13751         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
13752         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
13753         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
13754         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
13755         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
13756         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
13757         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
13758         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
13759         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
13760         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
13761         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
13762         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
13763         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
13764         Enable unaligned load optimization for Intel Core i3, i5 and i7
13765         processors.
13766         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
13767         Define.
13768         (index_Fast_Unaligned_Load): Define.
13769         (HAS_FAST_UNALIGNED_LOAD): Define.
13770
13771 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
13772
13773         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
13774
13775 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
13776
13777         [BZ #12907]
13778         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
13779         until it is clear that the information is realy needed.
13780         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
13781
13782 2011-06-22  Andreas Schwab  <schwab@redhat.com>
13783
13784         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
13785
13786 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
13787
13788         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
13789         /sys/devices/system/cpu/online if it is usable.
13790
13791         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
13792         reading the information from the /proc filesystem to once a second.
13793
13794 2011-06-21  Andreas Jaeger  <aj@suse.de>
13795
13796         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
13797         NULL after inclusion of kernel headers.
13798
13799 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
13800
13801         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
13802         calls to internal_setent.
13803
13804         [BZ #12885]
13805         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
13806         addresses using gethostbyname4_r ignore IPv4 addresses.
13807
13808         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
13809         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
13810
13811         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
13812
13813 2011-06-20  David S. Miller  <davem@davemloft.net>
13814
13815         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
13816         inclusions.
13817         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
13818
13819         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
13820         (elf_irel): Use it.
13821         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
13822         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
13823         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
13824         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
13825         * sysdeps/x86_64/dl-irel.h: Likewise.
13826
13827         * elf/dl-runtime.c: Use elf_ifunc_invoke.
13828         * elf/dl-sym.c: Likewise.
13829
13830 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
13831
13832         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
13833         need to dereference resplen2.
13834
13835 2011-06-14  Andreas Schwab  <schwab@redhat.com>
13836
13837         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
13838
13839 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
13840
13841         * Makeconfig: Define vardbdir and inst_vardbdir.
13842         * nss/Makefile: Add rules to install db-Makefile.
13843
13844         * nss/nss_db/db-XXX.c: Cleanup.
13845
13846         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
13847         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
13848         GLIBC_PRIVATE.
13849         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
13850         * nss/makedb.c: Implement -g option to specify that value strings
13851         are generated and should not be added to table iterated over for
13852         get*ent calls.
13853         * nss/nss_db/db-initgroups.c: New file.
13854
13855         * nss/getent.c: Add support for initgroups lookups through getgrouplist
13856         interface.
13857
13858         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
13859         (internal_getgrouplist): Adjust to name change.
13860         Update use_initgroups_entry if this is not the first call.
13861         * nss/databases.def: Add initgroups entry.
13862
13863         * nss/makedb.c (compute_tables): Check result of multiple hash table
13864         sizes to minimize maximum chain length.
13865
13866 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
13867
13868         * Versions.def: Add entry for libnss_db.
13869         * shlib-versions: Likewise.
13870         * nss/Makefile: Add rules to build libnss_db.
13871         * nss/Versions: Add libnss_db information.  Organize libnss_files
13872         entries better.
13873         * nss/db-Makefile: Add gshadow support.  Change rules for the new
13874         makedb progra.  Some minor improvements to generate smaller files.
13875         * nss/nss_db/nss_db.h: Move NSS database header data structures to
13876         here from...
13877         * nss/makedb.c: ...here.
13878         Improve database format to be smaller and require less memory at
13879         runtime.
13880         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
13881         db anymore.
13882         * nss/nss_db/db-netgrp.c: Likewise.
13883         * nss/nss_db/db-open.c: Likewise.
13884         * nss/nss_files/flies-XXX.x: Adjust comments.
13885         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
13886         * nss/nss_files/files-grp.c: Likewise.
13887         * nss/nss_files/files-hosts.c: Likewise.
13888         * nss/nss_files/files-network.c: Likewise.
13889         * nss/nss_files/files-proto.c: Likewise.
13890         * nss/nss_files/files-pwd.c: Likewise.
13891         * nss/nss_files/files-rpc.c: Likewise.
13892         * nss/nss_files/files-service.c: Likewise.
13893         * nss/nss_files/files-sgrp.c: Likewise.
13894         * nss/nss_files/files-spwd.c: Likewise.
13895         * nss/nss_db/db-alias.c: Removed.
13896         * nss/nss_db/dummy-db.h: Removed.
13897
13898 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
13899
13900         * nss/makedb.c: Rewritten to not use database library.
13901         * nss/Makefile: Update to build new makedb program.
13902
13903 2011-06-14  Andreas Jaeger  <aj@suse.de>
13904
13905         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
13906         memset declaration.
13907
13908 2011-06-10  Andreas Schwab  <schwab@redhat.com>
13909
13910         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
13911         tmpbuf.
13912
13913 2011-06-10  Roland McGrath  <roland@hack.frob.com>
13914
13915         * Makerules (shlib.lds): Fail if the linker script comes out empty.
13916         * elf/Makefile ($(objpfx)ld.so): Likewise.
13917
13918         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
13919         Don't list ld.so twice in dependencies.
13920
13921         * posix/bug-regex31.c: Include <stdlib.h>.
13922
13923         * nscd/hstcache.c (cache_addhst): Remove unused variable.
13924
13925         * nis/nss_compat/compat-spwd.c
13926         (getspent_next_nss_netgr): Remove unused variable.
13927         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
13928
13929         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
13930         nonmembers" output to use the right array.
13931
13932         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
13933
13934         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
13935
13936         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
13937         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
13938         * catgets/gencat.c (read_input_file): Likewise.
13939         * locale/programs/locarchive.c (enlarge_archive): Likewise.
13940
13941         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
13942         variable definition inside #if's controlling its use.
13943
13944         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
13945
13946         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
13947
13948         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
13949
13950         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
13951         unreachable code.
13952
13953         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
13954
13955         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
13956         * configure: Regenerated.
13957
13958         * Makerules: Revert last change.
13959         * elf/Makefile: Likewise.
13960
13961 2011-06-09  Roland McGrath  <roland@hack.frob.com>
13962
13963         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
13964         * elf/Makefile ($(objpfx)librtld.os): Likewise.
13965         (reloc-link): Likewise.
13966
13967 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
13968
13969         * elf/Makefile: Add rules to build pldd.
13970         * elf/pldd.c: New file.
13971         * elf/pldd-xx.c: New file.
13972
13973 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
13974
13975         * version.h: Update for 2.15 development version.
13976
13977 2011-06-07  David S. Miller  <davem@davemloft.net>
13978
13979         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
13980         ifuncs.
13981         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
13982         elf_machine_lazy_rel): Likewise.
13983         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
13984         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
13985         elf_machine_lazy_rel): Likewise.
13986         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
13987         dl_hwcap via passed in argument.
13988         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
13989         Likewise.
13990
13991 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13992
13993         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
13994
13995 2011-06-06  Roland McGrath  <roland@hack.frob.com>
13996
13997         [BZ #12849]
13998         * manual/fdl-1.1.texi: New file, verbatim from:
13999         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
14000         * manual/lgpl-2.1.texi: New file, verbatim from:
14001         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
14002         * manual/Makefile (licenses): New variable, list those new file names.
14003         (texis): Use it.
14004         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
14005
14006         * manual/fdl.texi: File removed.
14007         * manual/lesser.texi: File removed.
14008         * manual/libc.texinfo (Copying, Documentation License):
14009         Use new @include file names, put @appendix directive before @include.
14010
14011 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
14012
14013         [BZ #12841]
14014         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
14015         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
14016         (mq_open): Add __NTH.
14017
14018 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
14019
14020         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
14021         Assume Intel Core i3/i5/i7 processor if AVX is available.
14022
14023 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
14024
14025         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
14026         typo.
14027
14028 2011-05-31  Andreas Schwab  <schwab@redhat.com>
14029
14030         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
14031         memory.  Use alloca_account.  Fix memory leak when retrying.
14032
14033 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
14034
14035         * version.h (RELEASE): Bump for 2.14 release.
14036         * include/features.h (__GLIBC_MINOR__): Bump to 14.
14037
14038         * config.make.in (RANLIB): Remove entry.
14039
14040 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
14041
14042         * po/Makefile (po-sed-cmd): Add ksh to extensions.
14043         (libc.pot): Work around missing support for .ksh extension in xgettext.
14044
14045         [BZ #12684]
14046         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
14047         if both request failed.
14048         (send_dg): In case of server errors clear resplen or *resplen2.
14049
14050         [BZ #12454]
14051         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
14052         when there are multiple maps.
14053         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
14054         (_dl_fini): Remove test here.
14055
14056         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
14057
14058 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
14059
14060         [BZ #12350]
14061         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
14062         bit from old_res_options.
14063         (gaih_inet): Likewise.
14064
14065         [BZ #11099]
14066         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
14067         as signed.
14068
14069         * resolv/res_init.c (res_setoptions): Make the code more compact.
14070
14071         [BZ #11558]
14072         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
14073         set RES_USEVC.
14074
14075         [BZ #11634]
14076         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
14077
14078         * malloc/malloc.h: Mark malloc hook variables as deprecated.
14079
14080         [BZ #11781]
14081         * malloc/malloc.h: Declare malloc hook variables as volatile.
14082
14083         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
14084         in last patch.
14085
14086         [BZ #11799]
14087         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
14088         raise in the comment.
14089         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
14090         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
14091         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
14092
14093 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
14094
14095         [BZ #12811]
14096         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
14097         grow the buffers more if it already has to be sufficient.
14098         (build_wcs_upper_buffer): Likewise.
14099         * posix/regexec.c (check_matching): Likewise.
14100         (clean_state_log_if_needed): Likewise.
14101         (extend_buffers): Don't enlarge buffers beyond size of the input
14102         buffer.
14103         Patches mostly by Emil Wojak <emil@wojak.eu>.
14104         * posix/bug-regex32.c: New file.
14105         * posix/Makefile (tests): Add bug-regex32.
14106
14107         * locale/findlocale.c (_nl_find_locale): Return right away if
14108         _nl_explode_name failed.
14109         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
14110
14111         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
14112
14113         * debug/xtrace.sh: Unify messages.
14114         * malloc/memusage.sh: Likewise.
14115
14116         [BZ #12813]
14117         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
14118         time symbol from vDSO.  Substitute with vsyscall if not available.
14119         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
14120         __vdso_time.
14121
14122         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
14123         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
14124         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
14125         Add sendmmsg and internal_sendmmsg.
14126         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
14127         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
14128         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
14129
14130         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
14131         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
14132         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
14133
14134 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
14135
14136         [BZ #12813]
14137         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
14138         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
14139         available.
14140         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
14141         __vdso_getcpu.
14142
14143         [BZ #12814]
14144         * iconvdata/Makefile (tests): Add bug-iconv9.
14145         * iconvdata/bug-iconv9.c: New file.
14146
14147 2011-05-27  Andreas Schwab  <schwab@redhat.com>
14148
14149         [BZ #12814]
14150         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
14151
14152 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
14153
14154         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
14155         (struct user_regs_struct): Change intcs field back to cs.
14156
14157 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
14158
14159         * po/ja.po: Update from translation team.
14160
14161 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
14162
14163         [BZ #12795]
14164         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
14165         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
14166
14167 2011-05-20  Andreas Schwab  <schwab@redhat.com>
14168
14169         * stdlib/longlong.h: Update from GCC.
14170
14171 2011-05-23  Andreas Schwab  <schwab@redhat.com>
14172
14173         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
14174         parameter name.
14175         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
14176         Add parameter name.
14177         (__sysconf): Pass it down.
14178
14179 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
14180
14181         [BZ #12671]
14182         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
14183         some situations.
14184         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
14185         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
14186         add in in __libc_use_alloca calls.  Adjust callers.
14187         (glob): Use malloc in some situations.
14188
14189         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
14190         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
14191         pltexit.
14192
14193 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
14194
14195         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
14196         and CLOCK_BOOTTIME_ALARM.
14197
14198         [BZ #12782]
14199         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
14200         is returned.
14201
14202         * string/_strerror.c (__strerror_r): Print negative errors as signed
14203         numbers.
14204
14205         [BZ #12777]
14206         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
14207         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
14208         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
14209
14210         * configure.in: Fix typo in redirection and correct removal of test
14211         files in two cases.
14212
14213         [BZ #12788]
14214         * locale/setlocale.c (new_composite_name): Fix test to check for
14215         identical name of all categories.
14216
14217         [BZ #12792]
14218         * libio/filedoalloc.c (local_isatty): New function.
14219         (_IO_file_doallocate): Use local_isatty.
14220         * stdio-common/perror.c (perror): In case a new stream is used
14221         forward the stream error.
14222         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
14223         error flag.
14224
14225 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
14226
14227         [BZ #11869]
14228         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
14229         alloca.
14230         * include/alloca.h (extend_alloca_account): Define.
14231
14232         [BZ #11857]
14233         * posix/regex.h: Fix comments with documentation of user-accessible
14234         fields after compilation and describe correct free'ing of pattern
14235         after re_compile_pattern.
14236         Patch by Reuben Thomas <rrt@sc3d.org>.
14237
14238 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
14239
14240         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
14241         and -mno-altivec to prevent the compiler from using Altivec and/or
14242         VSX instructions when the corresponding registers are not available.
14243
14244 2011-05-19  Andreas Schwab  <schwab@redhat.com>
14245
14246         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
14247
14248 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
14249
14250         * libio/freopen.c (freopen): Use __dup2, not dup2.
14251         * libio/freopen64.c (freopen64): Likewise.
14252
14253 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
14254
14255         [BZ #12775]
14256         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
14257         * math/Makefile (tests): Add test-powl.
14258         (CFLAGS-test-powl.c): Define.
14259         * math/test-powl.c: New file.
14260
14261 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
14262
14263         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
14264
14265 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
14266
14267         [BZ #11837]
14268         * iconvdata/gb18030.c: Update to GB18020-2005.
14269
14270 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
14271
14272         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
14273         RE_SYNTAX_POSIX_AWK): Update to match recent development.
14274         Patch by Aharon Robbins <arnold@skeeve.com>.
14275
14276         [BZ #11892]
14277         * stdlib/putenv.c (putenv): Don't always create copy of the variable
14278         on the stack.
14279
14280         [BZ #11895]
14281         * misc/pselect.c (__pselect): Handle timeout value errors hidden
14282         through underflows.
14283
14284         [BZ #12766]
14285         * misc/error.c (error_at_line): Ensure file_name and old_file_name
14286         point to strings before performing equality test for error_one_per_line
14287         mode.
14288
14289         [BZ #11697]
14290         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
14291
14292         [BZ #11820]
14293         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
14294         (struct user_fpregs_struct): Avoid __uint*_t types.
14295
14296         [BZ #6420]
14297         * malloc/mtrace.c (tr_where): Add additional parameter to point to
14298         symbol info.  Use it instead of calling _dl_addr locally.
14299         (lock_and_info): New function.
14300         (tr_freehook): Call lock_and_info and pass symbol info as additional
14301         parameter to tr_where.
14302         (tr_mallochook): Likewise.
14303         (tr_reallochook): Likewise.
14304         (tr_memalignhook): Likewise.
14305
14306         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
14307         used and couldn't be at all thread-safe.
14308
14309 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
14310
14311         * libio/freopen.c (freopen): Don't close old file descriptor
14312         before the new one is opened.  Instead dup the new file descriptor
14313         to the old one after the new stream is created.
14314         * libio/freopen64.c (freopen64): Likewise.
14315         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
14316         * libio/fileops.c (_IO_new_file_close_it): Handle new
14317         _IO_FLAGS2_NOCLOSE flag.
14318         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
14319         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
14320         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
14321         _IO_FLAGS2_NOCLOSE flag.
14322         * include/unistd.h: Add hidden_proto for dup3.
14323         Define __have_dup3.
14324         * io/dup3.c: Define hidden symbol.
14325         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
14326
14327         [BZ #7101]
14328         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
14329         when an incomplete long option is used.
14330         * posix/tst-getopt_long1.c: New file.
14331         * posix/Makefile (tests): Add tst-getopt_long1.
14332
14333         [BZ #10138]
14334         * scripts/config.guess: Update from autoconf-2.68.
14335         * scripts/config.sub: Likewise.
14336
14337         [BZ #10157]
14338         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
14339         tests into ...
14340         (has_cpuclock): ...this.  New function.
14341         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
14342         macro here based on has_cpuclock code.
14343
14344         [BZ #10149]
14345         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
14346         First byte (not low byte) is now always NUL.
14347         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
14348
14349         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
14350         Use non-cancelable interfaces.
14351
14352         [BZ #9809]
14353         * locale/iso-639.def: Add entry for Sorani.
14354
14355         [BZ #11901]
14356         * include/stdlib.h: Move include protection to the right place.
14357         Define abort_msg_s.  Declare __abort_msg with it.
14358         * stdlib/abort.c (__abort_msg): Adjust type.
14359         * assert/assert.c (__assert_fail_base): New function.  Majority
14360         of code from __assert_fail.  Allocate memory for __abort_msg with
14361         mmap.
14362         (__assert_fail): Now call __assert_fail_base.
14363         * assert/assert-perr.c: Remove bulk of implementation.  Use
14364         __assert_fail_base.
14365         * include/assert.hL Declare __assert_fail_base.
14366         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
14367         mmap.
14368         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
14369
14370 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
14371
14372         [BZ #11952]
14373         [BZ #12453]
14374         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
14375         until all modules are registered in the DTV.
14376         * elf/Makefile: Add rules to build and run tst-tls19.
14377         * elf/tst-tls19.c: New file.
14378         * elf/tst-tls19mod1.c: New file.
14379         * elf/tst-tls19mod2.c: New file.
14380         * elf/tst-tls19mod3.c: New file.
14381         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
14382
14383         [BZ #12083]
14384         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
14385         correctly.
14386
14387         [BZ #12601]
14388         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
14389         two-byte sequence errors.
14390         * iconvdata/Makefile (tests): Add bug-iconv8.
14391         * iconvdata/bug-iconv8.c: New file.
14392
14393         [BZ #12626]
14394         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
14395         buf2 definition.
14396
14397         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
14398
14399         [BZ #12432]
14400         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
14401         (dummy_getcfa): New function.
14402         (init): Get _Unwind_GetCFA address, use dummy if not found.
14403         (backtrace_helper): In recursion check, also check whether CFA changes.
14404         (__backtrace): Completely initialize arg.
14405
14406         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
14407         storing incomplete byte sequence in state object.  Avoid testing for
14408         guaranteed too small input if we know there is enough data available.
14409
14410 2011-05-11  Andreas Schwab  <schwab@redhat.com>
14411
14412         * Makeconfig (+link-pie): Indent.
14413         * Rules (binaries-pie): Define if $(have-fpie) and
14414         $(build-shared).
14415         (binaries-shared): Also filter out $(binaries-pie).
14416         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
14417         * nscd/Makefile (others-pie): Add nscd.
14418         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
14419         ($(objpfx)nscd): Remove command override.
14420         * login/Makefile (others-pie): Add pt_chown.
14421         ($(objpfx)pt_chown): Remove command override.
14422         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
14423         remove command overrides.
14424
14425 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
14426
14427         * libio/tst_putwc.c: Fix error messages.
14428
14429         [BZ #12724]
14430         * libio/fileops.c (_IO_new_file_close_it): Always flush when
14431         currently writing and seek to current position when not.
14432         * libio/Makefile (tests): Add bug-fclose1.
14433         * libio/bug-fclose1.c: New file.
14434
14435 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
14436
14437         [BZ #12511]
14438         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
14439         don't set DF_1_NODELETE here.
14440         (do_lookup_x): When entering new entry test for copy relocation
14441         and if necessary set DF_1_NODELETE flag.
14442         * elf/tst-unique4.cc: New file.
14443         * elf/tst-unique4.h: New file.
14444         * elf/tst-unique4lib.cc: New file.
14445         * elf/Makefile: Add rules to build and run tst-unique4.
14446         Patch by Piotr Bury <pbury@goahead.com>.
14447
14448 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
14449
14450         [BZ #12052]
14451         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
14452
14453         [BZ #12625]
14454         * misc/mntent_r.c (addmntent): Flush the stream after the output
14455
14456         [BZ #12393]
14457         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
14458         (is_trusted_path_normalize): Skip initial colon.  Append slash
14459         to empty buffer.  Duplicate is_trusted_path code but allow
14460         constructed patch to be prefix.
14461         (is_dst): Allow $ORIGIN followed by /.
14462         (_dl_dst_substitute): Correct clearing of check_for_trusted.
14463         Correct testing of result of is_trusted_path_normalize
14464         (decompose_rpath): Fix warning.
14465
14466 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
14467
14468         [BZ #11257]
14469         * grp/initgroups.c (internal_getgrouplist): When we found the service
14470         list through the initgroups entry in nsswitch.conf do not always
14471         continue on a successful lookup.  Don't always use the
14472         __nss_group_database value if it is set.
14473         * nss/nsswitch.conf (initgroups): Change action for successful db
14474         lookup to continue for compatibility.
14475
14476 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
14477
14478         [BZ #11532]
14479         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
14480         and CP774 modules.
14481         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
14482         and CP774 modules.
14483         * iconvdata/tst-tables.sh: Likewise.
14484         * iconvdata/cp770.c: New file.
14485         * iconvdata/cp771.c: New file.
14486         * iconvdata/cp772.c: New file.
14487         * iconvdata/cp773.c: New file.
14488         * iconvdata/cp774.c: New file.
14489         * iconvdata/testdata/CP770: New file.
14490         * iconvdata/testdata/CP770..UTF8: New file.
14491         * iconvdata/testdata/CP771: New file.
14492         * iconvdata/testdata/CP771..UTF8: New file.
14493         * iconvdata/testdata/CP772: New file.
14494         * iconvdata/testdata/CP772..UTF8: New file.
14495         * iconvdata/testdata/CP773: New file.
14496         * iconvdata/testdata/CP773..UTF8: New file.
14497         * iconvdata/testdata/CP774: New file.
14498         * iconvdata/testdata/CP774..UTF8: New file.
14499
14500         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
14501         END CHARMAP line.
14502         * iconvdata/gen-8bit-gap.sh: Likewise.
14503         * iconvdata/gen-8bit.sh: Likewise.
14504
14505         * locale/iso-639.def: Add ary entry.
14506
14507         [BZ #11258]
14508         * locale/C-translit.h.in: Add U20A1 transliteration.
14509
14510         [BZ #12178]
14511         * locale/iso-639.def: Add wae entry.
14512         Patch by Kevin Bortis <bortis@translate-wae.ch>.
14513
14514         [BZ #12545]
14515         * locale/programs/localedef.c (construct_output_path): Use ssize_t
14516         for n.
14517
14518         [BZ #12711]
14519         * locale/C-translit.h.in: Add entry for U20B9.
14520         Patch by pravin.d.s@gmail.com.
14521
14522 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
14523
14524         [BZ #12713]
14525         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
14526         ENAMETOOLONG use generic getcwd.
14527         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
14528         in rtld.  Use *stat64.
14529         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
14530         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
14531         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
14532         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
14533         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
14534         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
14535         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
14536         __fstatat64 macros.
14537         * include/dirent.h: Add libc_hidden_proto for rewinddir.
14538         * dirent/rewinddir.c: Add libc_hidden_def.
14539         * sysdeps/mach/hurd/rewinddir.c: Likewise.
14540         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
14541
14542         * include/dirent.h (__alloc_dir): Add flags parameter.
14543         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
14544         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
14545         __alloc_dir.
14546         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
14547         from fdopendir if O_CLOEXEC is already set.
14548
14549 2011-03-15  Alan Modra  <amodra@gmail.com>
14550
14551         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
14552         l_tls_firstbyte_offset non-zero.  Save padding offset in
14553         l_tls_firstbyte_offset for later use.
14554         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
14555         freeing static tls block.
14556
14557 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
14558
14559         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
14560         where #ifdef was intended.  The intent is to prevent ARG_MAX from
14561         being defined by the kernel headers.
14562
14563 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
14564
14565         [BZ #12734]
14566         * resolv/resolv.h: Define RES_NOTLDQUERY.
14567         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
14568         no-tld-query and set RES_NOTLDQUERY.
14569         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
14570         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
14571         modern BIND to search name as TLD unless forbidden.
14572
14573 2011-05-07  Petr Baudis  <pasky@suse.cz>
14574             Ulrich Drepper  <drepper@gmail.com>
14575
14576         [BZ #12393]
14577         * elf/dl-load.c (fillin_rpath): Move trusted path check...
14578         (is_trusted_path): ...to here.
14579         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
14580         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
14581         using is_trusted_path_normalize() in setuid scripts.
14582
14583 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
14584
14585         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
14586         __BEGIN/__END_DECLS.
14587
14588 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
14589
14590         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
14591         NSS_STATUS_NOTFOUND if no record was found.
14592
14593 2011-05-05  Andreas Schwab  <schwab@redhat.com>
14594
14595         * sunrpc/Makefile (headers): Add rpc/netdb.h.
14596         (headers-not-in-tirpc): Remove rpc/netdb.h
14597         * resolv/netdb.h: Revert last change.
14598
14599 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
14600
14601         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
14602         circular dependency between libgcc.a and libc.a.
14603
14604 2011-05-05  Andreas Schwab  <schwab@redhat.com>
14605
14606         * resolv/netdb.h: Don't include <rpc/netdb.h>.
14607         * nis/Makefile: Don't install rpcsvc/*.
14608         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
14609         instead of <rpc/types.h>.
14610         (MAXHOSTNAMELEN): Define.
14611
14612 2011-05-03  Andreas Schwab  <schwab@redhat.com>
14613
14614         * elf/ldconfig.c (add_dir): Don't crash on empty path.
14615
14616 2011-04-28  Maciej Babinski  <mbabinski@google.com>
14617
14618         [BZ #12714]
14619         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
14620         gethostbyname4_r when IPv6 results are possible.
14621
14622 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
14623
14624         [BZ #12723]
14625         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
14626         _PC_PIPE_BUF handling.
14627
14628 2011-04-30  Bruno Haible  <bruno@clisp.org>
14629
14630         [BZ #12717]
14631         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
14632         * resolv/netdb.h (getnameinfo): Change type of flags parameter
14633         to 'int'.
14634         * inet/getnameinfo.c (getnameinfo): Likewise.
14635
14636 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
14637
14638         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
14639         to groups setting in database lookup.
14640         * nss/nsswitch.conf: Add initgroups entry.
14641
14642 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
14643
14644         [BZ #12685]
14645         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
14646         mode string.
14647         Patch by Eric Blake <eblake@redhat.com>.
14648
14649 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
14650
14651         * sunrpc/Makefile (need-export-routines): Add svc_run.
14652         (routines): Remove svc_run.
14653         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
14654         * sunrpc/clnt_perr.c (clnt_perrno): Export.
14655         * sunrpc/svc_run.c (svc_run): Likewise.
14656         * sunrpc/svc_udp.c (svcudp_create): Likewise.
14657
14658 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
14659
14660         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
14661         problem in reallocation in last patch.
14662
14663 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
14664
14665         * sunrpc/Makefile: Move inclusion of Rules.
14666
14667 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
14668
14669         * nss/nss_files/files-initgroups.c: New file.
14670         * nss/Makefile (libnss_files-routines): Add files-initgroups.
14671         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
14672         _nss_files_initgroups_dyn.
14673
14674 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
14675
14676         * elf/elf.h (R_ARM_IRELATIVE): Define.
14677
14678 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
14679
14680         * po/ru.po: Update from translation team.
14681
14682 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
14683
14684         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
14685         dependencies.
14686
14687 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
14688
14689         [BZ #12653]
14690         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
14691         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
14692         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
14693         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
14694         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
14695
14696 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
14697
14698         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
14699         differing bytes.
14700         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
14701         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
14702         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
14703
14704 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
14705
14706         [BZ #12420]
14707         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
14708         storing it.
14709         * stdlib/bug-getcontext.c: New file.
14710         * stdlib/Makefile: Add rules to build and run bug-getcontext.
14711
14712 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14713
14714         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
14715         instructions into .machine "z9-109".
14716         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
14717         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
14718
14719 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
14720
14721         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
14722         between environment variables and auxiliary vector.
14723
14724 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
14725
14726         * Makefile: Add rules to build linkobj/libc.so.
14727         * include/libc-symbols.h: Define libc_hidden_nolink.
14728         * include/rpc/auth.h: Mark functions which are to be hidden.
14729         * include/rpc/auth_des.h: Likewise.
14730         * include/rpc/auth_unix.h: Likewise.
14731         * include/rpc/clnt.h: Likewise.
14732         * include/rpc/des_crypt.h: Likewise.
14733         * include/rpc/key_prot.h: Likewise.
14734         * include/rpc/pmap_clnt.h: Likewise.
14735         * include/rpc/pmap_prot.h: Likewise.
14736         * include/rpc/pmap_rmt.h: Likewise.
14737         * include/rpc/rpc_msg.h: Likewise.
14738         * include/rpc/svc.h: Likewise.
14739         * include/rpc/svc_auth.h: Likewise.
14740         * include/rpc/xdr.h: Likewise.
14741         * nis/Makefile: Link all DSOs against linkobj/libc.so.
14742         * nss/Makefile: Likewise.
14743         * sunrpc/Makefile: Don't install headers.  Build library with normal
14744         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
14745         * sunrpc/auth_des.c: Hide exported symbols by default, export some
14746         for the compat linking library.  Remove use of INTDEF/INTUSE.
14747         * sunrpc/auth_none.c: Likewise.
14748         * sunrpc/auth_unix.c: Likewise.
14749         * sunrpc/authdes_prot.c: Likewise.
14750         * sunrpc/authuxprot.c: Likewise.
14751         * sunrpc/clnt_gen.c: Likewise.
14752         * sunrpc/clnt_perr.c: Likewise.
14753         * sunrpc/clnt_raw.c: Likewise.
14754         * sunrpc/clnt_simp.c: Likewise.
14755         * sunrpc/clnt_tcp.c: Likewise.
14756         * sunrpc/clnt_udp.c: Likewise.
14757         * sunrpc/clnt_unix.c: Likewise.
14758         * sunrpc/des_crypt.c: Likewise.
14759         * sunrpc/des_soft.c: Likewise.
14760         * sunrpc/get_myaddr.c: Likewise.
14761         * sunrpc/key_call.c: Likewise.
14762         * sunrpc/key_prot.c: Likewise.
14763         * sunrpc/netname.c: Likewise.
14764         * sunrpc/pm_getmaps.c: Likewise.
14765         * sunrpc/pm_getport.c: Likewise.
14766         * sunrpc/pmap_clnt.c: Likewise.
14767         * sunrpc/pmap_prot.c: Likewise.
14768         * sunrpc/pmap_prot2.c: Likewise.
14769         * sunrpc/pmap_rmt.c: Likewise.
14770         * sunrpc/publickey.c: Likewise.
14771         * sunrpc/rpc_cmsg.c: Likewise.
14772         * sunrpc/rpc_common.c: Likewise.
14773         * sunrpc/rpc_dtable.c: Likewise.
14774         * sunrpc/rpc_prot.c: Likewise.
14775         * sunrpc/rpc_thread.c: Likewise.
14776         * sunrpc/rtime.c: Likewise.
14777         * sunrpc/svc.c: Likewise.
14778         * sunrpc/svc_auth.c: Likewise.
14779         * sunrpc/svc_authux.c: Likewise.
14780         * sunrpc/svc_raw.c: Likewise.
14781         * sunrpc/svc_run.c: Likewise.
14782         * sunrpc/svc_simple.c: Likewise.
14783         * sunrpc/svc_tcp.c: Likewise.
14784         * sunrpc/svc_udp.c: Likewise.
14785         * sunrpc/svc_unix.c: Likewise.
14786         * sunrpc/svcauth_des.c: Likewise.
14787         * sunrpc/xcrypt.c: Likewise.
14788         * sunrpc/xdr.c: Likewise.
14789         * sunrpc/xdr_array.c: Likewise.
14790         * sunrpc/xdr_float.c: Likewise.
14791         * sunrpc/xdr_intXX_t.c: Likewise.
14792         * sunrpc/xdr_mem.c: Likewise.
14793         * sunrpc/xdr_rec.c: Likewise.
14794         * sunrpc/xdr_ref.c: Likewise.
14795         * sunrpc/xdr_sizeof.c: Likewise.
14796         * sunrpc/xdr_stdio.c: Likewise.
14797
14798 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
14799
14800         [BZ #12650]
14801         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
14802         * sysdeps/ia64/dl-tls.h: Likewise.
14803         * sysdeps/powerpc/dl-tls.h: Likewise.
14804         * sysdeps/s390/dl-tls.h: Likewise.
14805         * sysdeps/sh/dl-tls.h: Likewise.
14806         * sysdeps/sparc/dl-tls.h: Likewise.
14807         * sysdeps/x86_64/dl-tls.h: Likewise.
14808         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
14809
14810 2011-03-14  Andreas Schwab  <schwab@redhat.com>
14811
14812         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
14813         rpath element also skip the following colon.
14814         (expand_dynamic_string_token): Add is_path parameter and pass
14815         down to DL_DST_REQUIRED and _dl_dst_substitute.
14816         (decompose_rpath): Call expand_dynamic_string_token with
14817         non-zero is_path.  Ignore empty rpaths.
14818         (_dl_map_object_from_fd): Call expand_dynamic_string_token
14819         with zero is_path.
14820
14821 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
14822
14823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
14824         Make cancelable.
14825
14826 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
14827
14828         [BZ #12655]
14829         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
14830         Patch by Filipe David Manana <fdmanana@apache.org>.
14831
14832 2011-04-07  Andreas Schwab  <schwab@redhat.com>
14833
14834         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
14835         Maintain aligned stack.
14836         (CHECK_RSP): Remove unused macro.
14837
14838 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
14839
14840         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
14841         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
14842
14843 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
14844
14845         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
14846
14847         * include/features.h: Mention __USE_XOPEN2K8 in comment.
14848
14849 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
14850
14851         [BZ #12518]
14852         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
14853         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
14854         * sysdeps/x86_64/memmove.c: New file.
14855         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
14856         (memcpy): Renamed to ...
14857         (__new_memcpy): This.
14858         (memcpy): Provide GLIBC_2_14 memcpy.
14859         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
14860         (memcpy): Provide GLIBC_2_2_5 memcpy.
14861
14862 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
14863
14864         [BZ #12631]
14865         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
14866
14867 2011-03-30  Andreas Schwab  <schwab@redhat.com>
14868
14869         * misc/syncfs.c: New file.
14870         * misc/Makefile (routines): Add syncfs.
14871         * posix/unistd.h: Declare syncfs.
14872         * sysdeps/unix/syscalls.list: Add syncfs.
14873
14874 2011-04-01  Andreas Schwab  <schwab@redhat.com>
14875
14876         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
14877         open_by_handle_at.
14878         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
14879         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14880         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14881         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14882         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14883         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
14884         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14885
14886 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
14887
14888         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
14889         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14890         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
14891         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14892         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14893         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14894         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14895
14896         * io/Makefile: Compile fallocate.c, fallocate64.c, and
14897         sync_file_range.c with -fexceptions.
14898         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
14899         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
14900         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
14901         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
14902         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
14903         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
14904         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
14905         sync_file_range as cancellation point
14906         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
14907         now a wrapper around __call_sync_file_range with cancellation handling.
14908         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
14909         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
14910         function name to __call_sync_file_range.
14911         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
14912         Add call_sync_file_range.
14913
14914 2011-04-01  Andreas Schwab  <schwab@redhat.com>
14915
14916         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
14917         bits/timex.h.
14918
14919 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
14920
14921         * iconv/iconv.h: Fix typo in comment.
14922         * io/fcntl.h: Likewise.
14923         * libio/stdio.h: Likewise.
14924         * posix/spawn.h: Likewise.
14925         * posix/unistd.h: Likewise.
14926         * stdlib/stdlib.h: Likewise.
14927         * time/time.h: Likewise.
14928         * wcsmbs/wchar.h: Likewise.
14929
14930         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
14931         open_by_handle): Add.
14932         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
14933         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
14934         Augment a few comments.
14935         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
14936         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14937         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
14938         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14939         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
14940         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
14941         open_by_handle.
14942
14943         * io/fcntl.h (AT_EMPTY_PATH): Define.
14944
14945 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
14946
14947         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
14948         * sysdeps/unix/sysv/linux/bits/time.h: New file.
14949         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
14950         to...
14951         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
14952         * Versions.def: Add GLIBC_2.14.
14953         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
14954         Export.
14955
14956 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
14957
14958         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
14959         round counter.
14960         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
14961
14962 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
14963
14964         [BZ #12597]
14965         * string/test-strncmp.c (do_page_test): New function.
14966         (check2): Likewise.
14967         (test_main): Call check2.
14968         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
14969
14970 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
14971
14972         [BZ #12587]
14973         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
14974         Handle cache information in CPU leaf 4.
14975         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
14976
14977 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
14978
14979         [BZ #12583]
14980         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
14981         character representation.
14982         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
14983
14984 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
14985
14986         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
14987         END(__isnan) to END(__isnanf) to match function entry point/label
14988         EALIGN(__isnanf,...).
14989
14990 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
14991
14992         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
14993
14994 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
14995
14996         [BZ #12510]
14997         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
14998         copy from the symbol referenced in the relocation to initialize the
14999         used variable.
15000         Patch by Piotr Bury <pbury@goahead.com>.
15001         * elf/Makefile: Add rules to build and tst-unique3.
15002         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
15003         * elf/tst-unique3.cc: New file.
15004         * elf/tst-unique3.h: New file.
15005         * elf/tst-unique3lib.cc: New file.
15006         * elf/tst-unique3lib2.cc: New file.
15007
15008         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
15009
15010 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
15011
15012         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
15013         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
15014         to _start.
15015
15016 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
15017
15018         * elf/dl-load.c (_dl_map_object): If we are looking for the first
15019         to-be-loaded object along a path to loader is ld.so.
15020
15021 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
15022             Ulrich Drepper  <drepper@gmail.com>
15023
15024         * sysdeps/x86_64/memset.S: After aligning destination, code
15025         branches to different locations depending on the value of
15026         misalignment, when multiarch is enabled. Fix this.
15027
15028 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
15029
15030         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
15031         Set _x86_64_preferred_memory_instruction for AMD processsors.
15032         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15033         Set bit_Prefer_SSE_for_memop for AMD processors.
15034
15035 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
15036
15037         * libio/fmemopen.c (fmemopen): Optimize a bit.
15038
15039 2011-03-03  Andreas Schwab  <schwab@redhat.com>
15040
15041         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
15042
15043 2011-03-03  Roland McGrath  <roland@redhat.com>
15044
15045         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
15046
15047 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
15048
15049         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
15050         __bzero_ultra1 instead of __memset_ultra1.
15051
15052 2011-02-23  Andreas Schwab  <schwab@redhat.com>
15053             Ulrich Drepper  <drepper@gmail.com>
15054
15055         [BZ #12509]
15056         * include/link.h (struct link_map): Add l_orig_initfini.
15057         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
15058         returning unsuccessfully.
15059         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
15060         close of a file loaded at startup, restore the original l_initfini
15061         list.
15062         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
15063         list, store the pointer.
15064         * elf/Makefile ($(objpfx)noload-mem): New rule.
15065         (noload-ENV): Define.
15066         (tests): Add $(objpfx)noload-mem.
15067         * elf/noload.c: Include <memcheck.h>.
15068         (main): Call mtrace.  Close all opened handles.
15069
15070 2011-02-17  Andreas Schwab  <schwab@redhat.com>
15071
15072         [BZ #12454]
15073         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
15074         dependencies are missing.
15075
15076 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15077
15078         Fix __if_freereq crash: Unlike the generic version which uses free,
15079         Hurd needs munmap.
15080         * sysdeps/mach/hurd/ifreq.h: New file.
15081
15082 2011-01-27  Petr Baudis  <pasky@suse.cz>
15083             Ulrich Drepper  <drepper@gmail.com>
15084
15085         [BZ 12445]#
15086         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
15087         to extend_alloca().
15088         * stdio-common/bug23.c: New file.
15089         * stdio-common/Makefile (tests): Add bug23.
15090
15091 2010-09-28  Andreas Schwab  <schwab@redhat.com>
15092             Ulrich Drepper  <drepper@gmail.com>
15093
15094         [BZ #12489]
15095         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
15096         before performing relro protection.  At old place add assertion
15097         to make sure nothing changed.
15098
15099 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
15100             Glauber de Oliveira Costa  <glommer@gmail.com>
15101
15102         * elf/elf.h: Add new ARM TLS relocs.
15103
15104 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
15105
15106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
15107         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
15108         cast from r3.
15109         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
15110         'tests' variable.
15111         * sysdeps/wordsize-64/tst-writev.c: New file.
15112
15113 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
15114
15115         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
15116         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
15117         insns in _dl_start to prevent a TOC reference before relocs are
15118         resolved.
15119
15120 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
15121
15122         [BZ #12469]
15123         * Makeconfig: Remove RANLIB definition.
15124         * Makerules: Don't use RANLIB.
15125         * aclocal.m4: Remove ranlib test.
15126         * configure.in: No need to check for ranlib.
15127         * elf/rtld-Rules: Don't use RANLIB.
15128
15129 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15130
15131         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
15132         protection macro.
15133         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
15134         inclusion protection macro.
15135
15136         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
15137         SIGRTMIN and SIGRTMAX and print information in that case only when
15138         SIGRTMIN is defined.
15139
15140 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
15141
15142         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
15143         arginfo fn returning -1.
15144
15145         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
15146         and thousands string is zero terminated.
15147
15148 2011-02-03  Andreas Schwab  <schwab@redhat.com>
15149
15150         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
15151         sysdeps/unix/sysv/linux/bits/socket.h.
15152
15153 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15154
15155         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
15156         (__CPU_COUNT): Remove old macros.
15157         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
15158         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
15159         (__CPU_ALLOC, __CPU_FREE): Add macros.
15160         (__sched_cpualloc, __sched_cpufree): Add declarations.
15161
15162 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
15163
15164         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
15165         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
15166         * nscd/aicache.c (addhstaiX): Return timeout of added value.
15167         (readdhstai): Return value of addhstaiX call.
15168         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
15169         (addgrbyX): Return value returned by cache_addgr.
15170         (readdgrbyname): Return value returned by addgrbyX.
15171         (readdgrbygid): Likewise.
15172         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
15173         (addpwbyX): Return value returned by cache_addpw.
15174         (readdpwbyname): Return value returned by addhstbyX.
15175         (readdpwbyuid): Likewise.
15176         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
15177         (addservbyX): Return value returned by cache_addserv.
15178         (readdservbyname): Return value returned by addservbyX:
15179         (readdservbyport): Likewise.
15180         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
15181         (addhstbyX): Return value returned by cache_addhst.
15182         (readdhstbyname): Return value returned by addhstbyX.
15183         (readdhstbyaddr): Likewise.
15184         (readdhstbynamev6): Likewise.
15185         (readdhstbyaddrv6): Likewise.
15186         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
15187         (readdinitgroups): Return value returned by addinitgroupsX.
15188         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
15189         (prune_cache): Keep track of timeout value of re-added entries.
15190         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
15191         * nscd/nscd.h: Adjust prototypes of readd* functions.
15192
15193 2011-02-04  Roland McGrath  <roland@redhat.com>
15194
15195         * nis/nis_server.c (nis_servstate): Use the right name for 0.
15196         (nis_stats): Likewise.
15197         * nis/nis_modify.c (nis_modify): Likewise.
15198         * nis/nis_remove.c (nis_remove): Likewise.
15199         * nis/nis_add.c (nis_add): Likewise.
15200
15201         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
15202
15203         * posix/fnmatch_loop.c: Add some consts.
15204
15205         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
15206
15207 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
15208
15209         [BZ #12460]
15210         * config.make.in (config-cflags-novzeroupper): Define.
15211         * configure.in: Substitute libc_cv_cc_novzeroupper.
15212         * elf/Makefile (AVX-CFLAGS): Define.
15213         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
15214         (CFLAGS-tst-auditmod4a.c): Likewise.
15215         (CFLAGS-tst-auditmod4b.c): Likewise.
15216         (CFLAGS-tst-auditmod6b.c): Likewise.
15217         (CFLAGS-tst-auditmod6c.c): Likewise.
15218         (CFLAGS-tst-auditmod7b.c): Likewise.
15219         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
15220
15221 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
15222
15223         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
15224         function to the callback.
15225         Patch partly by Jiri Olsa <jolsa@redhat.com>.
15226
15227 2011-02-02  Andreas Schwab  <schwab@redhat.com>
15228
15229         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
15230         of errno.
15231
15232 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
15233
15234         [BZ #11724]
15235         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
15236         of constructors.
15237         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
15238         of destructors.
15239         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
15240
15241         [BZ #11724]
15242         * elf/Makefile: Add rules to build and run new test.
15243         * elf/tst-initorder.c: New file.
15244         * elf/tst-initorder.exp: New file.
15245         * elf/tst-initordera1.c: New file.
15246         * elf/tst-initordera2.c: New file.
15247         * elf/tst-initordera3.c: New file.
15248         * elf/tst-initordera4.c: New file.
15249         * elf/tst-initorderb1.c: New file.
15250         * elf/tst-initorderb2.c: New file.
15251         * elf/tst-order-a1.c: New file.
15252         * elf/tst-order-a2.c: New file.
15253         * elf/tst-order-a3.c: New file.
15254         * elf/tst-order-a4.c: New file.
15255         * elf/tst-order-b1.c: New file.
15256         * elf/tst-order-b2.c: New file.
15257         * elf/tst-order-main.c: New file.
15258         New test case by George Gensure <werkt0@gmail.com>.
15259
15260 2010-10-01  Andreas Schwab  <schwab@redhat.com>
15261
15262         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
15263         decoding ACE if AI_CANONIDN.
15264
15265 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
15266
15267         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
15268
15269 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
15270
15271         * version.h (RELEASE): Bump for 2.13 release.
15272         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
15273
15274         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
15275
15276         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
15277         MADV_NOHUGEPAGE.
15278         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
15279         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
15280         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
15281         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
15282         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
15283         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
15284
15285         * posix/getconf.c: Update copyright year.
15286         * catgets/gencat.c: Likewise.
15287         * csu/version.c: Likewise.
15288         * debug/catchsegv.sh: Likewise.
15289         * debug/xtrace.sh: Likewise.
15290         * elf/ldconfig.c: Likewise.
15291         * elf/ldd.bash.in: Likewise.
15292         * elf/sprof.c (print_version): Likewise.
15293         * iconv/iconv_prog.c: Likewise.
15294         * iconv/iconvconfig.c: Likewise.
15295         * locale/programs/locale.c: Likewise.
15296         * locale/programs/localedef.c: Likewise.
15297         * malloc/memusage.sh: Likewise.
15298         * malloc/mtrace.pl: Likewise.
15299         * nscd/nscd.c (print_version): Likewise.
15300         * nss/getent.c: Likewise.
15301
15302         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
15303         PF_CAIF, and PF_ALG.
15304         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
15305
15306 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
15307
15308         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
15309         (modules-names): Use them.
15310         (ifunc-test-modules, ifunc-pie-tests): Define.
15311         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
15312         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
15313         (test-extras): Likewise.
15314         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
15315         $(compile-command.c).
15316         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
15317         (all-built-dso): Define.
15318         (check-textrel.out, check-execstack.out): Depend on it.
15319
15320         * configure.in: Don't override --enable-multi-arch.
15321
15322 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
15323
15324         [BZ #6812]
15325         * nscd/hstcache.c (tryagain): Define.
15326         (cache_addhst): Return tryagain not notfound for temporary errors.
15327         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
15328         failed.
15329
15330 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
15331
15332         [BZ #10563]
15333         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
15334         to make the syscall.
15335         * sysdeps/unix/sysv/linux/setgroups.c: New file.
15336
15337         [BZ #12378]
15338         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
15339         and fall back to matching as normal character if the string ends before
15340         the matching ']' is found.  This is what POSIX requires.
15341         * posix/testfnm.c: Adjust test result.
15342         * posix/globtest.sh: Adjust test result.  Add new test.
15343         * posix/tst-fnmatch.input: Likewise.
15344         * posix/tst-fnmatch2.c: Add new test.
15345
15346 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
15347
15348         * elf/Makefile (check-execstack): Revert last change.  Depend on
15349         check-execstack.h.
15350         (check-execstack.h): New target.
15351         (generated): Add check-execstack.h.
15352         * elf/check-execstack.c: Include "check-execstack.h".
15353         (main): Revert last change.
15354         (handle_file): Return zero if GNU_STACK is absent and
15355         DEFAULT_STACK_PERMS doesn't include PF_X.
15356
15357 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
15358
15359         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
15360         in child fails because the descriptor is already closed.
15361         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
15362         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
15363         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
15364
15365         [BZ #12397]
15366         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
15367         syscall.
15368
15369         [BZ #10484]
15370         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
15371         temporary buffer used to handle multi lookups locally.
15372         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
15373
15374 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
15375
15376         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
15377         loader is ld.so.
15378
15379 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
15380
15381         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
15382         alignment for SSE2.
15383
15384 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
15385
15386         [BZ #12394]
15387         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
15388         characters.  When rounding increased number of integer digits recompute
15389         number of groups.
15390         * stdio-common/tst-grouping.c: New file.
15391         * stdio-common/Makefile: Add rules to build and run tst-grouping.
15392
15393 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
15394
15395         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
15396         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
15397
15398         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
15399         void.
15400         * bits/select.h: Likewise.
15401
15402 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
15403
15404         * po/ja.po: Update from translation team.
15405
15406 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
15407
15408         [BZ #11155]
15409         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
15410         implementation just like for lxstat, fxstatat, et al.
15411
15412 2010-12-27  Jim Meyering  <meyering@redhat.com>
15413
15414         [BZ #12348]
15415         * posix/regexec.c (build_trtable): Return failure indication upon
15416         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
15417
15418 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
15419
15420         [BZ #12201]
15421         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
15422         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
15423         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
15424         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
15425
15426         [BZ #12207]
15427         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
15428
15429         [BZ #12204]
15430         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
15431         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
15432
15433 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
15434
15435         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
15436         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
15437         script has SORT_BY_INIT_PRIORITY.
15438         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
15439         NO_CTORS_DTORS_SECTIONS is defined.
15440         * elf/soinit.c: Likewise.
15441         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
15442         NO_CTORS_DTORS_SECTIONS is defined.
15443         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
15444         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
15445         * sysdeps/sh/init-first.c: Likewise.
15446         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
15447
15448 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
15449
15450         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
15451         always use the slow path.
15452
15453 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
15454
15455         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
15456         similar rule which adds the sysdep directories to the header search in
15457         order to pick up the correct platform stackinfo.h.
15458         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
15459         perform test if it is, otherwise return successfully without testing.
15460         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
15461         DEFAULT_STACK_PERMS define in stackinfo.h.
15462         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
15463         defined in stackinfo.h.
15464         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
15465         DEFAULT_STACK_PERMS defined in stackinfo.h.
15466         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
15467         * sysdeps/ia64/stackinfo.h: Likewise.
15468         * sysdeps/s390/stackinfo.h: Likewise.
15469         * sysdeps/sh/stackinfo.h: Likewise.
15470         * sysdeps/sparc/stackinfo.h: Likewise.
15471         * sysdeps/x86_64/stackinfo.h: Likewise.
15472         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
15473         PF_X for powerpc64.  Retain PF_X for powerpc32.
15474
15475 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
15476
15477         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
15478         accurately.
15479         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
15480         GETDENTS_64BIT_ALIGNED.
15481
15482 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
15483
15484         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
15485
15486 2010-12-10  Andreas Schwab  <schwab@redhat.com>
15487
15488         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
15489         _GNU_SOURCE.
15490
15491         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
15492         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
15493         Remove __restrict.
15494         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
15495         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
15496
15497 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
15498
15499         [BZ #11655]
15500         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
15501         are initialized.
15502
15503 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
15504
15505         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
15506
15507 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
15508
15509         * po/it.po: Update from translation team.
15510
15511 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
15512
15513         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
15514         unused codes.
15515
15516 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
15517
15518         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
15519
15520 2010-11-24  Andreas Schwab  <schwab@redhat.com>
15521
15522         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
15523         specially.
15524         (gaih_getanswer_slice): Likewise.
15525
15526 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
15527
15528         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
15529
15530 2010-05-31  Petr Baudis  <pasky@suse.cz>
15531
15532         [BZ #11149]
15533         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
15534         silently even in the chroot mode.
15535
15536 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
15537
15538         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
15539         last patch a bit.  Pretty printing
15540
15541 2010-05-31  Petr Baudis <pasky@suse.cz>
15542
15543         [BZ #10085]
15544         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
15545         initialization of skip_initgroups_dyn.
15546
15547 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
15548
15549         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
15550         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
15551
15552 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
15553
15554         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
15555
15556 2010-11-11  Andreas Schwab  <schwab@redhat.com>
15557
15558         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
15559         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
15560         (tst-fnmatch-ENV): Set MALLOC_TRACE.
15561         ($(objpfx)tst-fnmatch-mem): New rule.
15562         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
15563         * posix/tst-fnmatch.c (main): Call mtrace.
15564
15565 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
15566
15567         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15568         Support Intel processor model 6 and model 0x2c.
15569
15570 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
15571
15572         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
15573           signed comparison.
15574
15575 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
15576
15577         [BZ #12205]
15578         * string/test-strncasecmp.c (check_result): New function.
15579         (do_one_test): Use it.
15580         (check1): New function.
15581         (test_main): Use it.
15582         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
15583         Support strcasecmp and strncasecmp.
15584
15585 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
15586
15587         [BZ #12194]
15588         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
15589         * sysdeps/x86_64/bits/byteswap.h: Likewise.
15590
15591 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
15592
15593         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
15594         IFUNC support.
15595         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
15596         memset-x86-64.
15597         * sysdeps/x86_64/multiarch/bzero.S: New file.
15598         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
15599         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
15600         * sysdeps/x86_64/multiarch/memset.S: New file.
15601         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
15602         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15603         Set bit_Prefer_SSE_for_memop for Intel processors.
15604         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
15605         Define.
15606         (index_Prefer_SSE_for_memop): Define.
15607         (HAS_PREFER_SSE_FOR_MEMOP): Define.
15608
15609 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
15610
15611         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
15612         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
15613
15614 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
15615
15616         [BZ #12191]
15617         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
15618         (__x86_64_raw_data_cache_size_half): Likewise.
15619         (__x86_64_raw_shared_cache_size): Likewise.
15620         (__x86_64_raw_shared_cache_size_half): Likewise.
15621
15622         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
15623         (__x86_64_raw_data_cache_size_half): Likewise.
15624         (__x86_64_raw_shared_cache_size): Likewise.
15625         (__x86_64_raw_shared_cache_size_half): Likewise.
15626         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
15627         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
15628         and __x86_64_raw_shared_cache_size_half.  Round
15629         __x86_64_data_cache_size_half, __x86_64_data_cache_size
15630         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
15631         to multiple of 256 bytes.
15632
15633 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
15634
15635         [BZ #12167]
15636         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
15637         of inacessible symlinks.  Verify result of symlink before returning it.
15638         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15639         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
15640
15641 2010-10-28  Erich Ritz  <erichritz@gmail.com>
15642
15643         * math/math.h (isinf): Fix typo in comment.
15644
15645 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
15646
15647         * po/da.po: Update from translation team.
15648
15649 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
15650
15651         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
15652         is added to the list.
15653
15654 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15655             Ulrich Drepper  <drepper@gmail.com>
15656
15657         * elf/dl-object.c (_dl_new_object): Don't append the new object to
15658         the global list here.  Move code to...
15659         (_dl_add_to_namespace_list): ...here.  New function.
15660         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
15661         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
15662         * elf/dl-load.c (lose): Don't remove the element from the list.
15663         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
15664         (_dl_map_object): Likewise.
15665
15666 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
15667
15668         [BZ #12159]
15669         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
15670         into all bytes of SSE register.
15671         Patch by Richard Li <richardpku@gmail.com>.
15672
15673 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
15674
15675         [BZ #12140]
15676         * malloc/malloc.c (_int_free): Fill correct number of bytes when
15677         perturbing.
15678
15679 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
15680
15681         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
15682         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
15683         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
15684         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
15685         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
15686         submachine.
15687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
15688
15689 2010-10-22  Andreas Schwab  <schwab@redhat.com>
15690
15691         * include/dlfcn.h (__RTLD_SECURE): Define.
15692         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
15693         mode & __RTLD_SECURE instead.
15694         (open_path): Rename preloaded parameter to secure.
15695         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
15696         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
15697         * elf/dl-deps.c (openaux): Likewise.
15698         * elf/rtld.c (struct map_args): Remove is_preloaded.
15699         (map_doit): Don't use it.
15700         (dl_main): Likewise.
15701         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
15702         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
15703
15704 2010-09-09  Andreas Schwab  <schwab@redhat.com>
15705
15706         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
15707         (sysd-rules-targets): Remove duplicates.
15708         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
15709         rtld-%.$o dependency.
15710
15711 2010-10-18  Andreas Schwab  <schwab@redhat.com>
15712
15713         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
15714         _dl_map_object do it.
15715
15716 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
15717
15718         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
15719         fast fma builtins, define the macros in the C99 standard.
15720         (FP_FAST_FMAF): Likewise.
15721         (FP_FAST_FMAL): Likewise.
15722         * sysdeps/x86_64/bits/mathdef.h: Likewise.
15723
15724         * bits/mathdef.h: Update copyright year.
15725         * sysdeps/powerpc/bits/mathdef.h: Likewise.
15726
15727 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
15728
15729         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
15730         builtins, define the macros in the C99 standard.
15731         (FP_FAST_FMAF): Likewise.
15732         (FP_FAST_FMAL): Likewise.
15733         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
15734         multiply/add.
15735         (FP_FAST_FMAF): Likewise.
15736
15737 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
15738
15739         [BZ #3268]
15740         * math/libm-test.inc (fma_test): Some new testcases.
15741         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
15742         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
15743         y and infinite z.  Do multiplication by C already in long double.
15744         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
15745         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
15746         y and infinite z.  Do bitwise or of inexact bit into u.d.
15747         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
15748         * sysdeps/i386/fpu/s_fmaf.S: Removed.
15749         * sysdeps/i386/fpu/s_fma.S: Removed.
15750         * sysdeps/i386/fpu/s_fmal.S: Removed.
15751
15752 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
15753
15754         [BZ #3268]
15755         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
15756         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
15757         computation is not scheduled after fetestexcept.  Fix value
15758         of minimum denormal long double.
15759
15760 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
15761
15762         [BZ #3268]
15763         * math/libm-test.inc (fma_test): Add some more tests.
15764         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
15765         correctly.
15766
15767 2010-10-15  Andreas Schwab  <schwab@redhat.com>
15768
15769         * scripts/data/localplt-s390-linux-gnu.data: New file.
15770         * scripts/data/localplt-s390x-linux-gnu.data: New file.
15771
15772 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
15773
15774         [BZ #3268]
15775         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
15776         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
15777         instead of dbl-64.
15778         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
15779         inlines.
15780         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
15781         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
15782         if one of x and y is very large and the other is subnormal.
15783         * sysdeps/s390/fpu/s_fmaf.c: New file.
15784         * sysdeps/s390/fpu/s_fma.c: New file.
15785         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
15786         * sysdeps/powerpc/fpu/s_fma.S: New file.
15787         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
15788         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
15789         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
15790
15791 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
15792
15793         [BZ #3268]
15794         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
15795         fma tests.
15796         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
15797         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
15798         * sysdeps/i386/i686/multiarch/s_fma.c: Include
15799         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
15800         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
15801         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
15802         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
15803
15804 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
15805
15806         [BZ #12078]
15807         * posix/regcomp.c (parse_branch): One more memory leak plugged.
15808         * posix/bug-regex31.input: Add test case.
15809
15810 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
15811
15812         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
15813         * posix/bug-regex31.input: New file.
15814
15815         [BZ #12078]
15816         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
15817         (parse_sub_exp): Fix last change, use postorder.
15818
15819         * posix/bug-regex31.c: New file.
15820         * posix/Makefile: Add rules to build and run bug-regex31.
15821
15822         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
15823
15824         [BZ #12078]
15825         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
15826
15827         [BZ #12108]
15828         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
15829         to have entries in sys_siglist.
15830
15831         [BZ #12093]
15832         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
15833         be NULL.
15834
15835 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
15836
15837         [BZ #3268]
15838         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
15839         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
15840         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
15841         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
15842         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
15843         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
15844         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
15845         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
15846         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
15847         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
15848         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
15849         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
15850         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
15851         * math/ftestexcept.c (fetestexcept): Likewise.
15852         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
15853         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
15854         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
15855         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
15856         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
15857         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
15858         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
15859
15860 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
15861
15862         [BZ #12107]
15863         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
15864         newline.
15865
15866 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
15867
15868         * string/bug-strstr1.c: New file.
15869         * string/Makefile: Add rules to build and run bug-strstr1.
15870
15871 2010-10-05  Eric Blake  <eblake@redhat.com>
15872
15873         [BZ #12092]
15874         * string/str-two-way.h (two_way_long_needle): Always clear memory
15875         when skipping input due to the shift table.
15876
15877 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
15878
15879         [BZ #12005]
15880         * malloc/mcheck.c: Handle large requests.
15881
15882         [BZ #12077]
15883         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
15884         for strncmp and strncasecmp.
15885         * string/stratcliff.c: Add tests for strcmp and strncmp.
15886         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
15887
15888 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
15889
15890         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
15891         __set_fpscr.
15892
15893 2010-09-30  Andreas Jaeger  <aj@suse.de>
15894
15895         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
15896         (CGROUP_SUPER_MAGIC): Define.
15897         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
15898         Handle btrfs and cgroup file systems.
15899         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
15900         Likewise.
15901
15902 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
15903
15904         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
15905         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
15906
15907 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15908
15909         [BZ #12067]
15910         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
15911         trying to locate the ELF header.
15912
15913 2010-09-27  Andreas Schwab  <schwab@redhat.com>
15914
15915         [BZ #11611]
15916         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
15917         Mask out sign-bit copies when constructing f_fsid.
15918
15919 2010-09-24  Petr Baudis <pasky@suse.cz>
15920
15921         * debug/stack_chk_fail_local.c: Add missing licence exception.
15922         * debug/warning-nop.c: Likewise.
15923
15924 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
15925
15926         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
15927         implementing getdents64 using getdents syscall, set d_type if
15928         __ASSUME_GETDENTS32_D_TYPE.
15929
15930 2010-09-16  Andreas Schwab  <schwab@redhat.com>
15931
15932         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
15933         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
15934
15935 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
15936
15937         [BZ #12037]
15938         * posix/unistd.h: Undo change of feature selection for ftruncate from
15939         2010-01-11.
15940
15941 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
15942
15943         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
15944         detection.
15945
15946 2010-09-20  Andreas Schwab  <schwab@redhat.com>
15947
15948         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
15949         fanotify_mark.
15950         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
15951
15952 2010-09-14  Andreas Schwab  <schwab@redhat.com>
15953
15954         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
15955         variables after CHECK_SP call.
15956         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
15957
15958 2010-09-13  Andreas Schwab  <schwab@redhat.com>
15959             Ulrich Drepper  <drepper@redhat.com>
15960
15961         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
15962         re-relocationg ld.so.
15963         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
15964         _dl_init_paths call.
15965         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
15966         here anymore.
15967
15968 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
15969
15970         * resolv/res_init.c (__res_vinit): Count the default server we added.
15971
15972 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
15973             Ulrich Drepper  <drepper@redhat.com>
15974
15975         [BZ #11968]
15976         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
15977         (____longjmp_chk): Use %ebx for saving value across system call.
15978         Add unwind info.
15979
15980 2010-09-06  Andreas Schwab  <schwab@redhat.com>
15981
15982         * manual/Makefile: Don't mix pattern rules with normal rules.
15983
15984 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
15985
15986         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
15987         operation.
15988         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
15989         * libio/iofopncook.c (_IO_cookie_init): Likewise.
15990         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
15991         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
15992         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
15993         Likewise.
15994
15995 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
15996
15997         [BZ #11979]
15998         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
15999         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
16000
16001 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
16002
16003         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
16004         * sysdeps/x86_64/addmul_1.S: Likewise.
16005         * sysdeps/x86_64/lshift.S: Likewise.
16006         * sysdeps/x86_64/mul_1.S: Likewise.
16007         * sysdeps/x86_64/rshift.S: Likewise.
16008         * sysdeps/x86_64/sub_n.S: Likewise.
16009         * sysdeps/x86_64/submul_1.S: Likewise.
16010
16011 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16012
16013         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
16014         Define __sched_param instead of SCHED_* and sched_param when
16015         <bits/sched.h> is included with __need_schedparam defined.
16016         * bits/sched.h [__need_schedparam]
16017         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
16018         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
16019         (__defined_schedparam): Define to 1.
16020         (__sched_param): New structure, identical to sched_param.
16021         (__need_schedparam): Undefine.
16022
16023 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
16024
16025         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
16026         (epoll_create1): Declare.
16027
16028         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
16029
16030 2010-08-31  Andreas Schwab  <schwab@redhat.com>
16031
16032         [BZ #7066]
16033         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
16034         shifting retval into place.
16035
16036 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
16037
16038         * nis/rpcsvc/nis.h: Update copyright notice.
16039         * nis/rpcsvc/nis.x: Likewise.
16040         * nis/rpcsvc/nis_callback.h: Likewise.
16041         * nis/rpcsvc/nis_callback.x: Likewise.
16042         * nis/rpcsvc/nis_object.x: Likewise.
16043         * nis/rpcsvc/nis_tags.h: Likewise.
16044         * nis/rpcsvc/yp.h: Likewise.
16045         * nis/rpcsvc/yp.x: Likewise.
16046         * nis/rpcsvc/ypupd.h: Likewise.
16047         * nis/yp_xdr.c: Likewise.
16048         * nis/ypupdate_xdr.c: Likewise.
16049
16050         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
16051         mainly the body of pmap_getport.  Add parameters to specify timeouts.
16052         (pmap_getport): Use __libc_rpc_getport.
16053         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
16054         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
16055         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
16056
16057 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
16058
16059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
16060         fanotify_mark.
16061
16062 2010-08-27  Roland McGrath  <roland@redhat.com>
16063
16064         * sysdeps/i386/i686/multiarch/Makefile
16065         (CFLAGS-varshift.c): New variable.
16066
16067 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
16068
16069         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
16070         * sysdeps/i386/i686/multiarch/varshift.c: New file.
16071
16072         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
16073
16074         * sysdeps/x86_64/strlen.S: Minimal code improvement.
16075
16076 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
16077
16078         * sysdeps/x86_64/strlen.S: Unroll the loop.
16079         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
16080         strlen-sse2 strlen-sse2-bsf.
16081         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
16082         __strlen_no_bsf if bit_Slow_BSF is set.
16083         (__strlen_sse42): Removed.
16084         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
16085         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
16086
16087 2010-08-25  Roland McGrath  <roland@redhat.com>
16088
16089         * sysdeps/x86_64/multiarch/varshift.S: File removed.
16090         * sysdeps/x86_64/multiarch/varshift.c: New file.
16091         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
16092         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
16093         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
16094         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
16095
16096 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
16097
16098         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
16099         strlen-sse2 strlen-sse2-bsf.
16100         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
16101         __strlen_sse2_bsf if bit_Slow_BSF is unset.
16102         (__strlen_sse2): Removed.
16103         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
16104         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
16105         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
16106         bit_Slow_BSF for Atom.
16107         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
16108         (index_Slow_BSF): Define.
16109         (HAS_SLOW_BSF): Define.
16110
16111 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
16112
16113         [BZ #10851]
16114         * resolv/res_init.c (__res_vinit): When no server address at all
16115         is given default to loopback.
16116
16117 2010-08-24  Roland McGrath  <roland@redhat.com>
16118
16119         * configure.in: Remove config-name.h generation.
16120         * configure: Regenerated.
16121         * config-name.in: File removed.
16122         * scripts/config-uname.sh: New file.
16123         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
16124         ($(objdir)config-name.h): New target.
16125
16126         * sunrpc/rpc_parse.h: Avoid nested comment.
16127
16128 2010-08-24  Richard Henderson  <rth@redhat.com>
16129             Ulrich Drepper  <drepper@redhat.com>
16130             H.J. Lu  <hongjiu.lu@intel.com>
16131
16132         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
16133         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
16134         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
16135         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
16136         _mm_alignr_epi8 with _mm_loadu_si128.
16137         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
16138         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
16139         (__m128i_shift_right): Removed.
16140         * sysdeps/i386/i686/multiarch/varshift.h: New file.
16141         * sysdeps/i386/i686/multiarch/varshift.S: New file.
16142         * sysdeps/x86_64/multiarch/varshift.h: New file.
16143         * sysdeps/x86_64/multiarch/varshift.S: New file.
16144
16145 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
16146
16147         * configure.in: Move assembler checks to before sysdep dir checking.
16148
16149 2010-08-20  Petr Baudis  <pasky@suse.cz>
16150
16151         * LICENSES: Sync the sunrpc license.
16152
16153 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
16154
16155         * sunrpc/auth_des.c: Update copyright notice once again.
16156         * sunrpc/auth_none.c: Likewise.
16157         * sunrpc/auth_unix.c: Likewise.
16158         * sunrpc/authdes_prot.c: Likewise.
16159         * sunrpc/authuxprot.c: Likewise.
16160         * sunrpc/bindrsvprt.c: Likewise.
16161         * sunrpc/clnt_gen.c: Likewise.
16162         * sunrpc/clnt_perr.c: Likewise.
16163         * sunrpc/clnt_raw.c: Likewise.
16164         * sunrpc/clnt_simp.c: Likewise.
16165         * sunrpc/clnt_tcp.c: Likewise.
16166         * sunrpc/clnt_udp.c: Likewise.
16167         * sunrpc/clnt_unix.c: Likewise.
16168         * sunrpc/des_crypt.c: Likewise.
16169         * sunrpc/des_soft.c: Likewise.
16170         * sunrpc/get_myaddr.c: Likewise.
16171         * sunrpc/getrpcport.c: Likewise.
16172         * sunrpc/key_call.c: Likewise.
16173         * sunrpc/key_prot.c: Likewise.
16174         * sunrpc/openchild.c: Likewise.
16175         * sunrpc/pm_getmaps.c: Likewise.
16176         * sunrpc/pm_getport.c: Likewise.
16177         * sunrpc/pmap_clnt.c: Likewise.
16178         * sunrpc/pmap_prot.c: Likewise.
16179         * sunrpc/pmap_prot2.c: Likewise.
16180         * sunrpc/pmap_rmt.c: Likewise.
16181         * sunrpc/rpc/auth.h: Likewise.
16182         * sunrpc/rpc/auth_unix.h: Likewise.
16183         * sunrpc/rpc/clnt.h: Likewise.
16184         * sunrpc/rpc/des_crypt.h: Likewise.
16185         * sunrpc/rpc/key_prot.h: Likewise.
16186         * sunrpc/rpc/netdb.h: Likewise.
16187         * sunrpc/rpc/pmap_clnt.h: Likewise.
16188         * sunrpc/rpc/pmap_prot.h: Likewise.
16189         * sunrpc/rpc/pmap_rmt.h: Likewise.
16190         * sunrpc/rpc/rpc.h: Likewise.
16191         * sunrpc/rpc/rpc_des.h: Likewise.
16192         * sunrpc/rpc/rpc_msg.h: Likewise.
16193         * sunrpc/rpc/svc.h: Likewise.
16194         * sunrpc/rpc/svc_auth.h: Likewise.
16195         * sunrpc/rpc/types.h: Likewise.
16196         * sunrpc/rpc/xdr.h: Likewise.
16197         * sunrpc/rpc_clntout.c: Likewise.
16198         * sunrpc/rpc_cmsg.c: Likewise.
16199         * sunrpc/rpc_common.c: Likewise.
16200         * sunrpc/rpc_cout.c: Likewise.
16201         * sunrpc/rpc_dtable.c: Likewise.
16202         * sunrpc/rpc_hout.c: Likewise.
16203         * sunrpc/rpc_main.c: Likewise.
16204         * sunrpc/rpc_parse.c: Likewise.
16205         * sunrpc/rpc_parse.h: Likewise.
16206         * sunrpc/rpc_prot.c: Likewise.
16207         * sunrpc/rpc_sample.c: Likewise.
16208         * sunrpc/rpc_scan.c: Likewise.
16209         * sunrpc/rpc_scan.h: Likewise.
16210         * sunrpc/rpc_svcout.c: Likewise.
16211         * sunrpc/rpc_tblout.c: Likewise.
16212         * sunrpc/rpc_util.c: Likewise.
16213         * sunrpc/rpc_util.h: Likewise.
16214         * sunrpc/rpcinfo.c: Likewise.
16215         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
16216         * sunrpc/rpcsvc/key_prot.x: Likewise.
16217         * sunrpc/rpcsvc/klm_prot.x: Likewise.
16218         * sunrpc/rpcsvc/mount.x: Likewise.
16219         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
16220         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
16221         * sunrpc/rpcsvc/rex.x: Likewise.
16222         * sunrpc/rpcsvc/rstat.x: Likewise.
16223         * sunrpc/rpcsvc/rusers.x: Likewise.
16224         * sunrpc/rpcsvc/sm_inter.x: Likewise.
16225         * sunrpc/rpcsvc/spray.x: Likewise.
16226         * sunrpc/rpcsvc/yppasswd.x: Likewise.
16227         * sunrpc/rtime.c: Likewise.
16228         * sunrpc/svc.c: Likewise.
16229         * sunrpc/svc_auth.c: Likewise.
16230         * sunrpc/svc_authux.c: Likewise.
16231         * sunrpc/svc_raw.c: Likewise.
16232         * sunrpc/svc_run.c: Likewise.
16233         * sunrpc/svc_simple.c: Likewise.
16234         * sunrpc/svc_tcp.c: Likewise.
16235         * sunrpc/svc_udp.c: Likewise.
16236         * sunrpc/svc_unix.c: Likewise.
16237         * sunrpc/svcauth_des.c: Likewise.
16238         * sunrpc/xcrypt.c: Likewise.
16239         * sunrpc/xdr.c: Likewise.
16240         * sunrpc/xdr_array.c: Likewise.
16241         * sunrpc/xdr_float.c: Likewise.
16242         * sunrpc/xdr_mem.c: Likewise.
16243         * sunrpc/xdr_rec.c: Likewise.
16244         * sunrpc/xdr_ref.c: Likewise.
16245         * sunrpc/xdr_sizeof.c: Likewise.
16246         * sunrpc/xdr_stdio.c: Likewise.
16247
16248         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
16249         handling.
16250
16251 2010-08-19  Andreas Schwab  <schwab@redhat.com>
16252
16253         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
16254
16255 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
16256
16257         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
16258         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
16259         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
16260         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
16261         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
16262         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
16263         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
16264         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
16265         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
16266         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
16267         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
16268         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
16269         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
16270         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
16271
16272 2010-07-26  Anton Blanchard  <anton@samba.org>
16273
16274         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
16275         * malloc/arena.c (heap_trim): Likewise.
16276
16277 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
16278
16279         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
16280         here.  Not...
16281         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
16282         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
16283
16284 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
16285
16286         * sysdeps/i386/elf/Makefile: New file.
16287
16288 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
16289
16290         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
16291         from fanotify_init.
16292         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
16293         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
16294
16295 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
16296
16297         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
16298         of strncasecmp_l.
16299         * sysdeps/multiarch/strcmp.S: Likewise.
16300
16301 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
16302
16303         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
16304         strncase_l-nonascii.
16305         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
16306         Add strncase_l-ssse3.
16307         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
16308         * sysdeps/x86_64/strcmp.S: Likewise.
16309         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
16310         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
16311         * sysdeps/x86_64/strncase.S: New file.
16312         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
16313         * sysdeps/x86_64/strncase_l.S: New file.
16314         * string/Makefile (strop-tests): Add strncasecmp.
16315         * string/test-strncasecmp.c: New file.
16316
16317         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
16318         warning.
16319
16320         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
16321         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
16322
16323 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
16324
16325         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
16326
16327 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
16328
16329         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
16330         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
16331         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
16332
16333 2010-05-01  Alan Modra  <amodra@gmail.com>
16334
16335         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
16336         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
16337         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
16338         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
16339         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
16340         tidying.  Don't tail-call __sigjmp_save for static lib.
16341         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
16342         save location.
16343         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
16344         (CALL_MCOUNT): Add eh info, and nop after bl.
16345         (TAIL_CALL_SYSCALL_ERROR): New macro.
16346         (PSEUDO_RET): Use it.
16347         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
16348         Correct save location of integer regs and cr.
16349         (_dl_profile_resolve): Correct cr save location.  Delete nops
16350         after bl when SHARED.  Reduce cfi size a little by better
16351         placement of cfi directives.
16352         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
16353         make a stack frame.  Instead use parm save area as a temp.
16354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
16355         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
16356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
16357         Don't make a stack frame for parent, use parm save area.
16358         Increase child stack frame to 112 bytes.  Don't save unused reg,
16359         and adjust reg usage.  Set up cfi on error recovery and
16360         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
16361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
16362         (__makecontext): Add dummy nop after jump to exit.
16363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
16364         Use correct parm save area and cr save, reduce stack frame.
16365         Correct cfi for possible PSEUDO_RET frame setup.
16366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
16367         Branch to local label emitted by PSEUDO_RET rather than
16368         __syscall_error.
16369
16370 2010-08-12  Andreas Schwab  <schwab@redhat.com>
16371
16372         [BZ #11904]
16373         * locale/programs/locale.c (print_assignment): New function.
16374         (show_locale_vars): Use it.
16375
16376 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
16377
16378         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
16379         field.
16380         (struct statfs64): Likewise.
16381         (_STATFS_F_FLAGS): Define.
16382         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
16383         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
16384         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
16385         (ST_VALID): Define locally.
16386         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
16387         __statvfs_getflags, use the provided value.
16388         * sysdeps/unix/sysv/linux/kernel-features.h: Define
16389         __ASSUME_STATFS_F_FLAGS.
16390
16391         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
16392
16393         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
16394         Add sys/fanotify.h.
16395         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
16396         fanotify_mask for GLIBC_2.13.
16397         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
16398         fanotify_init and fanotify_mark.
16399         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
16400         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
16401
16402         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
16403         Add prlimit.
16404         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
16405         prlimit64 for GLIBC_2.13.
16406         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
16407         prlimit64.
16408         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
16409         syscall.
16410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
16411         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
16412         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
16413         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
16414         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
16415         add prlimit alias.
16416         * sysdeps/unix/sysv/linux/prlimit.c: New file.
16417
16418         [BZ #11903]
16419         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
16420         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
16421
16422         * nss/Makefile: Add rules to build and run tst-nss-test1.
16423         * shlib-versions: Add entry for libnss_test1.
16424         * nss/nss_test1.c: New file.
16425         * nss/tst-nss-test1.c: New file.
16426
16427         * nss/nsswitch.c (__nss_database_custom): Define new variable.
16428         (__nss_configure_lookup): Set appropriate entry in
16429         __nss_configure_lookup to true.
16430         * nss/nsswitch.h: Define enum with indeces of databases in
16431         databases and __nss_database_custom arrays.  Declare
16432         __nss_database_custom.
16433         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
16434         to avoid using nscd when custom rules are installed.
16435         * nss/getXXbyYY_r.c: Likewise.
16436         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
16437
16438         * nss/nss_files/files-parse.c: Whitespace fixes.
16439
16440 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
16441
16442         [BZ #11883]
16443         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
16444         * posix/fnmatch_loop.c: Likewise.
16445
16446 2010-07-17  Andi Kleen  <ak@linux.intel.com>
16447
16448         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
16449         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
16450         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
16451         * Versions.def [GLIBC_2.13]: Add.
16452
16453 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
16454
16455         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
16456         Also fail if tpwd after pwuid call is NULL.
16457
16458 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16459
16460         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
16461         when converting to ms.
16462
16463 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
16464
16465         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
16466         EOPNOTSUPP errors with ENOTTY.
16467         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
16468         EOPNOTSUPP errors with ENOTTY.
16469
16470 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
16471
16472         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
16473         Add strcasecmp_l-ssse3.
16474         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
16475         strcasecmp.
16476         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
16477         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
16478         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
16479
16480 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
16481
16482         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
16483
16484         * string/Makefile (strop-tests): Add strcasecmp.
16485         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
16486         strcasecmp_l-nonascii.
16487         (gen-as-const-headers): Add locale-defines.sym.
16488         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
16489         * sysdeps/x86_64/strcasecmp.S: New file.
16490         * sysdeps/x86_64/strcasecmp_l.S: New file.
16491         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
16492         * sysdeps/x86_64/locale-defines.sym: New file.
16493         * string/test-strcasecmp.c: New file.
16494
16495         * string/test-strcasestr.c: Test both ends of the range of characters.
16496         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
16497
16498 2010-07-29  Roland McGrath  <roland@redhat.com>
16499
16500         [BZ #11856]
16501         * manual/locale.texi (Yes-or-No Questions): Fix example code.
16502
16503 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
16504
16505         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
16506         for ld.so.
16507
16508 2010-07-27  Andreas Schwab  <schwab@redhat.com>
16509
16510         * manual/memory.texi (Malloc Tunable Parameters): Document
16511         M_PERTURB.
16512
16513 2010-07-26  Roland McGrath  <roland@redhat.com>
16514
16515         [BZ #11840]
16516         * configure.in (-fgnu89-inline check): Set and substitute
16517         gnu89_inline, not libc_cv_gnu89_inline.
16518         * configure: Regenerated.
16519         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
16520
16521 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
16522
16523         * string/test-strnlen.c: New file.
16524         * string/Makefile (strop-tests): Add strnlen.
16525         * string/tester.c (test_strnlen): Add a few more test cases.
16526         * string/tst-strlen.c: Better error reporting.
16527
16528         * sysdeps/x86_64/strnlen.S: New file.
16529
16530 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
16531
16532         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
16533         lower-latency instructions.
16534
16535 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
16536
16537         * string/test-strcasestr.c: New file.
16538         * string/test-strstr.c: New file.
16539         * string/Makefile (strop-tests): Add strstr and strcasestr.
16540         * string/str-two-way.h: Don't undefine MAX.
16541         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
16542
16543 2010-07-21  Andreas Schwab  <schwab@redhat.com>
16544
16545         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
16546         strcasestr-nonascii.
16547         (CFLAGS-strcasestr-nonascii.c): Define.
16548         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
16549         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
16550         Remove unused attribute.
16551
16552 2010-07-20  Roland McGrath  <roland@redhat.com>
16553
16554         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
16555         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
16556         ld.so.cache was broken.  With it, there is no way to disable dsocaps
16557         like LD_HWCAP_MASK can disable hwcaps.
16558
16559 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
16560
16561         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
16562
16563 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
16564
16565         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
16566         call in strcasestr.
16567         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
16568         __strcasestr_sse42_nonascii.
16569         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
16570         strcasestr-nonascii.c.
16571         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
16572
16573 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
16574
16575         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
16576         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
16577         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
16578         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
16579
16580 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
16581
16582         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
16583         fcntl.
16584
16585 2010-07-06  Andreas Schwab  <schwab@redhat.com>
16586
16587         [BZ #11577]
16588         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
16589         dl_signal_cerror.
16590
16591 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
16592
16593         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
16594         _PC_PIPE_BUF using F_GETPIPE_SZ.
16595
16596 2010-07-05  Roland McGrath  <roland@redhat.com>
16597
16598         * manual/arith.texi (Rounding Functions): Fix rint description
16599         implicit in round description.
16600
16601 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
16602
16603         * elf/Makefile: Fix linking for a few tests to make recent linker
16604         happy.
16605
16606 2010-06-30  Andreas Schwab  <schwab@redhat.com>
16607
16608         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
16609         $(common-objpfx)libc_nonshared.a.
16610
16611 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
16612
16613         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
16614         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
16615         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
16616         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
16617         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
16618         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
16619         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
16620         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
16621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
16622         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
16623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
16624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
16625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
16626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
16627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
16628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
16629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
16630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
16631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
16632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
16633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
16634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
16635         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
16636         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
16637         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
16638         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
16639         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
16640         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
16641         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
16642         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
16643         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
16644         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
16645         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
16646         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
16647         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
16648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
16649         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
16650         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
16651         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
16652         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
16653         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
16654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
16655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
16656         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
16657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
16658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
16659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
16660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
16661
16662 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
16663
16664         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
16665         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
16666         * string/memmove.c (memmove): Renamed to ...
16667         (MEMMOVE): ...this.  Default to memmove.
16668         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
16669         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
16670         (END_CHK): Define.
16671         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
16672         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
16673         mempcpy-ssse3-back memmove-ssse3-back.
16674         * sysdeps/x86_64/multiarch/bcopy.S: New file .
16675         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
16676         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
16677         * sysdeps/x86_64/multiarch/memcpy.S: New file.
16678         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
16679         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
16680         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
16681         * sysdeps/x86_64/multiarch/memmove.c: New file.
16682         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
16683         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
16684         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
16685         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
16686         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
16687         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
16688         Define.
16689         (index_Fast_Copy_Backward): Define.
16690         (HAS_ARCH_FEATURE): Define.
16691         (HAS_FAST_REP_STRING): Define.
16692         (HAS_FAST_COPY_BACKWARD): Define.
16693
16694 2010-06-21  Andreas Schwab  <schwab@redhat.com>
16695
16696         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
16697         Restore proper fallback handling.
16698
16699 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
16700
16701         [BZ #11701]
16702         * posix/group_member.c (__group_member): Correct checking loop.
16703
16704         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
16705         OOM in getpwuid_r correctly.  Return error number when the caller
16706         should return, otherwise -1.
16707         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
16708         call returning > 0 value.
16709         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
16710
16711 2010-06-07  Andreas Schwab  <schwab@redhat.com>
16712
16713         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
16714         libc_nonshared.a from targets in modules-names.
16715
16716 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
16717
16718         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
16719         requires it.
16720
16721 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
16722
16723         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
16724         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
16725         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
16726         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
16727
16728 2010-06-02  Andreas Schwab  <schwab@redhat.com>
16729
16730         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
16731
16732 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
16733
16734         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
16735         and F_GETPIPE_SZ.
16736         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
16737         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
16738         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
16739         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
16740         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
16741         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
16742
16743 2010-06-14  Roland McGrath  <roland@redhat.com>
16744
16745         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
16746
16747 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
16748
16749         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
16750         __REDIRECT followed by __THROW.
16751         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
16752         * posix/getopt.h (getopt): Likewise.
16753
16754 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
16755
16756         * hurd/lookup-at.c (__file_name_lookup_at): Accept
16757         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
16758         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
16759         in AT_FLAGS.
16760         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
16761         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
16762
16763 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
16764
16765         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
16766
16767 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
16768
16769         [BZ #11640]
16770         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
16771         Properly check family and model.
16772
16773 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
16774
16775         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
16776
16777 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
16778
16779         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
16780
16781 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
16782
16783         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
16784         symbol reference.
16785
16786 2010-05-19  Andreas Schwab  <schwab@redhat.com>
16787
16788         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
16789         symbol reference.
16790
16791 2010-05-21  Andreas Schwab  <schwab@redhat.com>
16792
16793         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
16794         and internal_recvmmsg.
16795         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
16796         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
16797         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
16798         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
16799
16800         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
16801         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
16802         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
16803
16804 2010-05-20  Andreas Schwab  <schwab@redhat.com>
16805
16806         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
16807
16808 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
16809
16810         POWER7 optimizations.
16811         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
16812         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
16813
16814 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
16815
16816         * version.h: Update for 2.13 development version.
16817
16818 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
16819
16820         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
16821         exceptions.  Return 0.
16822
16823 2010-05-07  Roland McGrath  <roland@redhat.com>
16824
16825         * elf/ldconfig.c (main): Add a const.
16826
16827 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
16828
16829         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
16830         (args_options): Add no-idn option.
16831         (ahosts_keys_int): Add idn_flags to ai_flags.
16832         (parse_option): Handle 'i' option to clear idn_flags.
16833
16834         * malloc/malloc.c (_int_free): Possible race in the most recently
16835         added check.  Only act on the data if no current modification
16836         happened.
16837
16838 See ChangeLog.17 for earlier changes.